Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the gradle-minor-dependencies group with 1 update: github.com/realm/swiftlint.

Updates github.com/realm/swiftlint from 0.59.1 to 0.60.0

Release notes

Sourced from github.com/realm/swiftlint's releases.

0.60.0: Fresh Breeze

Breaking

  • Remove support for boolean values in the validates_start_with_lowercase option entirely. Use the severity levels off, warning or error instead.
    kaseken

  • SwiftLint now requires macOS 13 or higher to run.
    JP Simard

  • In SwiftLintBuildToolPlugin, print the content of the BUILD_WORKSPACE_DIRECTORY environment variable only in debug builds.
    SimplyDanny #6135

  • The redundant_optional_initialization rule has been replaced by the implicit_optional_initialization rule that enforces implicit or explicit initialization of optional variables. Its default style always mimics the behavior of the redundant_optional_initialization rule by default. redundant_optional_initialization is now an alias for implicit_optional_initialization.
    leo-lem
    #1940

  • The swiftlint_linux.zip release archive has been renamed to swiftlint_linux_amd64.zip to avoid confusion with the new swiftlint_linux_arm64.zip archive.
    Bradley Mackey SimplyDanny

Experimental

  • None.

Enhancements

  • Linting got up to 30% faster due to the praiseworthy performance improvements done in the SwiftSyntax library.

  • Ignore locally defined count identifiers in empty_count rule.
    SimplyDanny #5326

  • The private_swiftui_state rule now applies to ViewModifier types.
    mt00chikin

  • Support for ARM64 Linux binaries has been added. The swiftlint_linux.zip release archive has been renamed to swiftlint_linux_amd64.zip. Next to it, a new swiftlint_linux_arm64.zip archive has been added. The SwiftLintBinary.artifactbundle.zip now contains both versions of the Linux binary, so that the binary plugins can now be used on Linux and macOS running both AMD64 and ARM64 architectures.
    Bradley Mackey

... (truncated)

Commits
  • a351a0d Release 0.60.0
  • 21942bd Prepare 0.60.0 release
  • 7624586 Maintain SourceKit-mode as long as custom rules don't support SwiftSyntax (#6...
  • 8ada387 Ignore locally defined count identifiers in empty_count rule (#6202)
  • 025a7bf Prefer short and readable repository names (#6205)
  • ae388f9 Sort arguments according to their definition (#6204)
  • e7108ec Mention performance improvements in changelog
  • 81e99e9 Use SwiftSyntax 6.2 pre-release 2025-08-11 (#6185)
  • 6150721 Exclude explicit system modules from duplicate_imports analysis (#6203)
  • 2cfb4c2 Apply private_swiftui_state rule to ViewModifier types (#6200)
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-minor-dependencies group with 1 update: [github.com/realm/swiftlint](https://github.com/realm/SwiftLint).


Updates `github.com/realm/swiftlint` from 0.59.1 to 0.60.0
- [Release notes](https://github.com/realm/SwiftLint/releases)
- [Commits](realm/SwiftLint@0.59.1...0.60.0)

---
updated-dependencies:
- dependency-name: github.com/realm/swiftlint
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Sep 2, 2025
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 swift_package_manager Pull requests that update Swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant