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.9.0" (#940)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[pointfreeco/swift-composable-architecture](https://togithub.com/pointfreeco/swift-composable-architecture)
| minor | `from: "1.8.2"` -> `from: "1.9.0"` |

---

### Release Notes

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

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

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

#### What's Changed

See [Migrating to
1.9](https://togithub.com/pointfreeco/swift-composable-architecture/blob/main/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.9.md)
for more details.

- Added: New versions of `TestStore.send` that accept case key paths
(thanks [@&#8203;scogeo](https://togithub.com/scogeo),
[pointfreeco/swift-composable-architecture#2681;
[pointfreeco/swift-composable-architecture#2868).
- Added `Reducer.dependency(value)`, for overriding a reducer's
dependency using a singleton value of a type
([pointfreeco/swift-composable-architecture#2863).
- Fixed: Improve `Store` diagnostics for deriving bindings
([pointfreeco/swift-composable-architecture#2793).
- Fixed: Avoid erroneous perception checks when `ViewStore`s are
initialized in a view that doesn't use `WithPerceptionTracking`
([pointfreeco/swift-composable-architecture#2849).
- Fixed: Support `#if` branching in `@ObservableState` and enum
`@Reducer`s
([pointfreeco/swift-composable-architecture#2800).
- Infrastructure: Tree navigation documentation fixes (thanks
[@&#8203;imjn](https://togithub.com/imjn),
[pointfreeco/swift-composable-architecture#2837);
presentation reducer documentation fixes (thanks
[@&#8203;ozumin](https://togithub.com/ozumin),
[pointfreeco/swift-composable-architecture#2853).
- Infrastructure: Improve tutorial diffing (thanks
[@&#8203;oka-yuji](https://togithub.com/oka-yuji),
[pointfreeco/swift-composable-architecture#2844).
- Infrastructure: Expand release build test coverage
([pointfreeco/swift-composable-architecture#2856).
- Infrastructure: Document gotcha with macros and previews
([pointfreeco/swift-composable-architecture#2855).

#### New Contributors

- [@&#8203;imjn](https://togithub.com/imjn) made their first
contribution in
[pointfreeco/swift-composable-architecture#2837
- [@&#8203;oka-yuji](https://togithub.com/oka-yuji) made their first
contribution in
[pointfreeco/swift-composable-architecture#2844
- [@&#8203;ozumin](https://togithub.com/ozumin) made their first
contribution in
[pointfreeco/swift-composable-architecture#2853

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.8.2...1.9.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://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 29, 2024
1 parent 8b25363 commit e734f11
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 69 deletions.
100 changes: 36 additions & 64 deletions examples/tca_example/MODULE.bazel.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockFileVersion": 3,
"moduleFileHash": "b109b601e8a6adc68ba8185ae068487ca03da5edcbc4e0acc7157ead0c2cdcdd",
"moduleFileHash": "fe130812128fca975b8c3f1f8d449d6e406739d6d1d9d0d7c1913888abb0ed37",
"flags": {
"cmdRegistries": [
"https://bcr.bazel.build/"
Expand Down Expand Up @@ -77,9 +77,9 @@
"rules_swift_package_manager": "rules_swift_package_manager@_",
"cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.19.0",
"bazel_skylib": "bazel_skylib@1.5.0",
"apple_support": "apple_support@1.12.0",
"apple_support": "apple_support@1.14.0",
"build_bazel_rules_swift": "rules_swift@1.16.0",
"build_bazel_rules_apple": "rules_apple@3.2.1",
"build_bazel_rules_apple": "rules_apple@3.3.0",
"bazel_skylib_gazelle_plugin": "bazel_skylib_gazelle_plugin@1.5.0",
"bazel_gazelle": "gazelle@0.35.0",
"bazel_tools": "bazel_tools@_",
Expand Down Expand Up @@ -152,11 +152,11 @@
"cgrindel_bazel_starlib": "cgrindel_bazel_starlib@0.19.0",
"bazel_skylib": "bazel_skylib@1.5.0",
"io_bazel_rules_go": "rules_go@0.44.0",
"apple_support": "apple_support@1.12.0",
"apple_support": "apple_support@1.14.0",
"rules_cc": "rules_cc@0.0.9",
"platforms": "platforms@0.0.7",
"build_bazel_rules_swift": "rules_swift@1.16.0",
"build_bazel_rules_apple": "rules_apple@3.2.1",
"build_bazel_rules_apple": "rules_apple@3.3.0",
"bazel_gazelle": "gazelle@0.35.0",
"bazel_tools": "bazel_tools@_",
"local_config_platform": "local_config_platform@_"
Expand Down Expand Up @@ -262,10 +262,10 @@
}
}
},
"apple_support@1.12.0": {
"apple_support@1.14.0": {
"name": "apple_support",
"version": "1.12.0",
"key": "apple_support@1.12.0",
"version": "1.14.0",
"key": "apple_support@1.14.0",
"repoName": "build_bazel_apple_support",
"executionPlatformsToRegister": [],
"toolchainsToRegister": [
Expand All @@ -275,9 +275,9 @@
{
"extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl",
"extensionName": "apple_cc_configure_extension",
"usingModule": "apple_support@1.12.0",
"usingModule": "apple_support@1.14.0",
"location": {
"file": "https://bcr.bazel.build/modules/apple_support/1.12.0/MODULE.bazel",
"file": "https://bcr.bazel.build/modules/apple_support/1.14.0/MODULE.bazel",
"line": 19,
"column": 35
},
Expand All @@ -301,14 +301,14 @@
"bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"name": "apple_support~1.12.0",
"name": "apple_support~1.14.0",
"urls": [
"https://github.com/bazelbuild/apple_support/releases/download/1.12.0/apple_support.1.12.0.tar.gz"
"https://github.com/bazelbuild/apple_support/releases/download/1.14.0/apple_support.1.14.0.tar.gz"
],
"integrity": "sha256-EA0SYXqE68fuehDs87Pi/a2uvBZ62Toh+CCmy2AVjq0=",
"integrity": "sha256-qLpv0J0P/rqbXzmPOkYmJHD+Ct3dtO9a+n6rGNABp7A=",
"strip_prefix": "",
"remote_patches": {
"https://bcr.bazel.build/modules/apple_support/1.12.0/patches/module_dot_bazel_version.patch": "sha256-3XmsovSEa1wpKpWGFSDAhBawIG5gQBNKF221WV0Qzks="
"https://bcr.bazel.build/modules/apple_support/1.14.0/patches/module_dot_bazel_version.patch": "sha256-/uLlHk6yJXSoYbYYc0vfjZsuSwbdKuTkZKrp5Gz6T0E="
},
"remote_patch_strip": 1
}
Expand Down Expand Up @@ -368,7 +368,7 @@
"deps": {
"bazel_features": "bazel_features@1.3.0",
"bazel_skylib": "bazel_skylib@1.5.0",
"build_bazel_apple_support": "apple_support@1.12.0",
"build_bazel_apple_support": "apple_support@1.14.0",
"rules_cc": "rules_cc@0.0.9",
"platforms": "platforms@0.0.7",
"com_google_protobuf": "protobuf@21.7",
Expand All @@ -394,20 +394,20 @@
}
}
},
"rules_apple@3.2.1": {
"rules_apple@3.3.0": {
"name": "rules_apple",
"version": "3.2.1",
"key": "rules_apple@3.2.1",
"version": "3.3.0",
"key": "rules_apple@3.3.0",
"repoName": "build_bazel_rules_apple",
"executionPlatformsToRegister": [],
"toolchainsToRegister": [],
"extensionUsages": [
{
"extensionBzlFile": "@build_bazel_rules_apple//apple:extensions.bzl",
"extensionName": "non_module_deps",
"usingModule": "rules_apple@3.2.1",
"usingModule": "rules_apple@3.3.0",
"location": {
"file": "https://bcr.bazel.build/modules/rules_apple/3.2.1/MODULE.bazel",
"file": "https://bcr.bazel.build/modules/rules_apple/3.3.0/MODULE.bazel",
"line": 21,
"column": 32
},
Expand All @@ -422,9 +422,9 @@
{
"extensionBzlFile": "@build_bazel_rules_apple//apple:apple.bzl",
"extensionName": "provisioning_profile_repository_extension",
"usingModule": "rules_apple@3.2.1",
"usingModule": "rules_apple@3.3.0",
"location": {
"file": "https://bcr.bazel.build/modules/rules_apple/3.2.1/MODULE.bazel",
"file": "https://bcr.bazel.build/modules/rules_apple/3.3.0/MODULE.bazel",
"line": 27,
"column": 48
},
Expand All @@ -439,9 +439,9 @@
{
"extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl",
"extensionName": "apple_cc_configure_extension",
"usingModule": "rules_apple@3.2.1",
"usingModule": "rules_apple@3.3.0",
"location": {
"file": "https://bcr.bazel.build/modules/rules_apple/3.2.1/MODULE.bazel",
"file": "https://bcr.bazel.build/modules/rules_apple/3.3.0/MODULE.bazel",
"line": 30,
"column": 35
},
Expand All @@ -455,7 +455,7 @@
}
],
"deps": {
"build_bazel_apple_support": "apple_support@1.12.0",
"build_bazel_apple_support": "apple_support@1.14.0",
"bazel_skylib": "bazel_skylib@1.5.0",
"platforms": "platforms@0.0.7",
"build_bazel_rules_swift": "rules_swift@1.16.0",
Expand All @@ -466,14 +466,14 @@
"bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"name": "rules_apple~3.2.1",
"name": "rules_apple~3.3.0",
"urls": [
"https://github.com/bazelbuild/rules_apple/releases/download/3.2.1/rules_apple.3.2.1.tar.gz"
"https://github.com/bazelbuild/rules_apple/releases/download/3.3.0/rules_apple.3.3.0.tar.gz"
],
"integrity": "sha256-nE8eHsT9/qxb3bB/oOhyw5jj2OsKxZavnEY/kSOs4pI=",
"integrity": "sha256-Zer6/pS4Vz50Fgt/WH0JGg+jTWnm0sQcSvse7xQDg+w=",
"strip_prefix": "",
"remote_patches": {
"https://bcr.bazel.build/modules/rules_apple/3.2.1/patches/module_dot_bazel_version.patch": "sha256-E83S37YdLiwd8kt/f1lbRRPyy6vbbxGogIqLulx9Lh0="
"https://bcr.bazel.build/modules/rules_apple/3.3.0/patches/module_dot_bazel_version.patch": "sha256-/SG91j6MqDD8f0UWI9nAaYKIn3OmNHUeldbuxIos2Ao="
},
"remote_patch_strip": 1
}
Expand Down Expand Up @@ -795,7 +795,7 @@
"platforms": "platforms@0.0.7",
"com_google_protobuf": "protobuf@21.7",
"zlib": "zlib@1.3",
"build_bazel_apple_support": "apple_support@1.12.0",
"build_bazel_apple_support": "apple_support@1.14.0",
"local_config_platform": "local_config_platform@_"
}
},
Expand Down Expand Up @@ -1701,30 +1701,30 @@
}
},
"moduleExtensions": {
"@@apple_support~1.12.0//crosstool:setup.bzl%apple_cc_configure_extension": {
"@@apple_support~1.14.0//crosstool:setup.bzl%apple_cc_configure_extension": {
"general": {
"bzlTransitiveDigest": "TMkUP4/N3ZORvZrcDg9FxSoW9r/7+uDVH/SI2biRyJg=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
"local_config_apple_cc": {
"bzlFile": "@@apple_support~1.12.0//crosstool:setup.bzl",
"bzlFile": "@@apple_support~1.14.0//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf",
"attributes": {
"name": "apple_support~1.12.0~apple_cc_configure_extension~local_config_apple_cc"
"name": "apple_support~1.14.0~apple_cc_configure_extension~local_config_apple_cc"
}
},
"local_config_apple_cc_toolchains": {
"bzlFile": "@@apple_support~1.12.0//crosstool:setup.bzl",
"bzlFile": "@@apple_support~1.14.0//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf_toolchains",
"attributes": {
"name": "apple_support~1.12.0~apple_cc_configure_extension~local_config_apple_cc_toolchains"
"name": "apple_support~1.14.0~apple_cc_configure_extension~local_config_apple_cc_toolchains"
}
}
},
"recordedRepoMappingEntries": [
[
"apple_support~1.12.0",
"apple_support~1.14.0",
"bazel_tools",
"bazel_tools"
]
Expand Down Expand Up @@ -2507,34 +2507,6 @@
"recordedRepoMappingEntries": []
}
},
"@@rules_apple~3.2.1//apple:extensions.bzl%non_module_deps": {
"general": {
"bzlTransitiveDigest": "N8kVRd5FAdvXx7eSi2BgbUpsnUMZewaoOmBsW+UsKmw=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
"xctestrunner": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"name": "rules_apple~3.2.1~non_module_deps~xctestrunner",
"urls": [
"https://github.com/google/xctestrunner/archive/b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6.tar.gz"
],
"strip_prefix": "xctestrunner-b7698df3d435b6491b4b4c0f9fc7a63fbed5e3a6",
"sha256": "ae3a063c985a8633cb7eb566db21656f8db8eb9a0edb8c182312c7f0db53730d"
}
}
},
"recordedRepoMappingEntries": [
[
"rules_apple~3.2.1",
"bazel_tools",
"bazel_tools"
]
]
}
},
"@@rules_go~0.44.0//go:extensions.bzl%go_sdk": {
"os:osx,arch:x86_64": {
"bzlTransitiveDigest": "GI6yMOM2hDU7hVAHmfnV90TgIqJguaDlemn2az5C07E=",
Expand Down
4 changes: 2 additions & 2 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" : "856f9b8d82f6851b7f61ec4c5ce9e4c18ebbdb45",
"version" : "1.8.2"
"revision" : "88a46fbdebc9decbed0e7e7b7f5d2ad9c6fb1932",
"version" : "1.9.0"
}
},
{
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.2")
.upToNextMajor(from: "1.9.0")
),
]
)
4 changes: 2 additions & 2 deletions examples/tca_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@
"name": "swiftpkg_swift_composable_architecture",
"identity": "swift-composable-architecture",
"remote": {
"commit": "856f9b8d82f6851b7f61ec4c5ce9e4c18ebbdb45",
"commit": "88a46fbdebc9decbed0e7e7b7f5d2ad9c6fb1932",
"remote": "https://github.com/pointfreeco/swift-composable-architecture",
"version": "1.8.2"
"version": "1.9.0"
}
},
{
Expand Down

0 comments on commit e734f11

Please sign in to comment.