Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency pointfreeco/swift-composable-architect…
…ure to from: "1.10.3" (#1063) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pointfreeco/swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture) | patch | `from: "1.10.2"` -> `from: "1.10.3"` | --- ### Release Notes <details> <summary>pointfreeco/swift-composable-architecture (pointfreeco/swift-composable-architecture)</summary> ### [`v1.10.3`](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.10.3) [Compare Source](https://github.com/pointfreeco/swift-composable-architecture/compare/1.10.2...1.10.3) #### What's Changed - Fixed: Automatically cancel in-flight `TestStore` effects when its root feature is dismissed ([https://github.com/pointfreeco/swift-composable-architecture/pull/3044](https://github.com/pointfreeco/swift-composable-architecture/pull/3044)). - Fixed: Propagate current dependencies to `Store.init` ([https://github.com/pointfreeco/swift-composable-architecture/pull/3049](https://github.com/pointfreeco/swift-composable-architecture/pull/3049)). - Fixed: Runtime warn when stack integration is detected to be missing from store's reducer ([https://github.com/pointfreeco/swift-composable-architecture/pull/3048](https://github.com/pointfreeco/swift-composable-architecture/pull/3048)). - Fixed: `TestStore.finish()` should assert against unreceived actions ([https://github.com/pointfreeco/swift-composable-architecture/pull/3054](https://github.com/pointfreeco/swift-composable-architecture/pull/3054)). - Fixed: Precondition when conflicting persistence keys must match value by [@​stephencelis](https://github.com/stephencelis) in [https://github.com/pointfreeco/swift-composable-architecture/pull/3051](https://github.com/pointfreeco/swift-composable-architecture/pull/3051). > **Important:** > If you have defined a custom persistence key, you may need to explicitly conform it to `Hashable` after upgrading to this version. - Fixed: `@Shared` no longer eagerly evaluates its initial value (thanks [@​seanmrich](https://github.com/seanmrich), [https://github.com/pointfreeco/swift-composable-architecture/pull/3057](https://github.com/pointfreeco/swift-composable-architecture/pull/3057)). - Infrastructure: Added a brand new tutorial: Building SyncUps ([https://github.com/pointfreeco/swift-composable-architecture/pull/3039](https://github.com/pointfreeco/swift-composable-architecture/pull/3039)). - Infrastructure: Add store invalidation test ([https://github.com/pointfreeco/swift-composable-architecture/pull/3038](https://github.com/pointfreeco/swift-composable-architecture/pull/3038)). - Infrastructure: Document `@CasePathable @​dynamicMemberLookup` in 1.4 migration guide ([https://github.com/pointfreeco/swift-composable-architecture/pull/3043](https://github.com/pointfreeco/swift-composable-architecture/pull/3043)). - Infrastructure: Document nested enum reducers ([https://github.com/pointfreeco/swift-composable-architecture/pull/3050](https://github.com/pointfreeco/swift-composable-architecture/pull/3050)). #### New Contributors - [@​seanmrich](https://github.com/seanmrich) made their first contribution in [https://github.com/pointfreeco/swift-composable-architecture/pull/3057](https://github.com/pointfreeco/swift-composable-architecture/pull/3057) **Full Changelog**: pointfreeco/swift-composable-architecture@1.10.2...1.10.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://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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
- Loading branch information