You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/18 07:07:16 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #22767: build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.6.0 in /superset-websocket

dependabot[bot] opened a new pull request, #22767:
URL: https://github.com/apache/superset/pull/22767

   Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.6.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
   <blockquote>
   <h3>Version 8.6.0 (2023-01-02)</h3>
   <ul>
   <li>Added: [vue/multiline-ternary]. Thanks to <a href="https://github.com/xcatliu"><code>@​xcatliu</code></a>!</li>
   </ul>
   <h3>Version 8.5.0 (2022-03-02)</h3>
   <ul>
   <li>Added: [<code>@​typescript-eslint/space-before-blocks</code>]. Thanks to Masafumi Koba (<a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>)!</li>
   </ul>
   <h3>Version 8.4.0 (2022-02-19)</h3>
   <ul>
   <li>Added: [vue/quote-props]. Thanks to <a href="https://github.com/xcatliu"><code>@​xcatliu</code></a>!</li>
   </ul>
   <h3>Version 8.3.0 (2021-04-24)</h3>
   <ul>
   <li>Added: Support for [<code>@​babel/eslint-plugin</code>]. Thanks to Chip Zhang (<a href="https://github.com/ChipZhang"><code>@​ChipZhang</code></a>) for the heads-up! ([eslint-plugin-babel] is still supported, too.)</li>
   </ul>
   <h3>Version 8.2.0 (2021-04-13)</h3>
   <ul>
   <li>Added: [flowtype/quotes]. Thanks to Martin Zlámal (<a href="https://github.com/mrtnzlml"><code>@​mrtnzlml</code></a>)!</li>
   </ul>
   <h3>Version 8.1.0 (2021-02-24)</h3>
   <ul>
   <li>Added: [flowtype/object-type-curly-spacing].</li>
   <li>Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.</li>
   </ul>
   <h3>Version 8.0.0 (2021-02-21)</h3>
   <ul>
   <li>
   <p>Changed: All configs have been merged into one!</p>
   <p>To upgrade, change:</p>
   <pre lang="json"><code>{
     &quot;extends&quot;: [
       &quot;some-other-config-you-use&quot;,
       &quot;prettier&quot;,
       &quot;prettier/@typescript-eslint&quot;,
       &quot;prettier/babel&quot;,
       &quot;prettier/flowtype&quot;,
       &quot;prettier/react&quot;,
       &quot;prettier/standard&quot;,
       &quot;prettier/unicorn&quot;,
       &quot;prettier/vue&quot;
     ]
   }
   </code></pre>
   <p>Into:</p>
   <!-- raw HTML omitted -->
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/414495d420fdc3936064e86dc3a5479d60f26bd6"><code>414495d</code></a> eslint-config-prettier v8.6.0</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/ebcb0bfffe3bb1402d7dc670e62e96eba212e14d"><code>ebcb0bf</code></a> Update npm packages (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/236">#236</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/879e82e1cda70e20dff5e547ebe01b581a06f861"><code>879e82e</code></a> feat: off vue/multiline-ternary rule (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/234">#234</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/1218d2224d6a2d52762154eba597111e5a77a731"><code>1218d22</code></a> ci: harden workflows (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/232">#232</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/a57a3bb0e5aa39f59c2523bb3b77bf7e13b7be2a"><code>a57a3bb</code></a> ci: bump github actions (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/221">#221</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/ab47f025c03b3091dce6dca0f3d785b11c7ec3ed"><code>ab47f02</code></a> Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/220">#220</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/3dfe8c6301897260486e13bc22712e824958c422"><code>3dfe8c6</code></a> eslint-config-prettier v8.5.0</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/348db653df69052988e7b0642b328815c269b68a"><code>348db65</code></a> Update npm packages</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/7c0eea65da47e24e101930b37ac3b36f10ccb54f"><code>7c0eea6</code></a> Add new rule <code>@typescript-eslint/space-before-blocks</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/218">#218</a>)</li>
   <li><a href="https://github.com/prettier/eslint-config-prettier/commit/81019dab2b76eff2d7a5ab107efdb085746072fe"><code>81019da</code></a> eslint-config-prettier v8.4.0</li>
   <li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.6.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=8.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #22767: build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.6.0 in /superset-websocket

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #22767:
URL: https://github.com/apache/superset/pull/22767#issuecomment-1386636285

   # [Codecov](https://codecov.io/gh/apache/superset/pull/22767?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 [#22767](https://codecov.io/gh/apache/superset/pull/22767?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (99e7a29) into [master](https://codecov.io/gh/apache/superset/commit/ad758c080259970c9ea587fd8dd3f56d1dab7722?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ad758c0) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #22767   +/-   ##
   =======================================
     Coverage   67.26%   67.26%           
   =======================================
     Files        1875     1875           
     Lines       71762    71762           
     Branches     7854     7854           
   =======================================
     Hits        48268    48268           
     Misses      21469    21469           
     Partials     2025     2025           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.73% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #22767: build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.6.0 in /superset-websocket

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas merged PR #22767:
URL: https://github.com/apache/superset/pull/22767


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org