Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
dkk/WrappingHStack minor from: "2.0.0" -> from: "2.2.11" age adoption passing confidence
fastlane (source, changelog) minor "~> 2.216.0" -> "~> 2.219.0" age adoption passing confidence
json minor "~> 2.6.2" -> "~> 2.7.0" age adoption passing confidence
marmelroy/PhoneNumberKit patch from: "3.7.5" -> from: "3.7.9" age adoption passing confidence
nicklockwood/SwiftFormat repository minor 0.52.8 -> 0.53.5 age adoption passing confidence
pointfreeco/swift-snapshot-testing minor from: "1.14.2" -> from: "1.15.4" age adoption passing confidence
realm/SwiftLint repository minor 0.53.0 -> 0.54.0 age adoption passing confidence
ruby (source) minor 3.2.2 -> 3.3.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers 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.11

Compare Source

Updates for tvOS and VisionOS

v2.2.10

Compare Source

Fixes #​40

v2.2.9

Compare Source

fix #​37

v2.2.8

Compare Source

Fixes performance issues by reusing content and line management calculations.

Fixes #​4
Fixes #​34

v2.2.7

Compare Source

Added an action for automatic deploys to cocoapods. Fixes #​35.

v2.2.6

Compare Source

minor performance update

v2.2.5

Compare Source

fix #​32: "anyView" on MacOS in InternalWrappingHStack

  • add osx example app

v2.2.4

Compare Source

fix #​17: Spacing always applied around conditional views

v2.2.3

Compare Source

Fix for #​27, #​28, #​29 by @​MikeMorawski

v2.2.2

Compare Source

Add Cocoapods support

v2.2.1

Compare 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.0

Compare Source

Add lineSpacing functionality

Thanks to @​xcuYao

v2.1.3

Compare Source

Fix: Add missing @​ViewBuilder

v2.1.2

Compare 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.1

Compare Source

Fix: NewLine() Bug

v2.1.0

Compare Source

Fix alignments + additional spacing types

fastlane/fastlane (fastlane)

v2.219.0: Improvements

Compare Source

  • [fastlane][ci] Lock google-cloud-env < 2.0.0 for Ruby 2.6 and fix CI to use specified ruby versions (#​21777) via Josh Holtz (@​joshdholtz)
  • [sigh] prevent crashes in fetch_profiles when profiles have no bundle_id (#​21758) via jonas2808 (@​jonas2808)
  • [scan] Fix device selection issue fallback scenario (#​21772) via arc-v2 (@​arc-v2)
  • [sigh] fix cache parameters validation (#​21766) via Vitalii Budnik (@​nekrich)
  • [match] fix cache issues in read-only mode (#​21767) via Vitalii Budnik (@​nekrich)

v2.218.0: Improvements

Compare Source

Auto-generated by fastlane 🤖

Changes since release '2.217.0':

  • [action][sonar] replace deprecated sonar.login parameter with sonar.token (#​21736) via Panajev (@​Panajev)
  • [action][spm] add simulator flag for swift compiler (#​21707) via Mohammad Gharari (@​gharary)
  • [security] update sinatra dev dependency to resolve dependabot alert (#​21709) via Jerome Lacoste (@​lacostej)
  • [fastlane-core] recommends to retry uploading when AltoolTransporterExecutor crashes (#​21536) via Jason Hagglund (@​TheMetalCode)
  • [Fastlane.swift] fix Unexpected duplicate tasks error message in Fastlane Swift (#​21621) via Daniel Jankowski (@​mollyIV)
  • [scan] Filter simulators with version greater than SDK version of active Xcode installation when choosing default (#​21677) via wuaar1003 (@​wuaar1003)
  • [plugin_generator] move development dependencies from *.gemspec.erb to Gemfile.erb (#​21726) via Roger Oba (@​rogerluan)
  • [match] add caching layer to significantly improve performance by up to 100x (#​21694) via Vitalii Budnik (@​nekrich)
  • [fastlane_core] add support to Ruby 3.3 (#​21683) via Jerome Lacoste (@​lacostej)
  • [fastlane] remove some unused method parameters (#​21722) via Jerome Lacoste (@​lacostej)
  • [action][spm] deprecate build_path option in favor of scratch_path, as recommended by Swift CLI (#​20814) via Victor Carvalho Tavernari (@​Tavernari)
  • [match] git storage: allow simultaneous usage of clone_branch_directly and shallow_clone (#​21716) via Vitalii Budnik (@​nekrich)
  • [action][spm] add parallel option (#​21665) via Bram Schulting (@​bramschulting)
  • [fastlane_core] remove expired WWDR G1 certificate from cert_checker (#​21098) via janwiebe-jump (@​janwiebe-jump)
  • [action][upload_symbols_to_crashlytics] allow '~' in binary path (#​21032) via GevaZeichner (@​GevaZeichner)
  • [scan] replace the simctl boot command with simctl bootstatus, potentially fixing signal kill before running tests (#​21026) via Alexey Alter-Pesotskiy (@​testableapple)
  • [spaceship] add Spaceship::ConnectAPI::AppPreviewSet::PreviewType::IPHONE_67 (#​21710) via Sergei Sevkovich (@​drcreazy)
  • [action][ensure_no_debug_code] detect binding.irb in ensure_no_debug_code during build. (#​21635) via Takuma Homma (@​mataku)
  • CONTRIBUTING.md: remove Google CLA section (#​21646) via Jay Soffian (@​jaysoffian)
  • [fastlane_core] hide xcodebuild stderr to solve #​21672 (#​21673) via Jerome Lacoste (@​lacostej)
  • [scan] fix misleading error message when no devices are found (#​21650) via Miles Thompson (@​MagnificentMiles)
  • [deliver][spaceship][scan] fix build warnings in rspec (#​21660) via Jerome Lacoste (@​lacostej)
  • [deliver] fix regression where changes made to the privacy URL fail to upload (#​21657) via Owen Hart (@​owjsub)
  • [fastlane_core] let FastlanePty detect when externally invoked programs crash, harden it when using popen, and expose process statuses. (#​21618) via Jerome Lacoste (@​lacostej)

v2.217.0: Improvements

Compare Source

marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)

v3.7.9

Compare Source

What's Changed

New Contributors

Full Changelog: marmelroy/PhoneNumberKit@3.7.8...3.7.9

v3.7.8

Compare Source

What's Changed

Full Changelog: marmelroy/PhoneNumberKit@3.7.7...3.7.8

v3.7.7

Compare Source

What's Changed

New Contributors

Full Changelog: marmelroy/PhoneNumberKit@3.7.6...3.7.7

v3.7.6

Compare Source

What's Changed

Full Changelog: marmelroy/PhoneNumberKit@3.7.5...3.7.6

nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)

v0.53.5

Compare Source

  • Fixed bug with trailing comma being inserted into wrapped capture list
  • Fixed bugs with parsing nonisolated(unsafe) modifiers
  • Fixed bug with hoisting try or async after a string literal expression
  • Fixed issue with parsing expressions containing generic arguments
  • Lint warnings are now displayed as errors when not running in --lenient mode
  • Improved error message for unexpected static/class modifiers
  • Added Swift 6.0 to list of supported Swift versions

v0.53.4

Compare Source

  • The enumNamespaces rule is no longer applied to structs with attributes or macros
  • The new nonisolated(unsafe) modifier is now handled correctly
  • Added support for do throws(Type) { ... } clauses

v0.53.3

Compare Source

  • The preferForLoop rule now correctly singularizes loop conditions that end with "cases"
  • Fixed bug where preferForLoop mangled throwing or async forEach expressions
  • Fixed extension body not being sorted if organizeDeclarations was enabled but excluded declaration type
  • Fixed conditionalAssignment bugs with @unknown default cases
  • Fixed some unsafe applications of the enumNamespaces rule
  • Added preliminary support for typed throws

v0.53.2

Compare Source

  • Fixed bug where hoistAwait rule could move await before try keyword
  • Fixed bug where redundantSelf rule was confused by @MainActor annotation
  • Fixed edge case where unusedArguments removed required argument inside guard

v0.53.1

Compare Source

  • Fixed bug where fileHeader could duplicate headers containing a colon
  • The redundantInternal rule no longer strips internal from import statements
  • Fixed false positive with unusedArguments rule

v0.53.0

Compare Source

  • Added preferForLoop rule to convert forEach { ... } calls to regular for loops
  • Added wrapLoopBodies rule to wrap single-line loop bodies over multiple lines
  • Added noExplicitOwnership rule to remove unwanted borrowing and consuming modifiers
  • Added wrapMultilineConditionalAssignment rule to wrap if or switch expressions to new line
  • The wrapAttributes rule no longer unwraps attributes if they would exceed --maxwidth
  • The typeSugar rule's --shortoptionals option now defaults to except-properties
  • Enabled blankLinesBetweenChainedFunctions rule by default
  • Enabled blankLineAfterImports rule by default
  • Fixed self being incorrectly inserted before set clause in computed properties
  • Fixed a bug in parseType() helper function where qualified types were not recognized
  • Fixed Xcode command plugin

v0.52.11

Compare Source

  • Updated if/switch expression workaround for Swift 5.9 bug to handle as! casts
  • Fixed indent logic for wrapped conditional assignment expressions
  • Fixed assertion failure in redundantSelf rule
  • Fixed raw string parsing bug

v0.52.10

Compare Source

  • Fixed enumNamespaces rule breaking import struct/class statements
  • Fixed unsafe application of conditionalAssignment rule to switch statements containing #if blocks

v0.52.9

Compare Source

  • Fixed redundantClosure removing required closure around conditional statements
  • Fixed redundantClosure removing closure containing conditional expressions inside a method call
  • Fixed redundantClosure generating invalid code when the redundantReturn rule is disabled
  • Fixed issue where if/switch expressions with as? cast would break build in Swift 5.9
  • Fixed blankLineAfterImports introducing spurious blank line before @preconcurrency attribute
  • Fixed bug where enumNamespaces rule wouldn't be applied immediately after an import statement
  • Fixed issue where switch case with multiple where clauses could be parsed incorrectly
  • The SwiftFormat SPM plugin now formats local dependencies, not just final product targets
pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing)

v1.15.4

Compare Source

What's Changed

Full Changelog: pointfreeco/swift-snapshot-testing@1.15.3...1.15.4

v1.15.3

Compare Source

What's Changed

  • Fixed: Inline snapshots in test files containing a leading, whitespace-only line will no longer include this newline as leading trivia in the recording.

Full Changelog: pointfreeco/swift-snapshot-testing@1.15.2...1.15.3

v1.15.2

Compare Source

What's Changed

Full Changelog: pointfreeco/swift-snapshot-testing@1.15.1...1.15.2

v1.15.1

Compare Source

What's Changed

Full Changelog: pointfreeco/swift-snapshot-testing@1.15.0...1.15.1

v1.15.0

Compare Source

What's Changed

Full Changelog: pointfreeco/swift-snapshot-testing@1.14.2...1.15.0

realm/SwiftLint (realm/SwiftLint)

v0.54.0

Compare Source

Breaking
Experimental
  • None.
Enhancements
  • Add only configuration option to todo rule which allows to specify
    whether the rule shall trigger on TODOs, FIXMEs or both.
    gibachan
    #​5233

  • Make unneeded_break_in_switch auto correctable.
    KS1019

  • Speed up closure_parameter_position rule when there are no violations.
    Marcelo Fabri

  • Rewrite cyclomatic_complexity rule using SwiftSyntax.
    Marcelo Fabri

  • Rewrite redundant_void_return rule 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_collection rule using SwiftSyntax, catching
    more violations.
    JP Simard

  • Rewrite duplicate_imports rule using SwiftSyntax.
    JP Simard

  • Handle viewIsAppearing in the type_contents_order rule.
    u-abyss
    #​5259

  • Rewrite vertical_parameter_alignment_on_call rule using SwiftSyntax, fixing
    some false positives.
    Marcelo Fabri
    #​3581

  • Rewrite no_grouping_extension rule using SwiftSyntax.
    Marcelo Fabri

Bug Fixes
  • Fix false positive in implicit_getter rule when using unknown accessors.
    kabiroberai
    #​5300

  • Fix correction of explicit_init rule by keeping significant trivia.
    BB9z
    #​5289

  • Fix invalid corrections for opaque and existential optionals in
    syntactic_sugar rule.
    SimplyDanny
    #​5277

  • Fix false positive in unused_import rule that triggered on
    @_exported imports which could break downstream modules if removed.
    jszumski
    #​5242

  • Fix false positive in unused_import rule when using a constructor
    defined 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 4, 2024 17:39
@renovate renovate bot added the dependencies label Jan 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4c405a3 to 52bc14d Compare January 10, 2024 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52bc14d to db74081 Compare January 16, 2024 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2169a62 to e3383e6 Compare January 30, 2024 15:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2891004 to e21fb48 Compare February 7, 2024 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5495c83 to 0c48c2a Compare February 14, 2024 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 85bd9de to 716734a Compare February 20, 2024 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b6cddfb to 525ac05 Compare February 23, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 812b610 to 4e03b03 Compare March 7, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9dfb2e9 to 812ce78 Compare March 15, 2024 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 455341b to 2c4a4f1 Compare March 22, 2024 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fef5f9 to 4216063 Compare March 22, 2024 15:13
@isismsilva isismsilva merged commit 57ba85f into main Mar 22, 2024
@isismsilva isismsilva deleted the renovate/all-minor-patch branch March 22, 2024 15:15
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.

2 participants