-
Notifications
You must be signed in to change notification settings - Fork 35
Commit 100175a
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
[@​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);
[@​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 [@​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
[@​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
[@​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
[@​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
- [@​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)
- [@​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)
- [@​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)
- [@​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)
- [@​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 100175aCopy full SHA for 100175a
1 file changed
+1
-1
lines changedexamples/tca_example/Package.swift
Copy file name to clipboardexpand all lines: examples/tca_example/Package.swift+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
0 commit comments