build: update Angular versions to 18.0.0-next.0

This commit is contained in:
Alan Agius 2024-03-15 08:35:27 +00:00 committed by Alan Agius
parent 99104cd9e5
commit a1833c66c2
8 changed files with 361 additions and 294 deletions

View File

@ -57,23 +57,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "17.3.0",
"@angular/animations": "18.0.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531",
"@angular/cdk": "17.3.0-rc.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/localize": "17.3.0",
"@angular/material": "17.3.0-rc.0",
"@angular/cdk": "18.0.0-next.0",
"@angular/common": "18.0.0-next.0",
"@angular/compiler": "18.0.0-next.0",
"@angular/compiler-cli": "18.0.0-next.0",
"@angular/core": "18.0.0-next.0",
"@angular/forms": "18.0.0-next.0",
"@angular/localize": "18.0.0-next.0",
"@angular/material": "18.0.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/platform-server": "17.3.0",
"@angular/router": "17.3.0",
"@angular/service-worker": "17.3.0",
"@angular/platform-browser": "18.0.0-next.0",
"@angular/platform-browser-dynamic": "18.0.0-next.0",
"@angular/platform-server": "18.0.0-next.0",
"@angular/router": "18.0.0-next.0",
"@angular/service-worker": "18.0.0-next.0",
"@babel/core": "7.24.0",
"@babel/generator": "7.23.6",
"@babel/helper-annotate-as-pure": "7.22.5",
@ -172,7 +172,7 @@
"magic-string": "0.30.8",
"mini-css-extract-plugin": "2.8.1",
"mrmime": "2.0.0",
"ng-packagr": "17.3.0",
"ng-packagr": "18.0.0-next.0",
"npm": "^8.11.0",
"npm-package-arg": "11.0.1",
"open": "8.4.2",

View File

@ -17,7 +17,7 @@
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0"
"@angular/cli": "^18.0.0-next.0"
},
"peerDependenciesMeta": {
"@angular/cli": {

View File

@ -17,8 +17,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/core": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0"
"@angular/common": "^18.0.0-next.0",
"@angular/core": "^18.0.0-next.0"
},
"schematics": "./schematics/collection.json",
"repository": {

View File

@ -74,16 +74,16 @@
"esbuild": "0.20.1"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/localize": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/platform-server": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/service-worker": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/compiler-cli": "^18.0.0-next.0",
"@angular/localize": "^18.0.0-next.0",
"@angular/platform-server": "^18.0.0-next.0",
"@angular/service-worker": "^18.0.0-next.0",
"@web/test-runner": "^0.18.0",
"browser-sync": "^3.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
"ng-packagr": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"ng-packagr": "^18.0.0-next.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.2 <5.5"

View File

@ -22,14 +22,14 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
"@angular/compiler-cli": "^18.0.0-next.0",
"typescript": ">=5.2 <5.5",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/compiler": "18.0.0-next.0",
"@angular/compiler-cli": "18.0.0-next.0",
"typescript": "5.4.2",
"webpack": "5.90.3"
}

View File

@ -16,7 +16,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
Angular: '^17.3.0-next.0',
Angular: '^18.0.0-next.0',
DevkitBuildAngular: '^0.0.0-PLACEHOLDER',
AngularSSR: '^0.0.0-PLACEHOLDER',

View File

@ -15,7 +15,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^17.3.0-next.0",
"ng-packagr": "^18.0.0-next.0",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",

599
yarn.lock

File diff suppressed because it is too large Load Diff