Skip to content

Commit 100175a

Browse files
chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.18.0" (#1503)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pointfreeco/swift-composable-architecture](https://redirect.github.com/pointfreeco/swift-composable-architecture) | minor | `from: "1.17.1"` -> `from: "1.18.0"` | --- ### Release Notes <details> <summary>pointfreeco/swift-composable-architecture (pointfreeco/swift-composable-architecture)</summary> ### [`v1.18.0`](https://redirect.github.com/pointfreeco/swift-composable-architecture/releases/tag/1.18.0) [Compare Source](https://redirect.github.com/pointfreeco/swift-composable-architecture/compare/1.17.1...1.18.0) #### What's Changed - Added: `traitCollection.push(state:)`, for pushing an element of `StackState` onto a `StackNavigationController` in UIKit ([https://github.com/pointfreeco/swift-composable-architecture/pull/3603](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3603)). - Fixed: Require `State: Equatable` constraint in `TestStore` ([https://github.com/pointfreeco/swift-composable-architecture/pull/3588](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3588)). - Fixed: Automatically tear down in-flight effects when a root store deallocates ([https://github.com/pointfreeco/swift-composable-architecture/pull/3613](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3613)). - Infrastructure: Documentation updates (thanks [@&#8203;Benedicto-H](https://redirect.github.com/Benedicto-H), [https://github.com/pointfreeco/swift-composable-architecture/pull/3547](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3547); [@&#8203;olehhrechyn](https://redirect.github.com/olehhrechyn), [https://github.com/pointfreeco/swift-composable-architecture/pull/3569](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3569); [https://github.com/pointfreeco/swift-composable-architecture/pull/3580](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3580); [https://github.com/pointfreeco/swift-composable-architecture/pull/3600](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3600); thanks [@&#8203;gokhanamal](https://redirect.github.com/gokhanamal), [https://github.com/pointfreeco/swift-composable-architecture/pull/3600](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3600); [https://github.com/pointfreeco/swift-composable-architecture/pull/3607](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3607)). - Infrastructure: Update format action to use Xcode 16 (thanks [@&#8203;bugix](https://redirect.github.com/bugix), [https://github.com/pointfreeco/swift-composable-architecture/pull/3548](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3548)). - Infrastructure: Tutorial updates (thanks [@&#8203;FredericRuaudel](https://redirect.github.com/FredericRuaudel), [https://github.com/pointfreeco/swift-composable-architecture/pull/3568](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3568), [https://github.com/pointfreeco/swift-composable-architecture/pull/3575](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3575), [https://github.com/pointfreeco/swift-composable-architecture/pull/3576](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3576), [https://github.com/pointfreeco/swift-composable-architecture/pull/3581](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3581), [https://github.com/pointfreeco/swift-composable-architecture/pull/3579](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3579), [https://github.com/pointfreeco/swift-composable-architecture/pull/3577](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3577), [https://github.com/pointfreeco/swift-composable-architecture/pull/3578](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3578), [https://github.com/pointfreeco/swift-composable-architecture/pull/3582](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3582)). - Infrastructure: Demo updates (thanks [@&#8203;fonkadelic](https://redirect.github.com/fonkadelic), [https://github.com/pointfreeco/swift-composable-architecture/pull/3585](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3585)). - Infrastructure: Fix documentation GitHub workflow ([https://github.com/pointfreeco/swift-composable-architecture/pull/3601](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3601)). - Infrastructure: Bump GitHub Actions CI to Xcode 16.2 ([https://github.com/pointfreeco/swift-composable-architecture/pull/3549](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3549)). #### New Contributors - [@&#8203;Benedicto-H](https://redirect.github.com/Benedicto-H) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3547](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3547) - [@&#8203;bugix](https://redirect.github.com/bugix) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3548](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3548) - [@&#8203;olehhrechyn](https://redirect.github.com/olehhrechyn) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3569](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3569) - [@&#8203;FredericRuaudel](https://redirect.github.com/FredericRuaudel) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3568](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3568) - [@&#8203;gokhanamal](https://redirect.github.com/gokhanamal) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3600](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3600) **Full Changelog**: pointfreeco/swift-composable-architecture@1.17.1...1.18.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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c222103 commit 100175a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tca_example/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/pointfreeco/swift-composable-architecture",
10-
.upToNextMajor(from: "1.17.1")
10+
.upToNextMajor(from: "1.18.0")
1111
),
1212
]
1313
)

0 commit comments

Comments
 (0)