Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(linter): update @typescript-eslint/* to 5.58.0 #16250

Merged
merged 1 commit into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/type-utils": "^5.36.1",
"@typescript-eslint/utils": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@typescript-eslint/type-utils": "5.58.0",
"@typescript-eslint/utils": "5.58.0",
"@xstate/immer": "^0.3.1",
"@xstate/inspect": "^0.7.0",
"@xstate/react": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ Object {
"@angular-eslint/template-parser": "~15.0.0",
"@nrwl/eslint-plugin-nx": "0.0.1",
"@nrwl/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
Expand Down Expand Up @@ -908,8 +908,8 @@ Object {
"@angular-eslint/template-parser": "~15.0.0",
"@nrwl/eslint-plugin-nx": "0.0.1",
"@nrwl/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.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,8 +6,8 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "0.0.1",
"@nrwl/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://nx.dev",
"peerDependencies": {
"@typescript-eslint/parser": "^5.29.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint-config-prettier": "^8.1.0"
},
"peerDependenciesMeta": {
Expand All @@ -34,7 +34,7 @@
},
"dependencies": {
"@nrwl/devkit": "file:../devkit",
"@typescript-eslint/utils": "^5.36.1",
"@typescript-eslint/utils": "^5.58.0",
"chalk": "^4.1.0",
"confusing-browser-globals": "^1.0.9",
"semver": "7.3.4"
Expand Down
14 changes: 14 additions & 0 deletions packages/linter/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,20 @@
"version": "^5.36.1"
}
}
},
"16.0.0": {
"version": "16.0.0-beta.0",
"packages": {
"@typescript-eslint/parser": {
"version": "^5.58.0"
},
"@typescript-eslint/eslint-plugin": {
"version": "^5.58.0"
},
"@typescript-eslint/utils": {
"version": "^5.58.0"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`addTypescriptEslintUtilsIfNeeded() should add @typescript-eslint/utils
\\"name\\": \\"test-name\\",
\\"dependencies\\": {},
\\"devDependencies\\": {
\\"@typescript-eslint/utils\\": \\"^5.36.1\\"
\\"@typescript-eslint/utils\\": \\"^5.58.0\\"
}
}
"
Expand All @@ -18,7 +18,7 @@ exports[`addTypescriptEslintUtilsIfNeeded() should remove @typescript-eslint/exp
\\"name\\": \\"test-name\\",
\\"dependencies\\": {},
\\"devDependencies\\": {
\\"@typescript-eslint/utils\\": \\"^5.36.1\\"
\\"@typescript-eslint/utils\\": \\"^5.58.0\\"
}
}
"
Expand All @@ -29,7 +29,7 @@ exports[`addTypescriptEslintUtilsIfNeeded() should remove @typescript-eslint/exp
\\"name\\": \\"test-name\\",
\\"dependencies\\": {},
\\"devDependencies\\": {
\\"@typescript-eslint/utils\\": \\"^5.36.1\\"
\\"@typescript-eslint/utils\\": \\"^5.58.0\\"
}
}
"
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const nxVersion = require('../../package.json').version;

export const tslintToEslintConfigVersion = '^2.13.0';

export const typescriptESLintVersion = '^5.36.1';
export const typescriptESLintVersion = '^5.58.0';
export const eslintVersion = '~8.15.0';
export const eslintConfigPrettierVersion = '8.1.0';
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "0.0.1",
"@nrwl/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
Expand Down Expand Up @@ -291,8 +291,8 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "0.0.1",
"@nrwl/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
export const angularCliVersion = '~15.2.0';
export const typescriptVersion = '~4.9.5';
export const prettierVersion = '^2.6.2';
export const typescriptESLintVersion = '^5.36.1';
export const typescriptESLintVersion = '^5.58.0';
export const eslintVersion = '~8.15.0';
export const eslintConfigPrettierVersion = '8.1.0';
export const swcNodeVersion = '^1.4.2';
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = require('../../package.json').version;

export const typescriptVersion = '~4.9.5';
export const typescriptESLintVersion = '^5.36.1';
export const typescriptESLintVersion = '^5.58.0';
export const eslintVersion = '~8.15.0';
export const eslintConfigPrettierVersion = '8.1.0';

Expand Down
Loading