Update all non-major dependencies #233
Merged
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:
from: "2.0.0"->from: "2.2.11""~> 2.216.0"->"~> 2.219.0""~> 2.6.2"->"~> 2.7.0"from: "3.7.5"->from: "3.7.9"0.52.8->0.53.5from: "1.14.2"->from: "1.15.4"0.53.0->0.54.03.2.2->3.3.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
dkk/WrappingHStack (dkk/WrappingHStack)
v2.2.11Compare Source
Updates for tvOS and VisionOS
v2.2.10Compare Source
Fixes #40
v2.2.9Compare Source
fix #37
v2.2.8Compare Source
Fixes performance issues by reusing content and line management calculations.
Fixes #4
Fixes #34
v2.2.7Compare Source
Added an action for automatic deploys to cocoapods. Fixes #35.
v2.2.6Compare Source
minor performance update
v2.2.5Compare Source
fix #32: "anyView" on MacOS in InternalWrappingHStack
v2.2.4Compare Source
fix #17: Spacing always applied around conditional views
v2.2.3Compare Source
Fix for #27, #28, #29 by @MikeMorawski
v2.2.2Compare Source
Add Cocoapods support
v2.2.1Compare Source
Fixes "Bound preference CGFloatPreferenceKey tried to update multiple times per frame." when scrolling trough multiple WrappingHStack on a scrollview
Thanks to @lucianohandal
v2.2.0Compare Source
Add lineSpacing functionality
Thanks to @xcuYao
v2.1.3Compare Source
Fix: Add missing @ViewBuilder
v2.1.2Compare Source
Improved performance: stores the result of
InternalWrappingHStack.firstItemOfEachLane, as it's indirectly referenced multiple times in the view body (thanks to @scottostler)v2.1.1Compare Source
Fix: NewLine() Bug
v2.1.0Compare Source
Fix alignments + additional spacing types
fastlane/fastlane (fastlane)
v2.219.0: ImprovementsCompare Source
fetch_profileswhen profiles have nobundle_id(#21758) via jonas2808 (@jonas2808)v2.218.0: ImprovementsCompare Source
Auto-generated by fastlane 🤖
Changes since release '2.217.0':
sinatradev dependency to resolve dependabot alert (#21709) via Jerome Lacoste (@lacostej)*.gemspec.erbtoGemfile.erb(#21726) via Roger Oba (@rogerluan)build_pathoption in favor ofscratch_path, as recommended by Swift CLI (#20814) via Victor Carvalho Tavernari (@Tavernari)paralleloption (#21665) via Bram Schulting (@bramschulting)simctl bootcommand withsimctl bootstatus, potentially fixing signal kill before running tests (#21026) via Alexey Alter-Pesotskiy (@testableapple)Spaceship::ConnectAPI::AppPreviewSet::PreviewType::IPHONE_67(#21710) via Sergei Sevkovich (@drcreazy)ensure_no_debug_codeduring build. (#21635) via Takuma Homma (@mataku)v2.217.0: ImprovementsCompare Source
FL_GIT_BRANCH_DONT_USE_ENV_VARSenv var togit_branch(#21597) via Oguz Kocer (@oguzkocer)runner_spec.rbto support Ruby 2.6 error message format (#21591) via Olivier Halligon (@AliSoftware)practies→practicesbased on feedback from fastlane/docs (#21589) via Roger Oba (@rogerluan)fakefsto fix test failures on Ruby 3.2.2 (#21588) via Olivier Halligon (@AliSoftware)marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)
v3.7.9Compare Source
What's Changed
New Contributors
Full Changelog: marmelroy/PhoneNumberKit@3.7.8...3.7.9
v3.7.8Compare Source
What's Changed
Full Changelog: marmelroy/PhoneNumberKit@3.7.7...3.7.8
v3.7.7Compare Source
What's Changed
PhoneNumberPatterns.countryCodePatten(renames tocountryCodePattern) by @gleb-tregubov in https://github.com/marmelroy/PhoneNumberKit/pull/733New Contributors
Full Changelog: marmelroy/PhoneNumberKit@3.7.6...3.7.7
v3.7.6Compare Source
What's Changed
Full Changelog: marmelroy/PhoneNumberKit@3.7.5...3.7.6
nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
v0.53.5Compare Source
nonisolated(unsafe)modifierstryorasyncafter a string literal expression--lenientmodestatic/classmodifiersv0.53.4Compare Source
enumNamespacesrule is no longer applied to structs with attributes or macrosnonisolated(unsafe)modifier is now handled correctlydo throws(Type) { ... }clausesv0.53.3Compare Source
preferForLooprule now correctly singularizes loop conditions that end with "cases"preferForLoopmangled throwing or asyncforEachexpressionsorganizeDeclarationswas enabled but excluded declaration type@unknown defaultcasesenumNamespacesrulethrowsv0.53.2Compare Source
hoistAwaitrule could moveawaitbeforetrykeywordredundantSelfrule was confused by@MainActorannotationunusedArgumentsremoved required argument insideguardv0.53.1Compare Source
fileHeadercould duplicate headers containing a colonredundantInternalrule no longer stripsinternalfromimportstatementsunusedArgumentsrulev0.53.0Compare Source
preferForLooprule to convertforEach { ... }calls to regularforloopswrapLoopBodiesrule to wrap single-line loop bodies over multiple linesnoExplicitOwnershiprule to remove unwantedborrowingandconsumingmodifierswrapMultilineConditionalAssignmentrule to wrapiforswitchexpressions to new linewrapAttributesrule no longer unwraps attributes if they would exceed--maxwidthtypeSugarrule's--shortoptionalsoption now defaults toexcept-propertiesblankLinesBetweenChainedFunctionsrule by defaultblankLineAfterImportsrule by defaultselfbeing incorrectly inserted beforesetclause in computed propertiesparseType()helper function where qualified types were not recognizedv0.52.11Compare Source
if/switchexpression workaround for Swift 5.9 bug to handleas!castsredundantSelfrulev0.52.10Compare Source
enumNamespacesrule breakingimport struct/classstatementsconditionalAssignmentrule toswitchstatements containing#ifblocksv0.52.9Compare Source
redundantClosureremoving required closure around conditional statementsredundantClosureremoving closure containing conditional expressions inside a method callredundantClosuregenerating invalid code when theredundantReturnrule is disabledas?cast would break build in Swift 5.9blankLineAfterImportsintroducing spurious blank line before@preconcurrencyattributeenumNamespacesrule wouldn't be applied immediately after animportstatementswitchcase with multiplewhereclauses could be parsed incorrectlypointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing)
v1.15.4Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.3...1.15.4
v1.15.3Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.2...1.15.3
v1.15.2Compare Source
What's Changed
WKWebViewin Xcode 14 and Xcode 15 (thanks @teameh, https://github.com/pointfreeco/swift-snapshot-testing/pull/692).Full Changelog: pointfreeco/swift-snapshot-testing@1.15.1...1.15.2
v1.15.1Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.0...1.15.1
v1.15.0Compare Source
What's Changed
assertInlineSnapshotnow hasrecordmode (https://github.com/pointfreeco/swift-snapshot-testing/pull/809).assertInlineSnapshot's failure difference now reads more correctly as the patch that would be applied were record mode to be on (https://github.com/pointfreeco/swift-snapshot-testing/pull/809).Full Changelog: pointfreeco/swift-snapshot-testing@1.14.2...1.15.0
realm/SwiftLint (realm/SwiftLint)
v0.54.0Compare Source
Breaking
SimplyDanny
JP Simard
Experimental
Enhancements
Add
onlyconfiguration option totodorule which allows to specifywhether the rule shall trigger on
TODOs,FIXMEs or both.gibachan
#5233
Make
unneeded_break_in_switchauto correctable.KS1019
Speed up
closure_parameter_positionrule when there are no violations.Marcelo Fabri
Rewrite
cyclomatic_complexityrule using SwiftSyntax.Marcelo Fabri
Rewrite
redundant_void_returnrule using SwiftSyntax.Also include redundant void return clauses for closures in addition to
functions. This can be disabled by configuring the rule with
include_closures: false.Marcelo Fabri
JP Simard
Rewrite
discouraged_optional_collectionrule using SwiftSyntax, catchingmore violations.
JP Simard
Rewrite
duplicate_importsrule using SwiftSyntax.JP Simard
Handle
viewIsAppearingin thetype_contents_orderrule.u-abyss
#5259
Rewrite
vertical_parameter_alignment_on_callrule using SwiftSyntax, fixingsome false positives.
Marcelo Fabri
#3581
Rewrite
no_grouping_extensionrule using SwiftSyntax.Marcelo Fabri
Bug Fixes
Fix false positive in
implicit_getterrule when using unknown accessors.kabiroberai
#5300
Fix correction of
explicit_initrule by keeping significant trivia.BB9z
#5289
Fix invalid corrections for opaque and existential optionals in
syntactic_sugarrule.SimplyDanny
#5277
Fix false positive in
unused_importrule that triggered on@_exportedimports which could break downstream modules if removed.jszumski
#5242
Fix false positive in
unused_importrule when using a constructordefined in a transitive module.
jszumski
#5246
Configuration
📅 Schedule: 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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.