Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 544eeb5

Browse files
committed
chore: unpin @angular package deps
The integration tests also had to unpin them so that they don't end up with an inconsistent version of @angular(which was the problem earlier). Also delete module-map-ngfactory-loader integration tests.
1 parent 48649c8 commit 544eeb5

File tree

25 files changed

+79
-506
lines changed

25 files changed

+79
-506
lines changed

integration/common/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"url": "https://github.com/angular/angular.git"
99
},
1010
"dependencies": {
11-
"@angular/animations": "^9.0.0-next.5",
12-
"@angular/common": "^9.0.0-next.5",
11+
"@angular/animations": "^9.0.0-next.8",
12+
"@angular/common": "^9.0.0-next.8",
1313
"@angular/compiler": "file:../../node_modules/@angular/compiler",
1414
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
1515
"@angular/core": "file:../../node_modules/@angular/core",
16-
"@angular/platform-browser": "^9.0.0-next.5",
17-
"@angular/platform-browser-dynamic": "^9.0.0-next.5",
18-
"@angular/platform-server": "^9.0.0-next.5",
16+
"@angular/platform-browser": "^9.0.0-next.8",
17+
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
18+
"@angular/platform-server": "^9.0.0-next.8",
1919
"@nguniversal/common": "file:../../dist/modules-dist/common",
2020
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
2121
"express": "file:../../node_modules/express",

integration/express-engine-ivy/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "9.0.0-next.5",
23-
"@angular/common": "9.0.0-next.5",
22+
"@angular/animations": "^9.0.0-next.8",
23+
"@angular/common": "^9.0.0-next.8",
2424
"@angular/compiler": "file:../../node_modules/@angular/compiler",
2525
"@angular/core": "file:../../node_modules/@angular/core",
26-
"@angular/forms": "9.0.0-next.5",
27-
"@angular/platform-browser": "9.0.0-next.5",
28-
"@angular/platform-browser-dynamic": "9.0.0-next.5",
29-
"@angular/platform-server": "9.0.0-next.5",
30-
"@angular/router": "9.0.0-next.5",
26+
"@angular/forms": "^9.0.0-next.8",
27+
"@angular/platform-browser": "^9.0.0-next.8",
28+
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
29+
"@angular/platform-server": "^9.0.0-next.8",
30+
"@angular/router": "^9.0.0-next.8",
3131
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
3232
"express": "file:../../node_modules/express",
3333
"rxjs": "file:../../node_modules/rxjs",

integration/express-engine-ve/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "9.0.0-next.5",
23-
"@angular/common": "9.0.0-next.5",
22+
"@angular/animations": "^9.0.0-next.8",
23+
"@angular/common": "^9.0.0-next.8",
2424
"@angular/compiler": "file:../../node_modules/@angular/compiler",
2525
"@angular/core": "file:../../node_modules/@angular/core",
26-
"@angular/forms": "9.0.0-next.5",
27-
"@angular/platform-browser": "9.0.0-next.5",
28-
"@angular/platform-browser-dynamic": "9.0.0-next.5",
29-
"@angular/platform-server": "9.0.0-next.5",
30-
"@angular/router": "9.0.0-next.5",
26+
"@angular/forms": "^9.0.0-next.8",
27+
"@angular/platform-browser": "^9.0.0-next.8",
28+
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
29+
"@angular/platform-server": "^9.0.0-next.8",
30+
"@angular/router": "^9.0.0-next.8",
3131
"@nguniversal/express-engine": "file:../../dist/modules-dist/express-engine",
3232
"express": "file:../../node_modules/express",
3333
"rxjs": "file:../../node_modules/rxjs",

integration/hapi-engine-ivy/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "9.0.0-next.5",
23-
"@angular/common": "9.0.0-next.5",
22+
"@angular/animations": "^9.0.0-next.8",
23+
"@angular/common": "^9.0.0-next.8",
2424
"@angular/compiler": "file:../../node_modules/@angular/compiler",
2525
"@angular/core": "file:../../node_modules/@angular/core",
26-
"@angular/forms": "9.0.0-next.5",
27-
"@angular/platform-browser": "9.0.0-next.5",
28-
"@angular/platform-browser-dynamic": "9.0.0-next.5",
29-
"@angular/platform-server": "9.0.0-next.5",
30-
"@angular/router": "9.0.0-next.5",
26+
"@angular/forms": "^9.0.0-next.8",
27+
"@angular/platform-browser": "^9.0.0-next.8",
28+
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
29+
"@angular/platform-server": "^9.0.0-next.8",
30+
"@angular/router": "^9.0.0-next.8",
3131
"@nguniversal/hapi-engine": "file:../../dist/modules-dist/hapi-engine",
3232
"hapi": "file:../../node_modules/hapi",
3333
"inert": "5.1.0",

integration/hapi-engine-ve/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "9.0.0-next.5",
23-
"@angular/common": "9.0.0-next.5",
22+
"@angular/animations": "^9.0.0-next.8",
23+
"@angular/common": "^9.0.0-next.8",
2424
"@angular/compiler": "file:../../node_modules/@angular/compiler",
2525
"@angular/core": "file:../../node_modules/@angular/core",
26-
"@angular/forms": "9.0.0-next.5",
27-
"@angular/platform-browser": "9.0.0-next.5",
28-
"@angular/platform-browser-dynamic": "9.0.0-next.5",
29-
"@angular/platform-server": "9.0.0-next.5",
30-
"@angular/router": "9.0.0-next.5",
26+
"@angular/forms": "^9.0.0-next.8",
27+
"@angular/platform-browser": "^9.0.0-next.8",
28+
"@angular/platform-browser-dynamic": "^9.0.0-next.8",
29+
"@angular/platform-server": "^9.0.0-next.8",
30+
"@angular/router": "^9.0.0-next.8",
3131
"@nguniversal/hapi-engine": "file:../../dist/modules-dist/hapi-engine",
3232
"hapi": "file:../../node_modules/hapi",
3333
"inert": "5.1.0",

integration/module-map-ngfactory-loader/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

integration/module-map-ngfactory-loader/build.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

integration/module-map-ngfactory-loader/e2e/helloworld-spec.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

integration/module-map-ngfactory-loader/e2e/protractor.config.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

integration/module-map-ngfactory-loader/e2e/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)