From 2c492e968c7a9afbd5cec0841161e267fd8ac2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:45:40 +0000 Subject: [PATCH] chore(deps): update eslint monorepo to v10 --- template-eslint/react-js/package.json | 4 ++-- template-eslint/react-ts/package.json | 4 ++-- template-eslint/svelte-js/package.json | 4 ++-- template-eslint/svelte-ts/package.json | 4 ++-- template-eslint/vanilla-js/package.json | 4 ++-- template-eslint/vanilla-ts/package.json | 4 ++-- template-eslint/vue-js/package.json | 4 ++-- template-eslint/vue-ts/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 30398fb..44f54e5 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index 17b8659..397e86b 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 35c3030..5814c9a 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "eslint-plugin-svelte": "^3.16.0", "globals": "^17.4.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 8ef0fb8..e7b57e2 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "eslint-plugin-svelte": "^3.16.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 590e9bb..41f0889 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "globals": "^17.4.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 1e9082b..3678730 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 8129904..6171b74 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -6,8 +6,8 @@ "lint": "eslint ." }, "devDependencies": { - "@eslint/js": "^9.39.4", - "eslint": "^9.39.4", + "@eslint/js": "^10.0.1", + "eslint": "^10.1.0", "eslint-plugin-vue": "^10.8.0", "globals": "^17.4.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 81a9933..b4a43a9 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@vue/eslint-config-typescript": "^14.7.0", - "eslint": "^9.39.4", + "eslint": "^10.1.0", "eslint-plugin-vue": "^10.8.0", "globals": "^17.4.0", "typescript-eslint": "^8.57.1"