Skip to content

Update Mint non-major dependencies - #122

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mint-non-major-dependencies
Open

Update Mint non-major dependencies#122
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mint-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ldomaradzki/xcsift minor v1.3.1v1.4.2
nicklockwood/SwiftFormat minor 0.62.10.63.0
realm/SwiftLint patch 0.65.00.65.1

Release Notes

ldomaradzki/xcsift (ldomaradzki/xcsift)

v1.4.2

Compare Source

What's Changed

Full Changelog: ldomaradzki/xcsift@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: ldomaradzki/xcsift@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: ldomaradzki/xcsift@v1.3.1...v1.4.0

nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)

v0.63.0

Compare Source

  • Added ifExpressions rule to convert ternaries to if expressions
  • Added preferLazyMap rule
  • Added redundantExtendedLifetime rule
  • Added <!-- no-format --> HTML comment syntax for disabling formatting of markdown code blocks
  • Added warning when --enable is used for a rule that is already enabled by default
  • Added --redundant-optional-binding option, defaulting to same-name-only
  • Made --wrapstringinterpolation preserve the default
  • Changed default of --single-line-ternary to convert
  • Distinguished default, opt-in, and deprecated rules in --rules and --rule-info output
  • Updated organizeDeclarations to categorize associatedtype declarations as beforeMarks
  • Updated hoistAwait and hoistTry to automatically detect and preserve autoclosures within same file as definition
  • Updated redundantType and propertyTypes to support more ExpressibleByXLiteral types
  • Updated redundantReturn to preserve bare return in closures where removal would create single-expression body
  • Updated redundantOptionalBinding to convert if let x = property to if let property
  • Updated urlMacro rule to support try #require(URL(string:)) pattern
  • Updated redundantBackticks to preserve backticks on Swift Testing @Test functions
  • Updated swiftTestingTestCaseNames to convert backticked names with test prefix or underscores
  • Updated genericExtensions rule to support collection types
  • Updated unusedPrivateDeclarations to preserve properties used in compiler-generated Equatable and Hashable conformances
  • Increased stack size to 1MB for Linux release builds
  • Fixed redundantClosure false positive for if statements with no else branch
  • Fixed spaces around module selectors in generics
  • Fixed preferForLoop incorrectly applying to dollar-prefixed identifiers
  • Fixed blank line before trailing infix operators
  • Fixed swiftTestingTestCaseNames not adding backticks when required
  • Fixed --preserve-acronyms to work as substring match, not just exact identifier match
  • Fixed genericExtensions rule leaving stray comma with additional where conditions
  • Fixed indent dropping switch case body indentation inside #if with --ifdef no-indent
  • Fixed redundantSwiftUIGroup removing Group(subviews:)
  • Fixed redundantReturn removing redundant returns from switch/if inside a flatMap closure
  • Fixed --ifdef no-indent indentation for method chains and directives
  • Fixed environmentEntry edge cases
  • Fixed redundantInternal stripping required internal inside #if in non-internal extensions
  • Fixed indent of trailing closure in method chain member inside #if
  • Fixed spaceAroundParens spurious violations for keyword identifiers after :: module selector
realm/SwiftLint (realm/SwiftLint)

v0.65.1

Compare Source

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

Experimental
  • None.
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

  • Fix correction behavior of closure_spacing rule when a closure contains only trivia (e.g. comments).
    SimplyDanny
    #​6798
    #​6799

  • Fix closure_end_indentation moving closing braces to column 1 in files
    with CRLF line endings when running swiftlint --fix.
    sjh9714
    #​6598


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from ctreffs as a code owner August 18, 2026 08:03
@renovate
renovate Bot force-pushed the renovate/mint-non-major-dependencies branch from 22fd1bf to 2e79a19 Compare August 18, 2026 16:40
@renovate renovate Bot changed the title Update dependency ldomaradzki/xcsift to v1.4.0 Update dependency ldomaradzki/xcsift to v1.4.1 Aug 18, 2026
@renovate
renovate Bot force-pushed the renovate/mint-non-major-dependencies branch from 2e79a19 to 240ce1e Compare August 19, 2026 06:13
@renovate renovate Bot changed the title Update dependency ldomaradzki/xcsift to v1.4.1 Update dependency ldomaradzki/xcsift to v1.4.2 Aug 19, 2026
@renovate
renovate Bot force-pushed the renovate/mint-non-major-dependencies branch from 240ce1e to 6de6eb5 Compare August 21, 2026 22:57
@renovate renovate Bot changed the title Update dependency ldomaradzki/xcsift to v1.4.2 Update Mint non-major dependencies Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/mint-non-major-dependencies branch from 6de6eb5 to c4549fd Compare August 30, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants