From 53af6708d22b4ecfa366b891770f50f3a92f81fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:20:41 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-astro from 3.0.1 to 3.1.0 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 3.0.1 to 3.1.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/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f784a55..7327c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@eslint/js": "^10.0.1", "@types/node": "^24.0.0", "eslint": "^10.8.0", - "eslint-plugin-astro": "~3.0.1", + "eslint-plugin-astro": "~3.1.0", "pagefind": "^1.5.2", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1", @@ -4343,9 +4343,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-3.0.1.tgz", - "integrity": "sha512-skys0KV/5m/rQ6a4BDAGOGtrGoBlWNYiWtoDjx25bghDwTiKXng63s4Yv823iX3ht/tH/kHtoUM2poxESGsv3w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-3.1.0.tgz", + "integrity": "sha512-I+v3DNIVCPPQC91jZIevvp5eTdzOhZYQSL43PnmbHBcuaiLhusN7czT8AK2ISH53+sO3p8rzqiR81j7VJ2qDeg==", "dev": true, "license": "MIT", "dependencies": { @@ -4367,7 +4367,8 @@ "peerDependencies": { "@typescript-eslint/parser": ">=8.61.0", "eslint": ">=10.0.0", - "eslint-plugin-jsx-a11y": ">=6.10.2" + "eslint-plugin-jsx-a11y": ">=6.10.2", + "typescript-eslint": ">=8.61.0" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { @@ -4375,6 +4376,9 @@ }, "eslint-plugin-jsx-a11y": { "optional": true + }, + "typescript-eslint": { + "optional": true } } }, diff --git a/package.json b/package.json index a395942..3848cdb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@eslint/js": "^10.0.1", "@types/node": "^24.0.0", "eslint": "^10.8.0", - "eslint-plugin-astro": "~3.0.1", + "eslint-plugin-astro": "~3.1.0", "pagefind": "^1.5.2", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1",