Releases: practicalli/clojure-cli-config
2023-09-05 Library version update
Update library versions within aliases using make outdated (antq)
| :name | :current | :latest |
|---|---|---|
| cider/cider-nrepl | 0.31.0 | 0.37.0 |
| clj-commons/clj-yaml | 1.0.26 | 1.0.27 |
| clj-kondo/clj-kondo | 2023.05.26 | 2023.07.13 |
| com.github.jpmonettas/flow-storm-dbg | 3.6.7 | 3.7.1 |
| com.github.liquidz/antq | 2.5.1095 | 2.5.1109 |
| com.github.seancorfield/clj-new | 1.2.399 | 1.2.404 |
| com.h2database/h2 | 2.1.214 | 2.2.222 |
| djblue/portal | 0.42.1 | 0.46.0 |
| lambdaisland/kaocha | 1.85.1342 | 1.86.1355 |
| org.clojure/tools.deps.graph | 1.1.76 | 1.1.84 |
| org.slf4j/slf4j-nop | 2.0.7 | 2.0.9 |
| refactor-nrepl/refactor-nrepl | 3.6.0 | 3.9.0 |
2023-08-02 maintenance
release: 2023-08-02 maintenance
- ci: exclude clojurescript from antq version check
:project/createversion 2023-08-01 of practicalli/project-templates- ci: spell lychee & repository trufflehog linters warn only (false positives)
:project/createversion 2023-08-01 of practicalli/project-templates
2023-07-26 new practicalli/project-template version
practicalli/project-template new release with refactor dev files for REPL workflow in practicalli/minimal template
https://github.com/practicalli/project-templates/releases/tag/2023-07-26
2023-07-01
Added
- alias:
:test/run-allkaocha runner with:fail-fast falseto run all tests regardless of failing tests - ci: megalinter GitHub action version java@7 in megalinter.yaml workflow
- ci: scheduled monthly version check
Updated
Update library versions using make outdated
| :name | :current | :latest |
|---|---|---|
| com.github.jpmonettas/flow-storm-dbg | 3.6.2 | 3.6.5 |
| com.github.liquidz/antq | 2.4.1070 | 2.5.1089 |
| djblue/portal | 0.41.0 | 0.42.0 |
| io.github.nextjournal/clerk | 0.13.842 | 0.14.919 |
| lambdaisland/kaocha | 1.84.1335 | 1.85.1342 |
| zprint/zprint | 1.2.6 | 1.2.7 |
Monthly version update using make outdated
| :name | :current | :latest |
|---|---|---|
| cider/cider-nrepl | 0.30.0 | 0.31.0 |
| com.github.jpmonettas/flow-storm-dbg | 3.6.5 | 3.6.7 |
| com.github.liquidz/antq | 2.5.1089 | 2.5.1095 |
| com.github.seancorfield/next.jdbc | 1.3.874 | 1.3.883 |
| djblue/portal | 0.42.0 | 0.42.1 |
| integrant/repl | 0.3.2 | 0.3.3 |
| io.aviso/pretty | 1.4.3 | 1.4.4 |
2023-06-12 Mimimal & Landing Page project templates
alias: project/create latest project templates release https://github.com/practicalli/project-templates/releases/tag/2023-06-12
2032.06.11 landing-page project template
Update :project/create to use latest release of practicalli/project-templates which now provides the landing-page template
2023-05-02 Library version update
Montly Library version update
- ci: setup-clojure action version 11
- ci: megalinter@java action version 7
- ci: clj-kondo action version 2023.05.26
- Update library versions using
clojure -T:search/outdated
| :name | :current | :latest |
|---|---|---|
| borkdude/carve | 14a3a5db4b372e33d20763a8d1344bddae72c735 | cb621317ae1582869c8bd8f1a47cf57a3598d803 |
| clj-kondo/clj-kondo | 2023.04.14 | 2023.05.26 |
| clojurians-zulip/feeds | dc0ed3f14bcc2f6344492782220313427bc5c8bf | 4bf8109afc5cd5ab2f409151d4dd583644028b4a |
| com.clojure-goes-fast/clj-memory-meter | 0.2.3 | 0.3.0 |
| com.github.jpmonettas/flow-storm-dbg | 3.5.1 | 3.6.2 |
| djblue/portal | 0.40.0 | 0.41.0 |
| io.aviso/pretty | 1.4.2 | 1.4.3 |
| lambdaisland/kaocha | 1.83.1314 | 1.84.1335 |
| org.clojure/spec-alpha2 | 46b183d19984cafb655647f212bfa286b4d0dc63 | 4cbfa677c4cd66339f18e1c122222c05c69e0d8e |
| zprint/zprint | 1.2.5 | 1.2.6 |
2023-05-09 Version Updates
Minor updates to workflow and library versions used in aliases
-
ci: weekly schedule version check, exclude tools deps alpha
-
alias: exclude tools.deps.alpha library in :search/outdated
-
Update library versions using
clojure -T:search/outdated- com.github.liquidz/antq 2.4.1070
- io.aviso/pretty 1.4.2
- io.github.seancorfield/deps-new v0.5.2
- lambdaisland/kaocha 1.83.1314
2023-04-26 Alias & Library version updates
Alias and library version updates
Minor breaking change: :env/dev and env/test renamed to :dev/env and :test/env
- Added
** yaml support in portal for:repl/reloadedand:dev/reloadedaliases
** Integrant REPL support for:repl/reloadedand:dev/reloadedaliases
** nREPL support for:repl/inspect
**project/templatesalias for use with deps-new, providing Practialli designed project templates
**project/create-localto support development of Practialli project templates
** ci: antq library versions scheduled GitHub workflow - Changed
** remove find-deps from:repl/reloadedand:dev/reloadedaliases to avoid reload clash with add-libs dependency
** Breaking: rename:env/testto:test/env(drop:envas qualifier)
** Breaking: rename:env/devto:dev/env(drop:envas qualifier) - Deprecated
**:security/nvd- should be used as an installed tool to avoid false positives - Updated
** ci: MegaLinter Java Image version v6.22.2
** ci: setup-clojure version 10.3
** inspect: portal version 0.38.2
** alias: update rebel readline aliases to loadclojure.main/repl-requiresto include add-lib, add-libs and sync-deps for hotloading libraries on the classpath
** release version of practicalli/project-templates inproject/create&project/templatesaliases
**project/createto include Practialli designed project templates as a dependency
** readme: Clojure Projects section - exampleproject/createcommands, de-emphasising project/new alias
** Update library versions usingclojure -T:search/outdated(see changelog for details)