From 3c7ff1484f23f3e4e3f78c668ad71fffbefeebaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 21:45:49 +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 186e813..0981628 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.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0" diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index d3745a5..0bd447a 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.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 5e43cab..1d833b1 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.2.1", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.5.0" } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 15dcdbb..4135459 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.2.1", "eslint-plugin-svelte": "^3.17.0", "globals": "^17.5.0", "typescript-eslint": "^8.58.2" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index bc469ea..933d135 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.2.1", "globals": "^17.5.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 7ad84b9..202ab8d 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.2.1", "globals": "^17.5.0", "typescript-eslint": "^8.58.2" } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 7827c6a..00f9d2c 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.2.1", "eslint-plugin-vue": "^10.8.0", "globals": "^17.5.0" } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index a298e0d..35059f2 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.2.1", "eslint-plugin-vue": "^10.8.0", "globals": "^17.5.0", "typescript-eslint": "^8.58.2"