Skip to content

Commit c097c18

Browse files
chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.23.0" (#1868)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pointfreeco/swift-composable-architecture](https://redirect.github.com/pointfreeco/swift-composable-architecture) | minor | `from: "1.22.3"` -> `from: "1.23.0"` | --- ### Release Notes <details> <summary>pointfreeco/swift-composable-architecture (pointfreeco/swift-composable-architecture)</summary> ### [`v1.23.0`](https://redirect.github.com/pointfreeco/swift-composable-architecture/releases/tag/1.23.0) [Compare Source](https://redirect.github.com/pointfreeco/swift-composable-architecture/compare/1.22.3...1.23.0) #### What's Changed - Added: Support for naming tasks in `Effect.run` (thanks [@&#8203;aregler](https://redirect.github.com/aregler), [https://github.com/pointfreeco/swift-composable-architecture/pull/3784](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3784)). - Fixed: Addressed a 1.21.0 regression affecting the observation of child stores as they go `nil` ([https://github.com/pointfreeco/swift-composable-architecture/pull/3796](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3796)). - Fixed: Hard-deprecate `@Reducer(state: .equatable)`, etc. ([https://github.com/pointfreeco/swift-composable-architecture/pull/3794](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3794)). - Fixed: Eliminate synchronous main thread dispatches where not needed to avoid potential deadlocks ([https://github.com/pointfreeco/swift-composable-architecture/pull/3788](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3788)). - Infrastructure: Docs fixes (thanks [@&#8203;terry-koo](https://redirect.github.com/terry-koo), [https://github.com/pointfreeco/swift-composable-architecture/pull/3782](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3782); [@&#8203;seosieve](https://redirect.github.com/seosieve), [https://github.com/pointfreeco/swift-composable-architecture/pull/3778](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3778); [@&#8203;larryonoff](https://redirect.github.com/larryonoff), [https://github.com/pointfreeco/swift-composable-architecture/pull/3792](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3792); [https://github.com/pointfreeco/swift-composable-architecture/pull/3791](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3791)). #### New Contributors - [@&#8203;terry-koo](https://redirect.github.com/terry-koo) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3782](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3782) - [@&#8203;aregler](https://redirect.github.com/aregler) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3784](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3784) - [@&#8203;seosieve](https://redirect.github.com/seosieve) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3778](https://redirect.github.com/pointfreeco/swift-composable-architecture/pull/3778) **Full Changelog**: pointfreeco/swift-composable-architecture@1.22.3...1.23.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 2558772 commit c097c18

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

examples/tca_example/Package.resolved

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tca_example/Package.swift

Lines changed: 1 addition & 1 deletion
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.22.3")
10+
.upToNextMajor(from: "1.23.0")
1111
),
1212
]
1313
)

0 commit comments

Comments
 (0)