Skip to content

Commit ad8acb0

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
build: bump angular dev packages to latest next versions
1 parent 08d7d02 commit ad8acb0

File tree

13 files changed

+109
-102
lines changed

13 files changed

+109
-102
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"typescript": "3.5.3"
8181
},
8282
"devDependencies": {
83-
"@angular/compiler": "~9.0.0-next.2",
84-
"@angular/compiler-cli": "~9.0.0-next.2",
83+
"@angular/compiler": "~9.0.0-next.3",
84+
"@angular/compiler-cli": "~9.0.0-next.3",
8585
"@bazel/bazel": "0.28.1",
8686
"@bazel/buildifier": "0.28.0",
8787
"@bazel/jasmine": "0.36.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@
6464
"worker-plugin": "3.1.0"
6565
},
6666
"devDependencies": {
67-
"@angular/animations": "~9.0.0-next.2",
67+
"@angular/animations": "~9.0.0-next.3",
6868
"@angular/cdk": "~8.1.0",
69-
"@angular/common": "~9.0.0-next.2",
70-
"@angular/compiler": "~9.0.0-next.2",
71-
"@angular/compiler-cli": "~9.0.0-next.2",
72-
"@angular/core": "~9.0.0-next.2",
73-
"@angular/forms": "~9.0.0-next.2",
69+
"@angular/common": "~9.0.0-next.3",
70+
"@angular/compiler": "~9.0.0-next.3",
71+
"@angular/compiler-cli": "~9.0.0-next.3",
72+
"@angular/core": "~9.0.0-next.3",
73+
"@angular/forms": "~9.0.0-next.3",
7474
"@angular/material": "~8.1.0",
75-
"@angular/platform-browser": "~9.0.0-next.2",
76-
"@angular/platform-browser-dynamic": "~9.0.0-next.2",
77-
"@angular/platform-server": "~9.0.0-next.2",
78-
"@angular/router": "~9.0.0-next.2",
79-
"@angular/service-worker": "~9.0.0-next.2",
75+
"@angular/platform-browser": "~9.0.0-next.3",
76+
"@angular/platform-browser-dynamic": "~9.0.0-next.3",
77+
"@angular/platform-server": "~9.0.0-next.3",
78+
"@angular/router": "~9.0.0-next.3",
79+
"@angular/service-worker": "~9.0.0-next.3",
8080
"codelyzer": "^5.0.0",
8181
"bootstrap": "^4.0.0",
8282
"font-awesome": "^4.7.0",

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ng-packagr": "^4.0.0 || ^5.0.0"
1515
},
1616
"devDependencies": {
17-
"@angular/compiler": "~9.0.0-next.2",
18-
"@angular/compiler-cli": "~9.0.0-next.2",
17+
"@angular/compiler": "~9.0.0-next.3",
18+
"@angular/compiler-cli": "~9.0.0-next.3",
1919
"@angular-devkit/core": "0.0.0",
2020
"ng-packagr": "~5.5.0",
2121
"tslib": "^1.10.0"

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@angular/compiler": "~9.0.0-next.2",
37-
"@angular/compiler-cli": "~9.0.0-next.2",
36+
"@angular/compiler": "~9.0.0-next.3",
37+
"@angular/compiler-cli": "~9.0.0-next.3",
3838
"typescript": "3.5.3",
3939
"webpack": "4.39.2"
4040
}

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~9.0.0-next.2',
11+
Angular: '~9.0.0-next.3',
1212
RxJs: '~6.4.0',
1313
ZoneJs: '~0.10.1',
1414
TypeScript: '~3.5.3',

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
]
2121
},
2222
"angularCompilerOptions": {
23-
"enableIvy": true,
2423
"fullTemplateTypeCheck": true,
2524
"strictInjectionParameters": true
2625
}

tests/angular_devkit/build_angular/hello-world-app-ivy/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@
1717
"es2017",
1818
"dom"
1919
]
20-
},
21-
"angularCompilerOptions": {
22-
"enableIvy": true
2320
}
2421
}

tests/angular_devkit/build_ng_packagr/ng-packaged-ivy/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"es2017",
1717
"dom"
1818
]
19-
},
20-
"angularCompilerOptions": {
21-
"enableIvy": true
2219
}
2320
}

tests/angular_devkit/build_webpack/angular-app/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"es2017",
1717
"dom"
1818
]
19+
},
20+
"angularCompilerOptions": {
21+
"enableIvy": false
1922
}
2023
}

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "~9.0.0-next.2",
6-
"@angular/compiler": "~9.0.0-next.2",
7-
"@angular/compiler-cli": "~9.0.0-next.2",
8-
"@angular/core": "~9.0.0-next.2",
9-
"@angular/platform-browser": "~9.0.0-next.2",
10-
"@angular/platform-browser-dynamic": "~9.0.0-next.2",
11-
"@angular/platform-server": "~9.0.0-next.2",
12-
"@angular/router": "~9.0.0-next.2",
5+
"@angular/common": "~9.0.0-next.3",
6+
"@angular/compiler": "~9.0.0-next.3",
7+
"@angular/compiler-cli": "~9.0.0-next.3",
8+
"@angular/core": "~9.0.0-next.3",
9+
"@angular/platform-browser": "~9.0.0-next.3",
10+
"@angular/platform-browser-dynamic": "~9.0.0-next.3",
11+
"@angular/platform-server": "~9.0.0-next.3",
12+
"@angular/router": "~9.0.0-next.3",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.0.0",
1515
"rxjs": "^6.4.0",

0 commit comments

Comments
 (0)