chore(deps): update dependency astro-eslint-parser to v3 #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/astro-eslint-parser-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^1.4.0→^3.0.0Release Notes
ota-meshi/astro-eslint-parser (astro-eslint-parser)
v3.0.0Compare Source
Major Changes
#435
e4f5c4eThanks @ota-meshi! - Replace@astrojs/compilerwith@astrojs/compiler-rs.This changes the compiler AST returned by the public
parseTemplate()API andcan change generated AST node shapes, source ranges, and parser diagnostics.
The following
ParseTemplateResulthelpers have been removed:getEndOffsetcalcAttributeValueStartOffsetcalcAttributeEndOffsetUse the new compiler nodes'
startandendoffsets where applicable.getLocFromIndexandgetIndexFromLocremain available for converting betweenoffsets and locations.
The
walkhelper now visits the new compiler node types and passes aWalkContextas the third callback argument. The context providesskipChildren()andbreak()controls. Consumers ofparseTemplate()shouldupdate their visitor types and any AST or parser-error snapshots for the new
compiler output.
v2.1.0Compare Source
Minor Changes
#448
245f053Thanks @kytta! - Replace fast-glob and is-glob with tinyglobby.This improves performance and reduces the number of transitive dependencies by 17.
v2.0.0Compare Source
Major Changes
#436
9c9f8d5Thanks @ota-meshi! - Drop support for old Node.js versions.astro-eslint-parsernow supports Node.js^22.22.3 || ^24.16.0 || >=26.3.0.#438
e843234Thanks @ota-meshi! - Update the parser's ESLint integration dependencies for ESLint 10, includingespree@11,eslint-scope@9, andeslint-visitor-keys@5.#441
48ebdd1Thanks @ota-meshi! - Switch the package to ESM-only output and replace the build pipeline with tsdown.#442
ce311c5Thanks @renovate! - feat: update dependenciesConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.