From c262e810997351eec2f0c362333a2079ef45269d Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 12 Jun 2023 13:47:55 +0200 Subject: [PATCH] build: update bazel setup (#27278) --- WORKSPACE | 4 ++-- package.json | 2 +- yarn.lock | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index afaf3c012eb7..0df41fa02811 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Add NodeJS rules http_archive( name = "build_bazel_rules_nodejs", - sha256 = "94070eff79305be05b7699207fbac5d2608054dd53e6109f7d00d923919ff45a", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.2/rules_nodejs-5.8.2.tar.gz"], + sha256 = "5dd1e5dea1322174c57d3ca7b899da381d516220793d0adef3ba03b9d23baa8e", + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.3/rules_nodejs-5.8.3.tar.gz"], ) # Add sass rules diff --git a/package.json b/package.json index 89ea3b010d09..bf8cc1cac1f3 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@angular/router": "^16.1.0-next.3", "@babel/core": "^7.16.12", "@bazel/bazelisk": "1.12.1", - "@bazel/buildifier": "6.0.1", + "@bazel/buildifier": "6.1.2", "@bazel/concatjs": "5.8.1", "@bazel/esbuild": "5.8.1", "@bazel/ibazel": "0.16.2", diff --git a/yarn.lock b/yarn.lock index 566dfe17b492..bf737b315032 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2384,11 +2384,6 @@ resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.1.tgz#346531286564aa29eee03a62362d210f3433e7bf" integrity sha512-TGCwVeIiVeQUP6yLpxAg8yluFOC+tBQnWw5l8lqwMxKhRtOA+WaH1CJKAXeCBAaS2MxohhkXq44zj/7AM+t2jg== -"@bazel/buildifier@6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.0.1.tgz#3ef5ce4f807db2ec0838ac889775a081fe9208f8" - integrity sha512-PKOx5srLU7K1x0BQhiqu78lrxwvgimx+JRe5JXgiPfyA2/iMB1aNn41BozVMmWnEF/DUKbls6DOaNk83kgraag== - "@bazel/buildifier@6.1.2": version "6.1.2" resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.1.2.tgz#c151df52d2537937911f8f7802f96611d63a90b7"