dependabot[bot] opened a new pull request #795:
URL: https://github.com/apache/qpid-dispatch/pull/795


   Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.5.
   <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.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>
   <p><a 
href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#202";>🔗 
Changelog</a></p>
   <h2>2.0.1</h2>
   <p><a 
href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#201";>🔗 
Changelog</a></p>
   <h2>2.0.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/1.19.1...2.0.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2020/03/21/2.0.0.html";>Release 
Notes</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md";>prettier's 
changelog</a>.</em></p>
   <blockquote>
   <h1>2.0.5</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/2.0.4...2.0.5";>diff</a></p>
   <h4>Less: Fix formatting of <code>:extend</code> (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/7984";>#7984</a>
 by <a href="https://github.com/fisker";>@fisker</a>)</h4>
   <!-- raw HTML omitted -->
   <pre lang="less"><code>// Input
   .class {
     &amp;:extend(.some-class .some-other-class 
.some-very-loooooooooooooong-class all);
   }
   <p>// Prettier 2.0.4
   .class {
   &amp;:extend(
   .some-class .some-other-class .some-very-loooooooooooooong-class all
   );
   }</p>
   <p>// Prettier 2.0.4 (Second format)
   .class {
   &amp;: extend(
   .some-class .some-other-class .some-very-loooooooooooooong-class all
   );
   }</p>
   <p>// Prettier 2.0.5
   .class {
   &amp;:extend(
   .some-class .some-other-class .some-very-loooooooooooooong-class all
   );
   }
   </code></pre></p>
   <h4>Editor integration: Use <a 
href="https://www.npmjs.com/package/resolve";><code>resolve</code></a> if 
builtin <code>require.resolve</code> is overridden (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/8072";>#8072</a>
 by <a href="https://github.com/fisker";>@fisker</a>)</h4>
   <p>This fixes issues that the users of Atom and WebStorm faced with 
2.0.4.</p>
   <p>Prettier now switches to using the <code>resolve</code> module for 
resolving configuration files and plugins if it detects that 
<code>require.resolve</code> isn't Node's builtin function (doesn't support the 
second argument), which happens in environments like editor extensions. To 
force the fallback, set the <code>PRETTIER_FALLBACK_RESOLVE</code> environment 
variable to <code>true</code>.</p>
   <h1>2.0.4</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/2.0.3...2.0.4";>diff</a></p>
   <h4>Revert <a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/7869";>#7869</a>,
 &quot;[TypeScript] format TSAsExpression with same logic as 
BinaryExpression&quot; (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/7958";>#7958</a>)</h4>
   <h1>2.0.3</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/2.0.2...2.0.3";>diff</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/6b22977cb56127cc10e04425b0eca7c5eb304e6e";><code>6b22977</code></a>
 Release 2.0.5</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/c65606f0a389d01180ee83b421d60d43a509bbb8";><code>c65606f</code></a>
 Bump resolve from 1.16.0 to 1.16.1 (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8099";>#8099</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/6ad8a7fef31c77bc167077750e072ab992937a2e";><code>6ad8a7f</code></a>
 Use <code>resolve</code> if <code>require.resolve</code> is overridden (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8072";>#8072</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/3ce819d72f5ab80be8c85f1956c66caae9a1a385";><code>3ce819d</code></a>
 chore: ignore test*.js in eslint and ts configs</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/eaca5dbe2683d0eca21e6ac57c42cd57f4085397";><code>eaca5db</code></a>
 Correct <code>standalone test</code> environment variable (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8080";>#8080</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/fc5f5462eaa2cb4bec49e6fb44ba1c48b071afaf";><code>fc5f546</code></a>
 Simplify production tests (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8075";>#8075</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/71fbd6149a00c304202c2f29937fffceaf06eb56";><code>71fbd61</code></a>
 Refactor production tests (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8073";>#8073</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/58905cdf579bde69610c45d4b3cfaf939c664d47";><code>58905cd</code></a>
 chore: update .gitignore and tsconfig.json</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1bfef8120622bf64ee8cce12e087a91303133a83";><code>1bfef81</code></a>
 Fix unexpected GitHub Actions failures (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/7980";>#7980</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/2a9f65104d0800e9c1222471b7f5cb2391ac1f49";><code>2a9f651</code></a>
 Enable GitHub Actions for a patch-release branch (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/8024";>#8024</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/prettier/compare/1.19.1...2.0.5";>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/~thorn0";>thorn0</a>, a new releaser for prettier 
since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.19.1&new-version=2.0.5)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to