Skip to content

Commit

Permalink
feat(angular): update migrations target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Dec 2, 2024
1 parent 13b0d92 commit ce7df08
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
"update-angular-cli-version-19-0-0": {
"cli": "nx",
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"requires": {
"@angular/core": ">=19.0.0"
},
Expand All @@ -290,7 +290,7 @@
},
"add-localize-polyfill-to-targets": {
"cli": "nx",
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"requires": {
"@angular/core": ">=19.0.0-rc.1"
},
Expand All @@ -299,7 +299,7 @@
},
"update-angular-ssr-imports-to-use-node-entry-point": {
"cli": "nx",
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"requires": {
"@angular/core": ">=19.0.0-rc.1"
},
Expand Down Expand Up @@ -1220,7 +1220,7 @@
}
},
"20.2.0": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"x-prompt": "Do you want to update the Angular version to v19?",
"requires": {
"@angular/core": ">=18.2.0 <19.0.0"
Expand Down Expand Up @@ -1285,7 +1285,7 @@
}
},
"20.2.0-analog": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"packages": {
"@analogjs/vitest-angular": {
"version": "~1.10.0-beta.6",
Expand All @@ -1298,7 +1298,7 @@
}
},
"20.2.0-jest": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"requires": {
"@angular-devkit/build-angular": ">=15.0.0 <20.0.0",
"@angular/compiler-cli": ">=15.0.0 <20.0.0",
Expand All @@ -1314,7 +1314,7 @@
}
},
"20.2.0-angular-eslint": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"requires": {
"eslint": "^8.57.0 || ^9.0.0",
"@angular/core": ">= 19.0.0 < 20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults"
},
"update-typescript-eslint-v8.13.0": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
},
"20.2.0": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"x-prompt": "Do you want to update to TypeScript v5.6?",
"requires": {
"typescript": ">=5.5.0 <5.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
}
},
"20.2.0": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"packages": {
"@storybook/test-runner": {
"version": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"20.2.0": {
"version": "20.2.0-beta.4",
"version": "20.2.0-beta.5",
"x-prompt": "Do you want to update to TypeScript v5.6?",
"requires": {
"typescript": ">=5.5.0 <5.6.0"
Expand Down

0 comments on commit ce7df08

Please sign in to comment.