Update Mint non-major dependencies - #122
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mint-non-major-dependencies
branch
from
August 18, 2026 16:40
22fd1bf to
2e79a19
Compare
renovate
Bot
force-pushed
the
renovate/mint-non-major-dependencies
branch
from
August 19, 2026 06:13
2e79a19 to
240ce1e
Compare
renovate
Bot
force-pushed
the
renovate/mint-non-major-dependencies
branch
from
August 21, 2026 22:57
240ce1e to
6de6eb5
Compare
renovate
Bot
force-pushed
the
renovate/mint-non-major-dependencies
branch
from
August 30, 2026 22:44
6de6eb5 to
c4549fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.1→v1.4.20.62.1→0.63.00.65.0→0.65.1Release Notes
ldomaradzki/xcsift (ldomaradzki/xcsift)
v1.4.2Compare Source
What's Changed
Full Changelog: ldomaradzki/xcsift@v1.4.1...v1.4.2
v1.4.1Compare Source
What's Changed
Full Changelog: ldomaradzki/xcsift@v1.4.0...v1.4.1
v1.4.0Compare Source
What's Changed
New Contributors
Full Changelog: ldomaradzki/xcsift@v1.3.1...v1.4.0
nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
v0.63.0Compare Source
ifExpressionsrule to convert ternaries to if expressionspreferLazyMapruleredundantExtendedLifetimerule<!-- no-format -->HTML comment syntax for disabling formatting of markdown code blocks--enableis used for a rule that is already enabled by default--redundant-optional-bindingoption, defaulting tosame-name-only--wrapstringinterpolation preservethe default--single-line-ternarytoconvert--rulesand--rule-infooutputorganizeDeclarationsto categorize associatedtype declarations as beforeMarkshoistAwaitandhoistTryto automatically detect and preserve autoclosures within same file as definitionredundantTypeandpropertyTypesto support moreExpressibleByXLiteraltypesredundantReturnto preserve barereturnin closures where removal would create single-expression bodyredundantOptionalBindingto convertif let x = propertytoif let propertyurlMacrorule to supporttry #require(URL(string:))patternredundantBackticksto preserve backticks on Swift Testing@TestfunctionsswiftTestingTestCaseNamesto convert backticked names with test prefix or underscoresgenericExtensionsrule to support collection typesunusedPrivateDeclarationsto preserve properties used in compiler-generatedEquatableandHashableconformancesredundantClosurefalse positive for if statements with no else branchpreferForLoopincorrectly applying to dollar-prefixed identifiersswiftTestingTestCaseNamesnot adding backticks when required--preserve-acronymsto work as substring match, not just exact identifier matchgenericExtensionsrule leaving stray comma with additional where conditionsindentdropping switch case body indentation inside#ifwith--ifdef no-indentredundantSwiftUIGroupremovingGroup(subviews:)redundantReturnremoving redundant returns from switch/if inside a flatMap closure--ifdef no-indentindentation for method chains and directivesenvironmentEntryedge casesredundantInternalstripping required internal inside#ifin non-internal extensions#ifspaceAroundParensspurious violations for keyword identifiers after::module selectorrealm/SwiftLint (realm/SwiftLint)
v0.65.1Compare Source
Breaking
Configuration.IndentationStylemoved toSwiftLintCore.IndentationStyle.Rules can now read the global
indentationsetting viaCurrentRule.configuration.GandaLF2006
Remove the deprecated
allow_multiline_funcoption from theopening_bracerule. Use
ignore_multiline_function_signaturesinstead.Brett-Best
Experimental
Enhancements
Speed up the
collection_alignmentrule, which read the whole file'ssource 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_operandsrule instead of rendering both operands to strings,so differing operands stop at the first mismatching token.
Brett-Best
Add
#examplesand#correctionsmacros that expand lists anddictionaries of code strings into
Examples, reducing boilerplate whendefining a rule's triggering/non-triggering examples and corrections. Adopt
them across the built-in rules.
ZevEisenberg
Add
allow_compact_empty_blocksoption to theno_empty_blockrule toallow empty blocks written compactly as
{}while still flagging emptyblocks with any whitespace or newlines between the braces.
arimu1
#6839
Bug Fixes
Add an opt-in
allow_explicit_unsafe_unownedoption to let theunowned_variable_capturerule accept explicitunowned(unsafe)captures.Yurii Bakurov
#6817
Fix
line_lengthwithignores_urlsenabled incorrectly ignoring propertyaccesses 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_spacingrule when a closure contains only trivia (e.g. comments).SimplyDanny
#6798
#6799
Fix
closure_end_indentationmoving closing braces to column 1 in fileswith CRLF line endings when running
swiftlint --fix.sjh9714
#6598
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.