dependabot[bot] opened a new pull request, #34950: URL: https://github.com/apache/superset/pull/34950
Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.1 to 5.24.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rjsf-team/react-jsonschema-form/releases"><code>@rjsf/core</code>'s releases</a>.</em></p> <blockquote> <h2>5.24.13</h2> <h2><code>@rjsf/core</code></h2> <ul> <li>Updated <code>ArrayField</code> to stop using <code>nanoid</code> and instead use <code>lodash/uniqueId</code> to fix <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4726">#4762</a></li> </ul> <h2><code>@rjsf/semantic-ui</code></h2> <ul> <li>Updated <code>ArrayField</code> to stop using <code>nanoid</code> and instead use <code>lodash/uniqueId</code> to fix <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4726">#4762</a></li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Removed <code>nanoid</code> from the build system and <code>jest.config.js</code> files</li> </ul> <h2>v5.24.12</h2> <h2><code>@rjsf/utils</code></h2> <ul> <li>(Backported change from 6.0.0-beta.11) Fixed issue where oneOf radio button could not be modified when constAsDefaults is set to 'never', fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4634">#4634</a>.</li> </ul> <h2>v5.24.11</h2> <h2><code>@rjsf/utils</code></h2> <ul> <li>(Backported change from 6.0.0-beta.8) Fixed issue where oneOf schema references could not be modified when defaults were set, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4580">#4580</a>.</li> <li>(Backported change from 6.0.0-beta.11) Fixed issue where oneOf radio button could not be modified when defaults were set, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4634">#4634</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rjsf-team/react-jsonschema-form/compare/v5.24.10...v5.24.11">https://github.com/rjsf-team/react-jsonschema-form/compare/v5.24.10...v5.24.11</a></p> <h2>5.24.10</h2> <h2>Dev / docs / playground</h2> <ul> <li>Updated all <code>package.json</code> files in the <code>packages</code> directories to remove the <code>exports</code> blocks, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4537">#4537</a></li> </ul> <h2>5.24.9</h2> <h2><code>@rjsf/antd</code></h2> <ul> <li>Fixed ts errors in newer antd versions <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4525">#4525</a></li> </ul> <h2><code>@rjsf/chakra-ui</code></h2> <ul> <li>Restricted the chakra-react-select peerDependency to <6.0.0, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4539">#4539</a></li> </ul> <h2><code>@rjsf/core</code></h2> <ul> <li>Do not display input field in MultiSchemaField with null type</li> </ul> <h2><code>@rjsf/mui</code></h2> <ul> <li>Fixed issue in BaseInputTemplate where input props were passed to <code>slotProps.htmlInput</code>, which does not work in MUI v5.</li> </ul> <h2><code>@rjsf/utils</code></h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rjsf-team/react-jsonschema-form/blob/5.24.13/CHANGELOG.md"><code>@rjsf/core</code>'s changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/6ad802533c6e91d451a1d41c4172a0691ad69251"><code>6ad8025</code></a> v5.24.13</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/f36e1e33d35b9a156835d4389660dd125316f171"><code>f36e1e3</code></a> Fix 4726 by removing nanoid in favor of lodash.uniqueId</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/3642e13354f21a24f220dd1cfc9a58197281ebd0"><code>3642e13</code></a> v5.24.12</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/d27bcafdf493d5e32869076fd109bc7d0b774762"><code>d27bcaf</code></a> Backport <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4665">#4665</a> to v5 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4669">#4669</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/5f8d46287ed35fd1fe7c63d64e6ffd331787b604"><code>5f8d462</code></a> v5.24.11 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4661">#4661</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/bb7b97a5c27b758a42b2067c0ed61bcc98759fd8"><code>bb7b97a</code></a> add v5 to CI in backport PR</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/1abed84e8a77fa2562e269d12f068198b7b7416f"><code>1abed84</code></a> Backport of <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4626">#4626</a></li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/66d22d8bcc26a748abe0215635966424ec570e53"><code>66d22d8</code></a> Backport <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4644">#4644</a></li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/686052ad7e6df09ca2f1110adaf0243fc783aa26"><code>686052a</code></a> v5.24.10 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4592">#4592</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/2b09f843c111d7b11af6f1813e6f0fdb60b0a4a4"><code>2b09f84</code></a> Fix 4537 by removing exports from package.json files (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4585">#4585</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rjsf-team/react-jsonschema-form/compare/5.24.1...5.24.13">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
