Skip to content

Releases: practicalli/clojure-cli-config

2023-07-01

01 Jul 14:32
Compare
Choose a tag to compare

Added

  • alias: :test/run-all kaocha runner with :fail-fast false to 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

12 Jun 22:21
Compare
Choose a tag to compare
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

11 Jun 21:26
Compare
Choose a tag to compare

Update :project/create to use latest release of practicalli/project-templates which now provides the landing-page template

2023-05-02 Library version update

02 Jun 19:52
Compare
Choose a tag to compare

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

09 May 16:35
Compare
Choose a tag to compare

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

26 Apr 17:45
Compare
Choose a tag to compare

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/reloaded and :dev/reloaded aliases
    ** Integrant REPL support for :repl/reloaded and :dev/reloaded aliases
    ** nREPL support for :repl/inspect
    ** project/templates alias for use with deps-new, providing Practialli designed project templates
    ** project/create-local to support development of Practialli project templates
    ** ci: antq library versions scheduled GitHub workflow
  • Changed
    ** remove find-deps from :repl/reloaded and :dev/reloaded aliases to avoid reload clash with add-libs dependency
    ** Breaking: rename :env/test to :test/env (drop :env as qualifier)
    ** Breaking: rename :env/dev to :dev/env (drop :env as 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 load clojure.main/repl-requires to include add-lib, add-libs and sync-deps for hotloading libraries on the classpath
    ** release version of practicalli/project-templates in project/create & project/templates aliases
    ** project/create to include Practialli designed project templates as a dependency
    ** readme: Clojure Projects section - example project/create commands, de-emphasising project/new alias
    ** Update library versions using clojure -T:search/outdated (see changelog for details)