Skip to content

Commit a51a804

Browse files
committed
build: update to Angular 15
Updates the repo to Angular 15 and fixes some build errors.
1 parent b98ae5a commit a51a804

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2613
-2390
lines changed

integration/yarn-pnp-compat/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ node_integration_test(
1616
srcs = glob(["**/*"]),
1717
commands = [
1818
"yarn install --no-immutable",
19-
# TODO(devversion): Remove when https://github.com/angular/angular-cli/commit/5319428e14a7e364a58caa8ca936964cfc5503cf
20-
# is available.
21-
"mkdir node_modules",
2219
"yarn build",
2320
],
2421
environment = {

integration/yarn-pnp-compat/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~14.0.0",
13+
"@angular/animations": "^15.0.0-next.0",
1414
"@angular/cdk": "file:../../dist/releases/cdk",
15-
"@angular/common": "~14.0.0",
16-
"@angular/compiler": "~14.0.0",
17-
"@angular/core": "~14.0.0",
18-
"@angular/forms": "~14.0.0",
15+
"@angular/common": "^15.0.0-next.0",
16+
"@angular/compiler": "^15.0.0-next.0",
17+
"@angular/core": "^15.0.0-next.0",
18+
"@angular/forms": "^15.0.0-next.0",
1919
"@angular/material": "file:../../dist/releases/material",
20-
"@angular/material-experimental": "~14.0.0",
21-
"@angular/platform-browser": "~14.0.0",
22-
"@angular/platform-browser-dynamic": "~14.0.0",
23-
"@angular/router": "~14.0.0",
20+
"@angular/material-experimental": "^15.0.0-next.0",
21+
"@angular/platform-browser": "^15.0.0-next.0",
22+
"@angular/platform-browser-dynamic": "^15.0.0-next.0",
23+
"@angular/router": "^15.0.0-next.0",
2424
"rxjs": "~7.5.0",
2525
"tslib": "^2.3.0",
2626
"zone.js": "~0.11.4"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "~14.0.0",
30-
"@angular/cli": "~14.0.0",
31-
"@angular/compiler-cli": "~14.0.0",
29+
"@angular-devkit/build-angular": "^15.0.0-next.0",
30+
"@angular/cli": "^15.0.0-next.0",
31+
"@angular/compiler-cli": "^15.0.0-next.0",
3232
"@types/jasmine": "~3.10.0",
3333
"@types/node": "^12.11.1",
3434
"jasmine-core": "~4.0.0",

0 commit comments

Comments
 (0)