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

   Bumps the rjsf group in /superset-frontend with 2 updates: 
[@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) and 
[@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form).
   
   Updates `@rjsf/core` from 6.7.0 to 6.7.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rjsf-team/react-jsonschema-form/releases";>@​rjsf/core's
 releases</a>.</em></p>
   <blockquote>
   <h2>6.7.1</h2>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Support locale-specific decimal separators in <code>NumberField</code> 
(e.g. Polish/German comma decimal separators) without breaking non-text widgets 
like radio buttons and select dropdowns, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed <code>ObjectField</code> to preserve the insertion order of 
additional and pattern properties when keys are renamed to integers, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4631";>#4631</a>
 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5156";>#5156</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Added <code>getDecimalSeparator()</code> utility to detect 
locale-specific decimal separators and updated <code>asNumber()</code> to parse 
locale-specific decimal strings, partially fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed a regression where <code>getDefaultFormState()</code> with 
<code>experimental_defaultFormStateBehavior.arrayMinItems.populate = 
'never'</code> padded arrays with <code>null</code> entries up to 
<code>minItems</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5163";>#5163</a>
   <ul>
   <li>Optional arrays with no data are now omitted (unchanged) while required 
arrays with no data default to <code>[]</code>, letting the validator report 
the <code>minItems</code> violation instead of surfacing invalid 
<code>null</code> items</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Updated the <code>ata-validator</code> dependency to 
<code>^1.1.0</code>, which fixes a stack overflow in browser environments for 
schemas its JS engine cannot compile and shrinks the install footprint via 
per-platform optional packages (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5162";>#5162</a>)</li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Updated <code>utility-functions.md</code> to document 
<code>getDecimalSeparator()</code></li>
   <li>Removed bump-peer-deps script, pnpm workspaces now handles this for 
us.</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";>@​rjsf/core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.7.1</h1>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Support locale-specific decimal separators in <code>NumberField</code> 
(e.g. Polish/German comma decimal separators) without breaking non-text widgets 
like radio buttons and select dropdowns, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed <code>ObjectField</code> to preserve the insertion order of 
additional and pattern properties when keys are renamed to integers, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4631";>#4631</a>
 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5156";>#5156</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Added <code>getDecimalSeparator()</code> utility to detect 
locale-specific decimal separators and updated <code>asNumber()</code> to parse 
locale-specific decimal strings, partially fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed a regression where <code>getDefaultFormState()</code> with 
<code>experimental_defaultFormStateBehavior.arrayMinItems.populate = 
'never'</code> padded arrays with <code>null</code> entries up to 
<code>minItems</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5163";>#5163</a>
   <ul>
   <li>Optional arrays with no data are now omitted (unchanged) while required 
arrays with no data default to <code>[]</code>, letting the validator report 
the <code>minItems</code> violation instead of surfacing invalid 
<code>null</code> items</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Updated the <code>ata-validator</code> dependency to 
<code>^1.1.0</code>, which fixes a stack overflow in browser environments for 
schemas its JS engine cannot compile and shrinks the install footprint via 
per-platform optional packages (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5162";>#5162</a>)</li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Updated <code>utility-functions.md</code> to document 
<code>getDecimalSeparator()</code></li>
   <li>Removed bump-peer-deps script, pnpm workspaces now handles this for 
us.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/b30b9a918bf72904b45ca45cfc4ab6f82400a3a7";><code>b30b9a9</code></a>
 Releasing 6.7.1</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/344443e764429e8dcdbc4c4c2d5d6f7ec08f50d6";><code>344443e</code></a>
 chore(deps): bump fast-uri from 3.1.4 to 4.1.1 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5166";>#5166</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/e73b9604e3e9f1db7d0e3e68926195ff9b2c8232";><code>e73b960</code></a>
 Fix 5163: stop padding minItems arrays with null under 
arrayMinItems.populate...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/0e31f5154c4bb8d6b91479840995acba0b5facef";><code>0e31f51</code></a>
 Remove bump-peer-deps (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5161";>#5161</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/bc95051037529eae22ad974a16424d1890d1cf34";><code>bc95051</code></a>
 Fix 4631: preserve additional property order for numeric keys (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5156";>#5156</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/c67ed34ab42d79fd59304802f44af4edf1be51a9";><code>c67ed34</code></a>
 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5165";>#5165</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/7a3caf85e654265cd1cc05fca23a5d4a43c33c22";><code>7a3caf8</code></a>
 fix(core): support locale-specific decimal separators in NumberField (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5148";>#5148</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ec7d6ac2d7b4a624c854556cf7f6cd5b4a758521";><code>ec7d6ac</code></a>
 chore: bump ata-validator to ^1.1.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5162";>#5162</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/eaeed103fdcc8e10cab4fa2dde81c5fb55e6710c";><code>eaeed10</code></a>
 Releasing 6.7.0 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5160";>#5160</a>)</li>
   <li>See full diff in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/v6.7.0...v6.7.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@rjsf/validator-ajv8` from 6.7.0 to 6.7.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rjsf-team/react-jsonschema-form/releases";>@​rjsf/validator-ajv8's
 releases</a>.</em></p>
   <blockquote>
   <h2>6.7.1</h2>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Support locale-specific decimal separators in <code>NumberField</code> 
(e.g. Polish/German comma decimal separators) without breaking non-text widgets 
like radio buttons and select dropdowns, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed <code>ObjectField</code> to preserve the insertion order of 
additional and pattern properties when keys are renamed to integers, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4631";>#4631</a>
 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5156";>#5156</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Added <code>getDecimalSeparator()</code> utility to detect 
locale-specific decimal separators and updated <code>asNumber()</code> to parse 
locale-specific decimal strings, partially fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed a regression where <code>getDefaultFormState()</code> with 
<code>experimental_defaultFormStateBehavior.arrayMinItems.populate = 
'never'</code> padded arrays with <code>null</code> entries up to 
<code>minItems</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5163";>#5163</a>
   <ul>
   <li>Optional arrays with no data are now omitted (unchanged) while required 
arrays with no data default to <code>[]</code>, letting the validator report 
the <code>minItems</code> violation instead of surfacing invalid 
<code>null</code> items</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Updated the <code>ata-validator</code> dependency to 
<code>^1.1.0</code>, which fixes a stack overflow in browser environments for 
schemas its JS engine cannot compile and shrinks the install footprint via 
per-platform optional packages (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5162";>#5162</a>)</li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Updated <code>utility-functions.md</code> to document 
<code>getDecimalSeparator()</code></li>
   <li>Removed bump-peer-deps script, pnpm workspaces now handles this for 
us.</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";>@​rjsf/validator-ajv8's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.7.1</h1>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Support locale-specific decimal separators in <code>NumberField</code> 
(e.g. Polish/German comma decimal separators) without breaking non-text widgets 
like radio buttons and select dropdowns, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed <code>ObjectField</code> to preserve the insertion order of 
additional and pattern properties when keys are renamed to integers, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4631";>#4631</a>
 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5156";>#5156</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Added <code>getDecimalSeparator()</code> utility to detect 
locale-specific decimal separators and updated <code>asNumber()</code> to parse 
locale-specific decimal strings, partially fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5148";>#5148</a></li>
   <li>Fixed a regression where <code>getDefaultFormState()</code> with 
<code>experimental_defaultFormStateBehavior.arrayMinItems.populate = 
'never'</code> padded arrays with <code>null</code> entries up to 
<code>minItems</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5163";>#5163</a>
   <ul>
   <li>Optional arrays with no data are now omitted (unchanged) while required 
arrays with no data default to <code>[]</code>, letting the validator report 
the <code>minItems</code> violation instead of surfacing invalid 
<code>null</code> items</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Updated the <code>ata-validator</code> dependency to 
<code>^1.1.0</code>, which fixes a stack overflow in browser environments for 
schemas its JS engine cannot compile and shrinks the install footprint via 
per-platform optional packages (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5162";>#5162</a>)</li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Updated <code>utility-functions.md</code> to document 
<code>getDecimalSeparator()</code></li>
   <li>Removed bump-peer-deps script, pnpm workspaces now handles this for 
us.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/b30b9a918bf72904b45ca45cfc4ab6f82400a3a7";><code>b30b9a9</code></a>
 Releasing 6.7.1</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/344443e764429e8dcdbc4c4c2d5d6f7ec08f50d6";><code>344443e</code></a>
 chore(deps): bump fast-uri from 3.1.4 to 4.1.1 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5166";>#5166</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/e73b9604e3e9f1db7d0e3e68926195ff9b2c8232";><code>e73b960</code></a>
 Fix 5163: stop padding minItems arrays with null under 
arrayMinItems.populate...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/0e31f5154c4bb8d6b91479840995acba0b5facef";><code>0e31f51</code></a>
 Remove bump-peer-deps (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5161";>#5161</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/bc95051037529eae22ad974a16424d1890d1cf34";><code>bc95051</code></a>
 Fix 4631: preserve additional property order for numeric keys (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5156";>#5156</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/c67ed34ab42d79fd59304802f44af4edf1be51a9";><code>c67ed34</code></a>
 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5165";>#5165</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/7a3caf85e654265cd1cc05fca23a5d4a43c33c22";><code>7a3caf8</code></a>
 fix(core): support locale-specific decimal separators in NumberField (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5148";>#5148</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ec7d6ac2d7b4a624c854556cf7f6cd5b4a758521";><code>ec7d6ac</code></a>
 chore: bump ata-validator to ^1.1.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5162";>#5162</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/eaeed103fdcc8e10cab4fa2dde81c5fb55e6710c";><code>eaeed10</code></a>
 Releasing 6.7.0 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5160";>#5160</a>)</li>
   <li>See full diff in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/v6.7.0...v6.7.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]

Reply via email to