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): bump typescript-eslint to 5.60.1 #17916

Merged
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 @@ -121,10 +121,10 @@
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@types/yarnpkg__lockfile": "^1.1.5",
"@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",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/type-utils": "5.60.1",
"@typescript-eslint/utils": "5.60.1",
"@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 @@ exports[`convert-tslint-to-eslint should work for Angular applications 1`] = `
"@angular-eslint/template-parser": "~16.0.0",
"@nx/eslint-plugin": "0.0.1",
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
Expand Down Expand Up @@ -908,8 +908,8 @@ exports[`convert-tslint-to-eslint should work for Angular libraries 1`] = `
"@angular-eslint/template-parser": "~16.0.0",
"@nx/eslint-plugin": "0.0.1",
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"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 @@ exports[`convert-tslint-to-eslint should work for Cypress applications 1`] = `
"devDependencies": {
"@nx/eslint-plugin": "0.0.1",
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/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.58.0",
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.1.0"
},
"peerDependenciesMeta": {
Expand All @@ -35,8 +35,8 @@
"dependencies": {
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
"@typescript-eslint/type-utils": "^5.58.0",
"@typescript-eslint/utils": "^5.58.0",
"@typescript-eslint/type-utils": "^5.60.1",
"@typescript-eslint/utils": "^5.60.1",
"chalk": "^4.1.0",
"confusing-browser-globals": "^1.0.9",
"jsonc-eslint-parser": "^2.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/linter/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@
"version": "^5.58.0"
}
}
},
"16.5.0": {
"version": "16.5.0-beta.2",
"packages": {
"@typescript-eslint/parser": {
"version": "^5.60.1"
},
"@typescript-eslint/eslint-plugin": {
"version": "^5.60.1"
},
"@typescript-eslint/utils": {
"version": "^5.60.1"
}
}
}
}
}
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.58.0"
"@typescript-eslint/utils": "^5.60.1"
}
}
"
Expand All @@ -18,7 +18,7 @@ exports[`addTypescriptEslintUtilsIfNeeded() should remove @typescript-eslint/exp
"name": "test-name",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/utils": "^5.58.0"
"@typescript-eslint/utils": "^5.60.1"
}
}
"
Expand All @@ -29,7 +29,7 @@ exports[`addTypescriptEslintUtilsIfNeeded() should remove @typescript-eslint/exp
"name": "test-name",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/utils": "^5.58.0"
"@typescript-eslint/utils": "^5.60.1"
}
}
"
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 @@ -3,4 +3,4 @@ export const nxVersion = require('../../package.json').version;
export const eslintVersion = '~8.15.0';
export const eslintConfigPrettierVersion = '8.1.0';
export const tslintToEslintConfigVersion = '^2.13.0';
export const typescriptESLintVersion = '^5.58.0';
export const typescriptESLintVersion = '^5.60.1';
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ exports[`convert-tslint-to-eslint should work for NestJS applications 1`] = `
"devDependencies": {
"@nx/eslint-plugin": "0.0.1",
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
Expand Down Expand Up @@ -291,8 +291,8 @@ exports[`convert-tslint-to-eslint should work for NestJS libraries 1`] = `
"devDependencies": {
"@nx/eslint-plugin": "0.0.1",
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
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 = '~5.1.3';
export const typescriptESLintVersion = '^5.58.0';
export const typescriptESLintVersion = '^5.60.1';
export const eslintVersion = '~8.15.0';
export const eslintConfigPrettierVersion = '8.1.0';

Expand Down
Loading