Skip to content

Commit

Permalink
chore(linter): update eslint version (#9708)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 6, 2022
1 parent 8af847c commit 9d89ea8
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 68 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -114,9 +114,9 @@
"@types/tar-stream": "^2.2.2",
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/experimental-utils": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/experimental-utils": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@xstate/immer": "^0.2.0",
"@xstate/inspect": "^0.5.1",
"@xstate/react": "^1.6.3",
Expand All @@ -141,7 +141,7 @@
"dotenv": "~10.0.0",
"ejs": "^3.1.5",
"enhanced-resolve": "^5.8.3",
"eslint": "8.7.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
Expand Up @@ -578,9 +578,9 @@ Object {
"@angular-eslint/template-parser": "~13.1.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -936,9 +936,9 @@ Object {
"@angular-eslint/template-parser": "~13.1.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down
Expand Up @@ -6,9 +6,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-nx/package.json
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://nx.dev",
"peerDependencies": {
"@typescript-eslint/parser": "~5.10.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint-config-prettier": "^8.1.0"
},
"peerDependenciesMeta": {
Expand All @@ -34,7 +34,7 @@
"dependencies": {
"@nrwl/devkit": "*",
"@nrwl/workspace": "*",
"@typescript-eslint/experimental-utils": "~5.10.0",
"@typescript-eslint/experimental-utils": "~5.18.0",
"chalk": "4.1.0",
"confusing-browser-globals": "^1.0.9"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/linter/migrations.json
Expand Up @@ -185,6 +185,23 @@
"version": "~8.7.0"
}
}
},
"13.10.0": {
"version": "13.10.0-beta.0",
"packages": {
"@typescript-eslint/parser": {
"version": "~5.18.0"
},
"@typescript-eslint/eslint-plugin": {
"version": "~5.18.0"
},
"@typescript-eslint/experimental-utils": {
"version": "~5.18.0"
},
"eslint": {
"version": "~8.12.0"
}
}
}
}
}
2 changes: 2 additions & 0 deletions packages/linter/src/executors/eslint/lint.impl.spec.ts
Expand Up @@ -315,6 +315,7 @@ Please see https://nx.dev/guides/eslint for full guidance on how to resolve this
warningCount: 4,
results: [],
usedDeprecatedRules: [],
suppressedMessages: [],
messages: [
{
ruleId: 'mock',
Expand Down Expand Up @@ -348,6 +349,7 @@ Please see https://nx.dev/guides/eslint for full guidance on how to resolve this
warningCount: 6,
results: [],
usedDeprecatedRules: [],
suppressedMessages: [],
messages: [
{
ruleId: 'mock',
Expand Down
4 changes: 2 additions & 2 deletions packages/linter/src/utils/versions.ts
Expand Up @@ -4,6 +4,6 @@ export const tslintVersion = '~6.1.0';
export const tslintToEslintConfigVersion = '^2.4.0';
export const buildAngularVersion = '~13.3.0';

export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
export const typescriptESLintVersion = '~5.18.0';
export const eslintVersion = '~8.12.0';
export const eslintConfigPrettierVersion = '8.1.0';
Expand Up @@ -6,9 +6,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -299,9 +299,9 @@ Object {
"devDependencies": Object {
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nx/src/utils/versions.ts
Expand Up @@ -4,6 +4,6 @@ export const angularCliVersion = '~13.2.0';
export const typescriptVersion = '~4.5.2';
export const prettierVersion = '^2.5.1';
export const tslintVersion = '~6.1.0';
export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
export const typescriptESLintVersion = '~5.18.0';
export const eslintVersion = '~8.12.0';
export const eslintConfigPrettierVersion = '8.1.0';
4 changes: 2 additions & 2 deletions packages/workspace/src/utils/versions.ts
Expand Up @@ -4,6 +4,6 @@ export const angularCliVersion = '~13.3.0';
export const typescriptVersion = '~4.6.2';
export const prettierVersion = '^2.5.1';
export const tslintVersion = '~6.1.0';
export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
export const typescriptESLintVersion = '~5.18.0';
export const eslintVersion = '~8.12.0';
export const eslintConfigPrettierVersion = '8.1.0';

1 comment on commit 9d89ea8

@vercel
Copy link

@vercel vercel bot commented on 9d89ea8 Apr 6, 2022

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-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.