build: update yarn to 1.22.22 (#58448)

Trying to get around a problem is causing renovate to keep trying updating this file.

PR Close #58448
This commit is contained in:
Alan Agius
2024-10-31 11:47:09 +00:00
committed by Pawel Kozlowski
parent 582858568a
commit 127023f35e
4 changed files with 1434 additions and 914 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2,4 +2,4 @@
# yarn lockfile v1
yarn-path ".yarn/releases/yarn-1.22.19.cjs"
yarn-path ".yarn/releases/yarn-1.22.22.cjs"
+2 -2
View File
@@ -64,8 +64,8 @@ config_setting(
nodejs_binary(
name = "yarn_vendored",
data = [".yarn/releases/yarn-1.22.19.cjs"],
entry_point = ".yarn/releases/yarn-1.22.19.cjs",
data = [".yarn/releases/yarn-1.22.22.cjs"],
entry_point = ".yarn/releases/yarn-1.22.22.cjs",
visibility = [
"//integration:__subpackages__",
],
+1 -1
View File
@@ -1,2 +1,2 @@
YARN_PATH = ".yarn/releases/yarn-1.22.19.cjs"
YARN_PATH = ".yarn/releases/yarn-1.22.22.cjs"
YARN_LABEL = "//:" + YARN_PATH