Skip to content

Releases: practicalli/clojure-cli-config

release: 2023-10-27 simplifying aliases (format update)

27 Oct 03:36
Compare
Choose a tag to compare

release: 2023-10-27 simplifying aliases (format update)

Added

  • :end/aliases {} and :end/config {} as format tool friendly indicators of config section end

Changed

  • Deprecated: :project/depify - manually convert and refactor
  • Deprecated: :repl/rebel-debug - use :repl/rebel or :repl/reloaded
  • Deprecated: :repl/rebel-debug-refactor - use :repl/rebel or :repl/reloaded
  • Deprecated: :lib/neil - use native binary instead
  • Deprecated: :lint/clj-kondo - use native binary instead
  • Deprecated: :lint/eastwood - use clj-kondo binary instead
  • Deprecated: :lint/idiom - use clj-kondo binary instead
  • Removed: :lib/scope-capture - use cider-debug or :lib/flowstorm or Portal data inspector
  • Removed: :alpha/closh - project only proof of concept
  • :test/env - remove pjstadig/humane-test-output library as it requires activation
  • update documentation and formatting
  • dev: .clj-kondo & .lsp directories removed via clean Makefile task

2023-10-17: monthly updates & :repl/clerk

17 Oct 20:46
Compare
Choose a tag to compare

Added

  • alias: :repl/clerk alpha design alias to run REPL and start clerk listening to evaluations

Changed

  • docs: rewrite :dev aliases introduction
  • alias: :test/cloverage corrected to :test/coverage
  • ci: action/checkout@v4 in all GitHub workflows
  • ci: update setup-clojure@12.1

Updated

  • Update library versions using make outdated

    :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
  • Update library versions using make outdated - 2023-10-17

    :name :current :latest
    cider/cider-nrepl 0.37.0 0.40.0
    clj-kondo/clj-kondo 2023.07.13 2023.09.07
    com.github.jpmonettas/flow-storm-dbg 3.7.1 3.7.5
    com.github.liquidz/antq 2.5.1109 2.7.1133
    com.github.seancorfield/next.jdbc 1.3.883 1.3.894
    com.h2database/h2 2.2.222 2.2.224
    djblue/portal 0.46.0 0.48.0
    io.github.nextjournal/clerk 0.14.919 0.15.957
    io.github.seancorfield/deps-new v0.5.2 v0.5.3
    lambdaisland/kaocha 1.86.1355 1.87.1366
    zprint/zprint 1.2.7 1.2.8

2023-09-05 Library version update

05 Sep 21:06
Compare
Choose a tag to compare

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

02 Aug 21:33
Compare
Choose a tag to compare

release: 2023-08-02 maintenance

  • ci: exclude clojurescript from antq version check
  • :project/create version 2023-08-01 of practicalli/project-templates
  • ci: spell lychee & repository trufflehog linters warn only (false positives)
  • :project/create version 2023-08-01 of practicalli/project-templates

2023-07-26 new practicalli/project-template version

26 Jul 15:24
Compare
Choose a tag to compare

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

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