fix(deps): update rjsf monorepo to v6 (major) (#1954)

* fix(deps): update rjsf monorepo to v6

* Update snapshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2025-10-31 23:55:00 +00:00 committed by GitHub
parent 75cafed485
commit a4343c3116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 74 additions and 70 deletions

View File

@ -63,7 +63,7 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^2.9.2",
"@rjsf/core": "^5.24.13",
"@rjsf/core": "^6.0.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",

View File

@ -59,7 +59,7 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^2.9.2",
"@rjsf/core": "^5.24.13",
"@rjsf/core": "^6.0.1",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^24.9.2",

View File

@ -42,9 +42,9 @@
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@rjsf/core": "^5.24.13",
"@rjsf/utils": "^5.24.13",
"@rjsf/validator-ajv8": "^5.24.13",
"@rjsf/core": "^6.0.1",
"@rjsf/utils": "^6.0.1",
"@rjsf/validator-ajv8": "^6.0.1",
"@types/codemirror": "^5.60.17",
"@types/json-schema": "^7.0.15",
"@types/simple-element-resize-detector": "^1.3.3",

View File

@ -5,7 +5,7 @@ exports[`Form renders correctly 1`] = `
class="css-yd7kx"
>
<div
class="form-group field field-object"
class="form-group rjsf-field rjsf-field-object"
>
<fieldset
id="root"
@ -15,14 +15,14 @@ exports[`Form renders correctly 1`] = `
>
Example form
</legend>
<p
<div
class="field-description"
id="root__description"
>
A simple form example.
</p>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -48,7 +48,7 @@ exports[`Form renders correctly 1`] = `
/>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"
@ -68,7 +68,7 @@ exports[`Form renders correctly 1`] = `
/>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -87,7 +87,7 @@ exports[`Form renders correctly 1`] = `
</textarea>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -113,7 +113,7 @@ exports[`Form renders correctly 1`] = `
</p>
</div>
<div
class="form-group field field-array"
class="form-group rjsf-field rjsf-field-array"
>
<label
class="control-label"
@ -182,7 +182,7 @@ exports[`Form renders correctly 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -273,7 +273,7 @@ exports[`Form renders correctly 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -284,6 +284,7 @@ exports[`Form renders correctly 1`] = `
<div
class="field-radio-group"
id="root_numberEnumRadio"
role="radiogroup"
>
<label
class="radio-inline "
@ -336,7 +337,7 @@ exports[`Form renders correctly 1`] = `
</div>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"
@ -386,7 +387,7 @@ exports[`Form renders with no button 1`] = `
class="css-yd7kx"
>
<div
class="form-group field field-object"
class="form-group rjsf-field rjsf-field-object"
>
<fieldset
id="root"
@ -396,14 +397,14 @@ exports[`Form renders with no button 1`] = `
>
Example form
</legend>
<p
<div
class="field-description"
id="root__description"
>
A simple form example.
</p>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -429,7 +430,7 @@ exports[`Form renders with no button 1`] = `
/>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"
@ -449,7 +450,7 @@ exports[`Form renders with no button 1`] = `
/>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -468,7 +469,7 @@ exports[`Form renders with no button 1`] = `
</textarea>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -494,7 +495,7 @@ exports[`Form renders with no button 1`] = `
</p>
</div>
<div
class="form-group field field-array"
class="form-group rjsf-field rjsf-field-array"
>
<label
class="control-label"
@ -563,7 +564,7 @@ exports[`Form renders with no button 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -654,7 +655,7 @@ exports[`Form renders with no button 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -665,6 +666,7 @@ exports[`Form renders with no button 1`] = `
<div
class="field-radio-group"
id="root_numberEnumRadio"
role="radiogroup"
>
<label
class="radio-inline "
@ -717,7 +719,7 @@ exports[`Form renders with no button 1`] = `
</div>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"
@ -758,7 +760,7 @@ exports[`Form renders with primary button 1`] = `
class="css-yd7kx"
>
<div
class="form-group field field-object"
class="form-group rjsf-field rjsf-field-object"
>
<fieldset
id="root"
@ -768,14 +770,14 @@ exports[`Form renders with primary button 1`] = `
>
Example form
</legend>
<p
<div
class="field-description"
id="root__description"
>
A simple form example.
</p>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -801,7 +803,7 @@ exports[`Form renders with primary button 1`] = `
/>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"
@ -821,7 +823,7 @@ exports[`Form renders with primary button 1`] = `
/>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -840,7 +842,7 @@ exports[`Form renders with primary button 1`] = `
</textarea>
</div>
<div
class="form-group field field-string"
class="form-group rjsf-field rjsf-field-string"
>
<label
class="control-label"
@ -866,7 +868,7 @@ exports[`Form renders with primary button 1`] = `
</p>
</div>
<div
class="form-group field field-array"
class="form-group rjsf-field rjsf-field-array"
>
<label
class="control-label"
@ -935,7 +937,7 @@ exports[`Form renders with primary button 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -1026,7 +1028,7 @@ exports[`Form renders with primary button 1`] = `
</div>
</div>
<div
class="form-group field field-number"
class="form-group rjsf-field rjsf-field-number"
>
<label
class="control-label"
@ -1037,6 +1039,7 @@ exports[`Form renders with primary button 1`] = `
<div
class="field-radio-group"
id="root_numberEnumRadio"
role="radiogroup"
>
<label
class="radio-inline "
@ -1089,7 +1092,7 @@ exports[`Form renders with primary button 1`] = `
</div>
</div>
<div
class="form-group field field-integer"
class="form-group rjsf-field rjsf-field-integer"
>
<label
class="control-label"

View File

@ -688,8 +688,8 @@ importers:
specifier: ^2.9.2
version: 2.9.2(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
'@rjsf/core':
specifier: ^5.24.13
version: 5.24.13(@rjsf/utils@5.24.13(react@19.2.0))(react@19.2.0)
specifier: ^6.0.1
version: 6.0.1(@rjsf/utils@6.0.1(react@19.2.0))(react@19.2.0)
'@types/jsan':
specifier: ^3.1.5
version: 3.1.5
@ -848,8 +848,8 @@ importers:
specifier: ^2.9.2
version: 2.9.2(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
'@rjsf/core':
specifier: ^5.24.13
version: 5.24.13(@rjsf/utils@5.24.13(react@19.2.0))(react@19.2.0)
specifier: ^6.0.1
version: 6.0.1(@rjsf/utils@6.0.1(react@19.2.0))(react@19.2.0)
'@testing-library/dom':
specifier: ^10.4.1
version: 10.4.1
@ -2358,14 +2358,14 @@ importers:
specifier: ^7.28.4
version: 7.28.4
'@rjsf/core':
specifier: ^5.24.13
version: 5.24.13(@rjsf/utils@5.24.13(react@19.2.0))(react@19.2.0)
specifier: ^6.0.1
version: 6.0.1(@rjsf/utils@6.0.1(react@19.2.0))(react@19.2.0)
'@rjsf/utils':
specifier: ^5.24.13
version: 5.24.13(react@19.2.0)
specifier: ^6.0.1
version: 6.0.1(react@19.2.0)
'@rjsf/validator-ajv8':
specifier: ^5.24.13
version: 5.24.13(@rjsf/utils@5.24.13(react@19.2.0))
specifier: ^6.0.1
version: 6.0.1(@rjsf/utils@6.0.1(react@19.2.0))
'@types/codemirror':
specifier: ^5.60.17
version: 5.60.17
@ -4307,24 +4307,24 @@ packages:
react: '>=16.14.0'
react-dom: '>=16.14.0'
'@rjsf/core@5.24.13':
resolution: {integrity: sha512-ONTr14s7LFIjx2VRFLuOpagL76sM/HPy6/OhdBfq6UukINmTIs6+aFN0GgcR0aXQHFDXQ7f/fel0o/SO05Htdg==}
engines: {node: '>=14'}
'@rjsf/core@6.0.1':
resolution: {integrity: sha512-+S2nlt0J4FRWLhB9Gn0lAt1qoRjDiRlosNl2d9ofhQtBAjrZP4pn52uErT0B0RMDRqw4X/ICMfi/lmj29Ascww==}
engines: {node: '>=20'}
peerDependencies:
'@rjsf/utils': ^5.24.x
react: ^16.14.0 || >=17
'@rjsf/utils': ^6.x
react: '>=18'
'@rjsf/utils@5.24.13':
resolution: {integrity: sha512-rNF8tDxIwTtXzz5O/U23QU73nlhgQNYJ+Sv5BAwQOIyhIE2Z3S5tUiSVMwZHt0julkv/Ryfwi+qsD4FiE5rOuw==}
engines: {node: '>=14'}
'@rjsf/utils@6.0.1':
resolution: {integrity: sha512-ystv5I87MmwjD5oybbHivMbULcpNp5jDQyB76rYv7G+Aqs/OdPJydtr2sm/40JkCAvXUgX+7eBZOKmUFk8A3lA==}
engines: {node: '>=20'}
peerDependencies:
react: ^16.14.0 || >=17
react: '>=18'
'@rjsf/validator-ajv8@5.24.13':
resolution: {integrity: sha512-oWHP7YK581M8I5cF1t+UXFavnv+bhcqjtL1a7MG/Kaffi0EwhgcYjODrD8SsnrhncsEYMqSECr4ZOEoirnEUWw==}
engines: {node: '>=14'}
'@rjsf/validator-ajv8@6.0.1':
resolution: {integrity: sha512-4ccK+vjHnVTDQVqQAXkkGQQp50xUC7Mj0xre4+VnhquDDU80KC/Uru8eKNsIYk0rkj5KxkpxHEP3Y8ZrTXyDpg==}
engines: {node: '>=20'}
peerDependencies:
'@rjsf/utils': ^5.24.x
'@rjsf/utils': ^6.x
'@rollup/pluginutils@5.3.0':
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
@ -8183,8 +8183,8 @@ packages:
makeerror@1.0.12:
resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
markdown-to-jsx@7.7.17:
resolution: {integrity: sha512-7mG/1feQ0TX5I7YyMZVDgCC/y2I3CiEhIRQIhyov9nGBP5eoVrOXXHuL5ZP8GRfxVZKRiXWJgwXkb9It+nQZfQ==}
markdown-to-jsx@8.0.0:
resolution: {integrity: sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==}
engines: {node: '>= 10'}
peerDependencies:
react: '>= 0.14.0'
@ -12413,17 +12413,18 @@ snapshots:
uncontrollable: 8.0.4(react@19.2.0)
warning: 4.0.3
'@rjsf/core@5.24.13(@rjsf/utils@5.24.13(react@19.2.0))(react@19.2.0)':
'@rjsf/core@6.0.1(@rjsf/utils@6.0.1(react@19.2.0))(react@19.2.0)':
dependencies:
'@rjsf/utils': 5.24.13(react@19.2.0)
'@rjsf/utils': 6.0.1(react@19.2.0)
lodash: 4.17.21
lodash-es: 4.17.21
markdown-to-jsx: 7.7.17(react@19.2.0)
markdown-to-jsx: 8.0.0(react@19.2.0)
prop-types: 15.8.1
react: 19.2.0
'@rjsf/utils@5.24.13(react@19.2.0)':
'@rjsf/utils@6.0.1(react@19.2.0)':
dependencies:
fast-uri: 3.1.0
json-schema-merge-allof: 0.8.1
jsonpointer: 5.0.1
lodash: 4.17.21
@ -12431,9 +12432,9 @@ snapshots:
react: 19.2.0
react-is: 18.3.1
'@rjsf/validator-ajv8@5.24.13(@rjsf/utils@5.24.13(react@19.2.0))':
'@rjsf/validator-ajv8@6.0.1(@rjsf/utils@6.0.1(react@19.2.0))':
dependencies:
'@rjsf/utils': 5.24.13(react@19.2.0)
'@rjsf/utils': 6.0.1(react@19.2.0)
ajv: 8.17.1
ajv-formats: 2.1.1(ajv@8.17.1)
lodash: 4.17.21
@ -17204,7 +17205,7 @@ snapshots:
dependencies:
tmpl: 1.0.5
markdown-to-jsx@7.7.17(react@19.2.0):
markdown-to-jsx@8.0.0(react@19.2.0):
optionalDependencies:
react: 19.2.0