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

   Bumps the rjsf group in /superset-frontend with 3 updates: 
[@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form), 
[@rjsf/utils](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.1 to 6.8.0
   <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.8.0</h2>
   <h1>New validator added</h1>
   <p>The new <code>@rjsf/validator-cfworker</code> was added, see the <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/validator-cfworker/";>documentation</a>
 for the limitations that this validator has.</p>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</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.8.0</h1>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Declared <code>&quot;sideEffects&quot;: false</code> in 
<code>package.json</code>, allowing bundlers to tree-shake unused modules; a 
consumer importing only <code>Form</code> no longer bundles the AJV validator 
chain pulled in by <code>getTestRegistry</code>, shrinking a minimal bundle by 
~34kB gzipped</li>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ac10c8a46b27d373e08d3d9733b2cb2584a80e14";><code>ac10c8a</code></a>
 Releasing 6.8.0</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/811f9a4e2e8d4b3cbbf0644b78bf8bfbb0279987";><code>811f9a4</code></a>
 Require ata-validator 1.6.1 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5186";>#5186</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/efb35f1edd484ef1dff1c30fb3a274ccee9f1542";><code>efb35f1</code></a>
 Update sortedJSONStringify (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5171";>#5171</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/25e6d06c2c4999965731ece53906526f47648e22";><code>25e6d06</code></a>
 fix(core): preserve seconds precision in TimeWidget and sync displayed value 
...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ea977f3057643edd742656490b4319437a490ab3";><code>ea977f3</code></a>
 chore(deps): bump fast-uri from 4.1.1 to 4.1.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5182";>#5182</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/9d72cf1e616d53a649ab379ed0a74273dc59f1e2";><code>9d72cf1</code></a>
 Require ata-validator 1.6.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5184";>#5184</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/373f8ce611fb9841a22772f98e5539f3618d77c3";><code>373f8ce</code></a>
 chore(deps-dev): bump nx from 23.0.1 to 23.0.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5183";>#5183</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/6fc614df69b0b03e3580395d8540e6cf6589c462";><code>6fc614d</code></a>
 chore(deps): bump actions/setup-python from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5179";>#5179</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/14e384e6674bff630bb996510c36a3b751276df4";><code>14e384e</code></a>
 chore(deps): bump actions/setup-node from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5178";>#5178</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/53828da873e677977f0202bc8137c81ef02099a1";><code>53828da</code></a>
 fix(chakra-ui): wrap ChakraProvider in EnvironmentProvider for iframe… (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5175";>#5175</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/v6.7.1...v6.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@rjsf/utils` from 6.7.1 to 6.8.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rjsf-team/react-jsonschema-form/releases";>@​rjsf/utils's
 releases</a>.</em></p>
   <blockquote>
   <h2>6.8.0</h2>
   <h1>New validator added</h1>
   <p>The new <code>@rjsf/validator-cfworker</code> was added, see the <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/validator-cfworker/";>documentation</a>
 for the limitations that this validator has.</p>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</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/utils's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.8.0</h1>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Declared <code>&quot;sideEffects&quot;: false</code> in 
<code>package.json</code>, allowing bundlers to tree-shake unused modules; a 
consumer importing only <code>Form</code> no longer bundles the AJV validator 
chain pulled in by <code>getTestRegistry</code>, shrinking a minimal bundle by 
~34kB gzipped</li>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ac10c8a46b27d373e08d3d9733b2cb2584a80e14";><code>ac10c8a</code></a>
 Releasing 6.8.0</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/811f9a4e2e8d4b3cbbf0644b78bf8bfbb0279987";><code>811f9a4</code></a>
 Require ata-validator 1.6.1 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5186";>#5186</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/efb35f1edd484ef1dff1c30fb3a274ccee9f1542";><code>efb35f1</code></a>
 Update sortedJSONStringify (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5171";>#5171</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/25e6d06c2c4999965731ece53906526f47648e22";><code>25e6d06</code></a>
 fix(core): preserve seconds precision in TimeWidget and sync displayed value 
...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ea977f3057643edd742656490b4319437a490ab3";><code>ea977f3</code></a>
 chore(deps): bump fast-uri from 4.1.1 to 4.1.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5182";>#5182</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/9d72cf1e616d53a649ab379ed0a74273dc59f1e2";><code>9d72cf1</code></a>
 Require ata-validator 1.6.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5184";>#5184</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/373f8ce611fb9841a22772f98e5539f3618d77c3";><code>373f8ce</code></a>
 chore(deps-dev): bump nx from 23.0.1 to 23.0.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5183";>#5183</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/6fc614df69b0b03e3580395d8540e6cf6589c462";><code>6fc614d</code></a>
 chore(deps): bump actions/setup-python from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5179";>#5179</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/14e384e6674bff630bb996510c36a3b751276df4";><code>14e384e</code></a>
 chore(deps): bump actions/setup-node from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5178";>#5178</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/53828da873e677977f0202bc8137c81ef02099a1";><code>53828da</code></a>
 fix(chakra-ui): wrap ChakraProvider in EnvironmentProvider for iframe… (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5175";>#5175</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/v6.7.1...v6.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@rjsf/validator-ajv8` from 6.7.1 to 6.8.0
   <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.8.0</h2>
   <h1>New validator added</h1>
   <p>The new <code>@rjsf/validator-cfworker</code> was added, see the <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/validator-cfworker/";>documentation</a>
 for the limitations that this validator has.</p>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</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.8.0</h1>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Declared <code>&quot;sideEffects&quot;: false</code> in 
<code>package.json</code>, allowing bundlers to tree-shake unused modules; a 
consumer importing only <code>Form</code> no longer bundles the AJV validator 
chain pulled in by <code>getTestRegistry</code>, shrinking a minimal bundle by 
~34kB gzipped</li>
   <li>Fixed <code>TimeWidget</code> to respect schema <code>multipleOf</code> 
time precision, preserving second-precision values while keeping 
minute-precision native inputs synchronized with their displayed value (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5174";>#5174</a>)</li>
   </ul>
   <h2><code>@​rjsf/utils</code></h2>
   <ul>
   <li>Fixed an issue in <code>sortedJSONStringify</code> with regards to 
handling arrays containing <code>null</code> and <code>undefined</code> 
values.</li>
   </ul>
   <h2><code>@​rjsf/validator-ata</code></h2>
   <ul>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.3.0</code>, which fixes a <code>$ref</code> that could not be resolved 
being treated as vacuous rather than reported as an error (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5181";>#5181</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.0</code>, so that validation runs correctly where <code>new 
Function</code> is refused, such as a page under a strict 
Content-Security-Policy (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5184";>#5184</a>)</li>
   <li>Raised the <code>ata-validator</code> requirement to 
<code>^1.6.1</code>, which stops a <code>$ref</code> into another document from 
silently dropping the constraints behind it (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5186";>#5186</a>)</li>
   </ul>
   <h2><code>@​rjsf/validator-cfworker</code></h2>
   <ul>
   <li>Added an eval-free, draft-2020-12 validator package backed by 
<code>@cfworker/json-schema</code>, including undefined form-data normalization 
and per-schema-id caching, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3269";>#3269</a>
 and contributing to <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4923";>#4923</a></li>
   </ul>
   <h2>Dev / docs / playground</h2>
   <ul>
   <li>Added <code>@rjsf/validator-cfworker</code> to the playground validator 
selector and API documentation</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ac10c8a46b27d373e08d3d9733b2cb2584a80e14";><code>ac10c8a</code></a>
 Releasing 6.8.0</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/811f9a4e2e8d4b3cbbf0644b78bf8bfbb0279987";><code>811f9a4</code></a>
 Require ata-validator 1.6.1 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5186";>#5186</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/efb35f1edd484ef1dff1c30fb3a274ccee9f1542";><code>efb35f1</code></a>
 Update sortedJSONStringify (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5171";>#5171</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/25e6d06c2c4999965731ece53906526f47648e22";><code>25e6d06</code></a>
 fix(core): preserve seconds precision in TimeWidget and sync displayed value 
...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ea977f3057643edd742656490b4319437a490ab3";><code>ea977f3</code></a>
 chore(deps): bump fast-uri from 4.1.1 to 4.1.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5182";>#5182</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/9d72cf1e616d53a649ab379ed0a74273dc59f1e2";><code>9d72cf1</code></a>
 Require ata-validator 1.6.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5184";>#5184</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/373f8ce611fb9841a22772f98e5539f3618d77c3";><code>373f8ce</code></a>
 chore(deps-dev): bump nx from 23.0.1 to 23.0.2 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5183";>#5183</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/6fc614df69b0b03e3580395d8540e6cf6589c462";><code>6fc614d</code></a>
 chore(deps): bump actions/setup-python from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5179";>#5179</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/14e384e6674bff630bb996510c36a3b751276df4";><code>14e384e</code></a>
 chore(deps): bump actions/setup-node from 6 to 7 (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5178";>#5178</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/53828da873e677977f0202bc8137c81ef02099a1";><code>53828da</code></a>
 fix(chakra-ui): wrap ChakraProvider in EnvironmentProvider for iframe… (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5175";>#5175</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/v6.7.1...v6.8.0";>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