From ed19bea984e96f209e5dddfff19e90e5fd20c629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:56:37 +0000 Subject: [PATCH] build(deps-dev): bump the dev group across 1 directory with 3 updates Bumps the dev group with 3 updates in the / directory: [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro), [lint-staged](https://github.com/lint-staged/lint-staged) and [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss). Updates `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) Updates `lint-staged` from 16.4.0 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.4.0...v17.0.8) Updates `prettier-plugin-tailwindcss` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.4...v0.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 12bba53..b6d6d1c 100644 --- a/package.json +++ b/package.json @@ -52,14 +52,14 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^10.2.1", - "eslint-plugin-astro": "^1.7.0", + "eslint-plugin-astro": "^2.0.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react-hooks": "^7.1.1", "husky": "^9.1.7", - "lint-staged": "^16.4.0", + "lint-staged": "^17.0.8", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.7.3", + "prettier-plugin-tailwindcss": "^0.8.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.0", "vitest": "^4.1.5"