Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1 #107

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-2.4.1 into master 2021-11-09 20:09:27 +00:00
argoyle commented 2021-11-09 05:17:22 +00:00 (Migrated from gitlab.com)

Bumps prettier from 1.19.1 to 2.4.1.

Release notes

Sourced from prettier's releases.

2.4.1

🔗 Changelog

2.4.0

diff

Release note

2.3.2

changelog

v2.3.1

Changelog

2.3.0

diff

🔗 Release Notes

2.2.1

🔗 Changelog

2.2.0

diff

🔗 Release Notes

2.1.2

🔗Changelog

2.1.1

🔗Changelog

2.1.0

diff

🔗 Release Notes

2.0.5

🔗 Changelog

2.0.4

🔗 Changelog

2.0.3

🔗 Changelog

2.0.2

... (truncated)

Changelog

Sourced from prettier's changelog.

2.4.1

diff

Fix wildcard syntax in @forward (#11482) (#11487 by @​niksy)

// Input
@forward "library" as btn-*;

// Prettier 2.4.0 @​forward "library" as btn- *;

// Prettier 2.4.1 @​forward "library" as btn-*;

Add new CLI option debug-print-ast (#11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

2.4.0

diff

🔗 Release Notes

2.3.2

diff

Fix failure on dir with trailing slash (#11000 by @​fisker)

$ ls
1.js  1.unknown

Prettier 2.3.1

$ prettier . -l 1.js $ prettier ./ -l [error] No supported files were found in the directory: "./".

Prettier 2.3.2

$ prettier ./ -l 1.js

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by sosukesuzuki, a new releaser for prettier since your current version.



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 1.19.1 to 2.4.1. <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.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#241">Changelog</a></p> <h2>2.4.0</h2> <p><a href="https://github.com/prettier/prettier/compare/2.3.2...2.4.0">diff</a></p> <p><a href="https://prettier.io/blog/2021/09/09/2.4.0.html">Release note</a></p> <h2>2.3.2</h2> <p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#232">changelog</a></p> <h2>v2.3.1</h2> <p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#231">Changelog</a></p> <h2>2.3.0</h2> <p><a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2021/05/09/2.3.0.html">Release Notes</a></p> <h2>2.2.1</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#221">🔗 Changelog</a></p> <h1>2.2.0</h1> <p><a href="https://github.com/prettier/prettier/compare/2.1.2...2.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2020/11/20/2.2.0.html">Release Notes</a></p> <h2>2.1.2</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#212">🔗Changelog</a></p> <h2>2.1.1</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#211">🔗Changelog</a></p> <h1>2.1.0</h1> <p><a href="https://github.com/prettier/prettier/compare/2.0.5...2.1.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2020/08/24/2.1.0.html">Release Notes</a></p> <h2>2.0.5</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#205">🔗 Changelog</a></p> <h2>2.0.4</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#204">🔗 Changelog</a></p> <h2>2.0.3</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#203">🔗 Changelog</a></p> <h2>2.0.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.4.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.4.0...2.4.1">diff</a></p> <h4>Fix wildcard syntax in <code>@forward</code> (<a href="https://github.com/prettier/prettier/pull/11482">#11482</a>) (<a href="https://github.com/prettier/prettier/pull/11487">#11487</a> by <a href="https://github.com/niksy"><code>@​niksy</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="scss"><code>// Input @forward &quot;library&quot; as btn-*; <p>// Prettier 2.4.0 <a href="https://github.com/forward"><code>@​forward</code></a> &quot;library&quot; as btn- *;</p> <p>// Prettier 2.4.1 <a href="https://github.com/forward"><code>@​forward</code></a> &quot;library&quot; as btn-*; </code></pre></p> <h4>Add new CLI option <code>debug-print-ast</code> (<a href="https://github.com/prettier/prettier/pull/11514">#11514</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>A new <code>--debug-print-ast</code> CLI flag for debugging.</p> <h1>2.4.0</h1> <p><a href="https://github.com/prettier/prettier/compare/2.3.2...2.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2021/09/09/2.4.0.html">Release Notes</a></p> <h1>2.3.2</h1> <p><a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2">diff</a></p> <h4>Fix failure on dir with trailing slash (<a href="https://github.com/prettier/prettier/pull/11000">#11000</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="console"><code>$ ls 1.js 1.unknown <h1>Prettier 2.3.1</h1> <p>$ prettier . -l 1.js $ prettier ./ -l [error] No supported files were found in the directory: &quot;./&quot;.</p> <h1>Prettier 2.3.2</h1> <p>$ prettier ./ -l 1.js </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/7ced9e66549b8d5a8e3a74473af462f86fb0245c"><code>7ced9e6</code></a> Release 2.4.1</li> <li><a href="https://github.com/prettier/prettier/commit/59b5eb4e1faf912dd46759c98b45cfe5807e7a9f"><code>59b5eb4</code></a> Fix wildcard syntax in <code>@forward</code> (<a href="https://github.com/prettier/prettier/issues/11482">#11482</a>) (<a href="https://github.com/prettier/prettier/issues/11487">#11487</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/aa63269743e510ed1eaedaa4e9465430c9ff807d"><code>aa63269</code></a> Add new CLI option <code>debug-print-ast</code> (<a href="https://github.com/prettier/prettier/issues/11514">#11514</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ae33e494a91ced3e80f139ca075cb27bc645acb2"><code>ae33e49</code></a> fix(docs): lint-staged install instructions (<a href="https://github.com/prettier/prettier/issues/11363">#11363</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a1a7502f4f77498d24085862e9fd40f46c056f1e"><code>a1a7502</code></a> Update integrating-with-linters.md (<a href="https://github.com/prettier/prettier/issues/11399">#11399</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f63e15d1cd37167984dc329a34fc050343e3a91b"><code>f63e15d</code></a> Build(deps): Bump typescript from 4.4.2 to 4.4.3 (<a href="https://github.com/prettier/prettier/issues/11507">#11507</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/dec24722d65ea45afcf63af30857bea35ade4ed5"><code>dec2472</code></a> Build(deps-dev): Bump <code>@​babel/preset-env</code> from 7.15.4 to 7.15.6 (<a href="https://github.com/prettier/prettier/issues/11499">#11499</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ac3912cd4725b104290c8b1b95b801bbdfcce404"><code>ac3912c</code></a> Build(deps-dev): Bump eslint-plugin-unicorn from 35.0.0 to 36.0.0 (<a href="https://github.com/prettier/prettier/issues/11504">#11504</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bf5a027794316f3df2ea47dd06cee2f22940a735"><code>bf5a027</code></a> Revert workaround for node 16.9 (<a href="https://github.com/prettier/prettier/issues/11493">#11493</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ddee8dbaaecac095c9e2951bd6a1bddfb60fdfeb"><code>ddee8db</code></a> Build(deps): Bump espree from 8.0.0 to 9.0.0 (<a href="https://github.com/prettier/prettier/issues/11509">#11509</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/1.19.1...2.4.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~sosukesuzuki">sosukesuzuki</a>, a new releaser for prettier since your current version.</p> </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 2021-11-09 18:16:58 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 18:17:18 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 18:37:22 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 18:37:22 +00:00 (Migrated from gitlab.com)

added 1 commit

  • fcc66c06 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1

Compare with previous version

added 1 commit <ul><li>fcc66c06 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/58/diffs?diff_id=275730244&start_sha=08e6df168ad4261342ae032e187f789d6715c749)
argoyle commented 2021-11-09 18:38:21 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-09 18:38:25 +00:00
argoyle commented 2021-11-09 18:52:54 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 19:03:33 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 19:09:01 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-11-09 19:09:01 +00:00 (Migrated from gitlab.com)

added 5 commits

  • fcc66c06...6642d62b - 4 commits from branch master
  • ed9d35c6 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1

Compare with previous version

added 5 commits <ul><li>fcc66c06...6642d62b - 4 commits from branch <code>master</code></li><li>ed9d35c6 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/58/diffs?diff_id=275752970&start_sha=fcc66c0621748163dca03f09cf6ae75fcea56adf)
argoyle commented 2021-11-09 19:17:28 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 19:17:28 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 4ee8f4f1 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1

Compare with previous version

added 1 commit <ul><li>4ee8f4f1 - Chore(deps-dev): bump prettier from 1.19.1 to 2.4.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/58/diffs?diff_id=275757257&start_sha=ed9d35c6838696dde39c10c31f02a7ad2fe8e6e8)
argoyle commented 2021-11-09 20:09:21 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-09 20:09:27 +00:00 (Migrated from gitlab.com)

mentioned in commit 6d5ab14bd1

mentioned in commit 6d5ab14bd1f9179705e45f1b9df7922e144c0b5c
argoyle (Migrated from gitlab.com) merged commit 6d5ab14bd1 into master 2021-11-09 20:09:27 +00:00
Sign in to join this conversation.