Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump meriyah from 4.1.5 to 4.3.3 #813

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2022

Bumps meriyah from 4.1.5 to 4.3.3.

Release notes

Sourced from meriyah's releases.

v4.3.3

Bug Fixes

  • parser: invalid generator setter should have correct error message (193b3ef), closes #228

v4.3.2

What's Changed

Full Changelog: meriyah/meriyah@v4.3.1...v4.3.2

v4.3.1

What's Changed

Full Changelog: meriyah/meriyah@v4.3.0...v4.3.1

v4.3.0

Bug Fixes

  • parser: Support for class static initialization block without next flag (a3b10f0)
  • parser: support top level for-await in module context (69761bf), closes #214
  • use null as regex value in environment missing flag "d" support (b174ae6)

Features

  • lexer: support new RegExp Indices flag "d" (#217) (b98e3bd), closes #214
  • parser: Add support for class static initialization block (1510e36)

v4.2.1

Bug Fixes

  • lexer: fix wrong error when using regex flag s together with m or y (d757c6b), closes #202
  • parser: allow regular expression in JSXExpressionContainer (a5fcb80), closes #204
  • parser: allow top level await in expressions (37c6361), closes #212
  • parser: fix wrong starting loc for any non-trival expression in return statement (7063af5), closes #207
  • parser: super call should be allowed in private method (6de707a), closes #203

v4.2.0

Bug Fixes

  • parser: keep InGlobal flag in parenthesized (023ee0e)
  • parser: rejects "await 2**2" (9a75bf6), closes #187

... (truncated)

Changelog

Sourced from meriyah's changelog.

4.3.3 (2022-11-12)

Bug Fixes

  • parser: invalid generator setter should have correct error message (193b3ef), closes #228

4.3.2 (2022-10-01)

Bug Fixes

  • parser: ~ (0x7e) is valid stop for Identifier or Keyword (d702ebd), closes #226

4.3.1 (2022-09-11)

Bug Fixes

  • async is not reserved word, and some fix on reserved words (427233e), closes #221
  • dot property should allow escaped keyword in strict mode (efaa535), closes #224

4.3.0 (2022-08-02)

Bug Fixes

  • parser: Support for class static initialization block without next flag (a3b10f0)
  • parser: support top level for-await in module context (69761bf), closes #214
  • use null as regex value in environment missing flag "d" support (b174ae6)

Features

  • lexer: support new RegExp Indices flag "d" (#217) (b98e3bd), closes #214
  • parser: Add support for class static initialization block (1510e36)

4.2.1 (2022-03-31)

Bug Fixes

... (truncated)

Commits
  • aeb7eda 4.3.3
  • 193b3ef fix(parser): invalid generator setter should have correct error message
  • c67587c 4.3.2
  • 0db50b5 Merge pull request #227 from meriyah/fix-of
  • d702ebd fix(parser): ~ (0x7e) is valid stop for Identifier or Keyword
  • 703aa91 4.3.1
  • 39270e5 Merge pull request #225 from meriyah/fix-async-var
  • efaa535 fix: dot property should allow escaped keyword in strict mode
  • 427233e fix: async is not reserved word, and some fix on reserved words
  • 1ee6ea9 chore: cleanup
  • 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 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 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 4.1.5 to 4.3.3.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.1.5...v4.3.3)

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

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 Nov 20, 2022
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
0 participants