-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.8.0" #914
Merged
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/pointfreeco-swift-composable-architecture-1.x
Feb 13, 2024
Merged
chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.8.0" #914
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/pointfreeco-swift-composable-architecture-1.x
Feb 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgrindel
approved these changes
Feb 13, 2024
…ure to from: "1.8.0"
cgrindel-self-hosted-renovate
bot
force-pushed
the
github-renovate/pointfreeco-swift-composable-architecture-1.x
branch
from
February 13, 2024 15:08
257a153
to
097f7b2
Compare
cgrindel-self-hosted-renovate
bot
deleted the
github-renovate/pointfreeco-swift-composable-architecture-1.x
branch
February 13, 2024 16:07
renovate bot
referenced
this pull request
in bazel-contrib/rules_bazel_integration_test
Feb 14, 2024
…#289) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager) | http_archive | minor | `v0.27.0` -> `v0.28.0` | --- ### Release Notes <details> <summary>cgrindel/rules_swift_package_manager (rules_swift_package_manager)</summary> ### [`v0.28.0`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.28.0) [Compare Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.27.0...v0.28.0) #### What's Changed - chore: update README.md for v0.27.0 by [@​cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/rules_swift_package_manager/pull/912](https://github.com/cgrindel/rules_swift_package_manager/pull/912) - chore(deps): update dependency onevcat/kingfisher to from: "7.11.0" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/913](https://github.com/cgrindel/rules_swift_package_manager/pull/913) - chore(deps): update dependency pointfreeco/swift-composable-architecture to from: "1.8.0" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/914](https://github.com/cgrindel/rules_swift_package_manager/pull/914) - chore(deps): update dependency stripe/stripe-ios to from: "23.22.0" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/915](https://github.com/cgrindel/rules_swift_package_manager/pull/915) - feat: use `swift_library_group` for library products by [@​brentleyjones](https://github.com/brentleyjones) in [https://github.com/cgrindel/rules_swift_package_manager/pull/883](https://github.com/cgrindel/rules_swift_package_manager/pull/883) - fix: align BCR Bazel version with .bazelversion by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/916](https://github.com/cgrindel/rules_swift_package_manager/pull/916) **Full Changelog**: cgrindel/rules_swift_package_manager@v0.27.0...v0.28.0 #### Bazel Module Snippet ```python bazel_dep(name = "rules_swift_package_manager", version = "0.28.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_swift_package_manager", sha256 = "eef16c8a5f9fa6102049f762823e773601a44398baf2a5de7ef7cbebcb888870", urls = [ "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.28.0/rules_swift_package_manager.v0.28.0.tar.gz", ], ) load("@​rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies") swift_bazel_dependencies() load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() ### MARK: - Gazelle ### gazelle:repo bazel_gazelle load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies") load("@​rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies") load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") ### Declare Go dependencies before calling go_rules_dependencies. swift_bazel_go_dependencies() go_rules_dependencies() go_register_toolchains(version = "1.21.1") gazelle_dependencies() ### MARK: - Swift Toolchain http_archive( name = "build_bazel_rules_swift", ### Populate with your preferred release ### https://github.com/bazelbuild/rules_swift/releases ) load( "@​build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) load("//:swift_deps.bzl", "swift_dependencies") ### gazelle:repository_macro swift_deps.bzl%swift_dependencies swift_dependencies() swift_rules_dependencies() load( "@​build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() ``` </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "1.7.3"
->from: "1.8.0"
Release Notes
pointfreeco/swift-composable-architecture (pointfreeco/swift-composable-architecture)
v1.8.0
Compare Source
What's Changed
Added: New
@Reducer
macro features (https://github.com/pointfreeco/swift-composable-architecture/pull/2795).The
@Reducer
macro has been enhanced to streamline usage and simplify some common patterns:When left undefined, the
@Reducer
will now define default implementations ofState
,Action
, andbody
. This means stubbing a feature is as simple as@Reducer struct Feature {}
.@Reducer
can now be used with enums to simplify the boilerplate associated with "destination" and "path" reducers.See the 1.8 migration guide for more information on how to use these APIs.
Fixed: Propagate
@ViewAction
macro availability (https://github.com/pointfreeco/swift-composable-architecture/pull/2785).Fixed: Properly tag nested observable enums so that changes to non-observable cases are better observed (https://github.com/pointfreeco/swift-composable-architecture/pull/2786).
Infrastructure: Fix typo in migration guide 1.6 (thanks @takehilo, https://github.com/pointfreeco/swift-composable-architecture/pull/2779); better document explicit
id
with scopedForEach
(https://github.com/pointfreeco/swift-composable-architecture/pull/2784); Fix typo in the 1.7 migration guide (thanks @yaslab, https://github.com/pointfreeco/swift-composable-architecture/pull/2780; thanks @Ryu0118, https://github.com/pointfreeco/swift-composable-architecture/pull/2790);Full Changelog: pointfreeco/swift-composable-architecture@1.7.2...1.8.0
New Contributors
Full Changelog: pointfreeco/swift-composable-architecture@1.7.3...1.8.0
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 if that's undesired.
This PR has been generated by Renovate Bot.