Aggregate 8 open Renovate dependency-update PRs into one#89
Merged
Conversation
Consolidates every currently-open Renovate dependency-update PR (#58, #59, #61, #62, #63, #65, #66, #67) into a single change, since they're all independent, non-conflicting version bumps: - actions/checkout v6 -> v7 (ci.yaml, buildifier.yaml, tag.yaml) - actions/cache v5 -> v6 (ci.yaml) - bazel-contrib/setup-bazel 0.18.0 -> 0.19.0 (ci.yaml) - bazel-contrib/.github v7.4.0 -> v7.7.0 (release.yaml) - bazel-contrib/publish-to-bcr v1.1.0 -> v1.4.1 (publish.yaml) - keith/pre-commit-buildifier 8.2.1 -> 8.5.1 (.pre-commit-config.yaml) - commitizen-tools/commitizen v4.13.8 -> v4.16.4 (.pre-commit-config.yaml) - crate-ci/typos v1.43.5 -> v1.48.0 (.pre-commit-config.yaml) Once this merges, Renovate will auto-close the individual PRs on its next run since their diffs are already applied to main.
buildifier-lint 8.5.1 (bumped in the previous commit) added the external-path check, which flags any string literal containing "/external/" as a possibly-fragile dependency on Bazel's external-repo directory layout. This one is a test fixture literal simulating a real external-repo File's short_path, not actual path-construction logic in a rule implementation (resolve_erl_invocation itself never hardcodes "external/") -- a legitimate false positive here, suppressed the same way bzl-visibility already is elsewhere in this file.
Bazel 9 warns that module()'s compatibility_level attribute is a no-op and will be removed in a future release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates every currently-open Renovate PR into a single update, since they're all independent, non-conflicting version bumps:
actions/checkoutv6 → v7 (ci.yaml,buildifier.yaml,tag.yaml) — chore(deps): update actions/checkout action to v7 - autoclosed #66actions/cachev5 → v6 (ci.yaml) — chore(deps): update actions/cache action to v6 - autoclosed #67bazel-contrib/setup-bazel0.18.0 → 0.19.0 (ci.yaml) — chore(deps): update bazel-contrib/setup-bazel action to v0.19.0 - autoclosed #62bazel-contrib/.githubv7.4.0 → v7.7.0 (release.yaml) — chore(deps): update bazel-contrib/.github action to v7.7.0 - autoclosed #65bazel-contrib/publish-to-bcrv1.1.0 → v1.4.1 (publish.yaml) — chore(deps): update bazel-contrib/publish-to-bcr action to v1.4.2 #63keith/pre-commit-buildifier8.2.1 → 8.5.1 (.pre-commit-config.yaml) — chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8.5.1 - autoclosed #61commitizen-tools/commitizenv4.13.8 → v4.16.4 (.pre-commit-config.yaml) — chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.16.4 #58crate-ci/typosv1.43.5 → v1.48.0 (.pre-commit-config.yaml) — chore(deps): update pre-commit hook crate-ci/typos to v1.48.0 - autoclosed #59Closes: #58, #59, #61, #62, #63, #65, #66, #67
Test plan
Generated by Claude Code