dependabot[bot] opened a new pull request, #32461: URL: https://github.com/apache/superset/pull/32461
Bumps [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.1 to 5.24.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rjsf-team/react-jsonschema-form/releases"><code>@rjsf/utils</code>'s releases</a>.</em></p> <blockquote> <h2>5.24.3</h2> <h2><code>@rjsf/utils</code></h2> <ul> <li>Rollback <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4446">4446</a> due to regression</li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4472">#4472</a></li> </ul> <h2>5.24.2</h2> <h2><code>@rjsf/utils</code></h2> <ul> <li>switch <code>lodash.isEqualWith</code> to <code>fast-equals.createCustomEqual</code> providing <code>areFunctionsEqual</code> assuming any functions are equal.</li> <li>Fixed issue with oneOf selector can be modified in readonly mode, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4460">#4460</a></li> <li>Fixed issue with fields inside an array can't be set to empty when a default is set, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4456">#4456</a></li> <li>Fixed issue with file accept attribute, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4404">#4404</a>.</li> </ul> <h2><code>@rjsf/mui</code></h2> <ul> <li>Fixed issue with file accept attribute, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4404">#4404</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md"><code>@rjsf/utils</code>'s changelog</a>.</em></p> <blockquote> <h1>5.24.3</h1> <h2><code>@rjsf/utils</code></h2> <ul> <li>Rollback <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4446">4446</a> due to regression</li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4472">#4472</a></li> </ul> <h1>5.24.2</h1> <h2><code>@rjsf/utils</code></h2> <ul> <li>switch <code>lodash.isEqualWith</code> to <code>fast-equals.createCustomEqual</code> providing <code>areFunctionsEqual</code> assuming any functions are equal.</li> <li>Fixed issue with oneOf selector can be modified in readonly mode, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4460">#4460</a></li> <li>Fixed issue with fields inside an array can't be set to empty when a default is set, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4456">#4456</a></li> <li>Fixed issue with file accept attribute, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4404">#4404</a>.</li> </ul> <h2><code>@rjsf/mui</code></h2> <ul> <li>Fixed issue with file accept attribute, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4404">#4404</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/76eff41ea01c073dd20ec5712fd21fb99eb11787"><code>76eff41</code></a> v5.24.3</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/096c0b4eb8ea7322bb30287bd3cd26a338a86168"><code>096c0b4</code></a> Revert <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4446">#4446</a> due to regression (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4478">#4478</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/615a98c925a3886b87da12fe3785359ea9f9fca7"><code>615a98c</code></a> Validator should not refresh on clicking a Selector in playground (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4472">#4472</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/b12175679079be956570349771dddd65406b3773"><code>b121756</code></a> v5.24.2 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4468">#4468</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/2cc5126caef24cf457d49f59675469fcb3ff6c56"><code>2cc5126</code></a> Bug: The oneOf selector can be modified in readonly mode (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4463">#4463</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/5a3537e2f2fdcd87fac36a7ecbe5c88f56570321"><code>5a3537e</code></a> Refactor: remove unnecessary indirectness in get default form state test (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4462">#4462</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/978dbeaa5daafb81033d823ffe4b7247feffc3ca"><code>978dbea</code></a> Bug : Fields inside an array can't be set to empty when default is set. (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4461">#4461</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/3f9760bcb617e217f6ae9c49744027fc99822439"><code>3f9760b</code></a> Update validation.md (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4458">#4458</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/70d7c7370f0f8c714e912fec7551d96a2a1d11a6"><code>70d7c73</code></a> Fixed file accept attribute not working on mui and chakra-ui. (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4457">#4457</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/2b5c90743f9cf55c9e6b8ddf7b2fa025d9607f8c"><code>2b5c907</code></a> Switch lodash.isEqualWith to fast-equals (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4446">#4446</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rjsf-team/react-jsonschema-form/compare/5.24.1...5.24.3">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]
