Skip to content

Commit 9409bbd

Browse files
chore(deps): update dependency rules_swift_package_manager to v0.47.0 (#451)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_swift_package_manager](https://redirect.github.com/cgrindel/rules_swift_package_manager) | http_archive | minor | `v0.46.0` -> `v0.47.0` | --- ### Release Notes <details> <summary>cgrindel/rules_swift_package_manager (rules_swift_package_manager)</summary> ### [`v0.47.0`](https://redirect.github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.47.0) [Compare Source](https://redirect.github.com/cgrindel/rules_swift_package_manager/compare/v0.46.0...v0.47.0) #### What Has Changed #### What's Changed - chore: update README.md for v0.46.0 by [@&#8203;cgrindel-app-token-generator](https://redirect.github.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1490](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1490) - fix(deps): update module golang.org/x/text to v0.22.0 by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1472](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1472) - fix(deps): update golang.org/x/exp digest to [`eff6e97`](https://redirect.github.com/cgrindel/rules_swift_package_manager/commit/eff6e97) by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1491](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1491) - fix(deps): update module github.com/spf13/cobra to v1.9.0 by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1492](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1492) - fix(deps): update module github.com/spf13/cobra to v1.9.1 by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1494](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1494) - feat: add option to skip resolving transitive local package dependencies by [@&#8203;jflan-dd](https://redirect.github.com/jflan-dd) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1493](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1493) - chore(deps): update dependency stripe/stripe-ios to from: "24.6.0" by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1496](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1496) - fix(deps): update golang.org/x/exp digest to [`aa4b98e`](https://redirect.github.com/cgrindel/rules_swift_package_manager/commit/aa4b98e) by [@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1495](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1495) - feat: add support for Swift package registries by [@&#8203;luispadron](https://redirect.github.com/luispadron) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1318](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1318) **Full Changelog**: cgrindel/rules_swift_package_manager@v0.46.0...v0.47.0 #### Bazel Module Snippet ```python bazel_dep(name = "rules_swift_package_manager", version = "0.47.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. 🔕 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fbe041 commit 9409bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom_test_runner/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2929

3030
http_archive(
3131
name = "rules_swift_package_manager",
32-
sha256 = "7df47bfc709749129c998c4341c4e58d216e3f0ff6434766f11c55df71ccf4ac",
32+
sha256 = "ea27a57ce61f5436b5fc3798dedf86e77c16567f9b65a31681dad2b3ab4f70dd",
3333
urls = [
34-
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.46.0/rules_swift_package_manager.v0.46.0.tar.gz",
34+
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.47.0/rules_swift_package_manager.v0.47.0.tar.gz",
3535
],
3636
)
3737

0 commit comments

Comments
 (0)