Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Type Update Change
clj-kondo:clj-kondo dependencies minor 2024.05.24 -> 2024.11.14

Release Notes

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

v2024.11.14

Compare Source

  • #​2212: NEW linter: :redundant-nested-call (@​tomdl89), set to level :info by default
  • Bump :redundant-ignore, :redundant-str-call linters to level :info
  • #​1784: detect :redundant-do in catch
  • #​2410: add --report-level flag
  • #​2416: detect empty require and :require forms (@​NoahTheDuke)
  • #​1786: Support gen-interface (by suppressing unresolved symbols)
  • #​2407: support ignore hint on called symbol
  • #​2420: Detect uneven number of clauses in cond-> and cond->> (@​tomdl89)
  • #​2415: false positive type checking issue with str/replace and ^String annotation

v2024.09.27

Compare Source

  • #​2404: fix regression with metadata on node in hook caused by :redundant-ignore linter

v2024.09.26

Compare Source

  • #​2366: new linter: :redundant-ignore. See docs
  • #​2386: fix regression introduced in #​2364 in letfn
  • #​2389: add new hooks-api/callstack function
  • #​2392: don't skip jars that were analyzed with --skip-lint
  • #​2395: enum constant call warnings
  • #​2400: deftype and defrecord constructors can be used with Type/new
  • #​2394: add :sort option to :unsorted-required-namespaces linter to enable case-sensitive sort to match other tools
  • #​2384: recognize gen/fmap var in cljs.spec.gen.alpha

v2024.08.29

Compare Source

  • #​2303: Support array class notation of Clojure 1.12 (byte/1)
  • #​916: New linter: :destructured-or-binding-of-same-map which warns about
    :or defaults referring to bindings of same map, which is undefined and may result in broken
    behavior
  • #​2362: turn min-version warning into lint warning
  • #​1603: Support Java classes in :analyze-call hook
  • #​2369: false positive unused value in quoted list
  • #​2374: Detect misplaced return Schemas (@​frenchy64)
  • #​2364: performance: code that analyzed fn arity is ran twice
  • #​2355: support :as-alias with current namespace without warning about self-requiring namespace

v2024.08.01

Compare Source

  • #​2359: @x should warn with type error about x not being an IDeref, e.g. with @inc
  • #​2345: Fix SARIF output and some enhancements (@​nxvipin)
  • #​2335: read causes side effect, thus not an unused value
  • #​2336: do and doto type checking (@​yuhan0)
  • #​2322: report locations for more reader errors (@​yuhan0)
  • #​2342: report unused maps, vectors, sets, regexes, functions as :unused-value
  • #​2352: type mismatch error for or without arguments
  • #​2344: copying configs and linting dependencies can now be done in one go with --dependencies --copy-configs
  • #​2357: :discouraged-namespace can have :level per namespace

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 Aug 1, 2025
@renovate renovate bot enabled auto-merge (squash) August 1, 2025 11:23
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2024.x branch 6 times, most recently from 9fbe3da to 0cfd322 Compare August 7, 2025 18:06
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2024.x branch 3 times, most recently from c899d23 to dfecbd9 Compare August 24, 2025 00:10
@renovate renovate bot changed the title chore(deps): update dependency clj-kondo:clj-kondo to v2024.11.14 Update dependency clj-kondo:clj-kondo to v2024.11.14 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2024.x branch from dfecbd9 to 039cc62 Compare August 24, 2025 19:29
@renovate renovate bot changed the title Update dependency clj-kondo:clj-kondo to v2024.11.14 chore(deps): update dependency clj-kondo:clj-kondo to v2024.11.14 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2024.x branch from 039cc62 to fe8399b Compare August 24, 2025 19:34
@renovate renovate bot force-pushed the renovate/clj-kondo-clj-kondo-2024.x branch from fe8399b to 3f98b9f Compare September 9, 2025 21:32
@nmburgan
Copy link
Member

New linting errors need to be corrected

src/puppetlabs/puppetdb/cli/generate.clj:709:18: warning: Destructured :or refers to binding of same map: level
src/puppetlabs/puppetdb/cli/generate.clj:735:9: info: Redundant nested call: concat
src/puppetlabs/puppetdb/scf/migrate.clj:1296:6: info: Single argument to str already is a string
src/puppetlabs/puppetdb/scf/migrate.clj:1297:6: info: Single argument to str already is a string
src/puppetlabs/puppetdb/scf/migrate.clj:1607:40: error: Static fields should be referenced without parens unless they are intended as function calls
src/puppetlabs/puppetdb/scf/partitioning.clj:57:40: error: Static fields should be referenced without parens unless they are intended as function calls
src/puppetlabs/puppetdb/scf/storage.clj:1799:30: warning: Destructured :or refers to binding of same map: report-ttl
test/puppetlabs/puppetdb/command_broadcast_test.clj:100:42: info: Redundant nested call: str
test/puppetlabs/puppetdb/query_eng/default_reports_test.clj:18:12: info: Single argument to str already is a string
test/puppetlabs/puppetdb/query_eng/default_reports_test.clj:22:12: info: Single argument to str already is a string
test/puppetlabs/puppetdb/scf/migrate_partitioning_test.clj:552:93: error: Static fields should be referenced without parens unless they are intended as function calls
test/puppetlabs/puppetdb/scf/migrate_partitioning_test.clj:554:102: error: Static fields should be referenced without parens unless they are intended as function calls
test/puppetlabs/puppetdb/scf/migrate_partitioning_test.clj:1182:94: error: Static fields should be referenced without parens unless they are intended as function calls
test/puppetlabs/puppetdb/scf/migrate_partitioning_test.clj:1184:103: error: Static fields should be referenced without parens unless they are intended as function calls
test/puppetlabs/puppetdb/scf/migrate_test.clj:1736:23: error: Static fields should be referenced without parens unless they are intended as function calls
linting took 8263ms, errors: 7, warnings: 2
Error encountered performing task 'run' with profile(s): 'base,system,user,provided,dev,kondo'

@nmburgan nmburgan marked this pull request as draft September 10, 2025 19:36
auto-merge was automatically disabled September 10, 2025 19:36

Pull request was converted to draft

@nmburgan
Copy link
Member

Closing in favor of #53

@nmburgan nmburgan closed this Sep 10, 2025
Copy link
Contributor Author

renovate bot commented Sep 10, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2024.11.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/clj-kondo-clj-kondo-2024.x branch September 10, 2025 19:43
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.

1 participant