From 5a72ffe9748340c496ed0439b633596663133ba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:49:30 +0000 Subject: [PATCH] chore(deps): update dependency globals to v17 --- template-eslint/react-js/package.json | 2 +- template-eslint/react-ts/package.json | 2 +- template-eslint/svelte-js/package.json | 2 +- template-eslint/svelte-ts/package.json | 2 +- template-eslint/vanilla-js/package.json | 2 +- template-eslint/vanilla-ts/package.json | 2 +- template-eslint/vue-js/package.json | 2 +- template-eslint/vue-ts/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 6cf02f2..8d97e22 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -10,6 +10,6 @@ "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", - "globals": "^16.5.0" + "globals": "^17.3.0" } } diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index c9dd2d0..824187e 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -10,7 +10,7 @@ "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", - "globals": "^16.5.0", + "globals": "^17.3.0", "typescript-eslint": "^8.54.0" } } diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index d7a8e8e..59352b3 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-svelte": "^3.14.0", - "globals": "^16.5.0" + "globals": "^17.3.0" } } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index 8d363a7..0ae73ee 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -9,7 +9,7 @@ "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-svelte": "^3.14.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "typescript-eslint": "^8.54.0" }, "type": "module" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 4943be9..f2a1256 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -8,6 +8,6 @@ "devDependencies": { "@eslint/js": "^9.39.2", "eslint": "^9.39.2", - "globals": "^16.5.0" + "globals": "^17.3.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 75c9038..3f91bbe 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/js": "^9.39.2", "eslint": "^9.39.2", - "globals": "^16.5.0", + "globals": "^17.3.0", "typescript-eslint": "^8.54.0" } } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 2ddccac..7c630db 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-vue": "^10.7.0", - "globals": "^16.5.0" + "globals": "^17.3.0" } } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index d653b95..95989dc 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -9,7 +9,7 @@ "@vue/eslint-config-typescript": "^14.6.0", "eslint": "^9.39.2", "eslint-plugin-vue": "^10.7.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "typescript-eslint": "^8.54.0" } }