From 96a1601ecd74e5aeb8e18406f2cafc3032431ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:09:06 +0000 Subject: [PATCH] docs(deps-dev): bump eslint-plugin-astro in /docs-site Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 1.7.0 to 2.0.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.7.0...v2.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/package.json b/docs-site/package.json index d9095cd4..c615c259 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.0.0", + "eslint-plugin-astro": "^2.0.0", "prettier": "^3.0.0", "prettier-plugin-astro": "^0.14.0", "typescript": "^6.0.3"