Update dependency eslint-plugin-astro to v1.5.0 (#76)
All checks were successful
renovate / renovate (push) Successful in 1m21s
test-build / build (push) Successful in 1m40s

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-astro](https://ota-meshi.github.io/eslint-plugin-astro/) ([source](https://github.com/ota-meshi/eslint-plugin-astro)) | [`1.4.0` -> `1.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-astro/1.4.0/1.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-astro/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-astro/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-astro/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-astro/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ota-meshi/eslint-plugin-astro (eslint-plugin-astro)</summary>

### [`v1.5.0`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#150)

[Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.4.0...v1.5.0)

##### Minor Changes

- [#&#8203;509](https://github.com/ota-meshi/eslint-plugin-astro/pull/509) [`ffee791`](ffee7910d4) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - chore: use tsdown and isolatedDeclarations

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzEuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE3MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Reviewed-on: #76
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #76.
This commit is contained in:
2025-11-10 22:42:49 +00:00
committed by Alex Lebens
parent 19b82cd688
commit 4c4d0c3359
2 changed files with 9 additions and 33 deletions

View File

@@ -29,7 +29,7 @@
"@typescript-eslint/parser": "8.46.3",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.4.0",
"eslint-plugin-astro": "1.5.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",