This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-19
Channels
- # adventofcode (1)
- # announcements (3)
- # babashka (60)
- # beginners (60)
- # calva (5)
- # clj-commons (17)
- # clj-kondo (33)
- # clj-on-windows (1)
- # clojure (40)
- # clojure-austin (3)
- # clojure-europe (19)
- # clojure-gamedev (25)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-sweden (4)
- # clojure-uk (2)
- # clojurescript (27)
- # conjure (1)
- # core-async (1)
- # core-typed (7)
- # cursive (5)
- # datomic (35)
- # events (1)
- # fulcro (35)
- # integrant (7)
- # introduce-yourself (2)
- # kaocha (5)
- # leiningen (2)
- # lsp (26)
- # malli (13)
- # nbb (99)
- # off-topic (15)
- # pathom (12)
- # pedestal (5)
- # polylith (8)
- # portal (4)
- # rdf (19)
- # reagent (8)
- # reitit (5)
- # releases (2)
- # remote-jobs (2)
- # rewrite-clj (1)
- # shadow-cljs (94)
- # testing (2)
- # timbre (2)
- # tools-deps (16)
https://github.com/babashka/neil 0.1.47 (2022-10-19)
A CLI to add common aliases and features to deps.edn-based projects
• neil dep add
now supports --tag
and --latest-tag
(https://github.com/russmatney)
• neil dep upgrade
enhancements (https://github.com/russmatney)
◦ when :git/tag
is used, upgrades to the repo's latest tag (instead of the latest sha)
◦ support prefixless :tag
and :sha
coords, which tools.deps supports (for backwards compatibility)
• upgrade alias deps (now the default).
▪︎ neil dep upgrade --alias tests
supports upgrading deps for a particular alias.
◦ neil dep upgrade --no-aliases
supports upgrading only the project deps.
• the neil dep upgrade --dry-run
output can now be piped back into neil dep add
, so you can now select a single upgrade from a list of available via fzf
:
◦ neil dep upgrade --dry-run | fzf | xargs ./neil dep add
• Don't add libraries when version is unknown (https://github.com/russmatney)