Skip to content

chore(deps): bump github.com/realm/swiftlint from 0.65.0 to 0.65.1 - #22

Merged
atom2ueki merged 1 commit into
mainfrom
dependabot/swift/github.com/realm/swiftlint-0.65.1
Aug 29, 2026
Merged

chore(deps): bump github.com/realm/swiftlint from 0.65.0 to 0.65.1#22
atom2ueki merged 1 commit into
mainfrom
dependabot/swift/github.com/realm/swiftlint-0.65.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/realm/swiftlint from 0.65.0 to 0.65.1.

Release notes

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

0.65.1: Fresh Folded Fixtures

Breaking

  • Configuration.IndentationStyle moved to SwiftLintCore.IndentationStyle. Rules can now read the global indentation setting via CurrentRule.configuration.
    GandaLF2006

  • Remove the deprecated allow_multiline_func option from the opening_brace rule. Use ignore_multiline_function_signatures instead.
    Brett-Best

Enhancements

  • Speed up the collection_alignment rule, which read the whole file's source lines once per element of a dictionary literal.
    Brett-Best

  • Compare the two operands of a comparison by walking their token streams in the identical_operands rule instead of rendering both operands to strings, so differing operands stop at the first mismatching token.
    Brett-Best

  • Add #examples and #corrections macros that expand lists and dictionaries of code strings into Examples, reducing boilerplate when defining a rule's triggering/non-triggering examples and corrections. Adopt them across the built-in rules.
    ZevEisenberg

  • Add allow_compact_empty_blocks option to the no_empty_block rule to allow empty blocks written compactly as {} while still flagging empty blocks with any whitespace or newlines between the braces.
    arimu1 #6839

Bug Fixes

  • Add an opt-in allow_explicit_unsafe_unowned option to let the unowned_variable_capture rule accept explicit unowned(unsafe) captures.
    Yurii Bakurov #6817

  • Fix line_length with ignores_urls enabled incorrectly ignoring property accesses whose member names are valid top-level domains.
    Arthur Liu #6811

  • Fix baseline writing to store file locations as paths relative to the current working directory, restoring baseline portability and avoiding absolute file:// paths in generated baseline files.
    SimplyDanny #6812

... (truncated)

Commits
  • 6aba03e Release 0.65.1
  • 03ebb07 Prepare 0.65.1 release
  • aabe4a5 Bump bazel-contrib/publish-to-bcr from 1.4.2 to 1.5.0 (#6878)
  • 3145612 Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 (#6879)
  • c8d525e Bump docker/setup-buildx-action (#6880)
  • ea29a5b Avoid recomputing the rule identifier in performLint (#6864)
  • 5ee4407 Mention MegaLinter in README setup section (#6867)
  • bed9166 Add Brigade to the oss-check repositories (#6866)
  • 8fef772 Remove deprecated allow_multiline_func option (#6863)
  • 1c6090f Bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 (#6860)
  • 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 [github.com/realm/swiftlint](https://github.com/realm/SwiftLint) from 0.65.0 to 0.65.1.
- [Release notes](https://github.com/realm/SwiftLint/releases)
- [Commits](realm/SwiftLint@0.65.0...0.65.1)

---
updated-dependencies:
- dependency-name: github.com/realm/swiftlint
  dependency-version: 0.65.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, swift. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@atom2ueki
atom2ueki merged commit f4b7bf9 into main Aug 29, 2026
2 checks passed
@atom2ueki
atom2ueki deleted the dependabot/swift/github.com/realm/swiftlint-0.65.1 branch August 29, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant