Skip to content

Commit

Permalink
fix(misc): make ts 4.8 update optional and add missing angular requir…
Browse files Browse the repository at this point in the history
…ements (#14918)
  • Loading branch information
leosvelperez committed Feb 10, 2023
1 parent ad83434 commit 005eb56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,9 @@
},
"14.5.3": {
"version": "14.5.3-beta.0",
"requires": {
"@angular/core": "14.1.0"
},
"packages": {
"@angular-devkit/architect": {
"version": "~0.1401.1",
Expand Down Expand Up @@ -1639,7 +1642,7 @@
"version": "15.2.0-beta.0",
"x-prompt": "Do you want to update the Angular version to v15?",
"requires": {
"@angular/core": "^14.0.0"
"@angular/core": "^14.2.0"
},
"packages": {
"@angular-devkit/architect": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"packageGroup": [
"@nrwl/jest",
"@nrwl/linter",
"@nrwl/workspace",
"@nrwl/angular",
"@nrwl/cli",
"@nrwl/cypress",
Expand All @@ -116,7 +117,6 @@
"@nrwl/vite",
"@nrwl/web",
"@nrwl/webpack",
"@nrwl/workspace",
{
"package": "@nrwl/nx-cloud",
"version": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ function addSplitConfigurationMigrationIfAvailable(
{
version: '15.7.0-beta.0',
description:
'Spilt global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.',
'Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.',
cli: 'nx',
implementation:
'./src/migrations/update-15-7-0/split-configuration-into-project-json-files',
Expand Down
3 changes: 2 additions & 1 deletion packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"15-7-0-split-configuration-into-project-json-files": {
"version": "15.7.0-beta.0",
"description": "Spilt global configuration files (e.g., workspace.json) into individual project.json files.",
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
"cli": "nx",
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files"
}
Expand Down Expand Up @@ -135,6 +135,7 @@
},
"14.8.0": {
"version": "14.8.0-beta.0",
"x-prompt": "Do you want to update the TypeScript version to v4.8?",
"packages": {
"typescript": {
"version": "~4.8.2",
Expand Down

1 comment on commit 005eb56

@vercel
Copy link

@vercel vercel bot commented on 005eb56 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.