Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps meriyah from 5.0.0 to 7.0.0.

Release notes

Sourced from meriyah's releases.

v6.1.4

Bug Fixes

  • add missing AccessorProperty to Node (#482) (e6dcc62)
  • fix decodeHTMLStrict() (#505) (bd3ce8e)
  • parser: fix class member range with decorators (#506) (1dfa82c)
  • parser: stop complaining about named import/export with {type: "json"} attribute (#484) (ab8a383)

v6.1.3

Bug Fixes

  • parser: fix line/column where string literal contains U+2028 or U+2029 followed by \ (#478) (1f054a1)
  • parser: fix line/column where string literal contains U+2028 or U+2029 (#477) (6117d2f)
  • parser: fix location of SequenceExpression as ForStatement.init (#476) (b79282b)
  • parser: fix location of object method which is a generator (#474) (c11f9dd)
  • parser: fix range of static class property named accessor, get, set, and async (#471) (27f224c)

v6.1.2

Bug Fixes

  • parser: fix column of escaped identifier (#469) (98d3983)
  • parser: fix location of import.meta (#461) (6a05b0e)

v6.1.1

6.1.1 (2025-06-17)

Bug Fixes

  • parser: CallExpression.optional and MemberExpression.{optional,computed} is always a boolean (#439) (4bc2599)
  • parser: allow decorators after export, forbid decorators appears both before and after export/export default (#455) (78f49f5)
  • parser: fix MemeberExpression location inside For{,Of,In}Statement (#447) (e86318d)
  • parser: fix location of Decorator.expression (#438) (4956772)
  • parser: fix location of PrivateIdentifier (#437) (cba2219)
  • parser: fix location of static class property (#448) (1f5c2cc)
  • parser: include decorators in ClassDeclaration, ExportDeclaration, and ExportDefaultDeclaration (#457) (0f0b198)
  • parser: include decorators in range of Class{Expression,Declaration} (#452) (82f2ea4)
  • parser: include decorators in range of class members (#450) (da156b4)

v6.1.0

6.1.0 (2025-06-13)

Bug Fixes

  • parser: attributes on {ExportAll,ExportNamed,Import}Declaration is now always an array (#423) (30ea976)
  • parser: add missing generator property to ArrowFunctionExpression (#424) (2fe6b54)
  • parser: fix bigint property on BigintLiteral (#422) (ad1922d)
  • parser: fix location of StaticBlock (#434) (2b9e923)
  • preserve nested ParenthesizedExpression (#432) (ae6cae5)

... (truncated)

Changelog

Sourced from meriyah's changelog.

7.0.0 (2025-11-27)

Bug Fixes

  • allow new.target in commonjs module root (#524) (5053d99)
  • fix start location of HTMLClose comment (#522) (5ea7b96)
  • parser: generate unique location info for shorthand pattern (#515) (42bb9bc)
  • remove misspelled ForInitialiser in ESTree (#520) (2349d2c)

Features

6.1.4 (2025-07-02)

Bug Fixes

  • add missing AccessorProperty to Node (#482) (e6dcc62)
  • fix decodeHTMLStrict() (#505) (bd3ce8e)
  • parser: fix class member range with decorators (#506) (1dfa82c)
  • parser: stop complaining about named import/export with {type: "json"} attribute (#484) (ab8a383)

6.1.3 (2025-06-24)

Bug Fixes

  • parser: fix line/column where string literal contains U+2028 or U+2029 followed by \ (#478) (1f054a1)
  • parser: fix line/column where string literal contains U+2028 or U+2029 (#477) (6117d2f)
  • parser: fix location of SequenceExpression as ForStatement.init (#476) (b79282b)
  • parser: fix location of object method which is a generator (#474) (c11f9dd)
  • parser: fix range of static class property named accessor, get, set, and async (#471) (27f224c)

6.1.2 (2025-06-21)

Bug Fixes

  • parser: fix column of escaped identifier (#469) (98d3983)
  • parser: fix location of import.meta (#461) (6a05b0e)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
meriyah [>= 6.a, < 7]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [meriyah](https://github.com/meriyah/meriyah) from 5.0.0 to 7.0.0.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/main/CHANGELOG.md)
- [Commits](meriyah/meriyah@v5.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: meriyah
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the USER STORY label Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 15:26
@dependabot dependabot bot added the USER STORY label Dec 1, 2025
@git2gus
Copy link

git2gus bot commented Dec 1, 2025

This issue has been linked to a new work item: W-20383761

@git2gus
Copy link

git2gus bot commented Dec 1, 2025

This issue has been linked to a new work item: W-20383762

@@ -1 +1 @@
[7:13]: Unexpected token: '{' No newline at end of file
[7:12-7:13]: Unexpected token: '{' No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New error lines introduced with 6.1.0 (PR 390)

"start": 288,
"length": 77,
"line": 6,
"start": 220,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decorator location info was improved in 6.1.1 and 6.1.4

@jmsjtu
Copy link
Member

jmsjtu commented Dec 2, 2025

/nucleus ignore -m 'downstream failures unrelated'

@jmsjtu jmsjtu merged commit 6a7c0ad into master Dec 2, 2025
44 checks passed
@jmsjtu jmsjtu deleted the dependabot/npm_and_yarn/meriyah-7.0.0 branch December 2, 2025 01:58
jmsjtu added a commit that referenced this pull request Dec 2, 2025
@jmsjtu jmsjtu restored the dependabot/npm_and_yarn/meriyah-7.0.0 branch December 2, 2025 21:53
jmsjtu added a commit that referenced this pull request Dec 3, 2025
@wjhsf wjhsf deleted the dependabot/npm_and_yarn/meriyah-7.0.0 branch December 10, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants