dependabot[bot] opened a new pull request, #30811: URL: https://github.com/apache/superset/pull/30811
Bumps [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form) from 5.19.4 to 5.22.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rjsf-team/react-jsonschema-form/releases"><code>@rjsf/validator-ajv8</code>'s releases</a>.</em></p> <blockquote> <h2>5.22.3</h2> <h2><code>@rjsf/utils</code></h2> <ul> <li>Fixed deep nested dependencies issue with assigning values to formData, fixing [<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4334">#4334</a>]</li> </ul> <h2>5.22.2</h2> <h2><code>@rjsf/core</code></h2> <ul> <li>Fix an issue where only the first file was uploaded when users selected multiple files for upload.</li> <li>Fixed validation regression Form not revalidating after formData change, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4343">#4343</a></li> </ul> <h2><code>@rjsf/validator-ajv8</code></h2> <ul> <li>Fixed <code>AJV8Validator#transformRJSFValidationErrors</code> to replace the error message field with either the <code>uiSchema</code>'s <code>ui:title</code> field if one exists or the <code>parentSchema</code> title if one exists. Fixes <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4348">#4348</a></li> </ul> <h2>5.22.1</h2> <h1>@rjsf/*</h1> <ul> <li>Bumped peer dependencies to <code>5.22.x</code> due to updated type definition and API changes in <code>@rjsf/utils</code></li> </ul> <h2>5.22.0</h2> <h1>New experimental features</h1> <ul> <li><a href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#experimental_custommergeallof">experimental_customMergeAllOf</a></li> <li><a href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#mergedefaultsintoformdata">experimental_defaultFormStateBehavior. mergeDefaultsIntoFormData</a></li> </ul> <h2><code>@rjsf/core</code></h2> <ul> <li>Updated <code>MultiSchemaField</code> to call the <code>onChange</code> handler after setting the new option, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3977">#3997</a> and <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4314">#4314</a></li> </ul> <h2><code>@rjsf/utils</code></h2> <ul> <li>Added <code>experimental_customMergeAllOf</code> option to <code>retrieveSchema()</code> and <code>getDefaultFormState()</code> to allow custom merging of <code>allOf</code> schemas</li> <li>Made fields with const property pre-filled and readonly, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/2600">#2600</a></li> <li>Added <code>mergeDefaultsIntoFormData</code> option to <code>Experimental_DefaultFormStateBehavior</code> type to control how to handle merging of defaults</li> <li>Updated <code>mergeDefaultsWithFormData()</code> to add new optional <code>defaultSupercedesUndefined</code> that when true uses the defaults rather than <code>undefined</code> formData, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4322">#4322</a></li> <li>Updated <code>getDefaultFormState()</code> to pass true to <code>mergeDefaultsWithFormData</code> for <code>defaultSupercedesUndefined</code> when <code>mergeDefaultsIntoFormData</code> has the value <code>useDefaultIfFormDataUndefined</code>, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4322">#4322</a></li> <li>Updated <code>getClosestMatchingOption()</code> to improve the scoring of sub-property objects that are provided over ones that aren't, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3977">#3997</a> and <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4314">#4314</a></li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated the <code>form-props.md</code> to add documentation for the new <code>experimental_customMergeAllOf</code> props and the <code>experimental_defaultFormStateBehavior.mergeDefaultsIntoFormData</code> option</li> <li>Updated the <code>utility-functions.md</code> to add documentation for the new optional <code>defaultSupercedesUndefined</code> parameter and the two missing optional fields on <code>getDefaultFormState()</code></li> <li>Updated the <code>custom-templates.md</code> to add a section header for wrapping <code>BaseInputTemplate</code></li> <li>Updated the playground to add controls for the new <code>mergeDefaultsIntoFormData</code> option <ul> <li>In the process, moved the <code>Show Error List</code> component over one column, making it inline radio buttons rather than a select</li> </ul> </li> </ul> <h2>5.21.2</h2> <h2><code>@rjsf/core</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/main/CHANGELOG.md"><code>@rjsf/validator-ajv8</code>'s changelog</a>.</em></p> <blockquote> <h1>5.22.3</h1> <h2><code>@rjsf/utils</code></h2> <ul> <li>Fixed deep nested dependencies issue with assigning values to formData, fixing [<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4334">#4334</a>]</li> </ul> <h1>5.22.2</h1> <h2><code>@rjsf/core</code></h2> <ul> <li>Fix an issue where only the first file was uploaded when users selected multiple files for upload.</li> <li>Fixed validation regression Form not revalidating after formData change, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4343">#4343</a></li> </ul> <h2><code>@rjsf/validator-ajv8</code></h2> <ul> <li>Fixed <code>AJV8Validator#transformRJSFValidationErrors</code> to replace the error message field with either the <code>uiSchema</code>'s <code>ui:title</code> field if one exists or the <code>parentSchema</code> title if one exists. Fixes <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4348">#4348</a></li> </ul> <h1>5.22.1</h1> <h2>Dev / docs / playground</h2> <ul> <li>Bumped peer dependencies to 5.22.x due to updated type definition and API changes in <code>@rjsf/utils</code></li> </ul> <h1>5.22.0</h1> <h2><code>@rjsf/core</code></h2> <ul> <li>Updated <code>MultiSchemaField</code> to call the <code>onChange</code> handler after setting the new option, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3977">#3997</a> and <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4314">#4314</a></li> </ul> <h2><code>@rjsf/utils</code></h2> <ul> <li>Added <code>experimental_customMergeAllOf</code> option to <code>retrieveSchema()</code> and <code>getDefaultFormState()</code> to allow custom merging of <code>allOf</code> schemas</li> <li>Made fields with const property pre-filled and readonly, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/2600">#2600</a></li> <li>Added <code>mergeDefaultsIntoFormData</code> option to <code>Experimental_DefaultFormStateBehavior</code> type to control how to handle merging of defaults</li> <li>Updated <code>mergeDefaultsWithFormData()</code> to add new optional <code>defaultSupercedesUndefined</code> that when true uses the defaults rather than <code>undefined</code> formData, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4322">#4322</a></li> <li>Updated <code>getDefaultFormState()</code> to pass true to <code>mergeDefaultsWithFormData</code> for <code>defaultSupercedesUndefined</code> when <code>mergeDefaultsIntoFormData</code> has the value <code>useDefaultIfFormDataUndefined</code>, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4322">#4322</a></li> <li>Updated <code>getClosestMatchingOption()</code> to improve the scoring of sub-property objects that are provided over ones that aren't, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3977">#3997</a> and <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4314">#4314</a></li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated the <code>form-props.md</code> to add documentation for the new <code>experimental_customMergeAllOf</code> props and the <code>experimental_defaultFormStateBehavior.mergeDefaultsIntoFormData</code> option</li> <li>Updated the <code>utility-functions.md</code> to add documentation for the new optional <code>defaultSupercedesUndefined</code> parameter and the two missing optional fields on <code>getDefaultFormState()</code></li> <li>Updated the <code>custom-templates.md</code> to add a section header for wrapping <code>BaseInputTemplate</code></li> <li>Updated the playground to add controls for the new <code>mergeDefaultsIntoFormData</code> option <ul> <li>In the process, moved the <code>Show Error List</code> component over one column, making it inline radio buttons rather than a select</li> </ul> </li> </ul> <h1>5.21.2</h1> <h2><code>@rjsf/core</code></h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/c5d69bfbdb0e6b8d068b0313daf6c836ad3f693d"><code>c5d69bf</code></a> v5.22.3</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/9104467795b41fc47a19b2f3511becceca845491"><code>9104467</code></a> Bug: Deep nested dependencies issue with assigning values to formData (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4356">#4356</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/8c4e726eed59b5dc1e0a96ea47ce761b8ed14f1a"><code>8c4e726</code></a> v5.22.2 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4353">#4353</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/6a91898b9b8b2f988c2cbe022f0276ecf7f72641"><code>6a91898</code></a> fix: multiple file upload issue (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4347">#4347</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/13550f0fc953e2a295f7e0f39fa8f393566dbebd"><code>13550f0</code></a> fix: Validation error messages are inconsistent <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4348">#4348</a> (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4349">#4349</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/d7bd13073cee37db89ba60fc2238813d47b9dbc9"><code>d7bd130</code></a> Bug: Validation regression Form not revalidating after formData change (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4343">#4343</a>...</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/c77378b2c867778924087c7e75b23b1bab49ad74"><code>c77378b</code></a> Release 5.22.1 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4342">#4342</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/25c00ec6c21300fc9ba2d2ce766a374f61a9a393"><code>25c00ec</code></a> v5.22.0 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4341">#4341</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/27e695617b371343e5b091967194f471fa4d8f34"><code>27e6956</code></a> Fix: made small changes to utility functions to fix <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3997">#3997</a>, <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4314">#4314</a> and <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4322">#4322</a> (#...</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/f6c5bf753b5604c1dfee813f99f28833b135f52b"><code>f6c5bf7</code></a> Make fields with const pre-fiiled and readonly <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3843">#3843</a> (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4326">#4326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rjsf-team/react-jsonschema-form/compare/5.19.4...5.22.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]
