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


   Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.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.6.1</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261";>Changelog</a></p>
   <h2>2.6.0</h2>
   <p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html";>Release 
note</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.1</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/2.6.0...2.6.1";>diff</a></p>
   <h4>Ignore <code>loglevel</code> when printing information (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/12477";>#12477</a>
 by <a href="https://github.com/fisker";><code>@​fisker</code></a>)</h4>
   <!-- raw HTML omitted -->
   <pre lang="bash"><code># Prettier 2.6.0
   prettier --loglevel silent --find-config-path index.js
   # Nothing printed
   <h1>Prettier 2.6.1</h1>
   <p>prettier --loglevel silent --help no-color</p>
   <h1>.prettierrc</h1>
   <p></code></pre></p>
   <h4>Make artifact friendly for webpack (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/12485";>#12485</a>,
 <a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/12511";>#12511</a>
 by <a href="https://github.com/fisker";><code>@​fisker</code></a>)</h4>
   <p>Fixes two problems when bundling our UMD files with webpack:</p>
   <ul>
   <li>A error <code>&quot;`....__exportStar` is not a function&quot;</code> 
throws when running the bundles.</li>
   <li>Some files cause warning about <code>&quot;Critical dependency: the 
request of a dependency is an expression&quot;</code>.</li>
   </ul>
   <h4>Fix non-idempotent formatting of function calls with complex type 
arguments (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/pull/12508";>#12508</a>
 by <a 
href="https://github.com/sosukesuzuki";><code>@​sosukesuzuki</code></a>)</h4>
   <!-- raw HTML omitted -->
   <pre lang="tsx"><code>// Input
   const foo =
     doSomething&lt;{ foo1: &quot;foo1&quot;, foo2: &quot;foo2&quot;, foo3: 
&quot;foo3&quot;, foo4: &quot;foo4&quot;, foo5: &quot;foo5&quot; }&gt;();
   <p>// Prettier 2.6.0 (first)
   const foo =
   doSomething&lt;{
   foo1: &quot;foo1&quot;;
   foo2: &quot;foo2&quot;;
   foo3: &quot;foo3&quot;;
   foo4: &quot;foo4&quot;;
   foo5: &quot;foo5&quot;;
   }&gt;();</p>
   <p>// Prettier 2.6.0 (second)
   const foo = doSomething&lt;{
   foo1: &quot;foo1&quot;;
   foo2: &quot;foo2&quot;;
   foo3: &quot;foo3&quot;;
   foo4: &quot;foo4&quot;;
   foo5: &quot;foo5&quot;;
   }&gt;();
   &lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/ad505bf771126f39688b13a1319dfeef49fb4d5b";><code>ad505bf</code></a>
 Release 2.6.1</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/6128c5c4e4bf4f03e965561d6191ee99550db287";><code>6128c5c</code></a>
 Build: Fix <code>esbuildPluginReplaceModule</code> (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12530";>#12530</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/11649270f676b6d2ec40c09a95e2714f74939ea7";><code>1164927</code></a>
 Enable <code>unicorn/text-encoding-identifier-case</code> rule (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12526";>#12526</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/0e6c1d58d836fa4f3c388aa5c4fa9bd87173300d";><code>0e6c1d5</code></a>
 Enter OTP via <code>enquirer</code> (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12528";>#12528</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/67edeeaf72cba521aae1ad5f93fd17ac7e4d7ef0";><code>67edeea</code></a>
 Build(deps): Bump minimist from 1.2.5 to 1.2.6 (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12513";>#12513</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/6664253b9ef24e7f0d6744c56424705ff2307537";><code>6664253</code></a>
 Fix error when bundle prettier with webpack (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12511";>#12511</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/9e7f7b9295a0e7c34ac0c03ccfb79a2a6aad9abd";><code>9e7f7b9</code></a>
 Updated the State of JS Survey Results (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12350";>#12350</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/becb6c9b74c60291b7fd964b9fe88d5ed4148a23";><code>becb6c9</code></a>
 Fix non-idempotent formatting of function calls with complex type arguments 
(...</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1939f92be583a2c5317cb044e3d4243e1a591c01";><code>1939f92</code></a>
 Build(deps): Bump <code>@​typescript-eslint/typescript-estree</code> (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12514";>#12514</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/6fece964c8ab3e3c0657476949f9c3bdf1e9887c";><code>6fece96</code></a>
 Build(deps): Bump json5 from 2.2.0 to 2.2.1 (<a 
href="https://github-redirect.dependabot.com/prettier/prettier/issues/12515";>#12515</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/prettier/compare/2.5.1...2.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.5.1&new-version=2.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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.

To unsubscribe, e-mail: [email protected]

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