From 9ded814eaf80ed93f22c55f644985df55d1809af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:18:55 +0000 Subject: [PATCH] Bump eslint-plugin-astro from 1.3.1 to 1.4.0 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0666d9..d80a060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "astro-compress": "2.3.8", "astro-eslint-parser": "^1.2.2", "eslint": "^9.37.0", - "eslint-plugin-astro": "^1.3.1", + "eslint-plugin-astro": "^1.4.0", "globals": "^16.4.0", "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0", @@ -5262,9 +5262,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.3.1.tgz", - "integrity": "sha512-2XaLCMQm8htW1UvJvy1Zcmg8l0ziskitiUfJTn/w1Mk7r4Mxj0fZeNpN6UTNrm64XBIXSa5h8UCGrg8mdu47+g==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.4.0.tgz", + "integrity": "sha512-BCHPj3gORh1RYFR3sZXY0/9N9lOOw4mQYUkMWFFoFqhZtYnytuzxlyCIr8tqMmSNdZ9P4SQNq5h4v8Amr2EE5Q==", "dev": true, "license": "MIT", "dependencies": { @@ -5273,7 +5273,7 @@ "@typescript-eslint/types": "^7.7.1 || ^8", "astro-eslint-parser": "^1.0.2", "eslint-compat-utils": "^0.6.0", - "globals": "^15.0.0", + "globals": "^16.0.0", "postcss": "^8.4.14", "postcss-selector-parser": "^7.0.0" }, @@ -5287,19 +5287,6 @@ "eslint": ">=8.57.0" } }, - "node_modules/eslint-plugin-astro/node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-plugin-astro/node_modules/postcss-selector-parser": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", diff --git a/package.json b/package.json index 0cc0b9e..3dbc2e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "astro-compress": "2.3.8", "astro-eslint-parser": "^1.2.2", "eslint": "^9.37.0", - "eslint-plugin-astro": "^1.3.1", + "eslint-plugin-astro": "^1.4.0", "globals": "^16.4.0", "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0",