Skip to content

Commit

Permalink
chore(deps): update dependency pointfreeco/swift-composable-architect…
Browse files Browse the repository at this point in the history
…ure to from: "1.10.3" (#1063)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[pointfreeco/swift-composable-architecture](https://togithub.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://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.10.3)

[Compare
Source](https://togithub.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
([pointfreeco/swift-composable-architecture#3044).
- Fixed: Propagate current dependencies to `Store.init`
([pointfreeco/swift-composable-architecture#3049).
- Fixed: Runtime warn when stack integration is detected to be missing
from store's reducer
([pointfreeco/swift-composable-architecture#3048).
- Fixed: `TestStore.finish()` should assert against unreceived actions
([pointfreeco/swift-composable-architecture#3054).
- Fixed: Precondition when conflicting persistence keys must match value
by [@&#8203;stephencelis](https://togithub.com/stephencelis) in
[pointfreeco/swift-composable-architecture#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
[@&#8203;seanmrich](https://togithub.com/seanmrich),
[pointfreeco/swift-composable-architecture#3057).
- Infrastructure: Added a brand new tutorial: Building SyncUps
([pointfreeco/swift-composable-architecture#3039).
- Infrastructure: Add store invalidation test
([pointfreeco/swift-composable-architecture#3038).
- Infrastructure: Document `@CasePathable @&#8203;dynamicMemberLookup`
in 1.4 migration guide
([pointfreeco/swift-composable-architecture#3043).
- Infrastructure: Document nested enum reducers
([pointfreeco/swift-composable-architecture#3050).

#### New Contributors

- [@&#8203;seanmrich](https://togithub.com/seanmrich) made their first
contribution in
[pointfreeco/swift-composable-architecture#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://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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot committed May 9, 2024
1 parent 0db8c86 commit c3485f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/tca_example/Package.resolved
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "e6c0959044cbe2c934ac0ce9c3c4ead86350f44f",
"version" : "1.10.2"
"revision" : "024130da0e37121a6ab30f451da4bc462ee4a0ed",
"version" : "1.10.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/tca_example/Package.swift
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "1.10.2")
.upToNextMajor(from: "1.10.3")
),
]
)
4 changes: 2 additions & 2 deletions examples/tca_example/swift_deps_index.json
Expand Up @@ -359,9 +359,9 @@
"name": "swiftpkg_swift_composable_architecture",
"identity": "swift-composable-architecture",
"remote": {
"commit": "e6c0959044cbe2c934ac0ce9c3c4ead86350f44f",
"commit": "024130da0e37121a6ab30f451da4bc462ee4a0ed",
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
"version": "1.10.2"
"version": "1.10.3"
}
},
{
Expand Down

0 comments on commit c3485f6

Please sign in to comment.