Skip to content

Commit 4ebd243

Browse files
release: 2026-02-05
Added - dev: ci workflow to create pr's for new library and action versions - dev: update github actions to latest versions Updated - alias: update library name and version for cljfmt tool - aliases: update library versions using `make dependencies-update` | :name | :current | :latest | |----------------------------------- |------------------------------------------|------------------------------------------| | clojurians-zulip/feeds | 39c07aefe1903685d9d43492cda4ad2eb34cf51c | a7d1642b38732f79944862e14ff4786b9df9a25d | | com.brunobonacci/mulog | 0.9.0 | 0.10.0 | | com.github.flow-storm/clojure | 1.12.3-1 | 1.12.4 | | com.github.flow-storm/flow-storm-dbg | 4.5.8 | 4.5.9 | | com.github.seancorfield/next.jdbc | 1.3.1070 | 1.3.1093 | | dev.weavejester/cljfmt | 0.15.2 | 0.15.5 | | djblue/portal | 0.61.0 | 0.62.2 | | io.github.nextjournal/clerk | 0.18.1150 | 0.18.1158 | | io.github.practicalli/project-templates | 2025-09-04 | 2026-02-05 | | io.github.seancorfield/deps-new | v0.10.1 | v0.10.3 | | nrepl/nrepl | 1.5.0 | 1.5.2 | | org.clojure/spec-alpha2 | eb94e46853d90153ba6dc72a4093719f38a90a4a | efbeb200b9594e265907c1d66ad4ffd9cd8c91cf | | org.clojure/test.check | 1.1.2 | 1.1.3 | | org.clojure/tools.deps.graph | 1.1.90 | 1.2.98 | | org.clojure/tools.namespace | 1.5.0 | 1.5.1 | | org.clojure/tools.trace | 0.8.0 | 0.9.0 | - dev: updated GitHub action versions in all workflows | :file | :name | :current | :latest | |------------------------------------------------|--------------------------------------|------------|------------| | .github/workflows/changelog-check.yaml | actions/checkout | v5 | v6 | | .github/workflows/lint-review.yaml | actions/checkout | v5 | v6 | | .github/workflows/megalinter.yaml | actions/checkout | v5 | v6 | | | actions/upload-artifact | v4 | v5 | | .github/workflows/quality-checks.yaml | actions/checkout | v5 | v6 | | | DeLaGuardo/setup-clojure | 13.4 | 13.5.2 | | | clj-kondo/clj-kondo | 2025.09.22 | 2026.01.19 | | .github/workflows/scheduled-version-check.yaml | actions/checkout | v5 | v6 | | .github/workflows/renovate.yaml | renovatebot/github-action | v44.0.5 | v46.0.1 |
1 parent 1bce0e0 commit 4ebd243

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.org

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
5+
* 2026-02-05
46
** Added
57
- dev: ci workflow to create pr's for new library and action versions
68
- dev: update github actions to latest versions
@@ -28,8 +30,6 @@
2830
| org.clojure/tools.namespace | 1.5.0 | 1.5.1 |
2931
| org.clojure/tools.trace | 0.8.0 | 0.9.0 |
3032

31-
32-
3333
- dev: updated GitHub action versions in all workflows
3434

3535
| :file | :name | :current | :latest |
@@ -39,8 +39,11 @@
3939
| .github/workflows/megalinter.yaml | actions/checkout | v5 | v6 |
4040
| | actions/upload-artifact | v4 | v5 |
4141
| .github/workflows/quality-checks.yaml | actions/checkout | v5 | v6 |
42-
| | clj-kondo/clj-kondo | 2025.09.22 | 2025.10.23 |
42+
| | DeLaGuardo/setup-clojure | 13.4 | 13.5.2 |
43+
| | clj-kondo/clj-kondo | 2025.09.22 | 2026.01.19 |
4344
| .github/workflows/scheduled-version-check.yaml | actions/checkout | v5 | v6 |
45+
| .github/workflows/renovate.yaml | renovatebot/github-action | v44.0.5 | v46.0.1 |
46+
4447

4548
* 2025-10-16
4649
** Updated

0 commit comments

Comments
 (0)