From 6d146d988c3c07322cc5eabf347bc04ee8d5bdc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:58:53 +0000 Subject: [PATCH] chore(deps): update dependency globals to v16 --- 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 cc32707..c2f3f3f 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -11,6 +11,6 @@ "eslint": "^9.21.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "globals": "^15.15.0" + "globals": "^16.0.0" } } diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index ba432cc..ac93a51 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -11,7 +11,7 @@ "eslint": "^9.21.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "globals": "^15.15.0", + "globals": "^16.0.0", "typescript-eslint": "^8.24.1" } } diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index f8c7c13..3f6b1ea 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "eslint-plugin-svelte": "^2.46.1", - "globals": "^15.15.0" + "globals": "^16.0.0" } } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index d680851..1a74475 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -9,7 +9,7 @@ "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "eslint-plugin-svelte": "^2.46.1", - "globals": "^15.15.0", + "globals": "^16.0.0", "typescript-eslint": "^8.24.1" }, "type": "module" diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 4e85a24..7b09dd8 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -8,6 +8,6 @@ "devDependencies": { "@eslint/js": "^9.21.0", "eslint": "^9.21.0", - "globals": "^15.15.0" + "globals": "^16.0.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 0d5222e..3e079f0 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/js": "^9.21.0", "eslint": "^9.21.0", - "globals": "^15.15.0", + "globals": "^16.0.0", "typescript-eslint": "^8.24.1" } } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index a3b579d..8ecc6d1 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -9,6 +9,6 @@ "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "eslint-plugin-vue": "^9.32.0", - "globals": "^15.15.0" + "globals": "^16.0.0" } } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 4900f01..48477b4 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -9,7 +9,7 @@ "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "eslint-plugin-vue": "^9.32.0", - "globals": "^15.15.0", + "globals": "^16.0.0", "typescript-eslint": "^8.24.1" } }