Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build: update bazel dependencies#30678

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
angular-robot wants to merge1 commit intoangular:main
base:main
Choose a base branch
Loading
fromangular-robot:ng-renovate/bazel-dependencies

Conversation

angular-robot
Copy link
Collaborator

@angular-robotangular-robot commentedJul 9, 2025
edited
Loading

This PR contains the following updates:

PackageTypeUpdateChange
aspect_bazel_libhttp_archiveminorv2.19.4 ->v2.20.0
aspect_rules_jshttp_archiveminorv2.3.8 ->v2.4.0
rules_angulargit_repositorydigest88ddcf8 ->8bf9ae3

Release Notes

aspect-build/bazel-lib (aspect_bazel_lib)

v2.20.0

Compare Source

Using Bzlmod with Bazel 6:

  1. Enable withcommon --enable_bzlmod in.bazelrc.
  2. Add to yourMODULE.bazel file:
bazel_dep(name="aspect_bazel_lib",version="2.20.0")

Read more about bzlmod:https://blog.aspect.dev/bzlmod

Using WORKSPACE

Paste this snippet into yourWORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl","http_archive")http_archive(name="aspect_bazel_lib",sha256="3522895fa13b97e8b27e3b642045682aa4233ae1a6b278aad6a3b483501dc9f2",strip_prefix="bazel-lib-2.20.0",url="https://github.com/bazel-contrib/bazel-lib/releases/download/v2.20.0/bazel-lib-v2.20.0.tar.gz",)load("@​aspect_bazel_lib//lib:repositories.bzl","aspect_bazel_lib_dependencies","aspect_bazel_lib_register_toolchains")### Required bazel-lib dependenciesaspect_bazel_lib_dependencies()### Required rules_shell dependenciesload("@​rules_shell//shell:repositories.bzl","rules_shell_dependencies","rules_shell_toolchains")rules_shell_dependencies()rules_shell_toolchains()### Register bazel-lib toolchainsaspect_bazel_lib_register_toolchains()### Create the host platform repository transitively required by bazel-libload("@​bazel_tools//tools/build_defs/repo:utils.bzl","maybe")load("@​platforms//host:extension.bzl","host_platform_repo")maybe(host_platform_repo,name="host_platform",)

What's Changed

New Contributors

Full Changelog:bazel-contrib/bazel-lib@v2.19.4...v2.20.0

aspect-build/rules_js (aspect_rules_js)

v2.4.0

Compare Source

Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on ourAdoption Discussion.

Using Bzlmod with Bazel 6:

Add to yourMODULE.bazel file:

bazel_dep(name="aspect_rules_js",version="2.4.0")####### Node.js version ############ By default you get the node version from DEFAULT_NODE_VERSION in @​rules_nodejs//nodejs:repositories.bzl### Optionally you can pin a different node version:bazel_dep(name="rules_nodejs",version="6.3.0")node=use_extension("@​rules_nodejs//nodejs:extensions.bzl","node",dev_dependency=True)node.toolchain(node_version="16.14.2")#################################npm=use_extension("@​aspect_rules_js//npm:extensions.bzl","npm",dev_dependency=True)npm.npm_translate_lock(name="npm",pnpm_lock="//:pnpm-lock.yaml",verify_node_modules_ignored="//:.bazelignore",)use_repo(npm,"npm")pnpm=use_extension("@​aspect_rules_js//npm:extensions.bzl","pnpm")### Allows developers to use the matching pnpm version, for example:### bazel run -- @​pnpm --dir /home/runner/work/rules_js/rules_js installuse_repo(pnpm,"pnpm")

Using WORKSPACE

Paste this snippet into yourWORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl","http_archive")http_archive(name="aspect_rules_js",sha256="961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165",strip_prefix="rules_js-2.4.0",url="https://github.com/aspect-build/rules_js/releases/download/v2.4.0/rules_js-v2.4.0.tar.gz",)load("@​aspect_rules_js//js:repositories.bzl","rules_js_dependencies")rules_js_dependencies()load("@​aspect_rules_js//js:toolchains.bzl","DEFAULT_NODE_VERSION","rules_js_register_toolchains")rules_js_register_toolchains(node_version=DEFAULT_NODE_VERSION)load("@​aspect_rules_js//npm:repositories.bzl","npm_translate_lock")npm_translate_lock(name="npm",npmrc="//:.npmrc",pnpm_lock="//:pnpm-lock.yaml",verify_node_modules_ignored="//:.bazelignore",)load("@​npm//:repositories.bzl","npm_repositories")npm_repositories()

What's Changed

New Contributors

Full Changelog:https://github.com/aspect-build/rules\_js/compare/v2.3.8...v2.4.0


Configuration

📅Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.


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

This PR has been generated byRenovate Bot.

@angular-robotangular-robot added action: mergeThe PR is ready for merge by the caretaker area: build & ciRelated the build and CI infrastructure of the project labelsJul 9, 2025
@angular-robotangular-robotforce-pushed theng-renovate/bazel-dependencies branch fromdc3d79c to02059e2CompareJuly 15, 2025 00:48
@angular-robotangular-robot changed the titlebuild: update rules_angular digest to 8bf9ae3build: update bazel dependenciesJul 15, 2025
See associated pull request for more information.
@angular-robotangular-robotforce-pushed theng-renovate/bazel-dependencies branch from02059e2 toa090c25CompareJuly 16, 2025 20:39
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
action: mergeThe PR is ready for merge by the caretakerarea: build & ciRelated the build and CI infrastructure of the project
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@angular-robot

[8]ページ先頭

©2009-2025 Movatter.jp