Skip to content

Commit e89bce8

Browse files
authored
build: update Angular dependencies (#24527)
Bumps to Angular 14.0.0-next.5 and Zone.js 0.11.5. The Angular update includes the injector in `createEmbeddedView` feature that we'll need soon and the Zone.js update should remove some deprecation warnings that have been polluting our logs.
1 parent 43214b5 commit e89bce8

File tree

3 files changed

+254
-142
lines changed

3 files changed

+254
-142
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ load("@build_bazel_rules_nodejs//nodejs:repositories.bzl", "nodejs_register_tool
6666
# version is not fetched unless explicitly requested by the tests.
6767
nodejs_register_toolchains(
6868
name = "node12",
69-
node_version = "12.20.0",
69+
node_version = "12.22.0",
7070
)
7171

7272
load("//tools:integration.bzl", "create_npm_package_archive_build_file")

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,32 @@
5252
},
5353
"version": "14.0.0-next.5",
5454
"dependencies": {
55-
"@angular/animations": "14.0.0-next.4",
56-
"@angular/common": "14.0.0-next.4",
57-
"@angular/compiler": "14.0.0-next.4",
58-
"@angular/core": "14.0.0-next.4",
59-
"@angular/forms": "14.0.0-next.4",
60-
"@angular/platform-browser": "14.0.0-next.4",
55+
"@angular/animations": "14.0.0-next.5",
56+
"@angular/common": "14.0.0-next.5",
57+
"@angular/compiler": "14.0.0-next.5",
58+
"@angular/core": "14.0.0-next.5",
59+
"@angular/forms": "14.0.0-next.5",
60+
"@angular/platform-browser": "14.0.0-next.5",
6161
"@types/google.maps": "^3.47.3",
6262
"@types/youtube": "^0.0.46",
6363
"material-components-web": "14.0.0-canary.9736ddce9.0",
6464
"rxjs": "^6.6.7",
6565
"rxjs-tslint-rules": "^4.34.8",
6666
"tslib": "^2.3.1",
67-
"zone.js": "~0.11.4"
67+
"zone.js": "~0.11.5"
6868
},
6969
"devDependencies": {
70-
"@angular-devkit/build-angular": "14.0.0-next.3",
71-
"@angular-devkit/core": "14.0.0-next.3",
72-
"@angular-devkit/schematics": "14.0.0-next.3",
73-
"@angular/bazel": "14.0.0-next.4",
74-
"@angular/cli": "14.0.0-next.3",
75-
"@angular/compiler-cli": "14.0.0-next.4",
70+
"@angular-devkit/build-angular": "14.0.0-next.4",
71+
"@angular-devkit/core": "14.0.0-next.4",
72+
"@angular-devkit/schematics": "14.0.0-next.4",
73+
"@angular/bazel": "14.0.0-next.5",
74+
"@angular/cli": "14.0.0-next.4",
75+
"@angular/compiler-cli": "14.0.0-next.5",
7676
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b6656cffbd46bb3637b09b08561e5f1a147603c9",
77-
"@angular/localize": "14.0.0-next.4",
78-
"@angular/platform-browser-dynamic": "14.0.0-next.4",
79-
"@angular/platform-server": "14.0.0-next.4",
80-
"@angular/router": "14.0.0-next.4",
77+
"@angular/localize": "14.0.0-next.5",
78+
"@angular/platform-browser-dynamic": "14.0.0-next.5",
79+
"@angular/platform-server": "14.0.0-next.5",
80+
"@angular/router": "14.0.0-next.5",
8181
"@axe-core/webdriverjs": "^4.3.2",
8282
"@babel/core": "^7.16.12",
8383
"@bazel/bazelisk": "1.11.0",
@@ -142,7 +142,7 @@
142142
"@octokit/rest": "18.3.5",
143143
"@rollup/plugin-commonjs": "^21.0.0",
144144
"@rollup/plugin-node-resolve": "^13.1.3",
145-
"@schematics/angular": "14.0.0-next.3",
145+
"@schematics/angular": "14.0.0-next.4",
146146
"@types/babel__core": "^7.1.18",
147147
"@types/browser-sync": "^2.26.3",
148148
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)