Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cgrindel/rules_swift_package_manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: cgrindel/rules_swift_package_manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 13 commits
  • 97 files changed
  • 5 contributors

Commits on Nov 26, 2023

  1. chore: update README.md for v0.22.0 (#772)

    Automated update of `README.md` for release v0.22.0
    
    This pull request was created by
    [cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).
    
    Co-authored-by: cgrindel <[email protected]>
    Configuration menu
    Copy the full SHA
    090abab View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. chore(deps): update dependency pointfreeco/swift-composable-architect…

    …ure to from: "1.5.0" (#773)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | minor | `from: "1.4.2"` -> `from: "1.5.0"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.0`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.0)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.4.2...1.5.0)
    
    #### What's Changed
    
    - Added: A new `Store.scope` method that takes a state key path and
    action case key path
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2527](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2527)).
    This method uses the hashability of key paths to cache scoped child
    stores in the parent, improving the performance of store scoping,
    especially when SwiftUI views are recomputed.
    
    See [the migration
    guide](https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.5)
    for more info.
    - Added: DependenciesMacros is now automatically exported, making
    `@DependencyClient` available by default when importing the Composable
    Architecture (thanks
    [@&#8203;tgrapperon](https://togithub.com/tgrapperon),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2586](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2586)).
    - Infrastructure: Fixed links in the migration guide (thanks
    [@&#8203;woxtu](https://togithub.com/woxtu),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2578](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2578)).
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.4.2...1.5.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a0c249d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. fix(deps): update module github.com/deckarep/golang-set/v2 to v2.5.0 (#…

    …777)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [github.com/deckarep/golang-set/v2](https://togithub.com/deckarep/golang-set)
    | require | minor | `v2.4.0` -> `v2.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>deckarep/golang-set
    (github.com/deckarep/golang-set/v2)</summary>
    
    ###
    [`v2.5.0`](https://togithub.com/deckarep/golang-set/releases/tag/v2.5.0):
    - Adds generic Sorted method to easily get elements into a sorted slice.
    
    [Compare
    Source](https://togithub.com/deckarep/golang-set/compare/v2.4.0...v2.5.0)
    
    #### What's Changed
    
    - Add Sorted method - easily get elements of a set into a sorted slice.
    -   Move to own file that can be build tagged
    -   Also test go 1.21
    
    #### Full Changelog
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    ---------
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    Co-authored-by: Chuck Grindel <[email protected]>
    3 people authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    fd4fe6d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(deps): update dependency vapor/vapor to v4.88.0 (#778)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [vapor/vapor](https://togithub.com/vapor/vapor) | minor | `4.87.1` ->
    `4.88.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vapor/vapor (vapor/vapor)</summary>
    
    ### [`v4.88.0`](https://togithub.com/vapor/vapor/releases/tag/4.88.0): -
    Bring back AsyncCommands
    
    [Compare
    Source](https://togithub.com/vapor/vapor/compare/4.87.1...4.88.0)
    
    #### What's Changed
    
    Bring back AsyncCommands by
    [@&#8203;marius-se](https://togithub.com/marius-se) in
    [#&#8203;3109](https://togithub.com/vapor/vapor/issues/3109)
    
    > Brings async commands back by adding a new property `asyncCommands` to
    `Application`.
    
    #### New Contributor
    
    - [@&#8203;marius-se](https://togithub.com/marius-se) made their first
    contribution in
    [#&#8203;3109](https://togithub.com/vapor/vapor/issues/3109) 🎉
    
    ###### *This patch was released by
    [@&#8203;0xTim](https://togithub.com/0xTim)*
    
    **Full Changelog**:
    vapor/vapor@4.87.1...4.88.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0dbef9c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency airbnb/lottie-spm to from: "4.3.4" (#779)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [airbnb/lottie-spm](https://togithub.com/airbnb/lottie-spm) | patch |
    `from: "4.3.3"` -> `from: "4.3.4"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>airbnb/lottie-spm (airbnb/lottie-spm)</summary>
    
    ###
    [`v4.3.4`](https://togithub.com/airbnb/lottie-spm/releases/tag/4.3.4)
    
    [Compare
    Source](https://togithub.com/airbnb/lottie-spm/compare/4.3.3...4.3.4)
    
    #### What's Changed
    
    - Fix parsing regression in 4.3.0 from addition of parsing layer effects
    by [@&#8203;calda](https://togithub.com/calda) in
    [https://github.com/airbnb/lottie-ios/pull/2208](https://togithub.com/airbnb/lottie-ios/pull/2208)
    - Remove old animation layer when creating a new animation layer by
    [@&#8203;junjielu](https://togithub.com/junjielu) in
    [https://github.com/airbnb/lottie-ios/pull/2214](https://togithub.com/airbnb/lottie-ios/pull/2214)
    - Add configuration setting to remove animated bounds changes by
    [@&#8203;thedrick](https://togithub.com/thedrick) in
    [https://github.com/airbnb/lottie-ios/pull/2218](https://togithub.com/airbnb/lottie-ios/pull/2218)
    - Change pod dependencies `SwiftUI` and `Combine` to `weak` to ensure
    compatibility with iOS 12 by
    [@&#8203;florianrhein](https://togithub.com/florianrhein) in
    [https://github.com/airbnb/lottie-ios/pull/2219](https://togithub.com/airbnb/lottie-ios/pull/2219)
    - Fix issue where Repeater would be ignored if not at top level by
    [@&#8203;calda](https://togithub.com/calda) in
    [https://github.com/airbnb/lottie-ios/pull/2221](https://togithub.com/airbnb/lottie-ios/pull/2221)
    - Replace `UIScreen.main` to get display scale on iOS 13.0 and later
    ([#&#8203;2215](https://togithub.com/airbnb/lottie-spm/issues/2215)) by
    [@&#8203;hyun99999](https://togithub.com/hyun99999) in
    [https://github.com/airbnb/lottie-ios/pull/2216](https://togithub.com/airbnb/lottie-ios/pull/2216)
    - Dispatch dot lottie file loading onto a single serial queue by
    [@&#8203;erichoracek](https://togithub.com/erichoracek) in
    [https://github.com/airbnb/lottie-ios/pull/2229](https://togithub.com/airbnb/lottie-ios/pull/2229)
    - Clean up unused property in InvertedMatteLayer by
    [@&#8203;hanton](https://togithub.com/hanton) in
    [https://github.com/airbnb/lottie-ios/pull/2241](https://togithub.com/airbnb/lottie-ios/pull/2241)
    - Fix issue where LottieView animation would restart from beginning
    after backgrounding app by [@&#8203;calda](https://togithub.com/calda)
    in
    [https://github.com/airbnb/lottie-ios/pull/2237](https://togithub.com/airbnb/lottie-ios/pull/2237)
    
    **Full Changelog**:
    airbnb/lottie-ios@4.3.3...4.3.4
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    15a6eed View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. chore(deps): update dependency pointfreeco/swift-composable-architect…

    …ure to from: "1.5.1" (#782)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | patch | `from: "1.5.0"` -> `from: "1.5.1"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.1`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.1)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.5.0...1.5.1)
    
    #### What's Changed
    
    - Fixed: `BindingAction`'s case key path extraction was broken, which
    could lead to actions received through effects to not be testable,
    *.e.g* `\.binding.$text` would fail to match `.binding(.set(\.$text,
    "Blob"))`. This has been fixed
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2600](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2600)).
    - Fixed: Store caching introduced in 1.5 could lead to a regression in
    which a child store becomes "detached" when an uncached parent is
    deinitialized. This has been fixed by only caching child stores when its
    parents are cached
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2605](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2605)).
    - Fixed: `NavigationStackStore`'s internal use of `@StateObject` could
    lead to broken navigation. By using an `@ObservedObject` instead we now
    avoid this bug
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2599](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2599)).
    - Infrastructure: Fixed typo in 1.5 migration guide (thanks
    [@&#8203;Ryu0118](https://togithub.com/Ryu0118),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2595](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2595);
    thanks [@&#8203;yimajo](https://togithub.com/yimajo),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2606](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2606));
    update documentation links in README (thanks
    [@&#8203;woxtu](https://togithub.com/woxtu),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2598](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2598));
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.5.0...1.5.1
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    47c146c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. chore(deps): update dependency firebase/firebase-ios-sdk to from: "10…

    ….19.0" (#783)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [firebase/firebase-ios-sdk](https://togithub.com/firebase/firebase-ios-sdk)
    | minor | `from: "10.18.0"` -> `from: "10.19.0"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary>
    
    ###
    [`v10.19.0`](https://togithub.com/firebase/firebase-ios-sdk/releases/tag/10.19.0):
    Firebase Apple 10.19.0
    
    [Compare
    Source](https://togithub.com/firebase/firebase-ios-sdk/compare/10.18.0...10.19.0)
    
    The Firebase Apple SDK (10.19.0) is now available. For more details, see
    the [Firebase Apple SDK release
    notes.](https://firebase.google.com/support/release-notes/ios#10.19.0)
    
    To install this SDK, see [Add Firebase to your
    project.](https://firebase.google.com/docs/ios/setup)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dff42a3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency nicklockwood/swiftformat to from: "0.5…

    …2.11" (#784)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [nicklockwood/SwiftFormat](https://togithub.com/nicklockwood/SwiftFormat)
    | patch | `from: "0.52.10"` -> `from: "0.52.11"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary>
    
    ###
    [`v0.52.11`](https://togithub.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#05211-2023-12-05)
    
    [Compare
    Source](https://togithub.com/nicklockwood/SwiftFormat/compare/0.52.10...0.52.11)
    
    - 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
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4240868 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(deps): update dependency vapor/vapor to v4.89.0 (#786)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [vapor/vapor](https://togithub.com/vapor/vapor) | minor | `4.88.0` ->
    `4.89.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vapor/vapor (vapor/vapor)</summary>
    
    ### [`v4.89.0`](https://togithub.com/vapor/vapor/releases/tag/4.89.0): -
    Add fully async entrypoints
    
    [Compare
    Source](https://togithub.com/vapor/vapor/compare/4.88.0...4.89.0)
    
    #### What's Changed
    
    Add fully async entrypoints by
    [@&#8203;gwynne](https://togithub.com/gwynne) in
    [#&#8203;3114](https://togithub.com/vapor/vapor/issues/3114)
    
    > Pretty much what it says on the tin. Use the new `execute()` API
    instead of `run()`, and/or `startup()` instead of `start()`.
    
    #### Reviewers
    
    Thanks to the reviewers for their help:
    
    -   [@&#8203;Joannis](https://togithub.com/Joannis)
    
    ###### *This patch was released by
    [@&#8203;gwynne](https://togithub.com/gwynne)*
    
    **Full Changelog**:
    vapor/vapor@4.88.0...4.89.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c688fe7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency marmelroy/phonenumberkit to from: "3.7…

    ….6" (#789)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [marmelroy/PhoneNumberKit](https://togithub.com/marmelroy/PhoneNumberKit)
    | patch | `from: "3.7.5"` -> `from: "3.7.6"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)</summary>
    
    ###
    [`v3.7.6`](https://togithub.com/marmelroy/PhoneNumberKit/releases/tag/3.7.6)
    
    [Compare
    Source](https://togithub.com/marmelroy/PhoneNumberKit/compare/3.7.5...3.7.6)
    
    #### What's Changed
    
    - Updated metadata to version metadata/8.13.26 by
    [@&#8203;github-actions](https://togithub.com/github-actions) in
    [https://github.com/marmelroy/PhoneNumberKit/pull/725](https://togithub.com/marmelroy/PhoneNumberKit/pull/725)
    - Improved code with SwiftFormat and removed empty catches by
    [@&#8203;bguidolim](https://togithub.com/bguidolim) in
    [https://github.com/marmelroy/PhoneNumberKit/pull/726](https://togithub.com/marmelroy/PhoneNumberKit/pull/726)
    - Checking minimum National Significant Number length before applying
    format by [@&#8203;bguidolim](https://togithub.com/bguidolim) in
    [https://github.com/marmelroy/PhoneNumberKit/pull/727](https://togithub.com/marmelroy/PhoneNumberKit/pull/727)
    
    **Full Changelog**:
    marmelroy/PhoneNumberKit@3.7.5...3.7.6
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3bcdf6d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency apple/swift-argument-parser to from: "…

    …1.3.0" (#787)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [apple/swift-argument-parser](https://togithub.com/apple/swift-argument-parser)
    | minor | `from: "1.2.3"` -> `from: "1.3.0"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>apple/swift-argument-parser
    (apple/swift-argument-parser)</summary>
    
    ###
    [`v1.3.0`](https://togithub.com/apple/swift-argument-parser/blob/HEAD/CHANGELOG.md#130---2023-12-06)
    
    [Compare
    Source](https://togithub.com/apple/swift-argument-parser/compare/1.2.3...1.3.0)
    
    ##### Changes
    
    - The `@Option`, `@Argument`, `@Flag`, and `@OptionGroup` property
    wrappers now
    conditionally conform to `Sendable` when the wrapper's `Value` type
    conforms. With this
    change, you can mark `ParsableCommand` types as `Sendable` when you want
    to be able to
    pass a parsed command across concurrent contexts.
    (\[[#&#8203;582](https://togithub.com/apple/swift-argument-parser/issues/582)])
    
    *Migration:* Users that aren't ready to resolve sendability warnings can
    add the
        `@preconcurrency` attribute to `import ArgumentParser` statements.
    
    - To support migration to `Sendable` annotation, the minimum Swift
    version for
    `swift-argument-parser` has been increased to Swift 5.7. Users of older
    Swift versions
    will be able to continue using version 1.2.3 of the library.
    (\[[#&#8203;582](https://togithub.com/apple/swift-argument-parser/issues/582)])
    
    ##### Additions
    
    - Help screens now include possible options for `ExpressibleByArgument`
    types
    with non empty `allValueStrings`. Types also conforming to
    `CaseIterable` do
    not need to manually implement `allValueStrings`, instead it is derived
    from
    `allCases`.
    (\[[#&#8203;594](https://togithub.com/apple/swift-argument-parser/issues/594)])
    
    ##### Fixes
    
    - The titles for nested option groups are preserved when embedded into
    commands without
    specifying a new title.
    (\[[#&#8203;592](https://togithub.com/apple/swift-argument-parser/issues/592)])
    - When wrapping help and error messages, the library now uses the
    `COLUMNS` environment
    variable when set, instead of immediately falling back to 80 columns.
    (\[[#&#8203;596](https://togithub.com/apple/swift-argument-parser/issues/596)])
    - Bash completion scripts now respect the extensions given in a
    `.file(...)` completion
    kind.
    (\[[#&#8203;590](https://togithub.com/apple/swift-argument-parser/issues/590)])
    - Bash completion scripts now properly escape command names that include
    hyphens.
    (\[[#&#8203;573](https://togithub.com/apple/swift-argument-parser/issues/573)])
    - Documentation improvements.
    (\[[#&#8203;572](https://togithub.com/apple/swift-argument-parser/issues/572)],
    \[[#&#8203;565](https://togithub.com/apple/swift-argument-parser/issues/565)],
    \[[#&#8203;602](https://togithub.com/apple/swift-argument-parser/issues/602)])
    
    The 1.2.3 release includes contributions from \[Alkenso], \[compnerd],
    \[gwynne],
    \[kennyyork], \[natecook1000], \[rauhul], \[robertmryan], and \[vlm].
    Thank you!
    
    ***
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ed830fd View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency com_github_apple_swift_argument_parser…

    … to v1.3.0 (#788)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [com_github_apple_swift_argument_parser](https://togithub.com/apple/swift-argument-parser)
    | http_archive | minor | `1.2.3` -> `1.3.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>apple/swift-argument-parser
    (com_github_apple_swift_argument_parser)</summary>
    
    ###
    [`v1.3.0`](https://togithub.com/apple/swift-argument-parser/blob/HEAD/CHANGELOG.md#130---2023-12-06)
    
    [Compare
    Source](https://togithub.com/apple/swift-argument-parser/compare/1.2.3...1.3.0)
    
    ##### Changes
    
    - The `@Option`, `@Argument`, `@Flag`, and `@OptionGroup` property
    wrappers now
    conditionally conform to `Sendable` when the wrapper's `Value` type
    conforms. With this
    change, you can mark `ParsableCommand` types as `Sendable` when you want
    to be able to
    pass a parsed command across concurrent contexts.
    (\[[#&#8203;582](https://togithub.com/apple/swift-argument-parser/issues/582)])
    
    *Migration:* Users that aren't ready to resolve sendability warnings can
    add the
        `@preconcurrency` attribute to `import ArgumentParser` statements.
    
    - To support migration to `Sendable` annotation, the minimum Swift
    version for
    `swift-argument-parser` has been increased to Swift 5.7. Users of older
    Swift versions
    will be able to continue using version 1.2.3 of the library.
    (\[[#&#8203;582](https://togithub.com/apple/swift-argument-parser/issues/582)])
    
    ##### Additions
    
    - Help screens now include possible options for `ExpressibleByArgument`
    types
    with non empty `allValueStrings`. Types also conforming to
    `CaseIterable` do
    not need to manually implement `allValueStrings`, instead it is derived
    from
    `allCases`.
    (\[[#&#8203;594](https://togithub.com/apple/swift-argument-parser/issues/594)])
    
    ##### Fixes
    
    - The titles for nested option groups are preserved when embedded into
    commands without
    specifying a new title.
    (\[[#&#8203;592](https://togithub.com/apple/swift-argument-parser/issues/592)])
    - When wrapping help and error messages, the library now uses the
    `COLUMNS` environment
    variable when set, instead of immediately falling back to 80 columns.
    (\[[#&#8203;596](https://togithub.com/apple/swift-argument-parser/issues/596)])
    - Bash completion scripts now respect the extensions given in a
    `.file(...)` completion
    kind.
    (\[[#&#8203;590](https://togithub.com/apple/swift-argument-parser/issues/590)])
    - Bash completion scripts now properly escape command names that include
    hyphens.
    (\[[#&#8203;573](https://togithub.com/apple/swift-argument-parser/issues/573)])
    - Documentation improvements.
    (\[[#&#8203;572](https://togithub.com/apple/swift-argument-parser/issues/572)],
    \[[#&#8203;565](https://togithub.com/apple/swift-argument-parser/issues/565)],
    \[[#&#8203;602](https://togithub.com/apple/swift-argument-parser/issues/602)])
    
    The 1.2.3 release includes contributions from \[Alkenso], \[compnerd],
    \[gwynne],
    \[kennyyork], \[natecook1000], \[rauhul], \[robertmryan], and \[vlm].
    Thank you!
    
    ***
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
    cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    109a69f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix: provide SWIFTPM_MODULE_BUNDLE macro for Objective-C targets wi…

    …th resources (#781)
    
    - Generate `SWIFTPM_MODULE_BUNDLE` macro [inspired by the one provided
    by
    SPM](https://github.com/apple/swift-package-manager/blob/8387798811c6cc43761c5e1b48df2d3412dc5de4/Sources/Build/BuildDescription/ClangTargetBuildDescription.swift#L390).
    - Ensure that the macro is available to all of the ObjC code by adding
    the `-include` flag to the `copts` with the location of the resource
    accessor header file.
    - Update the `resources_example` to use a vendored version of
    [AppLovin-MAX-Swift-Package](https://github.com/AppLovin/AppLovin-MAX-Swift-Package).
    This package has an ObjC target with resources that expects the
    `SWIFTPM_MODULE_BUNDLE` macro to be present.
    
    Closes #372.
    Closes #774.
    cgrindel authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f7330bb View commit details
    Browse the repository at this point in the history
Loading