2023-04-26 Alias & Library version updates
·
200 commits
to main
since this release
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)