dependabot[bot] opened a new pull request, #36570: URL: https://github.com/apache/superset/pull/36570
Bumps [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.3 to 6.1.2. <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>6.1.2</h2> <h2><code>@rjsf/antd</code></h2> <ul> <li>Updated <code>SelectWidget</code> to add a static <code>getPopupContainerCallback</code> to the <code>SelectWidget</code> component, partially fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3609">#3609</a> <ul> <li>Also, added the explicit <code>open</code> state to the <code>Select</code> in conjunction with providing the <code>setOpen</code> as the <code>onOpenChange</code> prop</li> </ul> </li> <li>In <code>BaseInputTemplate</code> added comments explaining why <code>step='1'</code> is returned, closing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4022">#4022</a></li> </ul> <h2><code>@rjsf/mantine</code></h2> <ul> <li>Align Mantine’s behavior with other themes when clearing string fields: clearing an input now removes the key from formData instead of setting it to an empty string. (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4875">#4875</a>)</li> </ul> <h2><code>@rjsf/utils</code></h2> <ul> <li>Replace json-schema-merge-allof with <a href="https://github.com/x0k/json-schema-merge/"><code>@x0k/json-schema-merge</code></a> (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4774">#4774</a>)</li> </ul> <h2><code>@rjsf/validator-ajv8</code></h2> <ul> <li>Updated <code>CustomValidatorOptionsType</code> to add new <code>extenderFn?: (ajv: Ajv) => Ajv</code> prop</li> <li>Updated <code>createAjvInstance()</code> to add new <code>extenderFn?: (ajv: Ajv) => Ajv</code> parameter, using it to extend the <code>ajv</code> instance, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4746">#4746</a> <ul> <li>Updated the <code>AJV8Validator</code> and <code>compileSchemaValidatorsCode()</code> to pass <code>extenderFn</code> from the <code>options</code> into <code>createAjvInstance()</code></li> </ul> </li> <li>Updated <code>transformRJSFValidationErrors()</code> to add filtering of duplicate <code>anyOf</code>/<code>oneOf</code> based errors from the returned errors, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4167">#4167</a></li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated <code>DemoFrame</code> as follows to fix <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3609">#3609</a> <ul> <li>Override <code>antd</code>'s <code>SelectWidget.getPopupContainerCallback</code> callback function to return undefined</li> <li>Added a <code>AntdSelectPatcher</code> component that observes the creation of <code>antd</code> select dropdowns and makes sure they open in the correct location</li> <li>Update the <code>antd</code> theme wrapper to render the <code>AntdSelectPatcher</code>, <code>AntdStyleProvider</code> and <code>ConfigProvider</code> with it's own <code>getPopupContainer()</code> function inside of a <code>FrameContextConsumer</code></li> </ul> </li> <li>Updated the base TypeScript configuration to use <code>"moduleResolution": "bundler"</code></li> <li>Updated the <code>validation.md</code> documentation to note that HTML 5 validation is not translatable via RJSF translation mechanisms and should be turned off, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4092">#4092</a> <ul> <li>Also added documentation for the new <code>extenderFn</code> prop on <code>CustomValidatorOptionsType</code></li> </ul> </li> </ul> <h2>6.1.1</h2> <h2><code>@rjsf/core</code></h2> <ul> <li>Updated <code>ObjectField</code> to get errors and formData by wrapping <code>name</code> in brackets to prevent names that have dots in them incorrectly getting data from a lower level, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3846">#3846</a></li> </ul> <h2><code>@rjsf/shadcn</code></h2> <ul> <li>Updated <code>package.json</code> to copy css files to new <code>resources</code> directory</li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated the <code>playground</code> to use the css files for <code>@rjsf/shadcn</code> from the CDN connected with github, pointing to the new resources directory</li> <li>Added new <code>antdIconsReplacer.ts</code> and used it in <code>@rjsf/antd</code> during build time to append <code>.js</code> onto imports of <code>@antd/icons</code> to fix es build issues on webpack and vite</li> </ul> <h2>6.1.0</h2> <h2><code>@rjsf/antd</code></h2> <ul> <li>Added support for rendering <code>ui:help</code> as markdown via new <code>ui:enableMarkdownInHelp</code> flag in <code>FieldHelpTemplate</code></li> </ul> <!-- 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/utils</code>'s changelog</a>.</em></p> <blockquote> <h1>6.1.2</h1> <h2><code>@rjsf/antd</code></h2> <ul> <li>Updated <code>SelectWidget</code> to add a static <code>getPopupContainerCallback</code> to the <code>SelectWidget</code> component, partially fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3609">#3609</a> <ul> <li>Also, added the explicit <code>open</code> state to the <code>Select</code> in conjunction with providing the <code>setOpen</code> as the <code>onOpenChange</code> prop</li> </ul> </li> <li>In <code>BaseInputTemplate</code> added comments explaining why <code>step='1'</code> is returned, closing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4022">#4022</a></li> </ul> <h2><code>@rjsf/mantine</code></h2> <ul> <li>Align Mantine’s behavior with other themes when clearing string fields: clearing an input now removes the key from formData instead of setting it to an empty string. (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/4875">#4875</a>)</li> </ul> <h2><code>@rjsf/utils</code></h2> <ul> <li>Replace json-schema-merge-allof with <a href="https://github.com/x0k/json-schema-merge/"><code>@x0k/json-schema-merge</code></a> (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4774">#4774</a>)</li> </ul> <h2><code>@rjsf/validator-ajv8</code></h2> <ul> <li>Updated <code>CustomValidatorOptionsType</code> to add new <code>extenderFn?: (ajv: Ajv) => Ajv</code> prop</li> <li>Updated <code>createAjvInstance()</code> to add new <code>extenderFn?: (ajv: Ajv) => Ajv</code> parameter, using it to extend the <code>ajv</code> instance, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4746">#4746</a> <ul> <li>Updated the <code>AJV8Validator</code> and <code>compileSchemaValidatorsCode()</code> to pass <code>extenderFn</code> from the <code>options</code> into <code>createAjvInstance()</code></li> </ul> </li> <li>Updated <code>transformRJSFValidationErrors()</code> to add filtering of duplicate <code>anyOf</code>/<code>oneOf</code> based errors from the returned errors, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4167">#4167</a></li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated <code>DemoFrame</code> as follows to fix <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3609">#3609</a> <ul> <li>Override <code>antd</code>'s <code>SelectWidget.getPopupContainerCallback</code> callback function to return undefined</li> <li>Added a <code>AntdSelectPatcher</code> component that observes the creation of <code>antd</code> select dropdowns and makes sure they open in the correct location</li> <li>Update the <code>antd</code> theme wrapper to render the <code>AntdSelectPatcher</code>, <code>AntdStyleProvider</code> and <code>ConfigProvider</code> with it's own <code>getPopupContainer()</code> function inside of a <code>FrameContextConsumer</code></li> </ul> </li> <li>Updated the base TypeScript configuration to use <code>"moduleResolution": "bundler"</code></li> <li>Updated the <code>validation.md</code> documentation to note that HTML 5 validation is not translatable via RJSF translation mechanisms and should be turned off, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4092">#4092</a> <ul> <li>Also added documentation for the new <code>extenderFn</code> prop on <code>CustomValidatorOptionsType</code></li> </ul> </li> </ul> <h1>6.1.1</h1> <h2><code>@rjsf/core</code></h2> <ul> <li>Updated <code>ObjectField</code> to get errors and formData by wrapping <code>name</code> in brackets to prevent names that have dots in them incorrectly getting data from a lower level, fixing <a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3846">#3846</a></li> </ul> <h2><code>@rjsf/shadcn</code></h2> <ul> <li>Updated <code>package.json</code> to copy css files to new <code>resources</code> directory</li> </ul> <h2>Dev / docs / playground</h2> <ul> <li>Updated the <code>playground</code> to use the css files for <code>@rjsf/shadcn</code> from the CDN connected with github, pointing to the new resources directory</li> <li>Added new <code>antdIconsReplacer.ts</code> and used it in <code>@rjsf/antd</code> during build time to append <code>.js</code> onto imports of <code>@antd/icons</code> to fix es build issues on webpack and vite</li> </ul> <h1>6.1.0</h1> <!-- 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/8a3c7e7ca246ab43da81fdef27e63e4e161410e9"><code>8a3c7e7</code></a> Releasing 6.1.2</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/8c1c24d36c14b413b68b7527223cdfc1be5137c4"><code>8c1c24d</code></a> liveValidate/liveOmit: mark only boolean option as deprecated (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4886">#4886</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/673c3f26dd323435f966171fbebbdaa36c56795a"><code>673c3f2</code></a> Fix 4167 and 4746 in validator-ajv8 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4884">#4884</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/8543741689e9cc6944091394ce6ad3b2da253856"><code>8543741</code></a> Fixed localization documentation to highlight HTML 5 validation (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4882">#4882</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/828331b8da4ec1932bac1ee0fcc8e3ec5acaafaa"><code>828331b</code></a> Replace json-schema-merge-allof with <code>@x0k/json-schema-merge</code> (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4881">#4881</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/ae7c9f0b75cb0230d8f6ff7f550a11e55dd974bd"><code>ae7c9f0</code></a> Chore document antd BaseInputTemplate as to why step='1' is used (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4880">#4880</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/957b867aa383c4211b361edf0fdc605e89d7b109"><code>957b867</code></a> chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4879">#4879</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/bf87ee94379167661e7791be709f8ffdef53d275"><code>bf87ee9</code></a> Fix 3609, by getting the antd theme's SelectWidget working in the playground ...</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/7d70d8d2ff15aced4d6bd75ff85b9e6a4abd6d9a"><code>7d70d8d</code></a> Align Mantine’s behavior with other themes when clearing string fields (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4875">#4875</a>)</li> <li><a href="https://github.com/rjsf-team/react-jsonschema-form/commit/a62510db2b16e7144b447fb075c0bb0e71dd3bb4"><code>a62510d</code></a> Releasing 6.1.1 (<a href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4873">#4873</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rjsf-team/react-jsonschema-form/compare/5.24.3...6.1.2">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]
