Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent c8d3794 commit f772d4e
Show file tree
Hide file tree
Showing 12 changed files with 214 additions and 26 deletions.
2 changes: 1 addition & 1 deletion devtools/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitest/snapshot": "2.1.8",
"@vitest/ui": "2.1.8",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"playwright": "1.49.1",
"prettier": "3.4.2",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.18.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-plugin-tailwindcss": "3.17.5",
"postcss": "8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"publint": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.18.0",
"gh-pages": "6.3.0",
"husky": "9.1.7",
"is-ci": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"es-check": "8.0.1",
"esbuild": "0.24.2",
"esbuild-plugin-file-path-extensions": "2.1.4",
"eslint": "8.57.1",
"eslint": "9.18.0",
"is-plain-obj": "4.1.0",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"publint": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"publint": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"publint": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"publint": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"es-check": "8.0.1",
"es-toolkit": "1.31.0",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"is-plain-obj": "4.1.0",
"is-plain-object": "5.0.0",
"lodash-es": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cross-env": "7.0.3",
"es-check": "8.0.1",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"eslint": "9.18.0",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
Expand Down
Loading

0 comments on commit f772d4e

Please sign in to comment.