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.23.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.24.0
Choose a head ref
  • 14 commits
  • 37 files changed
  • 5 contributors

Commits on Dec 8, 2023

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

    …ure to from: "1.5.2" (#792)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | patch | `from: "1.5.1"` -> `from: "1.5.2"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.2`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.2)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.5.1...1.5.2)
    
    #### What's Changed
    
    - Performance: cache more child stores and avoid extra copies of
    child/presented state
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2627](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2627)).
    - Infrastructure: 1.5 migration guide updates
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2615](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2615));
    link to observation beta in README
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2616](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2616)).
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.5.1...1.5.2
    
    </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 8, 2023
    Configuration menu
    Copy the full SHA
    0425bee View commit details
    Browse the repository at this point in the history
  2. chore: update README.md for v0.23.0 (#793)

    Automated update of `README.md` for release v0.23.0
    
    This pull request was created by
    [cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).
    
    Co-authored-by: cgrindel <[email protected]>
    Co-authored-by: Chuck Grindel <[email protected]>
    3 people authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f0677d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

    …ure to from: "1.5.3" (#794)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | patch | `from: "1.5.2"` -> `from: "1.5.3"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.3`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.3)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.5.2...1.5.3)
    
    #### What's Changed
    
    - Fixed: Don't force-unwrap state from invalidated optional stores when
    replaying parent state updates
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2633](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2633)).
    This force-unwrap could affect `IfLetStore` views.
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.5.2...1.5.3
    
    </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 9, 2023
    Configuration menu
    Copy the full SHA
    cb57280 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency vapor/vapor to v4.89.1 (#795)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [vapor/vapor](https://togithub.com/vapor/vapor) | patch | `4.89.0` ->
    `4.89.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vapor/vapor (vapor/vapor)</summary>
    
    ### [`v4.89.1`](https://togithub.com/vapor/vapor/releases/tag/4.89.1): -
    Fix encoding and decoding of HTTPHeaders
    
    [Compare
    Source](https://togithub.com/vapor/vapor/compare/4.89.0...4.89.1)
    
    #### What's Changed
    
    Fix encoding and decoding of HTTPHeaders by
    [@&#8203;gwynne](https://togithub.com/gwynne) in
    [#&#8203;3116](https://togithub.com/vapor/vapor/issues/3116)
    
    > The `Codable` conformance Vapor adds to the `HTTPHeaders` type now
    correctly handles cases where more than one header with the same name
    (such as `Set-Cookie`) is present, for both encoding and decoding.
    >
    > The previous encoding format is still recognized for decoding, so that
    existing serialized data can be safely read.
    
    ###### *This patch was released by
    [@&#8203;gwynne](https://togithub.com/gwynne)*
    
    **Full Changelog**:
    vapor/vapor@4.89.0...4.89.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 9, 2023
    Configuration menu
    Copy the full SHA
    7118c48 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/setup-go action to v5 (#785)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/setup-go](https://togithub.com/actions/setup-go) | action |
    major | `v4` -> `v5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/setup-go (actions/setup-go)</summary>
    
    ### [`v5`](https://togithub.com/actions/setup-go/compare/v4...v5)
    
    [Compare Source](https://togithub.com/actions/setup-go/compare/v4...v5)
    
    </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 9, 2023
    Configuration menu
    Copy the full SHA
    68d42ba View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. chore(deps): update dependency onevcat/kingfisher to from: "7.10.1" (#…

    …796)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [onevcat/Kingfisher](https://togithub.com/onevcat/Kingfisher) | patch
    | `from: "7.10.0"` -> `from: "7.10.1"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>onevcat/Kingfisher (onevcat/Kingfisher)</summary>
    
    ###
    [`v7.10.1`](https://togithub.com/onevcat/Kingfisher/blob/HEAD/CHANGELOG.md#7101---Compilation--Infinity-2023-12-09)
    
    [Compare
    Source](https://togithub.com/onevcat/Kingfisher/compare/7.10.0...7.10.1)
    
    ##### Fix
    
    - Now the CarPlay support (`CPListItem`) compiles again for iOS SDK 14.0
    to 14.4. It was because an undocumented API change in the `CPListItem`
    property.
    [#&#8203;2172](https://togithub.com/onevcat/Kingfisher/pull/2172)
    [@&#8203;brendonjkding](https://togithub.com/brendonjkding)
    - Fix an infinite `View` refreshing loop when `KFImage` is set with
    `startLoadingBeforeViewAppear` to `true` and the loading keeping fails.
    [#&#8203;2169](https://togithub.com/onevcat/Kingfisher/pull/2169)
    [@&#8203;onevcat](https://togithub.com/onevcat)
    [@&#8203;sisoje](https://togithub.com/sisoje)
    [@&#8203;mirkokg](https://togithub.com/mirkokg)
    
    ***
    
    </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 11, 2023
    Configuration menu
    Copy the full SHA
    f31f5b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore(deps): update dependency stripe/stripe-ios to from: "23.19.0" (#…

    …775)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [stripe/stripe-ios](https://togithub.com/stripe/stripe-ios) | minor |
    `from: "23.18.2"` -> `from: "23.19.0"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>stripe/stripe-ios (stripe/stripe-ios)</summary>
    
    ###
    [`v23.19.0`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23190-2023-12-11)
    
    [Compare
    Source](https://togithub.com/stripe/stripe-ios/compare/23.18.3...23.19.0)
    
    ##### Apple Pay
    
    - \[Fixed] STPApplePayContext initializer returns nil in more cases
    where the request is invalid.
    - \[Fixed] STPApplePayContext now allows Apple Pay when the customer
    doesn’t have saved cards but can set them up in the Apple Pay sheet (iOS
    15+).
    
    ##### PaymentSheet
    
    - \[Fixed] PaymentSheet sets newly saved payment methods as the default
    so that they're pre-selected the next time the customer pays.
    
    ##### CustomerSheet
    
    - \[Added] Saved SEPA payment methods are now displayed to the customer
    for reuse, similar to saved cards.
    
    ###
    [`v23.18.3`](https://togithub.com/stripe/stripe-ios/blob/HEAD/CHANGELOG.md#23183-2023-11-28)
    
    [Compare
    Source](https://togithub.com/stripe/stripe-ios/compare/23.18.2...23.18.3)
    
    ##### PaymentSheet
    
    - \[Fixed] Visual bug where re-presenting PaymentSheet wouldn't show a
    spinner while it reloads.
    - \[Added] If PaymentSheet fails to load a deferred intent
    configuration, we fall back to displaying cards (or the intent
    configuration payment method types) instead of failing.
    - \[Fixed] Fixed an issue where PaymentSheet wouldn't accept valid
    Mexican phone numbers.
    - \[Added] The ability to customize the success colors of the primary
    button with
    `PaymentSheetAppearance.primaryButton.successBackgroundColor` and
    `PaymentSheetAppearance.primaryButton.successTextColor`.
    
    </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 12, 2023
    Configuration menu
    Copy the full SHA
    ba9f1f4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency pointfreeco/swift-composable-architect…

    …ure to from: "1.5.4" (#799)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | patch | `from: "1.5.3"` -> `from: "1.5.4"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.4`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.4)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.5.3...1.5.4)
    
    #### What's Changed
    
    - Fixed: Archives should no longer fail due to `BindableAction` symbols
    (thanks [@&#8203;rhysm94](https://togithub.com/rhysm94),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2641](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2641)).
    - Fixed: Stores no longer leak for the duration of an async effect.
    Instead, they will automatically cancel their in-flight effects when
    they deinitialize
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2643](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2643)).
    - Infrastructure: Improve docs for sharing logic in parent and child
    features
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2638](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2638)).
    - Infrastructure: Update test cases to use case key paths (thanks
    [@&#8203;yimajo](https://togithub.com/yimajo),
    [https://github.com/pointfreeco/swift-composable-architecture/pull/2637](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2637)).
    - Infrastructure: Fix tutorial code diffs
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2642](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2642)).
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.5.3...1.5.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 12, 2023
    Configuration menu
    Copy the full SHA
    25da9aa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

    …ure to from: "1.5.5" (#802)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
    | patch | `from: "1.5.4"` -> `from: "1.5.5"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pointfreeco/swift-composable-architecture
    (pointfreeco/swift-composable-architecture)</summary>
    
    ###
    [`v1.5.5`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.5.5)
    
    [Compare
    Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.5.4...1.5.5)
    
    #### What's Changed
    
    - Fixed: A retain cycle fix in 1.5.4 could lead to regressions where
    stores can deinitialize before actions make it back into the system.
    This has been reverted and will have to be addressed in the future
    ([https://github.com/pointfreeco/swift-composable-architecture/pull/2648](https://togithub.com/pointfreeco/swift-composable-architecture/pull/2648)).
    
    **Full Changelog**:
    pointfreeco/swift-composable-architecture@1.5.4...1.5.5
    
    </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 13, 2023
    Configuration menu
    Copy the full SHA
    f502900 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

    ….19.1" (#807)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    [firebase/firebase-ios-sdk](https://togithub.com/firebase/firebase-ios-sdk)
    | patch | `from: "10.19.0"` -> `from: "10.19.1"` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary>
    
    ###
    [`v10.19.1`](https://togithub.com/firebase/firebase-ios-sdk/compare/10.19.0...10.19.1)
    
    [Compare
    Source](https://togithub.com/firebase/firebase-ios-sdk/compare/10.19.0...10.19.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 14, 2023
    Configuration menu
    Copy the full SHA
    f7b7405 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix: comment out the toolchain directive in go.mod (#811)

    - Comment out unrecognized directive in `go.mod`.
    - Upgrade to Bazel 7.0.0.
    cgrindel authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6f82321 View commit details
    Browse the repository at this point in the history
  2. fix: ensure that the generated resource bundle finder class has a uni…

    …que name (#803)
    
    `rules_swift_package_manager` generates a resource bundle accessor for
    ObjC code that has resources. The generated code includes a private
    class that is used to find the resources. We need to ensure that the
    finder class has a unique name.
    
    - Generate a unique name for the ObjC resource bundle finder class.
    - Update the `resources_example` to include a second Swift package that
    has an ObjC resource module.
    - Update the `README.md` for the `resources_example` with information
    about one of the cases being tested.
    
    Closes #798.
    cgrindel authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2ba25de View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. fix: update find commands to support GNU and FreeBSD flavors (#804)

    The arguments to GNU `find` and FreeBSD (MacOS) `find` are slightly
    different. This PR orders the options so that GNU `find` is happy. It
    also only uses options that are available in both flavors.
    
    Closes #800.
    cgrindel authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9ff3554 View commit details
    Browse the repository at this point in the history
  2. chore: add merge_group to CI workflow (#813)

    Related to #812.
    cgrindel authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    74f3769 View commit details
    Browse the repository at this point in the history
Loading