This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-08
Channels
- # babashka (18)
- # beginners (35)
- # biff (15)
- # cider (24)
- # clj-commons (26)
- # clj-kondo (12)
- # clojure (18)
- # clojure-austin (1)
- # clojure-dev (2)
- # clojure-europe (15)
- # clojure-losangeles (1)
- # clojure-nl (1)
- # clojure-norway (88)
- # clojure-seattle (2)
- # clojure-spec (14)
- # clojure-uk (27)
- # clojuredesign-podcast (5)
- # clojurescript (25)
- # cursive (3)
- # datahike (26)
- # datalevin (13)
- # datomic (39)
- # etaoin (19)
- # events (1)
- # fulcro (12)
- # graphql (1)
- # hyperfiddle (40)
- # introduce-yourself (3)
- # joyride (8)
- # lsp (53)
- # missionary (7)
- # nyc (1)
- # off-topic (31)
- # overtone (10)
- # reitit (6)
- # shadow-cljs (9)
- # slack-help (9)
- # thejaloniki (1)
- # tools-deps (12)
Hello, anyone is having problems to use https://github.com/nnichols/clojure-dependency-update-action ? It started failing with this error 2 weeks ago:
How is it "failing" and what is the relevance to tools.deps
? I'm tagging @UCZ5ZDJKF to see if he has any insight.
@U04V70XH6 sorry posting here, but I didn't find a place to include this problem, and I saw someone posting something about this lib here.
Well, the author isn't in this channel and I must admit I've never heard of that GH action...
you'd be a lot better off switching to Renovate
but I'd wager that the error is due to a variable not being quoted in that shell script and that causes splitting when running commands which makes for extra arguments
I spent a little bit of time writing a replacement for dependency_check.sh
but I hit my timebox for it https://gist.github.com/corasaurus-hex/bd8b85a46d1ab7cad05c49cad4519bd6 -- feel free to take that and fix the github action if you feel like it
@U02N27RK69K thank you for the information. The good part of that lib is that it creates a PR for validation.
you can make that work with clojure, and it opens PRs
@U02N27RK69K Hello, I setup one project with renovate and I liked the way it works. Thank you for the advice.
I just got back from vacation today. Once I catch up on things, I'll see if I can make a fix for existing consumers. That said, I agree with @U02N27RK69K - Renovate is a much better tool for the job, and the action was originally only meant as a stopgap until Clojure got Dependabot/Renovate/etc support