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 01fcbafa2b
commit 4f94bd782d
4 changed files with 1434 additions and 914 deletions

File diff suppressed because it is too large Load diff

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"

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__",
"//modules/ssr-benchmarks:__subpackages__",

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