mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
build: update yarn to v4.5.0
This commit is contained in:
parent
fedeeb0a30
commit
8723e0c428
File diff suppressed because one or more lines are too long
@ -2,4 +2,4 @@ enableScripts: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.4.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
||||
|
@ -114,7 +114,7 @@ yarn_install(
|
||||
"//:.yarn/patches/@angular-bazel-https-9848736cf4.patch",
|
||||
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
|
||||
"//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
|
||||
"//:.yarn/releases/yarn-4.4.0.cjs",
|
||||
"//:.yarn/releases/yarn-4.5.0.cjs",
|
||||
"//:.yarnrc.yml",
|
||||
],
|
||||
# Currently disabled due to:
|
||||
@ -125,7 +125,7 @@ yarn_install(
|
||||
# We prefer to symlink the `node_modules` to only maintain a single install.
|
||||
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
|
||||
symlink_node_modules = True,
|
||||
yarn = "//:.yarn/releases/yarn-4.4.0.cjs",
|
||||
yarn = "//:.yarn/releases/yarn-4.5.0.cjs",
|
||||
yarn_lock = "//:yarn.lock",
|
||||
)
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
"sdk",
|
||||
"Angular DevKit"
|
||||
],
|
||||
"packageManager": "yarn@4.4.0",
|
||||
"packageManager": "yarn@4.5.0",
|
||||
"scripts": {
|
||||
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
|
||||
"test": "bazel test //packages/...",
|
||||
|
@ -17209,11 +17209,11 @@ __metadata:
|
||||
|
||||
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
|
||||
version: 5.6.2
|
||||
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=74658d"
|
||||
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
|
||||
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user