Skip to content

Commit

Permalink
build: update Angular version ranges for stable v17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Jan 17, 2024
1 parent a2ddb9f commit 753f726
Show file tree
Hide file tree
Showing 8 changed files with 712 additions and 721 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.1.0-next.5",
"@angular/animations": "17.1.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b3d2c6bd08aa95afdc6bf24ba04fdb52f83b07b6",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3a793c88cfd729e2d7b7efb649ef5fce7400509e",
"@angular/cdk": "17.1.0-next.3",
"@angular/common": "17.1.0-next.5",
"@angular/compiler": "17.1.0-next.5",
"@angular/compiler-cli": "17.1.0-next.5",
"@angular/core": "17.1.0-next.5",
"@angular/forms": "17.1.0-next.5",
"@angular/cdk": "17.1.0",
"@angular/common": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/localize": "17.0.8",
"@angular/material": "17.1.0-next.3",
"@angular/material": "17.1.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7cf6a100999a21cf921d8d7dadac3944a719d4d1",
"@angular/platform-browser": "17.1.0-next.5",
"@angular/platform-browser-dynamic": "17.1.0-next.5",
"@angular/platform-server": "17.1.0-next.5",
"@angular/router": "17.1.0-next.5",
"@angular/service-worker": "17.1.0-next.5",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/platform-server": "17.1.0",
"@angular/router": "17.1.0",
"@angular/service-worker": "17.1.0",
"@babel/core": "7.23.7",
"@babel/generator": "7.23.6",
"@babel/helper-annotate-as-pure": "7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "^17.0.0 || ^17.1.0-next.0"
"@angular/cli": "^17.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^17.1.0-next.0",
"@angular/core": "^17.0.0 || ^17.1.0-next.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
},
"schematics": "./schematics/collection.json",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@
"esbuild": "0.19.11"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.1.0-next.0",
"@angular/localize": "^17.0.0 || ^17.1.0-next.0",
"@angular/platform-server": "^17.0.0 || ^17.1.0-next.0",
"@angular/service-worker": "^17.0.0 || ^17.1.0-next.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/localize": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/service-worker": "^17.0.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.1.0-next.0",
"ng-packagr": "^17.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.2 <5.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-next.0",
"@angular/compiler-cli": "^17.0.0",
"typescript": ">=5.2 <5.4",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "17.1.0-next.5",
"@angular/compiler-cli": "17.1.0-next.5",
"@angular/compiler": "17.1.0",
"@angular/compiler-cli": "17.1.0",
"typescript": "5.3.3",
"webpack": "5.89.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-next.0',
Angular: '^17.1.0',

DevkitBuildAngular: '^0.0.0-PLACEHOLDER',
AngularSSR: '^0.0.0-PLACEHOLDER',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^17.1.0-next.0",
"ng-packagr": "^17.1.0",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
Loading

0 comments on commit 753f726

Please sign in to comment.