Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 612f307 commit 364856f
Show file tree
Hide file tree
Showing 23 changed files with 417 additions and 567 deletions.
2 changes: 1 addition & 1 deletion packages/browser-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@parcel/transformer-sass": "^2.9.2",
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/eslint-config-react": "^6.0.2",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"parcel": "^2.9.2",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@silverhand/ts-config": "^6.0.0",
"@types/node": "^22.0.0",
"chrome-types": "^0.1.276",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"rollup": "^4.22.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"chrome-types": "^0.1.276",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@silverhand/ts-config": "^6.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
"nock": "14.0.0-beta.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.5",
"@types/node": "^22.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/supertest": "^6.0.0",
"@vitest/coverage-v8": "^1.6.0",
"cookie-parser": "^1.4.6",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"express": "^4.20.0",
"express-session": "^1.17.3",
"lint-staged": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^1.6.0",
"angular-auth-oidc-client": "^19.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"jose": "^5.2.2",
"lint-staged": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-server-actions-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^22.0.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint": "^8.50.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.4",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@silverhand/ts-config-react": "^6.0.0",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"next": "^15.1.2",
"next-test-api-route-handler": "^4.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/cookie": "^0.6.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@vitest/coverage-v8": "^2.1.8",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"h3": "^1.13.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/passportjs-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^22.0.0",
"@types/passport": "^1.0.16",
"@types/passport-openidconnect": "^0.1.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.6",
"postcss-modules": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"parcel": "^2.9.2",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.56",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@silverhand/ts-config": "^6.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/cookie": "^0.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"svelte": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/cookie": "^0.6.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.10.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"happy-dom": "^16.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
Expand Down
Loading

0 comments on commit 364856f

Please sign in to comment.