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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
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 force-pushed the dependabot/npm_and_yarn/astro-eslint-parser-3.0.0 branch from d0e66a7 to 06d2aae Compare July 23, 2026 07:03
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