Skip to content

chore(deps-dev): bump astro-eslint-parser from 1.3.0 to 3.0.0#62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-eslint-parser-3.0.0
Open

chore(deps-dev): bump astro-eslint-parser from 1.3.0 to 3.0.0#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-eslint-parser-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps astro-eslint-parser from 1.3.0 to 3.0.0.

Release notes

Sourced from astro-eslint-parser's releases.

v3.0.0

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

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

Major Changes

  • #436 9c9f8d5 Thanks @​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.

  • #438 e843234 Thanks @​ota-meshi! - Update the parser's ESLint integration dependencies for ESLint 10, including espree@11, eslint-scope@9, and eslint-visitor-keys@5.

  • #441 48ebdd1 Thanks @​ota-meshi! - Switch the package to ESM-only output and replace the build pipeline with tsdown.

  • #442 ce311c5 Thanks @​renovate! - feat: update dependencies

v1.4.0

Minor Changes

v1.3.2

Patch Changes

... (truncated)

Changelog

Sourced from astro-eslint-parser's changelog.

3.0.0

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.

2.1.0

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.

2.0.0

Major Changes

  • #436 9c9f8d5 Thanks @​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.

  • #438 e843234 Thanks @​ota-meshi! - Update the parser's ESLint integration dependencies for ESLint 10, including espree@11, eslint-scope@9, and eslint-visitor-keys@5.

  • #441 48ebdd1 Thanks @​ota-meshi! - Switch the package to ESM-only output and replace the build pipeline with tsdown.

  • #442 ce311c5 Thanks @​renovate! - feat: update dependencies

1.4.0

Minor Changes

... (truncated)

Commits
  • aa89679 Version Packages (#452)
  • 3e643b8 chore: update explorer dependencies
  • a81d1f4 chore: update changeset
  • e4f5c4e feat!: use @astrojs/compiler-rs instead of @astrojs/compiler (#435)
  • af71f30 chore(deps): update dependency pako to v3 (#450)
  • 6cf1439 chore: update pkg.pr.new-comment.mjs
  • 3a3d401 chore: fix workflow script
  • 750bbf8 chore: Update GitHub Actions workflows
  • 232f0d4 Version Packages (#449)
  • 245f053 feat: replace fast-glob and is-glob with tinyglobby (#448)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) from 1.3.0 to 3.0.0.
- [Release notes](https://github.com/ota-meshi/astro-eslint-parser/releases)
- [Changelog](https://github.com/ota-meshi/astro-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/astro-eslint-parser@v1.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: astro-eslint-parser
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants