Skip to content

Update cljkondo/clj-kondo Docker tag to v2026.08.04 - #95

Merged
stig merged 1 commit into
mainfrom
renovate/docker
Aug 10, 2026
Merged

Update cljkondo/clj-kondo Docker tag to v2026.08.04#95
stig merged 1 commit into
mainfrom
renovate/docker

Conversation

@renovate

@renovate renovate Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cljkondo/clj-kondo docker minor 2026.07.242026.08.04

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.08.04

Compare Source

  • Hooks: clj-kondo reloads a hook namespace when another config dir defines a namespace with the same name.
  • #​2943: Type checker: when an :analyze-call hook rewrites a call, clj-kondo checks the arity of the original function but not its parameter types.

v2026.08.03

Compare Source

  • #​2935: the :keys/:strs/:syms conversion does not apply to a key after &. :select and the required-keys check use the key exactly as it is typed. E.g. (defn f [{:strs! [& :foo]}] :ran) (f {:foo 1}) no longer warns with Missing required key: "foo".
  • #​2932: Type checker: the type of a map value does not apply to bindings that destructure it further. E.g. (let [{[x0 x1] :x} {:x [1 2]}] (+ x0 x1)) no longer warns.
  • #​2929: :conflicting-alias no longer warns when an alias is equal to the name of the current namespace (@​subotac). This change reverts #​2849.
  • #​2923: :redundant-primitive-coercion no longer checks int and float. An integer-typed value can be a Long, so (int x) still converts. float? is also true for doubles.
  • #​2924: Clojure 1.13: support for the :all directive in map destructuring. E.g. (let [{:keys [a] :all m} {}] m) no longer warns with Unresolved symbol: m.
  • #​2925: Clojure 1.13: support for literal keys in map destructuring :or (@​jramosg). E.g. (let [{:keys [x] :or {:x 1}} {}] x).
  • #​2928: Type checker: the return types of keys and vals are nilable. E.g. (when (keys m) ...) no longer warns with Condition always true.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on sunday"
  • 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 Aug 9, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 9, 2026 02:58
@renovate renovate Bot added the renovate label Aug 9, 2026
@stig
stig merged commit efe7966 into main Aug 10, 2026
3 checks passed
@stig
stig deleted the renovate/docker branch August 10, 2026 09:35
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.

1 participant