Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Nov 16, 2023

This PR contains the following updates:

Package Type Update Change
@bazel/buildifier dependencies major 6.3.3 -> 8.2.0
@​bazel/ibazel devDependencies minor ^0.23.0 -> ^0.25.0
@bazel/runfiles (source) dependencies major 5.8.1 -> 6.3.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/buildtools (@​bazel/buildifier)

v8.2.0: Release 8.2.0 (2025-04-30)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v8.0.3...v8.2.0

v8.0.3: Release 8.0.3 (2025-02-05)

Compare Source

What's Changed

Full Changelog: bazelbuild/buildtools@v8.0.2...v8.0.3

v8.0.2: Release 8.0.2 (2025-01-30)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v8.0.1...v8.0.2

v8.0.1: Release 8.0.1 (2025-01-15)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v8.0.0...v8.0.1

v8.0.0: Release 8.0.0 (2025-01-09)

Compare Source

What's Changed

Full Changelog: bazelbuild/buildtools@v7.3.1...v8.0.0

v7.3.1: Release 7.3.1 (2024-08-27)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v7.1.2...v7.3.1

v7.1.2: Release 7.1.2 (2024-05-23)

Compare Source

What's Changed

Full Changelog: bazelbuild/buildtools@v7.1.1...v7.1.2

v7.1.1: Release 7.1.1 (2024-04-17)

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/buildtools@v7.1.0...v7.1.1

v7.1.0: Release 7.1.0 (2024-03-26)

Compare Source

  • Load statements are forced to be on the top of a file (except WORKSPACE files) and be sorted and compressed. Former warnings load-on-top, out-of-order-load and same-origin-load are now removed.
    • distribs are no longer being moved into the package declaration
    • Minor bug fixes

v6.4.0: Release 6.4.0 (2023-11-15)

Compare Source

  • More correct sorting order of load statements
  • Buildozer: better error reporting for missing comments
  • Suggested fixes for package-on-top warnings
bazel-contrib/rules_nodejs (@​bazel/runfiles)

v6.3.1

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.1")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "0514c6530feb7abf94c9e3aeb4e33c89a21e2e9c9d9ed44cc217393bbf05ca9c",
    strip_prefix = "rules_nodejs-6.3.1",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.1/rules_nodejs-v6.3.1.tar.gz",
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@v6.3.0...v6.3.1

v6.3.0

Compare Source

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_nodejs", version = "6.3.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_nodejs",
    sha256 = "83d2bb029c2a9a06a474c8748d1221a92a7ca02222dcf49a0b567825c4e3f1ce",
    strip_prefix = "rules_nodejs-6.3.0",
    url = "https://github.com/bazel-contrib/rules_nodejs/releases/download/v6.3.0/rules_nodejs-v6.3.0.tar.gz",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@v6.2.0...v6.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker comp: build dependencies Pull requests that update a dependency file labels Nov 16, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Nov 16, 2023
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from 87718ed to 19c88f1 Compare November 28, 2023 00:12
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from 19c88f1 to 8dba63f Compare January 5, 2024 23:07
@josephperrott
Copy link
Member

NOTE: This PR will cause failures as it attempts to update to a version of rules_nodejs that does not exist. But renovate will keep remaking the pr.

@josephperrott josephperrott added action: blocked The action is blocked by something, such as an upstream update, or an announcement and removed action: merge The PR is ready for merge by the caretaker labels Jan 16, 2024
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from 8dba63f to df065db Compare January 31, 2024 17:09
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 2 times, most recently from c142793 to c685618 Compare February 27, 2024 02:11
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 2 times, most recently from bb05ec3 to 6bbedd4 Compare March 26, 2024 14:07
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from 6bbedd4 to c4676b5 Compare April 5, 2024 15:05
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from c4676b5 to 84b5cbe Compare April 17, 2024 17:06
@josephperrott josephperrott removed the dependencies Pull requests that update a dependency file label Apr 18, 2024
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 2 times, most recently from 11d2d27 to f7690d3 Compare May 23, 2024 15:14
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 3 times, most recently from a5c8d61 to b28ca3d Compare June 8, 2024 19:07
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from b28ca3d to b8763b4 Compare August 27, 2024 16:07
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 7 times, most recently from c67f4fd to 454c710 Compare September 7, 2024 00:10
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch 23 times, most recently from be68920 to 4fc3b4d Compare April 16, 2025 00:23
@angular-robot angular-robot force-pushed the ng-renovate/bazel-setup branch from 4fc3b4d to 98b486d Compare April 30, 2025 13:32
@angular-robot angular-robot changed the title build: update bazel setup build: update bazel setup - autoclosed May 12, 2025
@angular-robot angular-robot deleted the ng-renovate/bazel-setup branch May 12, 2025 08:25
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: blocked The action is blocked by something, such as an upstream update, or an announcement area: build & ci Related the build and CI infrastructure of the project comp: build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants