chore(deps): update dependency eslint-plugin-astro to v3 #11

Open
0x346e3730 wants to merge 1 commit from renovate/eslint-plugin-astro-3.x into main
Owner

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-astro (source) ^1.7.0^3.0.0 age confidence

Release Notes

ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v3.0.1

Compare Source

Patch Changes
  • #​601 e5c330d Thanks @​astrochemx! - Fix a TypeError that occurs during the preprocessing phase when eslint-plugin-astro encounters a self-closing <script /> tag.

v3.0.0

Compare Source

Major Changes
  • #​590 f5c3cec Thanks @​ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the
    recommended configuration. This rule can no longer report omitted end tags once
    Astro's Rust compiler rejects them during parsing.

  • #​596 f8cbb64 Thanks @​ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended
    configuration. Astro's astro check command is now recommended for
    project-wide diagnostics.

  • #​568 df28a46 Thanks @​ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's
    Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.

v2.1.1

Compare Source

Patch Changes
  • #​588 3a04d1e Thanks @​ota-meshi! - Fix false positives in astro/no-omitted-end-tags for component names that overlap with HTML tag names, such as <Head>, while preserving reported source offsets.

v2.1.0

Compare Source

Minor Changes

v2.0.0

Compare Source

Major Changes
Minor Changes

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-astro](https://ota-meshi.github.io/eslint-plugin-astro/) ([source](https://github.com/ota-meshi/eslint-plugin-astro)) | [`^1.7.0` → `^3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-astro/1.7.0/3.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-astro/3.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-astro/1.7.0/3.0.1?slim=true) | --- ### Release Notes <details> <summary>ota-meshi/eslint-plugin-astro (eslint-plugin-astro)</summary> ### [`v3.0.1`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v3.0.0...v3.0.1) ##### Patch Changes - [#&#8203;601](https://github.com/ota-meshi/eslint-plugin-astro/pull/601) [`e5c330d`](https://github.com/ota-meshi/eslint-plugin-astro/commit/e5c330db360bc26a9faac1445d44d5d575a3e854) Thanks [@&#8203;astrochemx](https://github.com/astrochemx)! - Fix a `TypeError` that occurs during the preprocessing phase when `eslint-plugin-astro` encounters a self-closing `<script />` tag. ### [`v3.0.0`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v2.1.1...v3.0.0) ##### Major Changes - [#&#8203;590](https://github.com/ota-meshi/eslint-plugin-astro/pull/590) [`f5c3cec`](https://github.com/ota-meshi/eslint-plugin-astro/commit/f5c3cecce4bf4add78f7127ea7dbf39edc5ba54d) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Deprecate `astro/no-omitted-end-tags`, make it a no-op, and remove it from the recommended configuration. This rule can no longer report omitted end tags once Astro's Rust compiler rejects them during parsing. - [#&#8203;596](https://github.com/ota-meshi/eslint-plugin-astro/pull/596) [`f8cbb64`](https://github.com/ota-meshi/eslint-plugin-astro/commit/f8cbb64f93a39955a4099f13905e11ac0c072597) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Deprecate `astro/valid-compile` and remove it from the recommended configuration. Astro's `astro check` command is now recommended for project-wide diagnostics. - [#&#8203;568](https://github.com/ota-meshi/eslint-plugin-astro/pull/568) [`df28a46`](https://github.com/ota-meshi/eslint-plugin-astro/commit/df28a46cf283b74e7abeded1b9ed448344baeb9e) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Upgrade `astro-eslint-parser` to v3. Astro files are now parsed with Astro's Rust compiler (`@astrojs/compiler-rs`) instead of `@astrojs/compiler`. ### [`v2.1.1`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#211) [Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v2.1.0...v2.1.1) ##### Patch Changes - [#&#8203;588](https://github.com/ota-meshi/eslint-plugin-astro/pull/588) [`3a04d1e`](https://github.com/ota-meshi/eslint-plugin-astro/commit/3a04d1e9aaeb3d6c32dac21b3a44fd34477e11fe) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Fix false positives in `astro/no-omitted-end-tags` for component names that overlap with HTML tag names, such as `<Head>`, while preserving reported source offsets. ### [`v2.1.0`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v2.0.0...v2.1.0) ##### Minor Changes - [#&#8203;585](https://github.com/ota-meshi/eslint-plugin-astro/pull/585) [`bd92f3b`](https://github.com/ota-meshi/eslint-plugin-astro/commit/bd92f3b98f9cc5400d5cf33ce7c8ee3311de188e) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Add `astro/no-omitted-end-tags` rule ### [`v2.0.0`](https://github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.7.0...v2.0.0) ##### Major Changes - [#&#8203;571](https://github.com/ota-meshi/eslint-plugin-astro/pull/571) [`adfce70`](https://github.com/ota-meshi/eslint-plugin-astro/commit/adfce7087710f3bf7b4d75410aa9150ef0ddbb42) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Require Node.js `^22.22.3 || ^24.16.0 || >=26.3.0`. - [#&#8203;574](https://github.com/ota-meshi/eslint-plugin-astro/pull/574) [`db26988`](https://github.com/ota-meshi/eslint-plugin-astro/commit/db269889511ecbf8e34b46197daf35e725c21251) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Drop support for ESLint v8 and v9. ESLint v10.0.0 or later is now required. - [#&#8203;569](https://github.com/ota-meshi/eslint-plugin-astro/pull/569) [`f0e1756`](https://github.com/ota-meshi/eslint-plugin-astro/commit/f0e1756859d43ba9de3915dd31ec76eb40a34cc7) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Drop CommonJS entry points and support ESM-only package usage. - [#&#8203;477](https://github.com/ota-meshi/eslint-plugin-astro/pull/477) [`cf6ff71`](https://github.com/ota-meshi/eslint-plugin-astro/commit/cf6ff7167d12ad1f7c5c175a12225a932f32c3ce) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat! update configs - [#&#8203;479](https://github.com/ota-meshi/eslint-plugin-astro/pull/479) [`805fffa`](https://github.com/ota-meshi/eslint-plugin-astro/commit/805fffa1d307f71677a04f91a1125bd308f45395) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Update and reorganize dependencies for the ESLint v10 release line. The minimum optional `@typescript-eslint/parser` peer dependency is now `8.61.0`, matching the first supported range used here that declares compatibility with ESLint v10 and TypeScript 6. - [#&#8203;580](https://github.com/ota-meshi/eslint-plugin-astro/pull/580) [`919a837`](https://github.com/ota-meshi/eslint-plugin-astro/commit/919a837cb75b9f0be48c8a85e23a041082eba9e9) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Add `astro/no-prerender-export-outside-pages` to the `recommended` config. - [#&#8203;579](https://github.com/ota-meshi/eslint-plugin-astro/pull/579) [`efd5988`](https://github.com/ota-meshi/eslint-plugin-astro/commit/efd59888c3aa8a5acac4cf3ead9cecd96b772e52) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat!: update astro-eslint-parser to v2.0.0 ##### Minor Changes - [#&#8203;478](https://github.com/ota-meshi/eslint-plugin-astro/pull/478) [`46106bb`](https://github.com/ota-meshi/eslint-plugin-astro/commit/46106bb27c879e4a65a8eb95c6f6b804a9ade86e) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat! clarification Versioning policy </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuNyIsInVwZGF0ZWRJblZlciI6IjQzLjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency eslint-plugin-astro to v3
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / ci (pull_request) Failing after 16s
CI / Build & Push to Registry (pull_request) Has been skipped
23d83c9205
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / ci (pull_request) Failing after 16s
CI / Build & Push to Registry (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-astro-3.x:renovate/eslint-plugin-astro-3.x
git switch renovate/eslint-plugin-astro-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/eslint-plugin-astro-3.x
git switch renovate/eslint-plugin-astro-3.x
git rebase main
git switch main
git merge --ff-only renovate/eslint-plugin-astro-3.x
git switch renovate/eslint-plugin-astro-3.x
git rebase main
git switch main
git merge --no-ff renovate/eslint-plugin-astro-3.x
git switch main
git merge --squash renovate/eslint-plugin-astro-3.x
git switch main
git merge --ff-only renovate/eslint-plugin-astro-3.x
git switch main
git merge renovate/eslint-plugin-astro-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
0x346e3730/clauzier.dev!11
No description provided.