Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2026

This PR contains the following updates:

Package Type Update Change
cljkondo/clj-kondo docker patch 2026.01.122026.01.19

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

clj-kondo/clj-kondo (cljkondo/clj-kondo)

v2026.01.19

Compare Source

  • #​2735: NEW linter: :duplicate-refer which warns on duplicate entries in :refer of :require. (@​jramosg)
  • #​2734: NEW linter: :aliased-referred-var, which warns when a var is both referred and accessed via an alias in the same namespace. (@​jramosg)
  • #​2745: NEW linter: :is-message-not-string which warns when clojure.test/is receives a non-string message argument. This linter replaces the previous type-mismatch enforcement for is message arguments and can be disabled to allow non-string values. (@​jramosg)
  • #​2756: Fix: ensure def + defmethod triggers :def-fn warning with valid source location (@​jramosg)
  • unused-excluded-var: Add location metadata to excluded vars in ns-unmap. This fixes some findings with not location. (@​jramosg)
  • #​2747: Fix: Gensym bindings in nested syntax quotes are now correctly recognized (@​jramosg)when throwing non-throwable values (@​jramosg)
  • #​2746: Fix regression: primitive array class syntax (e.g., byte/1, int/2) now correctly recognized as class literals in type checking (@​jramosg)
  • #​2739: Extend :equals-expected-position linter to also warn for not= when expected value is not first (@​jramosg)
  • #​2749: Fix false positive for throw in CLJS when throwing non-throwable values (@​jramosg)
  • #​2739: Extend :equals-expected-position linter to also warn for not= when expected value is not first (@​jramosg)
  • #​2732: unreachable-code: warn when :default does not come last in reader conditionals (@​jramosg)
  • Fix str/replace false positive and tighten comp ret type
  • #​2729: Check for arity mismatch for bound vectors, sets & maps, not just literals (@​tomdl89)
  • Add new type inst and type checking support for inst-ms and inst-ms* (@​jramosg)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 the renovate label Jan 25, 2026
@renovate renovate bot requested a review from a team as a code owner January 25, 2026 02:43
@renovate renovate bot added the renovate label Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants