-
-
Notifications
You must be signed in to change notification settings - Fork 151
chore(deps): update dependency aspect_bazel_lib to v3 #2400
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
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| http_archive( | ||
| name = "aspect_bazel_lib", | ||
| sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed", | ||
| strip_prefix = "bazel-lib-2.16.0", | ||
| url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.16.0/bazel-lib-v2.16.0.tar.gz", | ||
| sha256 = "6fd3b1e1a38ca744f9664be4627ced80895c7d2ee353891c172f1ab61309c933", | ||
| strip_prefix = "bazel-lib-3.0.0", | ||
| url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.0.0/bazel-lib-v3.0.0.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Declare bazel-lib v3 repository under its new name
The dependency bump now downloads bazel-lib-3.0.0 but still registers the archive as aspect_bazel_lib. In v3 the upstream project renamed its canonical repository to bazel_lib, and its Starlark files load other targets via @bazel_lib. Because no repository with that name is declared here, importing those macros will fail with no such repository '@bazel_lib' for any WORKSPACE consumer. Rename the http_archive (or add an alias via repo_mapping) so @bazel_lib exists.
Useful? React with 👍 / 👎.
b71e02a to
d851642
Compare
f866fe2 to
7577820
Compare
33799e8 to
2c03590
Compare
78077fd to
ef7cdf1
Compare
ef7cdf1 to
74d02da
Compare




This PR contains the following updates:
v2.17.1->v3.0.0Release Notes
bazel-contrib/bazel-lib (aspect_bazel_lib)
v3.0.0Compare Source
Using Bzlmod
Add to your
MODULE.bazelfile:Using WORKSPACE (deprecated)
Paste this snippet into your
WORKSPACEfile:v2.21.2Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: bazel-contrib/bazel-lib@v2.21.1...v2.21.2
v2.21.1Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: bazel-contrib/bazel-lib@v2.21.0...v2.21.1
v2.21.0Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-lib@v2.20.0...v2.21.0
v2.20.0Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-lib@v2.19.4...v2.20.0
v2.19.4Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: bazel-contrib/bazel-lib@v2.19.3...v2.19.4
v2.19.3Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: bazel-contrib/bazel-lib@v2.19.2...v2.19.3
v2.19.2Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-lib@v2.19.1...v2.19.2
v2.19.1Compare Source
Using Bzlmod with Bazel 6:
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
@local_config_platformby @fmeum in #1098windows_arm64binaries for built-in toolchains by @albertocavalcante in #1102New Contributors
Full Changelog: bazel-contrib/bazel-lib@v2.17.1...v2.19.1
Configuration
📅 Schedule: Branch creation - "after 2am every weekday,before 5am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.