Skip to content

build(deps-dev): bump astro-eslint-parser from 1.4.0 to 3.1.0 - #19

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown

Bumps astro-eslint-parser from 1.4.0 to 3.1.0.

Release notes

Sourced from astro-eslint-parser's releases.

v3.1.0

Minor Changes

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

Changelog

Sourced from astro-eslint-parser's changelog.

3.1.0

Minor Changes

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

Commits
  • 05cf9da Version Packages (#467)
  • 76dc972 fix(deps): update dependency @​astrojs/compiler-rs to ^0.4.0 (#462)
  • 3ad2a44 fix: repair failing main workflows (#466)
  • 7258c31 chore(deps): update dependency @​changesets/cli to v3 (#465)
  • ab7a719 chore(deps): update changesets/action action to v2 (#463)
  • c9a665e chore(deps): update dependency @​changesets/changelog-github to v1 (#464)
  • bdb2f18 chore(deps): update dependency @​astrojs/compiler-binding-wasm32-wasi to ^0.4....
  • 26c75ab chore(deps): update dependency eslint-plugin-jsdoc to v64 (#460)
  • fab04e5 chore(deps): update actions/stale action to v11 (#459)
  • e951f9a chore(deps): update dependency astro to v7.1.0 [security] (#458)
  • 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.4.0 to 3.1.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.4.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from dolfbarr as a code owner August 31, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants