Build(deps-dev): bump prettier from 2.6.0 to 2.6.2 #307

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-2.6.2 into master 2022-04-05 08:43:08 +00:00
argoyle commented 2022-04-03 04:41:52 +00:00 (Migrated from gitlab.com)

Bumps prettier from 2.6.0 to 2.6.2.

Release notes

Sourced from prettier's releases.

2.6.2

🔗 Changelog

2.6.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.6.2

diff

Fix LESS/SCSS format error (#12536 by @​fisker)

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

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

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

Update meriyah to fix several bugs (#12567 by @​fisker, fixes in meriyah by @​3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;

... (truncated)

Commits
  • d6f82a0 Release 2.6.2
  • 2bca9d6 Add new workflow to prevent updating users.yml (#11784)
  • 378370a Build(deps): Bump leven from 3.1.0 to 4.0.0 (#11349)
  • 3c96a08 Build(deps): Bump strip-ansi from 6.0.0 to 7.0.0 (#10731)
  • 1bfb08f Build(deps): Bump meriyah from 4.2.0 to 4.2.1 (#12567)
  • 9400c89 Refactor: Add a wrapped normalizeCliOptions version for CLI usage (#12573)
  • 5e3de48 Build(deps): Bump escape-string-regexp from 4.0.0 to 5.0.0 (#10725)
  • 5d73acc Build(deps-dev): Bump esbuild from 0.14.29 to 0.14.30 (#12581)
  • e2eac0c Move some bundle test code into tests/ (#12577)
  • 7d33ed5 Build(deps-dev): Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (#12580)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.0 to 2.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.6.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#262">Changelog</a></p> <h2>2.6.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.6.2</h1> <p><a href="https://github.com/prettier/prettier/compare/2.6.1...2.6.2">diff</a></p> <h4>Fix LESS/SCSS format error (<a href="https://github.com/prettier/prettier/pull/12536">#12536</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="less"><code>// Input .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); } <p>// Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset')</p> <p>// Prettier 2.6.2 .background-gradient(<a href="https://github.com/cut"><code>@​cut</code></a>) { background: linear-gradient( to right, <a href="https://github.com/white"><code>@​white</code></a> 0%, <a href="https://github.com/white"><code>@​white</code></a> (<a href="https://github.com/cut"><code>@​cut</code></a> - 0.01%), <a href="https://github.com/portal-background"><code>@​portal-background</code></a> <a href="https://github.com/cut"><code>@​cut</code></a>, <a href="https://github.com/portal-background"><code>@​portal-background</code></a> 100% ); } </code></pre></p> <h4>Update <code>meriyah</code> to fix several bugs (<a href="https://github.com/prettier/prettier/pull/12567">#12567</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>, fixes in <a href="https://github.com/meriyah/meriyah/"><code>meriyah</code></a> by <a href="https://github.com/3cp"><code>@​3cp</code></a>)</h4> <p>Fixes bugs when parsing following valid code:</p> <pre lang="js"><code>foo(await bar()); </code></pre> <pre lang="js"><code>const regex = /.*/ms; </code></pre> <pre lang="js"><code>const element = &lt;p&gt;{/w/.test(s)}&lt;/p&gt;; </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/d6f82a024a1f0c4c7418a49a8334862286a63c17"><code>d6f82a0</code></a> Release 2.6.2</li> <li><a href="https://github.com/prettier/prettier/commit/2bca9d65f4e200349a45765a1f3ee1da01456e40"><code>2bca9d6</code></a> Add new workflow to prevent updating <code>users.yml</code> (<a href="https://github.com/prettier/prettier/issues/11784">#11784</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/378370a01e00db8da33e7fde030699ffda29730f"><code>378370a</code></a> Build(deps): Bump leven from 3.1.0 to 4.0.0 (<a href="https://github.com/prettier/prettier/issues/11349">#11349</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3c96a08176576e038d0088f3209a54642de77077"><code>3c96a08</code></a> Build(deps): Bump strip-ansi from 6.0.0 to 7.0.0 (<a href="https://github.com/prettier/prettier/issues/10731">#10731</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1bfb08f2895dd12c256f663b3f6c00ab0cc4ecde"><code>1bfb08f</code></a> Build(deps): Bump meriyah from 4.2.0 to 4.2.1 (<a href="https://github.com/prettier/prettier/issues/12567">#12567</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9400c893a3226cf19b03538cd6ae42a280cfddb1"><code>9400c89</code></a> Refactor: Add a wrapped <code>normalizeCliOptions</code> version for CLI usage (<a href="https://github.com/prettier/prettier/issues/12573">#12573</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5e3de4828d6a7ac0fdf94a82ba36a20d7c190b8d"><code>5e3de48</code></a> Build(deps): Bump escape-string-regexp from 4.0.0 to 5.0.0 (<a href="https://github.com/prettier/prettier/issues/10725">#10725</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5d73acc42d00c869fb4634167037ea79c027048b"><code>5d73acc</code></a> Build(deps-dev): Bump esbuild from 0.14.29 to 0.14.30 (<a href="https://github.com/prettier/prettier/issues/12581">#12581</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e2eac0cb8a33f051cb94d34cf6a0f73256ea4677"><code>e2eac0c</code></a> Move some bundle test code into <code>tests/</code> (<a href="https://github.com/prettier/prettier/issues/12577">#12577</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/7d33ed54520486b43e70218a6e152e8d1fc477e5"><code>7d33ed5</code></a> Build(deps-dev): Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (<a href="https://github.com/prettier/prettier/issues/12580">#12580</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.6.0...2.6.2">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-04-05 08:11:09 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 374ce348...4cfd5f06 - 2 commits from branch master
  • d63e4c0d - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2

Compare with previous version

added 3 commits <ul><li>374ce348...4cfd5f06 - 2 commits from branch <code>master</code></li><li>d63e4c0d - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/258/diffs?diff_id=366546274&start_sha=374ce3489fd4b55ab9d63261df6687b9f7cb94a6)
argoyle commented 2022-04-05 08:21:48 +00:00 (Migrated from gitlab.com)

added 3 commits

  • d63e4c0d...ef4b4d7f - 2 commits from branch master
  • 8436e38b - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2

Compare with previous version

added 3 commits <ul><li>d63e4c0d...ef4b4d7f - 2 commits from branch <code>master</code></li><li>8436e38b - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/258/diffs?diff_id=366557813&start_sha=d63e4c0d1231657513fbff184c60438d6acedac4)
argoyle commented 2022-04-05 08:32:25 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 8436e38b...a1c2d148 - 2 commits from branch master
  • a8501a23 - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2

Compare with previous version

added 3 commits <ul><li>8436e38b...a1c2d148 - 2 commits from branch <code>master</code></li><li>a8501a23 - Build(deps-dev): bump prettier from 2.6.0 to 2.6.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/258/diffs?diff_id=366568444&start_sha=8436e38b554fb22524df15a2a03885c437365f73)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-04-05 08:40:59 +00:00
argoyle commented 2022-04-05 08:43:07 +00:00 (Migrated from gitlab.com)

mentioned in commit 14e8085d55

mentioned in commit 14e8085d55b0ae942a6d929746a106b29d540e12
argoyle (Migrated from gitlab.com) merged commit 14e8085d55 into master 2022-04-05 08:43:08 +00:00
Sign in to join this conversation.