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 2022/11/01 07:47:51 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #21988: build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 5.42.0 in /superset-websocket

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

   Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 5.42.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v5.42.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0">5.42.0</a> (2022-10-31)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>ast-spec:</strong> add TSQualifiedName to TypeNode union (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5906">#5906</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5c316c12f09d58aee6ee634a8055533f361f1589">5c316c1</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-extra-parens] handle type assertion in extends clause (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5901">#5901</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8ed72192c274249d26628fb125796e71318b857a">8ed7219</a>)</li>
   <li><strong>typescript-estree:</strong> don't allow single-run unless we're in type-aware linting mode (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5893">#5893</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/891b0879ba9c64a4722b8c0bf9e599a725b6d6df">891b087</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [member-ordering] add natural sort order (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5662">#5662</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1eaae09ecca359f366b94f6a04665403f48b05c7">1eaae09</a>)</li>
   <li><strong>eslint-plugin:</strong> [no-invalid-void-type] better report message for void used as a constituent inside a function return type  (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5274">#5274</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d806bda82343712a24e3c78b9b34d4345dd1de3b">d806bda</a>)</li>
   <li><strong>typescript-estree:</strong> clarify docs and error for program project without matching TSConfig (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5762">#5762</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/67744db31f61acab14b5fe027fbc2844ba198c97">67744db</a>)</li>
   <li><strong>utils:</strong> add <code>RuleTester</code> API for top-level dependency constraints (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5896">#5896</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0520d53536af411d66ce2ce0dd478365e67adbac">0520d53</a>)</li>
   </ul>
   <h2>v5.41.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0">5.41.0</a> (2022-10-24)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-base-to-string] ignore Error, URL, and URLSearchParams by default (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5839">#5839</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/96e1c6c171a34b0793c50c3dba853c3999a6bd49">96e1c6c</a>)</li>
   <li><strong>type-utils:</strong> prevent stack overflow in <code>isTypeReadonly</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5860">#5860</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a6d8f7edb84f9f6dd59a76faf53bf686756e2aed">a6d8f7e</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4476">#4476</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5865">#5865</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e70a10aea684bc6bca05b69bfce3bae769a5f5ab">e70a10a</a>)</li>
   <li><strong>eslint-plugin:</strong> add no-unsafe-declaration-merging (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5840">#5840</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3728031c659dabde7658cd54184951d4be9aabcb">3728031</a>)</li>
   </ul>
   <h2>v5.40.1</h2>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1">5.40.1</a> (2022-10-17)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>eslint-plugin:</strong> Skip missing 'rest' tuple type arguments in no-misused-promises (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5809">#5809</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c5beaa2ea340985211ca5c12821842c54f5170f0">c5beaa2</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5807">#5807</a></li>
   <li><strong>utils:</strong> add missing dependency on <code>@types/semver</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5825">#5825</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/17b887933a0640d6fe843622e0520c0315144bb7">17b8879</a>)</li>
   </ul>
   <h2>v5.40.0</h2>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0">5.40.0</a> (2022-10-10)</h1>
   <h3>Bug Fixes</h3>
   <!-- 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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0">5.42.0</a> (2022-10-31)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>scope-manager:</strong> ignore ECMA version (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5881">#5881</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b8d449696c319690536a18a48ef32749dc2f559">3b8d449</a>)</li>
   </ul>
   <h3>Reverts</h3>
   <ul>
   <li>Revert &quot;feat(scope-manager): ignore ECMA version&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5888">#5888</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ee81df5a365d82ef4b3dfc124d4ec39c7bcb725">2ee81df</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5888">#5888</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5881">#5881</a></li>
   </ul>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0">5.41.0</a> (2022-10-24)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1">5.40.1</a> (2022-10-17)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0">5.40.0</a> (2022-10-10)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0">5.39.0</a> (2022-10-03)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1">5.38.1</a> (2022-09-26)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0">5.38.0</a> (2022-09-19)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0">5.37.0</a> (2022-09-12)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2">5.36.2</a> (2022-09-05)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1">5.36.1</a> (2022-08-30)</h2>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0">5.36.0</a> (2022-08-30)</h1>
   <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e5e9ea4cac25947c3a8748647a4fb4d329c4b25"><code>1e5e9ea</code></a> chore: publish v5.42.0</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ee81df5a365d82ef4b3dfc124d4ec39c7bcb725"><code>2ee81df</code></a> Revert &quot;feat(scope-manager): ignore ECMA version&quot; (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5888">#5888</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b8d449696c319690536a18a48ef32749dc2f559"><code>3b8d449</code></a> feat(scope-manager): ignore ECMA version (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5881">#5881</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fcf3f9da6595f8cda843e8adbfdf466c52dd7d08"><code>fcf3f9d</code></a> docs: Mention wide globs performance implications in monorepos docs and parse...</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9eea5f423fa99683af1f9a43ea15a7b3c0f78ef3"><code>9eea5f4</code></a> chore: publish v5.41.0</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0be356bae50156ba159c70d570b030e6d94afcb1"><code>0be356b</code></a> chore: publish v5.40.1</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/56f89d622765c96cab768566e01195272b4f121f"><code>56f89d6</code></a> chore: nx migrate latest (14.8.4) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5798">#5798</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6ac0aa7ef4506031687b92240f5cbdd13f568917"><code>6ac0aa7</code></a> chore: publish v5.40.0</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac6ccda4e90cea2b16520f544b0999186b21d5d0"><code>ac6ccda</code></a> chore: remove erroneous project reference from parser to utils (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/5801">#5801</a>)</li>
   <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/556b71f3b77f85bdb3d5f454e922c26f2ed1b6a8"><code>556b71f</code></a> chore: publish v5.39.0</li>
   <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.0/packages/parser">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.19.0&new-version=5.42.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] closed pull request #21988: build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 5.42.0 in /superset-websocket

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


-- 
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 #21988: build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 5.42.0 in /superset-websocket

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

   Superseded by #22055.


-- 
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 #21988: build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 5.42.0 in /superset-websocket

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

   # [Codecov](https://codecov.io/gh/apache/superset/pull/21988?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 [#21988](https://codecov.io/gh/apache/superset/pull/21988?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e75e7ee) into [master](https://codecov.io/gh/apache/superset/commit/dc7399540b334fdce79d9548f006f23fe95ffce1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dc73995) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #21988      +/-   ##
   ==========================================
   - Coverage   66.99%   66.99%   -0.01%     
   ==========================================
     Files        1809     1809              
     Lines       69324    69335      +11     
     Branches     7410     7413       +3     
   ==========================================
   + Hits        46443    46448       +5     
   - Misses      20971    20976       +5     
   - Partials     1910     1911       +1     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.41% <ø> (-0.01%)` | :arrow_down: |
   
   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.
   
   | [Impacted Files](https://codecov.io/gh/apache/superset/pull/21988?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...et-frontend/src/components/TableSelector/index.tsx](https://codecov.io/gh/apache/superset/pull/21988/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-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2NvbXBvbmVudHMvVGFibGVTZWxlY3Rvci9pbmRleC50c3g=) | `77.63% <0.00%> (-1.04%)` | :arrow_down: |
   | [superset-frontend/src/explore/ExplorePage.tsx](https://codecov.io/gh/apache/superset/pull/21988/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-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2V4cGxvcmUvRXhwbG9yZVBhZ2UudHN4) | `0.00% <0.00%> (ø)` | |
   | [...frontend/src/components/DatabaseSelector/index.tsx](https://codecov.io/gh/apache/superset/pull/21988/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-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2NvbXBvbmVudHMvRGF0YWJhc2VTZWxlY3Rvci9pbmRleC50c3g=) | `92.53% <0.00%> (+0.11%)` | :arrow_up: |
   | [...uperset-frontend/src/utils/getClientErrorObject.ts](https://codecov.io/gh/apache/superset/pull/21988/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-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL3V0aWxzL2dldENsaWVudEVycm9yT2JqZWN0LnRz) | `60.86% <0.00%> (+2.33%)` | :arrow_up: |
   
   :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