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

prettierx: Update meriyah -> 4.5.0 - dependency #669

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meriyah 4.1.5 -> 4.5.0 age adoption passing confidence

Release Notes

meriyah/meriyah (meriyah)

v4.5.0

Compare Source

Bug Fixes

4.4.3 (2024-05-23)

4.4.2 (2024-04-03)

4.4.1 (2024-03-31)

Bug Fixes
  • parser: fix import.meta in sequence (15ea395)
  • parser: fix async assignment in comma expression (9652602)
  • parser: fix async assignment in sequence (223936e)

v4.4.4

Compare Source

Bug Fixes

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

Bug Fixes
  • parser: fix import.meta in sequence (15ea395)
  • parser: fix async assignment in comma expression (9652602)
  • parser: fix async assignment in sequence (223936e)

v4.4.0

Compare Source

Features
  • parser: add onInsertedSemicolon option (557a893)

4.3.9 (2023-11-24)

4.3.8 (2023-11-01)

Bug Fixes
  • parser: assignment as a value for property definition (5f8f006)

4.3.7 (2023-05-12)

Bug Fixes
  • parser: nested class with constructor should not fail (c0856b9)

4.3.6 (2023-05-10)

4.3.5 (2023-03-13)

4.3.4 (2023-02-18)

Bug Fixes
  • parser: "static" can be used as an identifier in ClassElement (663937a), closes #​231
  • parser: fix loc info for JSXSpreadChild (4a99416), closes #​235

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

v4.3.9

Compare Source

v4.3.8

Compare Source

Bug Fixes
  • parser: assignment as a value for property definition (5f8f006)

v4.3.7

Compare Source

Bug Fixes
  • parser: nested class with constructor should not fail (c0856b9)

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

Bug Fixes
  • parser: "static" can be used as an identifier in ClassElement (663937a), closes #​231
  • parser: fix loc info for JSXSpreadChild (4a99416), closes #​235

v4.3.3

Compare Source

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

v4.3.2

Compare Source

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

v4.3.1

Compare Source

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

v4.3.0

Compare Source

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
  • 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.1

Compare Source

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

Compare Source

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

4.1.5 (2021-03-05)

Bug Fixes
  • parser: fix missing rejection on function name (3327326), closes #​182

4.1.4 (2021-02-28)

4.1.3 (2021-02-28)

4.1.2 (2021-02-10)

4.1.1 (2021-02-09)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Owner

@brodycj brodycj left a comment

Choose a reason for hiding this comment

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

Needs minor updates to: tests/format/misc/errors/js/async-await

Seems to be fixed by: prettier/prettier#11194

support top-level await meriyah/meriyah#197

@renovate renovate bot changed the title prettierx: Update meriyah -> 4.2.0 - dependency prettierx: Update meriyah -> 4.2.1 - dependency Apr 24, 2022
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from f2c5a93 to 7f196b5 Compare April 24, 2022 21:03
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 7f196b5 to efb787e Compare September 25, 2022 22:36
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.2.1 - dependency prettierx: Update meriyah -> 4.3.1 - dependency Sep 25, 2022
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from efb787e to 7144217 Compare November 20, 2022 12:28
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.1 - dependency prettierx: Update meriyah -> 4.3.3 - dependency Nov 20, 2022
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 7144217 to c63758e Compare March 18, 2023 14:03
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.3 - dependency prettierx: Update meriyah -> 4.3.5 - dependency Mar 18, 2023
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from c63758e to 8d80dc9 Compare May 28, 2023 12:14
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.5 - dependency prettierx: Update meriyah -> 4.3.7 - dependency May 28, 2023
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 8d80dc9 to 05e1f98 Compare November 1, 2023 00:46
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.7 - dependency prettierx: Update meriyah -> 4.3.8 - dependency Nov 1, 2023
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.8 - dependency prettierx: Update meriyah -> 4.3.9 - dependency Nov 25, 2023
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 05e1f98 to 820feac Compare November 25, 2023 00:35
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 820feac to 2f13876 Compare March 5, 2024 01:03
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.3.9 - dependency prettierx: Update meriyah -> 4.4.0 - dependency Mar 5, 2024
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 2f13876 to cf37629 Compare March 31, 2024 11:14
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.4.0 - dependency prettierx: Update meriyah -> 4.4.1 - dependency Mar 31, 2024
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from cf37629 to 0b1d450 Compare April 4, 2024 01:28
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.4.1 - dependency prettierx: Update meriyah -> 4.4.2 - dependency Apr 4, 2024
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from 0b1d450 to bce531b Compare May 23, 2024 23:13
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.4.2 - dependency prettierx: Update meriyah -> 4.4.3 - dependency May 23, 2024
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from bce531b to e0efc66 Compare June 6, 2024 05:09
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.4.3 - dependency prettierx: Update meriyah -> 4.4.4 - dependency Jun 6, 2024
@renovate renovate bot force-pushed the renovate/meriyah-4.x branch from e0efc66 to 0f5ce40 Compare June 6, 2024 10:19
@renovate renovate bot changed the title prettierx: Update meriyah -> 4.4.4 - dependency prettierx: Update meriyah -> 4.5.0 - dependency Jun 6, 2024
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.

1 participant