Skip to content

Bump https://github.com/realm/SwiftLint from 0.57.1 to 0.63.2#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/https-/github.com/realm/SwiftLint-0.63.2
Open

Bump https://github.com/realm/SwiftLint from 0.57.1 to 0.63.2#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/https-/github.com/realm/SwiftLint-0.63.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps https://github.com/realm/SwiftLint from 0.57.1 to 0.63.2.

Release notes

Sourced from https://github.com/realm/SwiftLint's releases.

0.63.2: High-Speed Extraction

Enhancements

  • Add ignore_regex configuration option to the large_tuple rule to silence violations for tuples inside Regex<...> types, which commonly have large tuple type parameters for capture groups.
    Deco354 #6340

Bug Fixes

  • Use start position of closure (in addition to the containing function call) to check if violations are disabled for it in trailing_closure rule.
    SimplyDanny #6451

0.63.1: High-Speed Extraction

Enhancements

  • Add a --disable-sourcekit flag to the lint command to disable SourceKit when needed. The environment variable SWIFTLINT_DISABLE_SOURCEKIT can still be used as well.
    SimplyDanny #6282

Bug Fixes

  • Retain async initializers in actors in async_without_await rule.
    SimplyDanny #6423

  • Inform users about files being skipped due to impossible file system representation instead of crashing.
    SimplyDanny #6419

  • Ignore override functions in async_without_await rule.
    SimplyDanny #6416

  • Avoid infinite recursion for deeply nested symbolic links which is usually the case in node_modules directories managed by pnpm.
    SimplyDanny #6425

  • Fix false positive in unneeded_escaping rule when an escaping closure is used in a nested closure preceded by another closure.
    SimplyDanny #6410

... (truncated)

Changelog

Sourced from https://github.com/realm/SwiftLint's changelog.

0.63.2: High-Speed Extraction

Breaking

  • None.

Experimental

  • None.

Enhancements

  • Add ignore_regex configuration option to the large_tuple rule to silence violations for tuples inside Regex<...> types, which commonly have large tuple type parameters for capture groups.
    Deco354 #6340

Bug Fixes

  • Use start position of closure (in addition to the containing function call) to check if violations are disabled for it in trailing_closure rule.
    SimplyDanny #6451

0.63.1: High-Speed Extraction

Breaking

  • None.

Experimental

  • None.

Enhancements

  • Add a --disable-sourcekit flag to the lint command to disable SourceKit when needed. The environment variable SWIFTLINT_DISABLE_SOURCEKIT can still be used as well.
    SimplyDanny #6282

Bug Fixes

  • Retain async initializers in actors in async_without_await rule.
    SimplyDanny #6423

  • Inform users about files being skipped due to impossible file system representation instead of crashing.

... (truncated)

Commits
  • 8895252 Release 0.63.2
  • 3c4fe31 Prepare 0.63.2 release
  • 1bc3ef0 Allow to dispatch Docker build
  • 7c2080e Remove Windows builds from release
  • ec25b04 Checkout (and push) as release author
  • 2df9c19 Bump docker/setup-buildx-action in /.github/actions/docker-build (#6463)
  • c95d934 Bump docker/login-action in /.github/actions/docker-build (#6462)
  • d8865d2 Bump actions/upload-artifact in /.github/actions/docker-build (#6464)
  • 0171930 Update composite actions as well
  • 3366340 Combine both sed commands
  • Additional commits viewable in compare view

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 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)

Bumps [https://github.com/realm/SwiftLint](https://github.com/realm/SwiftLint) from 0.57.1 to 0.63.2.
- [Release notes](https://github.com/realm/SwiftLint/releases)
- [Changelog](https://github.com/realm/SwiftLint/blob/main/CHANGELOG.md)
- [Commits](realm/SwiftLint@0.57.1...0.63.2)

---
updated-dependencies:
- dependency-name: https://github.com/realm/SwiftLint
  dependency-version: 0.63.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels May 16, 2026
@dependabot dependabot Bot requested a review from jvogan as a code owner May 16, 2026 14:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels May 16, 2026
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 pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants