chore(deps): update dependency astro-eslint-parser to v3 #10

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

This PR contains the following updates:

Package Change Age Confidence
astro-eslint-parser ^1.4.0^3.0.0 age confidence

Release Notes

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

v3.0.0

Compare Source

Major Changes
  • #​435 e4f5c4e Thanks @​ota-meshi! - Replace @astrojs/compiler with @astrojs/compiler-rs.

    This changes the compiler AST returned by the public parseTemplate() API and
    can change generated AST node shapes, source ranges, and parser diagnostics.

    The following ParseTemplateResult helpers have been removed:

    • getEndOffset
    • calcAttributeValueStartOffset
    • calcAttributeEndOffset

    Use the new compiler nodes' start and end offsets where applicable.
    getLocFromIndex and getIndexFromLoc remain available for converting between
    offsets and locations.

    The walk helper now visits the new compiler node types and passes a
    WalkContext as the third callback argument. The context provides
    skipChildren() and break() controls. Consumers of parseTemplate() should
    update their visitor types and any AST or parser-error snapshots for the new
    compiler output.

v2.1.0

Compare Source

Minor Changes
  • #​448 245f053 Thanks @​kytta! - Replace fast-glob and is-glob with tinyglobby.

    This improves performance and reduces the number of transitive dependencies by 17.

v2.0.0

Compare Source

Major 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/) | |---|---|---|---| | [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) | [`^1.4.0` → `^3.0.0`](https://renovatebot.com/diffs/npm/astro-eslint-parser/1.4.0/3.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/astro-eslint-parser/3.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro-eslint-parser/1.4.0/3.0.0?slim=true) | --- ### Release Notes <details> <summary>ota-meshi/astro-eslint-parser (astro-eslint-parser)</summary> ### [`v3.0.0`](https://github.com/ota-meshi/astro-eslint-parser/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://github.com/ota-meshi/astro-eslint-parser/compare/v2.1.0...v3.0.0) ##### Major Changes - [#&#8203;435](https://github.com/ota-meshi/astro-eslint-parser/pull/435) [`e4f5c4e`](https://github.com/ota-meshi/astro-eslint-parser/commit/e4f5c4eda10265f9b9e3db49f0d046086560e8b5) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Replace `@astrojs/compiler` with `@astrojs/compiler-rs`. This changes the compiler AST returned by the public `parseTemplate()` API and can change generated AST node shapes, source ranges, and parser diagnostics. The following `ParseTemplateResult` helpers have been removed: - `getEndOffset` - `calcAttributeValueStartOffset` - `calcAttributeEndOffset` Use the new compiler nodes' `start` and `end` offsets where applicable. `getLocFromIndex` and `getIndexFromLoc` remain available for converting between offsets and locations. The `walk` helper now visits the new compiler node types and passes a `WalkContext` as the third callback argument. The context provides `skipChildren()` and `break()` controls. Consumers of `parseTemplate()` should update their visitor types and any AST or parser-error snapshots for the new compiler output. ### [`v2.1.0`](https://github.com/ota-meshi/astro-eslint-parser/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://github.com/ota-meshi/astro-eslint-parser/compare/v2.0.0...v2.1.0) ##### Minor Changes - [#&#8203;448](https://github.com/ota-meshi/astro-eslint-parser/pull/448) [`245f053`](https://github.com/ota-meshi/astro-eslint-parser/commit/245f0536b7907906408d97d7b33a1d7fb014dd44) Thanks [@&#8203;kytta](https://github.com/kytta)! - Replace fast-glob and is-glob with tinyglobby. This improves performance and reduces the number of transitive dependencies by 17. ### [`v2.0.0`](https://github.com/ota-meshi/astro-eslint-parser/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://github.com/ota-meshi/astro-eslint-parser/compare/v1.4.0...v2.0.0) ##### Major Changes - [#&#8203;436](https://github.com/ota-meshi/astro-eslint-parser/pull/436) [`9c9f8d5`](https://github.com/ota-meshi/astro-eslint-parser/commit/9c9f8d5b0ecd59d7a44e69b7faea71af1835ca60) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Drop support for old Node.js versions. `astro-eslint-parser` now supports Node.js `^22.22.3 || ^24.16.0 || >=26.3.0`. - [#&#8203;438](https://github.com/ota-meshi/astro-eslint-parser/pull/438) [`e843234`](https://github.com/ota-meshi/astro-eslint-parser/commit/e8432344eb339deb173321f9fccc09413f252241) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Update the parser's ESLint integration dependencies for ESLint 10, including `espree@11`, `eslint-scope@9`, and `eslint-visitor-keys@5`. - [#&#8203;441](https://github.com/ota-meshi/astro-eslint-parser/pull/441) [`48ebdd1`](https://github.com/ota-meshi/astro-eslint-parser/commit/48ebdd1c4a81ae872ae9a7808fe23d17a18e3303) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Switch the package to ESM-only output and replace the build pipeline with tsdown. - [#&#8203;442](https://github.com/ota-meshi/astro-eslint-parser/pull/442) [`ce311c5`](https://github.com/ota-meshi/astro-eslint-parser/commit/ce311c59d60aa3e65b54e06c585c7fb8a3e70748) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - feat: update dependencies </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuNyIsInVwZGF0ZWRJblZlciI6IjQzLjI2My43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency astro-eslint-parser to v3
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / ci (pull_request) Failing after 19s
CI / Build & Push to Registry (pull_request) Has been skipped
535910944e
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / ci (pull_request) Failing after 19s
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/astro-eslint-parser-3.x:renovate/astro-eslint-parser-3.x
git switch renovate/astro-eslint-parser-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/astro-eslint-parser-3.x
git switch renovate/astro-eslint-parser-3.x
git rebase main
git switch main
git merge --ff-only renovate/astro-eslint-parser-3.x
git switch renovate/astro-eslint-parser-3.x
git rebase main
git switch main
git merge --no-ff renovate/astro-eslint-parser-3.x
git switch main
git merge --squash renovate/astro-eslint-parser-3.x
git switch main
git merge --ff-only renovate/astro-eslint-parser-3.x
git switch main
git merge renovate/astro-eslint-parser-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!10
No description provided.