Skip to content

Commit

Permalink
fix(deps): update eslint rule and plugin updates
Browse files Browse the repository at this point in the history
Beachball-bump-type: major
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 187db32 commit c1e1480
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 283 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@rushstack/eslint-patch": "1.10.4",
"@stylistic/eslint-plugin-js": "2.3.0",
"confusing-browser-globals": "1.0.11",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-lodash": "8.0.0",
"eslint-plugin-n": "17.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepack": "pnpm run build"
},
"dependencies": {
"@eslint-react/eslint-plugin": "1.9.0",
"@eslint-react/eslint-plugin": "1.12.1",
"@rightcapital/eslint-config-typescript": "workspace:*",
"@rightcapital/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "1.10.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@rightcapital/eslint-config-base": "workspace:*",
"@rightcapital/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "1.10.4",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"eslint-config-prettier": "9.1.0"
},
"devDependencies": {
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 @@ -25,14 +25,14 @@
"update:eslint-docs": "pnpm run build && eslint-doc-generator && prettier --write src/rules/**/*.md"
},
"dependencies": {
"@typescript-eslint/utils": "8.0.1"
"@typescript-eslint/utils": "8.3.0"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"@types/eslint": "8.56.10",
"@types/node": "20.14.11",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/rule-tester": "8.0.1",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/rule-tester": "8.3.0",
"@vitest/coverage-v8": "2.0.3",
"@vitest/ui": "2.0.3",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit c1e1480

Please sign in to comment.