Skip to content

Update dependency rules_swift to v3 - autoclosed #427

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Type Update Change
rules_swift bazel_dep major 2.9.0 -> 3.0.2

Release Notes

bazelbuild/rules_swift (rules_swift)

v3.0.2

Compare Source

Breaking changes

Fixed

Added

Changed

Removed

New Contributors

Full Changelog: https://github.com/bazelbuild/rules\_swift/compare/2.8.2...3.0.2

This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_swift", version = "3.0.1", repo_name = "build_bazel_rules_swift")

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_swift",
    sha256 = "ae6673d27024914fa89e32fd1369e9563fb8ede463feac703aaec1ba6ca0358c",
    url = "https://github.com/bazelbuild/rules_swift/releases/download/3.0.1/rules_swift.3.0.1.tar.gz",
)

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

v3.0.0

Compare Source

DO NOT USE.


  • If you want to rebase/retry this PR, check this box

View the repository job log

@github-actions github-actions bot added dependencies Pull requests that update a dependency file lang-swift Swift rules specific labels Jun 9, 2025
@renovate renovate bot force-pushed the renovate/rules_swift-3.x branch from e9b21f3 to 51fe123 Compare June 11, 2025 16:15
@renovate renovate bot changed the title Update dependency rules_swift to v3 Update dependency rules_swift to v3 - autoclosed Jun 17, 2025
@renovate renovate bot closed this Jun 17, 2025
@renovate renovate bot deleted the renovate/rules_swift-3.x branch June 17, 2025 14:19
@renovate renovate bot changed the title Update dependency rules_swift to v3 - autoclosed Update dependency rules_swift to v3 Jun 17, 2025
@renovate renovate bot reopened this Jun 17, 2025
@renovate renovate bot force-pushed the renovate/rules_swift-3.x branch 3 times, most recently from 0ac81e1 to e2ffc7c Compare June 19, 2025 06:57
@renovate renovate bot force-pushed the renovate/rules_swift-3.x branch from e2ffc7c to 3344068 Compare June 19, 2025 10:18
@renovate renovate bot changed the title Update dependency rules_swift to v3 Update dependency rules_swift to v3 - autoclosed Jun 19, 2025
@renovate renovate bot closed this Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang-swift Swift rules specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants