From 31437fbbc9b08aaba0e6f54166ffdcaa4bc433cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:58:13 -0400 Subject: [PATCH] chore(deps): update dependency rules_swift_package_manager to v0.36.0 (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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 | bazel_dep | minor | `0.35.1` -> `0.36.0` | | [rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager) | http_archive | minor | `v0.35.1` -> `v0.36.0` | --- ### Release Notes
cgrindel/rules_swift_package_manager (rules_swift_package_manager) ### [`v0.36.0`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.36.0) [Compare Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.35.1...v0.36.0) #### What Has Changed #### What's Changed - chore: update README.md for v0.35.1 by [@​cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1164](https://github.com/cgrindel/rules_swift_package_manager/pull/1164) - chore(deps): update dependency airbnb/lottie-spm to from: "4.5.0" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1159](https://github.com/cgrindel/rules_swift_package_manager/pull/1159) - chore(deps): update dependency nicklockwood/swiftformat to from: "0.54.1" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1165](https://github.com/cgrindel/rules_swift_package_manager/pull/1165) - docs: document how to handle deprecated byName references by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1146](https://github.com/cgrindel/rules_swift_package_manager/pull/1146) - docs: update patch instructions for bzlmod by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1167](https://github.com/cgrindel/rules_swift_package_manager/pull/1167) - chore(deps): update dependency apple_support to v1.16.0 by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1160](https://github.com/cgrindel/rules_swift_package_manager/pull/1160) - docs: generate bzlmod extension docs by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1169](https://github.com/cgrindel/rules_swift_package_manager/pull/1169) - chore(deps): update dependency vapor/fluent-sqlite-driver to v4.7.4 by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1171](https://github.com/cgrindel/rules_swift_package_manager/pull/1171) - chore: remove legacy code and docs by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1179](https://github.com/cgrindel/rules_swift_package_manager/pull/1179) - fix: Update bundle name generator to match SPM by [@​jflan-dd](https://github.com/jflan-dd) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1183](https://github.com/cgrindel/rules_swift_package_manager/pull/1183) - docs: clarify when to enable `declare_swift_deps_info` by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1185](https://github.com/cgrindel/rules_swift_package_manager/pull/1185) - chore: refactor resource accessors for Swift and ObjC by [@​cgrindel](https://github.com/cgrindel) in [https://github.com/cgrindel/rules_swift_package_manager/pull/1184](https://github.com/cgrindel/rules_swift_package_manager/pull/1184) **Full Changelog**: https://github.com/cgrindel/rules_swift_package_manager/compare/v0.35.1...v0.36.0 #### Bazel Module Snippet ```python bazel_dep(name = "rules_swift_package_manager", version = "0.36.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_swift_package_manager", sha256 = "902bdcfd77e2037f889443024087784b49aac42581b07a6b80442177ae2f806d", urls = [ "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.36.0/rules_swift_package_manager.v0.36.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() ```
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/custom_test_runner/MODULE.bazel | 2 +- examples/custom_test_runner/WORKSPACE | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/custom_test_runner/MODULE.bazel b/examples/custom_test_runner/MODULE.bazel index 855870f..f9e9eec 100644 --- a/examples/custom_test_runner/MODULE.bazel +++ b/examples/custom_test_runner/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( version = "2.1.1", repo_name = "build_bazel_rules_swift", ) -bazel_dep(name = "rules_swift_package_manager", version = "0.35.1") +bazel_dep(name = "rules_swift_package_manager", version = "0.36.0") bazel_binaries = use_extension( "@rules_bazel_integration_test//:extensions.bzl", diff --git a/examples/custom_test_runner/WORKSPACE b/examples/custom_test_runner/WORKSPACE index feb86de..7c385e2 100644 --- a/examples/custom_test_runner/WORKSPACE +++ b/examples/custom_test_runner/WORKSPACE @@ -29,9 +29,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_swift_package_manager", - sha256 = "d1d1f086f065d74cdff91b758654b74705a4e2fb45ce52f79627a8e3085c0ef5", + sha256 = "de6e6efe95cdc454002ae1af8000114129e954f04c605805567fe5bc6e7157de", urls = [ - "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.35.1/rules_swift_package_manager.v0.35.1.tar.gz", + "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.36.0/rules_swift_package_manager.v0.36.0.tar.gz", ], )