Skip to content

Commit

Permalink
Update dependencies (incl many bug fixes) and added new rule
Browse files Browse the repository at this point in the history
- added @typescript-eslint/consistent-generic-constructors

- update @next/eslint-plugin-next
- update @typescript-eslint/eslint-plugin
- update eslint-plugin-jest
- update eslint-plugin-json
- update eslint-plugin-jsx-a11y
- update eslint-plugin-n
- update eslint-plugin-react
- update eslint-plugin-react-hooks
  • Loading branch information
burtek committed Jul 28, 2022
1 parent 7330d39 commit 1ff3124
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 184 deletions.
1 change: 1 addition & 0 deletions eslint-config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/ban-ts-comment': 'error',
'@typescript-eslint/ban-types': 'error',
'@typescript-eslint/consistent-generic-constructors': 'error',
'@typescript-eslint/consistent-indexed-object-style': 'error',
'@typescript-eslint/consistent-type-assertions': ['error', {
'assertionStyle': 'as',
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
],
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint-import-resolver-typescript": "^2.7.1",
"@next/eslint-plugin-next": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsonc": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-security-node": "^1.1.1",
"jsonc-eslint-parser": "^2.1.0"
},
"devDependencies": {
"@types/eslint": "^8.4.3",
"@types/node": "^17.0.42",
"@types/eslint": "^8.4.5",
"@types/node": "^17.0.45",
"auto-changelog": "^2.4.0",
"eslint": "^8.17.0",
"exit-code": "^1.0.2",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
Loading

0 comments on commit 1ff3124

Please sign in to comment.