Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_swift http_archive major 2.9.0 -> 3.0.2

Release Notes

bazelbuild/rules_swift (build_bazel_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.


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) June 27, 2025 13:52
@renovate renovate bot force-pushed the renovate/build_bazel_rules_swift-3.x branch 3 times, most recently from a2e6c5a to 5327959 Compare June 27, 2025 18:13
@cgrindel cgrindel disabled auto-merge June 27, 2025 19:57
@renovate renovate bot enabled auto-merge (squash) June 27, 2025 19:57
@renovate renovate bot force-pushed the renovate/build_bazel_rules_swift-3.x branch from 5327959 to 14ff8a1 Compare June 27, 2025 19:57
@cgrindel
Copy link
Member

@Mergifyio queue

Copy link
Contributor

mergify bot commented Jun 27, 2025

queue

🛑 The pull request has been merged manually

The pull request has been merged manually at ae8a21b

@cgrindel cgrindel disabled auto-merge June 27, 2025 20:00
@renovate renovate bot force-pushed the renovate/build_bazel_rules_swift-3.x branch from 14ff8a1 to f05b256 Compare June 27, 2025 20:06
@renovate renovate bot enabled auto-merge (squash) June 27, 2025 20:06
@renovate renovate bot force-pushed the renovate/build_bazel_rules_swift-3.x branch from f05b256 to fe3498e Compare June 27, 2025 20:18
Copy link
Contributor Author

renovate bot commented Jun 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit ae8a21b into main Jun 27, 2025
5 of 6 checks passed
@renovate renovate bot deleted the renovate/build_bazel_rules_swift-3.x branch June 27, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant