mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +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
|
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/@angular-bazel-https-9848736cf4.patch",
|
||||||
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
|
"//:.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
|
||||||
"//:.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.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",
|
"//:.yarnrc.yml",
|
||||||
],
|
],
|
||||||
# Currently disabled due to:
|
# Currently disabled due to:
|
||||||
@ -125,7 +125,7 @@ yarn_install(
|
|||||||
# We prefer to symlink the `node_modules` to only maintain a single 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.
|
# See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
|
||||||
symlink_node_modules = True,
|
symlink_node_modules = True,
|
||||||
yarn = "//:.yarn/releases/yarn-4.4.0.cjs",
|
yarn = "//:.yarn/releases/yarn-4.5.0.cjs",
|
||||||
yarn_lock = "//:yarn.lock",
|
yarn_lock = "//:yarn.lock",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"sdk",
|
"sdk",
|
||||||
"Angular DevKit"
|
"Angular DevKit"
|
||||||
],
|
],
|
||||||
"packageManager": "yarn@4.4.0",
|
"packageManager": "yarn@4.5.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
|
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
|
||||||
"test": "bazel test //packages/...",
|
"test": "bazel test //packages/...",
|
||||||
|
@ -17209,11 +17209,11 @@ __metadata:
|
|||||||
|
|
||||||
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
|
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
|
||||||
version: 5.6.2
|
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:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
|
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user