Skip to content

Commit

Permalink
feat(core): update typescript to 4.1 (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Mar 30, 2021
1 parent d500401 commit e228786
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Object {
"@angular-eslint/template-parser": "~1.0.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -361,9 +361,9 @@ Object {
"@angular-eslint/template-parser": "~1.0.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "latest",
Expand Down
17 changes: 17 additions & 0 deletions packages/linter/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,23 @@
"alwaysAddToPackageJson": false
}
}
},
"11.6.0": {
"version": "11.6.0-beta.1",
"packages": {
"@typescript-eslint/parser": {
"version": "4.19.0",
"alwaysAddToPackageJson": false
},
"@typescript-eslint/eslint-plugin": {
"version": "4.19.0",
"alwaysAddToPackageJson": false
},
"eslint": {
"version": "7.22.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const tslintVersion = '~6.1.0';
export const tslintToEslintConfigVersion = '^2.2.0';
export const buildAngularVersion = '~0.1102.0';

export const typescriptESLintVersion = '4.3.0';
export const eslintVersion = '7.10.0';
export const typescriptESLintVersion = '4.19.0';
export const eslintVersion = '7.22.0';
export const eslintConfigPrettierVersion = '8.1.0';
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -297,9 +297,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down
4 changes: 4 additions & 0 deletions packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@
"version": "8.2.0",
"alwaysAddToPackageJson": false
},
"typescript": {
"version": "4.1.4",
"alwaysAddToPackageJson": false
},
"@types/node": {
"version": "14.14.33",
"alwaysAddToPackageJson": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Object {
"dotenv": "8.2.0",
"prettier": "2.2.1",
"ts-node": "~9.1.1",
"typescript": "~4.0.3",
"typescript": "~4.1.4",
},
"license": "MIT",
"name": "my-workspace",
Expand Down Expand Up @@ -59,7 +59,7 @@ Object {
"dotenv": "8.2.0",
"prettier": "2.2.1",
"ts-node": "~9.1.1",
"typescript": "~4.0.3",
"typescript": "~4.1.4",
},
"license": "MIT",
"name": "my-workspace",
Expand Down Expand Up @@ -105,7 +105,7 @@ Object {
"dotenv": "8.2.0",
"prettier": "2.2.1",
"ts-node": "~9.1.1",
"typescript": "~4.0.3",
"typescript": "~4.1.4",
},
"license": "MIT",
"name": "my-workspace",
Expand Down
6 changes: 3 additions & 3 deletions packages/workspace/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ export const nxVersion = '*';

export const angularCliVersion = '~11.0.0';
export const buildAngularVersion = '~0.1102.0';
export const typescriptVersion = '~4.0.3';
export const typescriptVersion = '~4.1.4';
export const prettierVersion = '2.2.1';
export const typescriptESLintVersion = '4.3.0';
export const typescriptESLintVersion = '4.19.0';
export const tslintVersion = '~6.1.0';
export const eslintVersion = '7.10.0';
export const eslintVersion = '7.22.0';
export const eslintConfigPrettierVersion = '8.1.0';

0 comments on commit e228786

Please sign in to comment.