Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2026

This PR contains the following updates:

Package Type Update Change
clj-kondo:clj-kondo managed-dependencies major 2025.10.232026.01.12

Release Notes

clj-kondo/clj-kondo (clj-kondo:clj-kondo)

v2026.01.12

Compare Source

  • #​2712: NEW linter: :redundant-format to warn when format strings contain no format specifiers (@​jramosg)
  • #​2709: NEW linter: :redundant-primitive-coercion to warn when primitive coercion functions are applied to expressions already of that type (@​hugod)
  • #​2600: NEW linter: unused-excluded-var to warn on unused vars in :refer-clojure :exclude (@​jramosg)
  • #​2459: NEW linter: :destructured-or-always-evaluates to warn on s-expressions in :or defaults in map destructuring (@​jramosg)
  • Change second arg for assoc-in, get-in and update-in to be sequential, not just seqable (@​tomdl89)
  • :condition-always-true finding was adding full context into findigns (@​jramosg)
  • #​2340: Extend :condition-always-true linter to check first argument of clojure.test/is (@​jramosg)
  • #​2719: Fix: comp args are now properly type checked (@​tomdl89)
  • #​2692: Lint quoted forms which are not functions (@​tomdl89)
  • #​2691: Fix: :refer-clojure :exclude now properly ignores elements with #_ (e.g. #_:clj-kondo/ignore comp2) @​jramosg.
  • #​2713: Fix regression: getting unused binding warning in ~'~ unquote expressions (@​jramosg)
  • #​2711: Unused value inside defmethod (@​jramosg)
  • Add type checking support for sorted-map-by, sorted-set, and sorted-set-by functions (@​jramosg)
  • Add new type array and type checking support for the next functions: to-array, alength, aget, aset and aclone (@​jramosg)
  • Add new type class and type checking support for class-related functions: instance?, cast, class, make-array, bases and supers (@​jramosg)
  • Add type checking support for clojure.test functions and macros (@​jramosg)
  • Fix #​2695: false positive :unquote-not-syntax-quoted in leiningen's defproject
  • Leiningen's defproject behavior can now be configured using leiningen.core.project/defproject
  • Fix #​2699: fix false positive unresolved string var with extend-type on CLJS
  • Rename :refer-clojure-exclude-unresolved-var linter to unresolved-excluded-var for consistency
  • Upgrade to GraalVM 25

v2025.12.23

Compare Source

  • #​2654: NEW linter: redundant-let-binding, defaults to :off (@​tomdl89)
  • #​2653: NEW linter: :unquote-not-syntax-quoted to warn on ~ and ~@​ usage outside syntax-quote (`) (@​jramosg)
  • #​2613: NEW linter: :refer-clojure-exclude-unresolved-var to warn on non-existing vars in :refer-clojure :exclude (@​jramosg)
  • #​2668: Lint & syntax errors in let bindings and lint for trailing & (@​tomdl89)
  • #​2590: duplicate-key-in-assoc changed to duplicate-key-args, and now lints dissoc, assoc! and dissoc! too (@​tomdl89)
  • #​2651: resume linting after paren mismatches
  • clojure-lsp#2651: Fix inner class name for java-class-definitions.
  • clojure-lsp#2651: Include inner class java-class-definition analysis.
  • Bump babashka/fs
  • #​2532: Disable :duplicate-require in require + :reload / :reload-all
  • #​2432: Don't warn for :redundant-fn-wrapper in case of inlined function
  • #​2599: detect invalid arity for invoking collection as higher order function
  • #​2661: Fix false positive :unexpected-recur when recur is used inside clojure.core.match/match (@​jramosg)
  • #​2617: Add types for repeatedly (@​jramosg)
  • Add :ratio type support for numerator and denominator functions (@​jramosg)
  • #​2676: Report unresolved namespace for namespaced maps with unknown aliases (@​jramosg)
  • #​2683: data argument of ex-info may be nil since clojure 1.12
  • Bump built-in ClojureScript analysis info
  • Fix #​2687: support new :refer-global and :require-global ns options in CLJS
  • Fix #​2554: support inline configs in .cljc files

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 16, 2026
@github-actions
Copy link

The rpm/deb packages and the JAR file for openvoxdb are available in a zip archive:
https://github.com/OpenVoxProject/openvoxdb/actions/runs/21077494834/artifacts/5158461932

@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2026.x branch 6 times, most recently from 367f407 to 6402b54 Compare January 16, 2026 22:00
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2026.x branch from 6402b54 to 6b48408 Compare January 16, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants