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.8.1" (#926)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
| patch | `from: "1.8.0"` -> `from: "1.8.1"` |

---

### Release Notes

<details>
<summary>pointfreeco/swift-composable-architecture
(pointfreeco/swift-composable-architecture)</summary>

###
[`v1.8.1`](https://togithub.com/pointfreeco/swift-composable-architecture/releases/tag/1.8.1)

[Compare
Source](https://togithub.com/pointfreeco/swift-composable-architecture/compare/1.8.0...1.8.1)

#### What's Changed

- Infrastructure: Document `@Reducer(state: .equatable)` in the
migration guide
[pointfreeco/swift-composable-architecture#2796
- Infrastructure: Adopt complete concurrency and fix a few warnings
[pointfreeco/swift-composable-architecture#2787
- Fixed: \[macro] Make \_$id and \_$willModify() public by
[@&#8203;freak4pc](https://togithub.com/freak4pc) in
[pointfreeco/swift-composable-architecture#2789
- Fixed: Typo by [@&#8203;hmhv](https://togithub.com/hmhv) in
[pointfreeco/swift-composable-architecture#2797
- Infrastructure: A small change on migration guide 1.8 by
[@&#8203;takehilo](https://togithub.com/takehilo) in
[pointfreeco/swift-composable-architecture#2799
- Infrastructure: Update links to documentation by
[@&#8203;d-date](https://togithub.com/d-date) in
[pointfreeco/swift-composable-architecture#2801
- Infrastructure: Replace usage of 'viewStore' with 'store' in UIKit
code by [@&#8203;juliensagot](https://togithub.com/juliensagot) in
[pointfreeco/swift-composable-architecture#2820
- Fixed Fix macro compiler bug in release mode
[pointfreeco/swift-composable-architecture#2827

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.8.0...1.8.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 Feb 19, 2024
1 parent 9ee4e5f commit 243eaf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 434 deletions.
22 changes: 2 additions & 20 deletions examples/tca_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
"state" : {
"revision" : "cf967a28a8605629559533320d604168d733fc9c",
"version" : "1.8.0"
"revision" : "da1cd105cc52d2b7968061f81698efe78380816b",
"version" : "1.8.1"
}
},
{
Expand Down Expand Up @@ -81,24 +81,6 @@
"version" : "1.0.0"
}
},
{
"identity" : "swift-perception",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "42240120b2a8797595433288ab4118f8042214c3",
"version" : "1.1.1"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
}
},
{
"identity" : "swiftui-navigation",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 1 addition & 1 deletion examples/tca_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "1.8.0")
.upToNextMajor(from: "1.8.1")
),
]
)

0 comments on commit 243eaf2

Please sign in to comment.