Skip to content

build: update dependency aspect_rules_js to v3 - autoclosed#3483

Closed
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/major-bazel-dependencies
Closed

build: update dependency aspect_rules_js to v3 - autoclosed#3483
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/major-bazel-dependencies

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
aspect_rules_js bazel_dep major 2.9.23.0.2

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

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Mar 5, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the aspect_rules_js dependency to version 3.0.1, which is a major version upgrade. The extensive changes in MODULE.bazel.lock are expected as they reflect the updates to transitive dependencies and internal changes in aspect_rules_js v3. My main feedback is that this upgrade makes some existing configuration in MODULE.bazel obsolete. I've added a comment to address this for code cleanup and maintainability.

MODULE.bazel Outdated
bazel_dep(name = "aspect_bazel_lib", version = "2.22.5")
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "aspect_rules_js", version = "2.9.2")
bazel_dep(name = "aspect_rules_js", version = "3.0.1")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

With the upgrade to aspect_rules_js v3, the pnpm.pnpm module extension is no longer necessary. The npm_translate_lock extension now handles fetching pnpm internally.

The corresponding pnpm.pnpm call in MODULE.bazel (lines 79-85) is now obsolete and should be removed as part of this PR to avoid dead code and potential confusion.

@josephperrott josephperrott removed the action: merge The PR is ready for merge by the caretaker label Mar 5, 2026
@angular-robot angular-robot force-pushed the ng-renovate/major-bazel-dependencies branch from db375c7 to 04af834 Compare March 5, 2026 21:49
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/major-bazel-dependencies branch from 04af834 to ef98d35 Compare March 6, 2026 05:23
@angular-robot angular-robot changed the title build: update dependency aspect_rules_js to v3 build: update dependency aspect_rules_js to v3 - autoclosed Mar 6, 2026
@angular-robot angular-robot deleted the ng-renovate/major-bazel-dependencies branch March 6, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants