aspect-build / rules_js

High-performance Bazel rules for running Node.js tools and building JavaScript projects
https://docs.aspect.build/rules/aspect_rules_js
Apache License 2.0
310 stars 107 forks source link

chore(deps): update dependency buildifier_prebuilt to v7 #1949

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt bazel_dep major 6.4.0 -> 7.3.1
buildifier_prebuilt http_archive major 6.4.0 -> 7.3.1

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt) ### [`v7.3.1`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/7.3.1) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/7.1.2...7.3.1) #### What's Changed - Update README.md for 7.1.2 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/94](https://redirect.github.com/keith/buildifier-prebuilt/pull/94) - Update bcr presubmit template by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/95](https://redirect.github.com/keith/buildifier-prebuilt/pull/95) - Update to 7.3.1 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/96](https://redirect.github.com/keith/buildifier-prebuilt/pull/96) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/7.1.2...7.3.1 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc", strip_prefix = "buildifier-prebuilt-7.3.1", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` ### [`v7.1.2`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/7.1.2) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2) #### What's Changed - Update README.md for 6.4.0 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/84](https://redirect.github.com/keith/buildifier-prebuilt/pull/84) - \[CI] Fix macOS machines by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/92](https://redirect.github.com/keith/buildifier-prebuilt/pull/92) - Update buildifier to 7.1.2 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/93](https://redirect.github.com/keith/buildifier-prebuilt/pull/93) **Full Changelog**: https://github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.1.2", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "481f220bee90024f4e63d3e516a5e708df9cd736170543ceab334064fa773f41", strip_prefix = "buildifier-prebuilt-7.1.2", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.1.2.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ```

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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.

aspect-workflows[bot] commented 1 month ago

Test

All tests were cache hits

198 tests (100.0%) were fully cached saving 40s.


Test

e2e/bzlmod

All tests were cache hits

5 tests (100.0%) were fully cached saving 789ms.


Test

e2e/gyp_no_install_script

All tests were cache hits

2 tests (100.0%) were fully cached saving 184ms.


Test

e2e/js_image_oci

All tests were cache hits

1 test (100.0%) was fully cached saving 9s.


Test

e2e/npm_link_package

All tests were cache hits

3 tests (100.0%) were fully cached saving 920ms.


Test

e2e/npm_link_package-esm

All tests were cache hits

3 tests (100.0%) were fully cached saving 924ms.


Test

e2e/npm_translate_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 27ms.


Test

e2e/npm_translate_lock_empty

All tests were cache hits

1 test (100.0%) was fully cached saving 27ms.


Test

e2e/npm_translate_lock_multi

All tests were cache hits

2 tests (100.0%) were fully cached saving 296ms.


Test

e2e/npm_translate_lock_partial_clone

All tests were cache hits

1 test (100.0%) was fully cached saving 112ms.


Test

e2e/npm_translate_lock_replace_packages

All tests were cache hits

3 tests (100.0%) were fully cached saving 254ms.


Test

e2e/npm_translate_lock_subdir_patch

All tests were cache hits

1 test (100.0%) was fully cached saving 236ms.


Test

e2e/npm_translate_package_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 81ms.


Test

e2e/npm_translate_yarn_lock

All tests were cache hits

1 test (100.0%) was fully cached saving 81ms.


Test

e2e/package_json_module

All tests were cache hits

1 test (100.0%) was fully cached saving 504ms.


Test

e2e/pnpm_lockfiles

All tests were cache hits

40 tests (100.0%) were fully cached saving 2s.


Test

e2e/pnpm_workspace

All tests were cache hits

10 tests (100.0%) were fully cached saving 2s.


Test

e2e/pnpm_workspace_rerooted

All tests were cache hits

10 tests (100.0%) were fully cached saving 2s.


Test

e2e/repo_mapping

All tests were cache hits

2 tests (100.0%) were fully cached saving 493ms.


Test

e2e/rules_foo

All tests were cache hits

2 tests (100.0%) were fully cached saving 153ms.


Test

e2e/runfiles

All tests were cache hits

1 test (100.0%) was fully cached saving 413ms.


Test

e2e/vendored_node

All tests were cache hits

1 test (100.0%) was fully cached saving 171ms.


Buildifier      Format