Skip to content

Commit

Permalink
feat(linter): update eslint to 8.46.0 (#18474)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Aug 3, 2023
1 parent b317458 commit 4fe0bd6
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 212 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"ejs": "^3.1.7",
"enhanced-resolve": "^5.8.3",
"esbuild": "^0.17.5",
"eslint": "8.15.0",
"eslint": "8.46.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ exports[`convert-tslint-to-eslint should work for Angular applications 1`] = `
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -910,7 +910,7 @@ exports[`convert-tslint-to-eslint should work for Angular libraries 1`] = `
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint": "~8.46.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 @@ -8,7 +8,7 @@ exports[`convert-tslint-to-eslint should work for Cypress applications 1`] = `
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint": "~8.46.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 @@ -255,6 +255,23 @@
"version": "^5.60.1"
}
}
},
"16.7.0": {
"version": "16.7.0-beta.2",
"packages": {
"eslint": {
"version": "~8.46.0"
},
"@typescript-eslint/parser": {
"version": "^5.60.1"
},
"@typescript-eslint/eslint-plugin": {
"version": "^5.60.1"
},
"@typescript-eslint/utils": {
"version": "^5.60.1"
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = require('../../package.json').version;

export const eslintVersion = '~8.15.0';
export const eslintVersion = '~8.46.0';
export const eslintConfigPrettierVersion = '8.1.0';
export const tslintToEslintConfigVersion = '^2.13.0';
export const typescriptESLintVersion = '^5.60.1';
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`convert-tslint-to-eslint should work for NestJS applications 1`] = `
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down Expand Up @@ -293,7 +293,7 @@ exports[`convert-tslint-to-eslint should work for NestJS libraries 1`] = `
"@nx/linter": "0.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "~8.15.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "latest",
},
Expand Down

1 comment on commit 4fe0bd6

@vercel
Copy link

@vercel vercel bot commented on 4fe0bd6 Aug 3, 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-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.