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 Jan 6, 2025
1 parent 2cf2ee8 commit ac714a1
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 285 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"prepack": "pnpm run build"
},
"dependencies": {
"@eslint-react/eslint-plugin": "1.22.1",
"@eslint-react/eslint-plugin": "1.23.1",
"@rightcapital/eslint-plugin": "workspace:*",
"@stylistic/eslint-plugin": "2.12.1",
"@typescript-eslint/utils": "8.18.2",
"@typescript-eslint/utils": "8.19.1",
"confusing-browser-globals": "1.0.11",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.6.1",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.14.0",
"typescript-eslint": "8.18.2"
"typescript-eslint": "8.19.1"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
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.18.2"
"@typescript-eslint/utils": "8.19.1"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"@types/eslint": "8.56.12",
"@types/node": "22.10.4",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/rule-tester": "8.18.2",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/rule-tester": "8.19.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"eslint": "8.57.1",
Expand Down
Loading

0 comments on commit ac714a1

Please sign in to comment.