chore(deps): update rjsf monorepo to v6.5.1#1770
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
Conversation
d4cc000 to
b443ed4
Compare
b443ed4 to
c0dd21e
Compare
c0dd21e to
211033d
Compare
211033d to
7ce01a8
Compare
7ce01a8 to
1271b77
Compare
1271b77 to
48aefb0
Compare
48aefb0 to
f01dac5
Compare
f01dac5 to
50c5612
Compare
50c5612 to
c201fa0
Compare
c201fa0 to
256cb4d
Compare
256cb4d to
ba0ee2f
Compare
ba0ee2f to
76b4bb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.2→6.5.16.1.2→6.5.16.1.2→6.5.16.1.2→6.5.1Release Notes
rjsf-team/react-jsonschema-form (@rjsf/core)
v6.5.1Compare Source
Dev / docs / playground
v6.5.0Compare Source
@rjsf/antd
BaseInputTemplateto removetypeand setchangeOnWheelto false for theInputNumbercomponent, fixing #5002ErrorListandIconButtonto destructure icons imported from@ant-design/icons, fixing #4953key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoInputNumber, fixing a build error caused by the widenedInputPropsType(number | string)@rjsf/chakra-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/core
removeEmptyOptionalObjectsboolean prop to gracefully prune optional empty objects preventing form submission lockouts, fixing #4954buttonelements infocusOnErrorquerySelector so that radio and checkbox groups receive focus on validation error, fixing #4870expandUiSchemaDefinitionscall at form init, now handled at runtime byresolveUiSchema, fixing #4986useRefto track latestformDatainhandleKeyRename, preventing stale closure data when multiple additional property keys are renamed in quick succession, fixing #5021optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidgetfor rendering real enum values in DOM attributes instead of array indices (#4693)@rjsf/daisyui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/fluentui-rc
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mantine
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoNumberInput, fixing a build error caused by the widenedInputPropsType(number | string)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)sx,rjsfSlotProps,variant) directly throughuiSchemafor all templates and widgets, fixing #4996@rjsf/primereact
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/react-bootstrap
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/semantic-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/shadcn
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/utils
removeOptionalEmptyObjectsutility function to recursively strip fully empty optional objects based on their parent'srequiredproperties, fixing #4954InputPropsTypeto widenminandmaxtonumber | stringto support date values (e.g."2020-01-01")getInputProps()to propagateformatMinimumandformatMaximumschema keywords to the HTMLmin/maxattributes fordate,datetime-local,time,week, andmonthinput types, aligning browser-native date picker constraints with AJV validationui:titlefromui:definitionsnot applied tooneOf/anyOfdropdowns beyond first recursion level, fixing #4986enumOptionValueEncoder,enumOptionValueDecoder, andenumOptionSelectedValueutilities for opt-in real enum value rendering in select/radio/checkbox widgets (#4693)optionValueFormat: 'indexed' | 'realValue'toGlobalUISchemaOptionsand theOptionValueFormattype for opt-in real enum values in widget DOM attributes (#4693)v6.4.2Compare Source
@rjsf/antd
requiredtoBaseInputTemplateso that required string and number fields render the HTMLrequiredattribute, fixing #3743@rjsf/core
ui:enumNamesfrom the array property's uiSchema (#4985)parentUiSchematoArrayFieldItemto maintainuiSchema, this prop was introduced recently but was not being passedextraErrorsnot displaying whencustomErrorsare also present (e.g., with array fields and controlledformData), fixing #4982Dev / docs / playground
v6.4.1Compare Source
Dev / docs / playground
v6.4.0Compare Source
@rjsf/core
extraErrorsnot displaying on first async set after submit, fixing #4965itemsuiSchema for enumerated options, fixing #4955validateForm()clearingextraErrorsfrom state when schema validation passes, fixing #4962@rjsf/utils
resolveAllReferencesto preserve$refon resolved schemas, enablingui:definitionsbeyond the first recursion level, fixing #4966omitExtraDatastrippingadditionalPropertiesinside oneOf/anyOf options, fixing #4366ui:enumNamesandui:enumOrderfor controlling enum display labels and ordering, fixing #4969Dev / docs / playground
ui:enumNamesandui:enumOrderv6.3.1Compare Source
Dev / docs / playground
@rjsf/*dev dependencies from^6.3.0to6.3.0so that the latest version ofnxkeeps automatically updating them^6.3.xdue to type changes in@rjsf/utilsthat are required in the other librariesv6.3.0Compare Source
@rjsf/antd
@rjsf/chakra-ui
NativeSelectWidgetso that is properly renders a placeholder, fixing #4942@rjsf/core
ui:definitionssupport for recursive and reusable uiSchema (#4947)@rjsf/daisyui
@rjsf/fluentui-rc
@rjsf/mantine
@rjsf/mui
@rjsf/react-bootstrap
@rjsf/semantic-ui
@rjsf/shadcn
@rjsf/utils
expandUiSchemaDefinitions()andresolveUiSchema()functions, andUiSchemaDefinitionstype to support defining reusable uiSchema for schema$refreferences (#4947)Dev / docs / playground
ui:definitionsfeature (#4947)ui:definitionsinuiSchema.mdanddefinitions.md(#4947)npm run bump-all-librariescommand, fixing new lint errors and updating the snapshots due to fixes in the theme librariesv6.2.5Compare Source
@rjsf/mui
BaseInputTemplateto properly handleslotPropsandInputProps(deprecated by MUI) with existingendAdornments when theallowClearTextInputsflag is true, fixing #4938Dev / docs / playground
uiSchema.mdto add documentation forallowClearTextInputsformTests.tsxinsnapshot-teststo render string fields with theallowClearTextInputsflag enabled, with data and readonly to test the new featurev6.2.4Compare Source
Dev / docs / playground
package.jsonforchakra-uito add therepositoryinformation so that publishing works for itrelease.ymlto remove the push tag stuff as it isn't neededv6.2.3Compare Source
@rjsf/mantine
cleanupOptions()to addenableMarkdownInHelpandglobalOptionsto avoid DOM errors@rjsf/primereact
ArrayFieldTemplateto destructure additional fields to avoid DOM errorsDev / docs / playground
release.ymlto move the permissions within the job, switch to node 24 and add push checkingConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.