You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/12 22:44:02 UTC

[PR] build(deps): update prop-types requirement from ^15.7.2 to ^15.8.1 in /superset-frontend/packages/superset-ui-chart-controls [superset]

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

   Updates the requirements on [prop-types](https://github.com/facebook/prop-types) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/facebook/prop-types/blob/main/CHANGELOG.md">prop-types's changelog</a>.</em></p>
   <blockquote>
   <h2>15.8.1</h2>
   <ul>
   <li>[Fix] fix crash when a custom propType return lacks <code>.data</code>; call <code>hasOwnProperty</code> properly (<a href="https://redirect.github.com/facebook/prop-types/issues/370">#370</a>)</li>
   <li>[meta] Fix formatting in CHANGELOG.md (<a href="https://redirect.github.com/facebook/prop-types/issues/367">#367</a>)</li>
   <li>[Tests] add missing test coverage (<a href="https://redirect.github.com/facebook/prop-types/issues/370">#370</a>)</li>
   <li>[Tests] convert normal <code>it</code> functions to arrow functions (<a href="https://redirect.github.com/facebook/prop-types/issues/370">#370</a>)</li>
   <li>[Tests] do not fail fast; add react 17 (<a href="https://redirect.github.com/facebook/prop-types/issues/366">#366</a>)</li>
   <li>[Dev Deps] update <code>eslint</code></li>
   </ul>
   <h2>15.8.0</h2>
   <ul>
   <li>[New] add <code>PropTypes.bigint</code> (<a href="https://redirect.github.com/facebook/prop-types/issues/365">#365</a>)</li>
   <li>[New] <code>oneOfType</code>: Add expected types to warning (<a href="https://redirect.github.com/facebook/prop-types/issues/198">#198</a>)</li>
   <li>[New] Add type check for validator for 'shape' and 'exact' (<a href="https://redirect.github.com/facebook/prop-types/issues/234">#234</a>)</li>
   <li>[Fix] <code>checkPropTypes</code>: Friendlier message when using a type checker that is not a function (<a href="https://redirect.github.com/facebook/prop-types/issues/51">#51</a>)</li>
   <li>[Refactor] extract <code>has</code> (<a href="https://redirect.github.com/facebook/prop-types/issues/261">#261</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/125">#125</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/124">#124</a>)</li>
   <li>[readme] Fix branch name (master -&gt; main) (<a href="https://redirect.github.com/facebook/prop-types/issues/364">#364</a>)</li>
   <li>[readme] Clarify usage of <code>elementType</code> (<a href="https://redirect.github.com/facebook/prop-types/issues/335">#335</a>)</li>
   <li>[docs] highlighted the func name (<a href="https://redirect.github.com/facebook/prop-types/issues/321">#321</a>)</li>
   <li>[docs] Typo fix in example (<a href="https://redirect.github.com/facebook/prop-types/issues/300">#300</a>)</li>
   <li>[docs] Add instructions for intentional inclusion of validation in production. (<a href="https://redirect.github.com/facebook/prop-types/issues/262">#262</a>)</li>
   <li>[docs] <code>PropTypes.node</code>: add link to react docs</li>
   <li>[docs] Improve wording for <code>checkPropTypes</code> (<a href="https://redirect.github.com/facebook/prop-types/issues/258">#258</a>)</li>
   <li>[meta] Add a package <code>sideEffects</code> field. (<a href="https://redirect.github.com/facebook/prop-types/issues/350">#350</a>)</li>
   <li>[meta] use <code>in-publish</code> to avoid running the build on install</li>
   <li>[deps] regenerate yarn.lock</li>
   <li>[deps] update <code>react-is</code> (<a href="https://redirect.github.com/facebook/prop-types/issues/347">#347</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/346">#346</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/345">#345</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/340">#340</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/338">#338</a>)</li>
   <li>[eslint] enable some rules (<a href="https://redirect.github.com/facebook/prop-types/issues/360">#360</a>)</li>
   <li>[Tests] Use GH Actions (<a href="https://redirect.github.com/facebook/prop-types/issues/363">#363</a>)</li>
   <li>[Tests] Fix spelling (<a href="https://redirect.github.com/facebook/prop-types/issues/318">#318</a>)</li>
   <li>[Tests] Fixed typo: 'Any type <em>should</em> accept any value' (<a href="https://redirect.github.com/facebook/prop-types/issues/281">#281</a>)</li>
   <li>[Tests] fix broken tests; test the build process</li>
   <li>[Dev Deps] update <code>browserify</code>, <code>bundle-collapser</code>, <code>eslint</code>, <code>in-publish</code>, <code>react</code>, <code>uglifyify</code>, <code>uglifyjs</code></li>
   </ul>
   <h2>15.7.2</h2>
   <ul>
   <li>[Fix] ensure nullish values in <code>oneOf</code> do not crash (<a href="https://redirect.github.com/facebook/prop-types/issues/256">#256</a>)</li>
   <li>[Fix] move <code>loose-envify</code> back to production deps, for browerify usage (<a href="https://redirect.github.com/facebook/prop-types/issues/203">#203</a>)</li>
   </ul>
   <h2>15.7.1</h2>
   <ul>
   <li>[Fix] avoid template literal syntax (<a href="https://redirect.github.com/facebook/prop-types/issues/255">#255</a>, <a href="https://redirect.github.com/facebook/prop-types/issues/254">#254</a>)</li>
   </ul>
   <h2>15.7.0</h2>
   <ul>
   <li>[New] Add <code>.elementType</code> (<a href="https://redirect.github.com/facebook/prop-types/pull/211">#211</a>)</li>
   <li>[New] add <code>PropTypes.resetWarningCache</code> (<a href="https://redirect.github.com/facebook/prop-types/pull/178">#178</a>)</li>
   <li><code>oneOf</code>: improve warning when multiple arguments are supplied (<a href="https://redirect.github.com/facebook/prop-types/pull/244">#244</a>)</li>
   <li>Fix <code>oneOf</code> when used with Symbols (<a href="https://redirect.github.com/facebook/prop-types/pull/224">#224</a>)</li>
   <li>Avoid relying on <code>hasOwnProperty</code> being present on values' prototypes (<a href="https://redirect.github.com/facebook/prop-types/pull/112">#112</a>, <a href="https://redirect.github.com/facebook/prop-types/pull/187">#187</a>)</li>
   <li>Improve readme (<a href="https://redirect.github.com/facebook/prop-types/pull/248">#248</a>, <a href="https://redirect.github.com/facebook/prop-types/pull/233">#233</a>)</li>
   <li>Clean up mistaken runtime dep, swap envify for loose-envify (<a href="https://redirect.github.com/facebook/prop-types/pull/204">#204</a>)</li>
   </ul>
   <h2>15.6.2</h2>
   <ul>
   <li>Remove the <code>fbjs</code> dependency by inlining some helpers from it (<a href="https://redirect.github.com/facebook/prop-types/pull/194">#194</a>))</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/facebook/prop-types/commit/70330a4430ba74467b41b8b4aa8c97a4814327a9"><code>70330a4</code></a> v15.8.1</li>
   <li><a href="https://github.com/facebook/prop-types/commit/044efd7a108556c7660f6b62092756666e39d74b"><code>044efd7</code></a> [Dev Deps] update <code>eslint</code></li>
   <li><a href="https://github.com/facebook/prop-types/commit/90c8c4783ca26aea2fad4769b143cf7055ab1c9b"><code>90c8c47</code></a> [Fix] fix crash when a custom propType return lacks <code>.data</code>; call `hasOwnProp...</li>
   <li><a href="https://github.com/facebook/prop-types/commit/b93deca6d21a78e2b97997421b7e5510061c56ab"><code>b93deca</code></a> [Tests] add missing test coverage</li>
   <li><a href="https://github.com/facebook/prop-types/commit/88e1b3d2a2f119dbbf1c4c64bacaca851659c0c5"><code>88e1b3d</code></a> [Tests] convert normal <code>it</code> functions to arrow functions</li>
   <li><a href="https://github.com/facebook/prop-types/commit/bdc31fa5eb869b3f4fe0067ac3916127d3ee86d9"><code>bdc31fa</code></a> [meta] Fix formatting in CHANGELOG.md</li>
   <li><a href="https://github.com/facebook/prop-types/commit/f9d2c19d8a40bf51b8057a5b8772672f24cc5715"><code>f9d2c19</code></a> [Tests] do not fail fast; add react 17</li>
   <li><a href="https://github.com/facebook/prop-types/commit/307a0f5f12cc4378c90c0c43b47d6bc4bc773903"><code>307a0f5</code></a> v15.8.0</li>
   <li><a href="https://github.com/facebook/prop-types/commit/aa90f53b7fcd522e1e8ed2a6e41c0d580688a16f"><code>aa90f53</code></a> [New] add <code>PropTypes.bigint</code></li>
   <li><a href="https://github.com/facebook/prop-types/commit/a921554eb22d72f15b1f00cebc628677deac2fa2"><code>a921554</code></a> [Dev Deps] update <code>eslint</code></li>
   <li>Additional commits viewable in <a href="https://github.com/facebook/prop-types/compare/v15.7.2...v15.8.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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


Re: [PR] build(deps): update prop-types requirement from ^15.7.2 to ^15.8.1 in /superset-frontend/packages/superset-ui-chart-controls [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26587:
URL: https://github.com/apache/superset/pull/26587#issuecomment-1890078320

   The following labels could not be found: `plugins`.


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


Re: [PR] build(deps): update prop-types requirement from ^15.7.2 to ^15.8.1 in /superset-frontend/packages/superset-ui-chart-controls [superset]

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


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


Re: [PR] build(deps): update prop-types requirement from ^15.7.2 to ^15.8.1 in /superset-frontend/packages/superset-ui-chart-controls [superset]

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #26587:
URL: https://github.com/apache/superset/pull/26587#issuecomment-1890120273

   ## [Codecov](https://app.codecov.io/gh/apache/superset/pull/26587?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`b98d4b4`)](https://app.codecov.io/gh/apache/superset/commit/b98d4b43bace21cf95e082678019277096430dac?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 69.16% compared to head [(`ebd0378`)](https://app.codecov.io/gh/apache/superset/pull/26587?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 69.16%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #26587   +/-   ##
   =======================================
     Coverage   69.16%   69.16%           
   =======================================
     Files        1948     1948           
     Lines       76062    76062           
     Branches     8493     8493           
   =======================================
   + Hits        52606    52609    +3     
   + Misses      21276    21273    -3     
     Partials     2180     2180           
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/superset/pull/26587/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [javascript](https://app.codecov.io/gh/apache/superset/pull/26587/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `56.50% <ø> (+<0.01%)` | :arrow_up: |
   
   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=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/superset/pull/26587?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


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