Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(docker): bump clj-kondo/clj-kondo from 2024.02.12-alpine to 2024.03.13-alpine #5388

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps clj-kondo/clj-kondo from 2024.02.12-alpine to 2024.03.13-alpine.

Release notes

Sourced from clj-kondo/clj-kondo's releases.

v2024.03.13

What's Changed

Full Changelog: clj-kondo/clj-kondo@v2024.03.05...v2024.03.13

v2024.03.05

What's Changed

New Contributors

Full Changelog: clj-kondo/clj-kondo@v2024.02.12...v2024.03.05

Changelog

Sourced from clj-kondo/clj-kondo's changelog.

Changelog

For a list of breaking changes, check here.

Clj-kondo: static analyzer and linter for Clojure code that sparks joy ✨

2024.03.13

  • Fix memory usage regression introduced in 2024.03.05
  • #2299: Add documentation for :java-static-field-call.

2024.03.05

  • #1732: new linter: :shadowed-fn-param which warns on using the same parameter name twice, as in (fn [x x])
  • #2276: New Clojure 1.12 array notation (String*) may occur outside of metadata
  • #2278: bigint in CLJS is a known symbol in extend-type
  • #2288: fix static method analysis and suppressing :java-static-field-call locally
  • #2293: fix false positive static field call for (Thread/interrupted)
  • #2903: publish multi-arch Docker images (including linux aarch64)
  • #2295: lint case test symbols in list

2024.02.12

  • #2274: Support clojure 1.12 new type hint notations
  • #2260: New linter :java-static-field-call: calling static field as function should warn, e.g. (System/err)
  • #1917: detect string being called as function
  • #1923: Lint invalid fn name
  • #2256: enable assert in hooks
  • #2253: add support for datomic-type-extensions to datalog syntax checking
  • #2255: support :exclude-files in combination with linting from stdin + provided --filename argument
  • #2246: preserve metadata on symbol when going through :macroexpand hook
  • #2254: lint files in absence of config dir
  • #2251: support suppressing :unused-value using :config-in-call
  • #2266: suppress :not-a-function linter in reader tag
  • #2259: ns-map unmaps var defined prior in namespace
  • #2272: Report var usage in if/when condition as always truthy, e.g. (when #'some-var 1)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Mar 18, 2024
@github-actions github-actions bot enabled auto-merge March 18, 2024 13:10
@dependabot dependabot bot force-pushed the dependabot/docker/clj-kondo/clj-kondo-2024.03.13-alpine branch from ecf9f93 to 01da01a Compare March 21, 2024 09:49
ferrarimarco
ferrarimarco previously approved these changes Mar 21, 2024
@github-actions github-actions bot added this pull request to the merge queue Mar 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Mar 21, 2024
Bumps [clj-kondo/clj-kondo](https://github.com/clj-kondo/clj-kondo) from 2024.02.12-alpine to 2024.03.13-alpine.
- [Release notes](https://github.com/clj-kondo/clj-kondo/releases)
- [Changelog](https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md)
- [Commits](clj-kondo/clj-kondo@v2024.02.12...v2024.03.13)

---
updated-dependencies:
- dependency-name: clj-kondo/clj-kondo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/docker/clj-kondo/clj-kondo-2024.03.13-alpine branch from 01da01a to 4c82d40 Compare March 21, 2024 11:15
@github-actions github-actions bot enabled auto-merge March 21, 2024 11:15
@github-actions github-actions bot added this pull request to the merge queue Mar 21, 2024
Merged via the queue into main with commit 81ab1ad Mar 21, 2024
88 checks passed
@dependabot dependabot bot deleted the dependabot/docker/clj-kondo/clj-kondo-2024.03.13-alpine branch March 21, 2024 17:47
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant