You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/03/25 17:03:30 UTC

[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #1544: Bump prettier from 2.5.1 to 2.6.1 in /console/react

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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #1544: Bump prettier from 2.5.1 to 2.6.1 in /console/react

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #1544:
URL: https://github.com/apache/qpid-dispatch/pull/1544#issuecomment-1079289357


   # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1544](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6a31c34) into [main](https://codecov.io/gh/apache/qpid-dispatch/commit/2fe2fe7feb1655bc446c05b8ef5d741068089770?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2fe2fe7) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##             main    #1544   +/-   ##
   =======================================
     Coverage   85.90%   85.90%           
   =======================================
     Files         110      110           
     Lines       24701    24701           
   =======================================
     Hits        21220    21220           
     Misses       3481     3481           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1544/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j) | `93.46% <0.00%> (-0.40%)` | :arrow_down: |
   | [src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1544/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=) | `86.79% <0.00%> (-0.29%)` | :arrow_down: |
   | [src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1544/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9ub2RlLmM=) | `93.17% <0.00%> (ø)` | |
   | [src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1544/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=) | `86.79% <0.00%> (+0.43%)` | :arrow_up: |
   | [src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1544/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=) | `93.90% <0.00%> (+0.55%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [2fe2fe7...6a31c34](https://codecov.io/gh/apache/qpid-dispatch/pull/1544?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org