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/03 07:07:54 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #22568: build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.48.0 in /superset-websocket

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

   Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.0 to 5.48.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v5.48.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0">5.48.0</a> (2023-01-02)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>website:</strong> fix typo (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6285">#6285</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3f8d105e9ee500428774b498083c4bc02bfd81b8">3f8d105</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> specify which method is unbound and added test case (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6281">#6281</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/cf3ffdd49aceb734ce18dc44ed6a11f7701f178e">cf3ffdd</a>)</li>
   </ul>
   <h2>v5.47.1</h2>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1">5.47.1</a> (2022-12-26)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>ast-spec:</strong> correct some incorrect ast types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6257">#6257</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0f3f64571ea5d938081b1a9f3fd1495765201700">0f3f645</a>)</li>
   <li><strong>eslint-plugin:</strong> [member-ordering] correctly invert optionalityOrder (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6256">#6256</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ccd45d4a998946b7be1161f8c8216bc458e50b4e">ccd45d4</a>)</li>
   </ul>
   <h2>v5.47.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0">5.47.0</a> (2022-12-19)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-floating-promises] add suggestion fixer to add an 'await' (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5943">#5943</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9e35ef9af3ec51ab2dd49336699f3a94528bb4b1">9e35ef9</a>)</li>
   </ul>
   <h2>v5.46.1</h2>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>
   <h2>v5.46.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record&lt;string, unknown&gt;</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li>
   </ul>
   <h2>v5.45.1</h2>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1">5.45.1</a> (2022-12-05)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0">5.48.0</a> (2023-01-02)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> specify which method is unbound and added test case (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6281">#6281</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/cf3ffdd49aceb734ce18dc44ed6a11f7701f178e">cf3ffdd</a>)</li>
   </ul>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1">5.47.1</a> (2022-12-26)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>ast-spec:</strong> correct some incorrect ast types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6257">#6257</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0f3f64571ea5d938081b1a9f3fd1495765201700">0f3f645</a>)</li>
   <li><strong>eslint-plugin:</strong> [member-ordering] correctly invert optionalityOrder (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6256">#6256</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/ccd45d4a998946b7be1161f8c8216bc458e50b4e">ccd45d4</a>)</li>
   </ul>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0">5.47.0</a> (2022-12-19)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-floating-promises] add suggestion fixer to add an 'await' (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5943">#5943</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9e35ef9af3ec51ab2dd49336699f3a94528bb4b1">9e35ef9</a>)</li>
   </ul>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record&lt;string, unknown&gt;</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li>
   </ul>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1">5.45.1</a> (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [keyword-spacing] unexpected space before/after in <code>import type</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6095">#6095</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8">98caa92</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-shadow] add call and method signatures to <code>ignoreFunctionTypeParameterNameValueShadow</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6129">#6129</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5">9d58b6b</a>)</li>
   <li><strong>eslint-plugin:</strong> [prefer-optional-chain] collect MetaProperty type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6083">#6083</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97">d7114d3</a>)</li>
   <li><strong>eslint-plugin:</strong> [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6118">#6118</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b">5d49d5d</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4ab9bd7f7c1812df4371d1fd3202969c1039e8a7"><code>4ab9bd7</code></a> chore: publish v5.48.0</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cf3ffdd49aceb734ce18dc44ed6a11f7701f178e"><code>cf3ffdd</code></a> feat(eslint-plugin): specify which method is unbound and added test case (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6281">#6281</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6ffce79fd5690cbbf261b3fd41d194f8f8644a6c"><code>6ffce79</code></a> chore: publish v5.47.1</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0f3f64571ea5d938081b1a9f3fd1495765201700"><code>0f3f645</code></a> fix(ast-spec): correct some incorrect ast types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6257">#6257</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ccd45d4a998946b7be1161f8c8216bc458e50b4e"><code>ccd45d4</code></a> fix(eslint-plugin): [member-ordering] correctly invert optionalityOrder (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6256">#6256</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a2c08ba41f51e0816c41649a63f80091731d9d8d"><code>a2c08ba</code></a> chore: publish v5.47.0</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9e35ef9af3ec51ab2dd49336699f3a94528bb4b1"><code>9e35ef9</code></a> feat(eslint-plugin): [no-floating-promises] add suggestion fixer to add an 'a...</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6b3ed1d5b66e20a67b20977084b654644c6f7311"><code>6b3ed1d</code></a> docs: fixed typo  &quot;foo.property&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6180">#6180</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c943b845c939944d309cea7a312db4ca645308f3"><code>c943b84</code></a> chore: publish v5.46.1</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/47241bb6f676233e37cd813714b79e3a5d9fb3e0"><code>47241bb</code></a> docs: overhaul branding and add new logo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6147">#6147</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.0/packages/eslint-plugin">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.45.0&new-version=5.48.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] dependabot[bot] commented on pull request #22568: build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.48.0 in /superset-websocket

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

   Superseded by #22656.


-- 
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 #22568: build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.48.0 in /superset-websocket

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

   # [Codecov](https://codecov.io/gh/apache/superset/pull/22568?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 [#22568](https://codecov.io/gh/apache/superset/pull/22568?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8a0cfa1) into [master](https://codecov.io/gh/apache/superset/commit/7df1d70a9512bfed146b4026d1e0d6f69165804a?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7df1d70) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #22568   +/-   ##
   =======================================
     Coverage   66.91%   66.91%           
   =======================================
     Files        1851     1851           
     Lines       70709    70709           
     Branches     7766     7766           
   =======================================
     Hits        47316    47316           
     Misses      21371    21371           
     Partials     2022     2022           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.85% <ø> (ø)` | |
   
   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] dependabot[bot] closed pull request #22568: build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.48.0 in /superset-websocket

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #22568: build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.48.0 in /superset-websocket
URL: https://github.com/apache/superset/pull/22568


-- 
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