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

   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.6.2 to 6.7.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.7.0</h2>
   <h1>New feature</h1>
   <ul>
   <li>We added <code>CyclicSchemaField</code> and 
<code>CyclicSchemaExpandTemplate</code> to prevent infinite cyclic expansion of 
schemas. If you want to override the UI for this, you can customize your own 
<code>CyclicSchemaExpandTemplate</code></li>
   <li>Added new <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#nesteddefaultsprecedence";>nestedDefaultPrecedence</a>
 option to <code>experimental_defaultFormStateBehavior</code></li>
   </ul>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   <li>Fixed <code>ObjectField</code>'s &quot;Add&quot; button for 
<code>additionalProperties</code> schemas containing a <code>$ref</code> so the 
new item's default value is computed via <code>getDefaultFormState()</code> 
against the fully-resolved referenced schema (recursively populating nested 
defaults) instead of only reading the resolved schema's own top-level 
<code>default</code>, which discarded the sibling <code>default</code> and any 
nested property defaults, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4266";>#4266</a></li>
   </ul>
   <h2><code>@​rjsf/daisyui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/fluentui-rc</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mantine</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</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";>@​rjsf/core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.7.0</h1>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   <li>Fixed <code>ObjectField</code>'s &quot;Add&quot; button for 
<code>additionalProperties</code> schemas containing a <code>$ref</code> so the 
new item's default value is computed via <code>getDefaultFormState()</code> 
against the fully-resolved referenced schema (recursively populating nested 
defaults) instead of only reading the resolved schema's own top-level 
<code>default</code>, which discarded the sibling <code>default</code> and any 
nested property defaults, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4266";>#4266</a></li>
   </ul>
   <h2><code>@​rjsf/daisyui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/fluentui-rc</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mantine</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/primereact</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/5870fa23c2765d4e47f870f6e6e4e0e4d5bf6a91";><code>5870fa2</code></a>
 Releasing 6.7.0</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/a9f1f435ad5e1acb1b4680ef0a275c69d4cdc8f6";><code>a9f1f43</code></a>
 Clarify playground example property names (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5158";>#5158</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/d631f959ee36f5b6501e69d0c47e728dbae0471c";><code>d631f95</code></a>
 chore: bump ata-validator to ^1.0.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5157";>#5157</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/5d45f9dfd194e57a6c1c8eb8078e7092d6c2612a";><code>5d45f9d</code></a>
 peerDependencies should reference the <code>workspace:^</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5151";>#5151</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ed38ed4d3e3ad0f25bde803b90bfa197b53f7f8a";><code>ed38ed4</code></a>
 Fix 5149: populate = never omits no-minItems arrays and fills minItems 
arrays...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/87242c380c7d194c81d703efd0c7e0068a0deb64";><code>87242c3</code></a>
 Fix 4266: compute full nested defaults for additionalProperties $ref on Add 
(...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/56d40410fa3486291d9529747592adf83988a142";><code>56d4041</code></a>
 Fix CommandItem issue in fancy select components (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5155";>#5155</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/09fc9ea706e45d4de40bfd4d0bdfe74be457ae4c";><code>09fc9ea</code></a>
 Fix 4214: show selected option descriptions (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5152";>#5152</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/210d5847d41f5afaaecbd14cd89b104db26f2942";><code>210d584</code></a>
 Fix 4448: preserve empty string titles in oneOf/anyOf options list (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5150";>#5150</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/cbdec5582d85af2de2879d18d3fde5827e04468f";><code>cbdec55</code></a>
 fix(core): prevent cleared fields from re-defaulting when another field is 
cl...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/6.6.2...v6.7.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@rjsf/utils` from 6.6.2 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/utils'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>
   <h2>6.7.0</h2>
   <h1>New feature</h1>
   <ul>
   <li>We added <code>CyclicSchemaField</code> and 
<code>CyclicSchemaExpandTemplate</code> to prevent infinite cyclic expansion of 
schemas. If you want to override the UI for this, you can customize your own 
<code>CyclicSchemaExpandTemplate</code></li>
   <li>Added new <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#nesteddefaultsprecedence";>nestedDefaultPrecedence</a>
 option to <code>experimental_defaultFormStateBehavior</code></li>
   </ul>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</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";>@​rjsf/utils'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>
   <h1>6.7.0</h1>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   <li>Fixed <code>ObjectField</code>'s &quot;Add&quot; button for 
<code>additionalProperties</code> schemas containing a <code>$ref</code> so the 
new item's default value is computed via <code>getDefaultFormState()</code> 
against the fully-resolved referenced schema (recursively populating nested 
defaults) instead of only reading the resolved schema's own top-level 
<code>default</code>, which discarded the sibling <code>default</code> and any 
nested property defaults, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4266";>#4266</a></li>
   </ul>
   <!-- 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/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><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/a9f1f435ad5e1acb1b4680ef0a275c69d4cdc8f6";><code>a9f1f43</code></a>
 Clarify playground example property names (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5158";>#5158</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/6.6.2...v6.7.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@rjsf/validator-ajv8` from 6.6.2 to 6.7.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.7.0</h2>
   <h1>New feature</h1>
   <ul>
   <li>We added <code>CyclicSchemaField</code> and 
<code>CyclicSchemaExpandTemplate</code> to prevent infinite cyclic expansion of 
schemas. If you want to override the UI for this, you can customize your own 
<code>CyclicSchemaExpandTemplate</code></li>
   <li>Added new <a 
href="https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#nesteddefaultsprecedence";>nestedDefaultPrecedence</a>
 option to <code>experimental_defaultFormStateBehavior</code></li>
   </ul>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   <li>Fixed <code>ObjectField</code>'s &quot;Add&quot; button for 
<code>additionalProperties</code> schemas containing a <code>$ref</code> so the 
new item's default value is computed via <code>getDefaultFormState()</code> 
against the fully-resolved referenced schema (recursively populating nested 
defaults) instead of only reading the resolved schema's own top-level 
<code>default</code>, which discarded the sibling <code>default</code> and any 
nested property defaults, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4266";>#4266</a></li>
   </ul>
   <h2><code>@​rjsf/daisyui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/fluentui-rc</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mantine</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</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";>@​rjsf/validator-ajv8's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.7.0</h1>
   <h2><code>@​rjsf/antd</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/chakra-ui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/core</code></h2>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3907";>#3907</a>
 and <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4262";>#4262</a>
 as follows:
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Added <code>CyclicSchemaField</code> to the list of fields, that renders 
the <code>CyclicSchemaExpandTemplate</code> initially and, if expanded, will 
render the <code>SchemaField</code> with the <code>RJSF_REF_CYCLE_KEY</code> 
tag turned off</li>
   <li>Updated <code>SchemaForm</code> to render the 
<code>CyclicSchemaField</code> when the schema contains the 
<code>RJSF_REF_CYCLE_KEY</code> set to <code>true</code></li>
   </ul>
   </li>
   <li>Fixed array fields with empty tuple <code>items</code> and schema-valued 
<code>additionalItems</code> so clicking add renders the additional item field, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/3791";>#3791</a></li>
   <li>Added a warning when a <code>select</code> widget schema default is not 
present in the enum options, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4494";>#4494</a></li>
   <li>Fixed <code>SchemaField</code> so that a schema with a primitive or 
array <code>type</code> alongside a non-select 
<code>oneOf</code>/<code>anyOf</code> no longer renders a spurious duplicate 
input above the option selector, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed <code>MultiSchemaField</code> to propagate the parent schema's 
<code>type</code> to option sub-schemas that don't define their own, so the 
correct widget (e.g. <code>StringField</code>) renders for the selected option 
instead of <code>FallbackField</code>, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5119";>#5119</a></li>
   <li>Fixed nested <code>constAsDefaults</code> values being skipped in 
matching conditional <code>allOf</code> schemas, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4963";>#4963</a></li>
   <li>Fixed <code>processPendingChange</code> so that clearing a string field 
that has a schema <code>default</code> value no longer re-applies the default, 
fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5125";>#5125</a></li>
   <li>Fixed a regression introduced in <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/pull/5136";>#5136</a>
 where clearing a second field caused a previously-cleared field to be 
re-populated with its schema default; uses 
<code>JSON.parse(JSON.stringify(...))</code> to strip 
<code>undefined</code>-valued keys from formData before AJV validation so that 
the <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4518";>#4518</a>
 fix is preserved</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   <li>Fixed <code>ObjectField</code>'s &quot;Add&quot; button for 
<code>additionalProperties</code> schemas containing a <code>$ref</code> so the 
new item's default value is computed via <code>getDefaultFormState()</code> 
against the fully-resolved referenced schema (recursively populating nested 
defaults) instead of only reading the resolved schema's own top-level 
<code>default</code>, which discarded the sibling <code>default</code> and any 
nested property defaults, fixing <a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4266";>#4266</a></li>
   </ul>
   <h2><code>@​rjsf/daisyui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/fluentui-rc</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mantine</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/mui</code></h2>
   <ul>
   <li>Added <code>CyclicSchemaExpandTemplate</code> to the list of templates 
for the theme, updating snapshots accordingly</li>
   <li>Show selected option descriptions, fixing (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/4214";>#4214</a>)</li>
   </ul>
   <h2><code>@​rjsf/primereact</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/5870fa23c2765d4e47f870f6e6e4e0e4d5bf6a91";><code>5870fa2</code></a>
 Releasing 6.7.0</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/a9f1f435ad5e1acb1b4680ef0a275c69d4cdc8f6";><code>a9f1f43</code></a>
 Clarify playground example property names (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5158";>#5158</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/d631f959ee36f5b6501e69d0c47e728dbae0471c";><code>d631f95</code></a>
 chore: bump ata-validator to ^1.0.0 in <code>@​rjsf/validator-ata</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5157";>#5157</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/5d45f9dfd194e57a6c1c8eb8078e7092d6c2612a";><code>5d45f9d</code></a>
 peerDependencies should reference the <code>workspace:^</code> (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5151";>#5151</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/ed38ed4d3e3ad0f25bde803b90bfa197b53f7f8a";><code>ed38ed4</code></a>
 Fix 5149: populate = never omits no-minItems arrays and fills minItems 
arrays...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/87242c380c7d194c81d703efd0c7e0068a0deb64";><code>87242c3</code></a>
 Fix 4266: compute full nested defaults for additionalProperties $ref on Add 
(...</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/56d40410fa3486291d9529747592adf83988a142";><code>56d4041</code></a>
 Fix CommandItem issue in fancy select components (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5155";>#5155</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/09fc9ea706e45d4de40bfd4d0bdfe74be457ae4c";><code>09fc9ea</code></a>
 Fix 4214: show selected option descriptions (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5152";>#5152</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/210d5847d41f5afaaecbd14cd89b104db26f2942";><code>210d584</code></a>
 Fix 4448: preserve empty string titles in oneOf/anyOf options list (<a 
href="https://redirect.github.com/rjsf-team/react-jsonschema-form/issues/5150";>#5150</a>)</li>
   <li><a 
href="https://github.com/rjsf-team/react-jsonschema-form/commit/cbdec5582d85af2de2879d18d3fde5827e04468f";><code>cbdec55</code></a>
 fix(core): prevent cleared fields from re-defaulting when another field is 
cl...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rjsf-team/react-jsonschema-form/compare/6.6.2...v6.7.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