Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Aug 22, 2024
1 parent 8998d4e commit 2f7b039
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
# this is to fix GIT not liking owner of the checkout dir, See https://github.com/actions/runner/issues/2033
chown -R $(id -u):$(id -g) $PWD
- name: Base image
uses: docker://hephaistox/gha-automaton-optimization:2.0.6
uses: docker://hephaistox/gha-automaton-optimization:2.0.7
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; The file is updated automatically
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.1"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.2"}}
:paths []
:tasks
{:requires
Expand Down
20 changes: 11 additions & 9 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{:aliases
{:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.1"}}}
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
:main-opts ["-m" "antq.core"]}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.2"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build
#:mvn{:version "2.0.1"}}}
#:mvn{:version "2.0.2"}}}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
thedavidmeister/xoroshiro128 {:mvn/version "1.1.3"}
thheller/shadow-cljs #:mvn{:version "2.28.2"}}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
:extra-paths
["src/cljs" "src/cljc" "resources" "test/cljs" "test/cljc"]}
:common-test
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}
:sha "9d36f36ff541dac680a05010e4348c744333f191"}
org.clojure/tools.namespace #:mvn{:version "1.5.0"}
org.clojure/tools.reader #:mvn{:version "1.4.1"}}
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj" "test/cljc" "test/resources"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/test/config.edn"]}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version
"1.2.8"}}
"1.2.9"}}
:extra-paths ["env/development/resources"
"env/development/src/clj"
"env/development/src/cljc"]
Expand All @@ -42,7 +44,7 @@
"test/cljc"]}}
:deps {criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.8"}
org.clojure/clojure #:mvn{:version "1.11.2"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.9"}
org.clojure/clojure #:mvn{:version "1.11.4"}
thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}}
:paths ["src/clj" "src/cljc" "resources" "src/cljs"]}
152 changes: 81 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"version": "0.0.0",
"author": "Hephaistox <[email protected]>",
"dependencies": {
"@sentry/browser": "^7.73.0"
"@sentry/browser": "^8.26.0"
},
"workspaces": [],
"devDependencies": {
"karma": "^6.4.2",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cljs-test": "^0.1.0",
"shadow-cljs": "^2.24.1"
"shadow-cljs": "^2.28.12"
}
}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<packaging>jar</packaging>
<groupId>org.clojars.hephaistox</groupId>
<artifactId>automaton-optimization</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<name>automaton-optimization</name>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
</dependency>
<dependency>
<groupId>criterium</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.clojars.hephaistox</groupId>
<artifactId>automaton-core</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>kixi</groupId>
Expand Down
3 changes: 3 additions & 0 deletions project.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{:app-name "automaton-optimization"
:code {:forbidden-words #{"DONE" "FIXME" "NOTE" "TODO" "automaton-build"
"landing" "tap>"}}}
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
;; Last generated version, note a failed push consume a number
{:version "2.0.6"}
{:version "2.0.7"}

0 comments on commit 2f7b039

Please sign in to comment.