Skip to content

Aggregate 8 open Renovate dependency-update PRs into one#89

Merged
aaylward merged 3 commits into
mainfrom
claude/gleam-bazel-rules-review-0pfz4h
Jul 3, 2026
Merged

Aggregate 8 open Renovate dependency-update PRs into one#89
aaylward merged 3 commits into
mainfrom
claude/gleam-bazel-rules-review-0pfz4h

Conversation

@aaylward

@aaylward aaylward commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Consolidates every currently-open Renovate PR into a single update, since they're all independent, non-conflicting version bumps:

Closes: #58, #59, #61, #62, #63, #65, #66, #67

Test plan

  • CI green (pre-commit hooks run against their new pinned versions; workflows reference valid action tags)
  • No behavior change expected -- these are all patch/minor version bumps to CI tooling only

Generated by Claude Code

claude added 3 commits July 3, 2026 17:58
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.
@aaylward aaylward enabled auto-merge (squash) July 3, 2026 18:04
@aaylward aaylward merged commit 9517839 into main Jul 3, 2026
5 checks passed
@aaylward aaylward deleted the claude/gleam-bazel-rules-review-0pfz4h branch July 3, 2026 18:08
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.

2 participants