Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps meriyah from 4.2.0 to 4.2.1.

Changelog

Sourced from meriyah's changelog.

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
Commits
  • f6c694b 4.2.1
  • 39d8686 Merge pull request #213 from meriyah/global-await
  • 37c6361 fix(parser): allow top level await in expressions
  • b6a7cf6 Merge pull request #211 from meriyah/fix-regex-flags
  • d757c6b fix(lexer): fix wrong error when using regex flag s together with m or y
  • 6a386a2 Merge pull request #210 from meriyah/fix-private-super
  • 6de707a fix(parser): super call should be allowed in private method
  • 4b24c73 Merge pull request #209 from meriyah/fix-jsx-regex
  • a5fcb80 fix(parser): allow regular expression in JSXExpressionContainer
  • 0fbf089 Merge pull request #208 from meriyah/fix-return-loc
  • 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)

@dependabot dependabot bot added javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency labels Mar 31, 2022
@fisker fisker self-assigned this Apr 1, 2022
Bumps [meriyah](https://github.com/meriyah/meriyah) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.2.0...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/meriyah-4.2.1 branch from f03d705 to 0ee6b83 Compare April 2, 2022 06:06
@github-actions
Copy link

github-actions bot commented Apr 2, 2022

Size Change: +44 B (0%)

Total Size: 17.7 MB

Filename Size Change
./dist/esm/parser-meriyah.mjs 161 kB +22 B (0%)
./dist/parser-meriyah.js 161 kB +22 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/bin-prettier.js 1.98 kB
./dist/cli.js 420 kB
./dist/doc.js 68.3 kB
./dist/esm 4.1 kB
./dist/esm/parser-angular.mjs 58.8 kB
./dist/esm/parser-babel.mjs 314 kB
./dist/esm/parser-espree.mjs 154 kB
./dist/esm/parser-flow.mjs 2.07 MB
./dist/esm/parser-glimmer.mjs 192 kB
./dist/esm/parser-graphql.mjs 42.8 kB
./dist/esm/parser-html.mjs 161 kB
./dist/esm/parser-markdown.mjs 169 kB
./dist/esm/parser-postcss.mjs 157 kB
./dist/esm/parser-typescript.mjs 3.51 MB
./dist/esm/parser-yaml.mjs 129 kB
./dist/esm/standalone.mjs 440 kB
./dist/index.js 1.46 MB
./dist/LICENSE 279 kB
./dist/package.json 616 B
./dist/parser-angular.js 59.2 kB
./dist/parser-babel.js 314 kB
./dist/parser-espree.js 154 kB
./dist/parser-flow.js 2.07 MB
./dist/parser-glimmer.js 192 kB
./dist/parser-graphql.js 43.2 kB
./dist/parser-html.js 162 kB
./dist/parser-markdown.js 170 kB
./dist/parser-postcss.js 157 kB
./dist/parser-typescript.js 3.51 MB
./dist/parser-yaml.js 130 kB
./dist/README.md 4.13 kB
./dist/standalone.js 440 kB
./dist/third-party.js 303 kB

compressed-size-action

@fisker
Copy link
Member

fisker commented Apr 2, 2022

@sosukesuzuki Can you release a patch version with this? meriyah/meriyah#212 is stopping us use top-level-await, unless we use another parser.

@sosukesuzuki
Copy link
Member

Sure, I'll release a new patch version for this by tomorrow.

@sosukesuzuki sosukesuzuki merged commit b1e96cd into main Apr 2, 2022
@sosukesuzuki sosukesuzuki deleted the dependabot/npm_and_yarn/meriyah-4.2.1 branch April 2, 2022 11:13
@sosukesuzuki
Copy link
Member

@fisker I start to release new patch version 2.6.2. The new version will includes commits except #12519 since 2.6.1. (#12519 is a new feature)

sosukesuzuki pushed a commit that referenced this pull request Apr 2, 2022
* Build(deps): Bump meriyah from 4.2.0 to 4.2.1

Bumps [meriyah](https://github.com/meriyah/meriyah) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.2.0...v4.2.1)

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

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

* Add test for meriyah/meriyah@6de707a

* Test meriyah/meriyah@37c6361

* Test meriyah/meriyah@d757c6b

* Add changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <lionkay@gmail.com>
@fisker
Copy link
Member

fisker commented Apr 2, 2022

Okay

sosukesuzuki pushed a commit that referenced this pull request Apr 2, 2022
* Build(deps): Bump meriyah from 4.2.0 to 4.2.1

Bumps [meriyah](https://github.com/meriyah/meriyah) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.2.0...v4.2.1)

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

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

* Add test for meriyah/meriyah@6de707a

* Test meriyah/meriyah@37c6361

* Test meriyah/meriyah@d757c6b

* Add changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <lionkay@gmail.com>
@sosukesuzuki
Copy link
Member

done

@fisker
Copy link
Member

fisker commented Apr 2, 2022

Thank you!

crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Apr 4, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`2.6.1` -> `2.6.2`](https://renovatebot.com/diffs/npm/prettier/2.6.1/2.6.2) |

---

### Release Notes

<details>
<summary>prettier/prettier</summary>

### [`v2.6.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;262)

[Compare Source](prettier/prettier@2.6.1...2.6.2)

[diff](prettier/prettier@2.6.1...2.6.2)

##### Fix LESS/SCSS format error ([#&#8203;12536](prettier/prettier#12536) by [@&#8203;fisker](https://github.com/fisker))

<!-- prettier-ignore -->

```less
// Input
.background-gradient(@&#8203;cut) {
    background: linear-gradient(
        to right,
        @&#8203;white 0%,
        @&#8203;white (@&#8203;cut - 0.01%),
        @&#8203;portal-background @&#8203;cut,
        @&#8203;portal-background 100%
    );
}

// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')

// Prettier 2.6.2
.background-gradient(@&#8203;cut) {
  background: linear-gradient(
    to right,
    @&#8203;white 0%,
    @&#8203;white (@&#8203;cut - 0.01%),
    @&#8203;portal-background @&#8203;cut,
    @&#8203;portal-background 100%
  );
}
```

##### Update `meriyah` to fix several bugs ([#&#8203;12567](prettier/prettier#12567) by [@&#8203;fisker](https://github.com/fisker), fixes in [`meriyah`](https://github.com/meriyah/meriyah/) by [@&#8203;3cp](https://github.com/3cp))

Fixes bugs when parsing following valid code:

```js
foo(await bar());
```

```js
const regex = /.*/ms;
```

```js
const element = <p>{/w/.test(s)}</p>;
```

```js
class A extends B {
  #privateMethod() {
    super.method();
  }
}
```

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1280
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Jan 3, 2024
* Build(deps): Bump meriyah from 4.2.0 to 4.2.1

Bumps [meriyah](https://github.com/meriyah/meriyah) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.2.0...v4.2.1)

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

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

* Add test for meriyah/meriyah@6de707a

* Test meriyah/meriyah@37c6361

* Test meriyah/meriyah@d757c6b

* Add changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <lionkay@gmail.com>
medikoo pushed a commit to medikoo/prettier-elastic that referenced this pull request Jan 4, 2024
* Build(deps): Bump meriyah from 4.2.0 to 4.2.1

Bumps [meriyah](https://github.com/meriyah/meriyah) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/master/CHANGELOG.md)
- [Commits](meriyah/meriyah@v4.2.0...v4.2.1)

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

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

* Add test for meriyah/meriyah@6de707a

* Test meriyah/meriyah@37c6361

* Test meriyah/meriyah@d757c6b

* Add changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <lionkay@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants