Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rjsf monorepo to v5.23.2 #1474

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rjsf/core 5.20.0 -> 5.23.2 age adoption passing confidence
@rjsf/utils 5.20.0 -> 5.23.2 age adoption passing confidence
@rjsf/validator-ajv8 5.20.0 -> 5.23.2 age adoption passing confidence

Release Notes

rjsf-team/react-jsonschema-form (@​rjsf/core)

v5.23.2

Compare Source

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #​4375. Fixes #​4367

@​rjsf/utils

  • Short-circuit File and Date constructor access in isObject to optimize performance in scenarios where globalThis is a Proxy that incurs overhead for each class constructor access (#​4413). Fixes #​4409

@​rjsf/validator-ajv8

  • Fixed issue where ui:title in anyOf/oneOf is not shown in error messages. Fixes #​4368

v5.23.1

Compare Source

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #​4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #​4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

v5.23.0

Compare Source

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #​4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #​4344, #​4361 and #​4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #​4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

v5.22.4

Compare Source

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #​4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

v5.22.3

Compare Source

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing [#​4334]

v5.22.2

Compare Source

@​rjsf/core

  • Fix an issue where only the first file was uploaded when users selected multiple files for upload.
  • Fixed validation regression Form not revalidating after formData change, fixing #​4343

@​rjsf/validator-ajv8

  • Fixed AJV8Validator#transformRJSFValidationErrors to replace the error message field with either the uiSchema's ui:title field if one exists or the parentSchema title if one exists. Fixes #​4348

v5.22.1

Compare Source

Dev / docs / playground

  • Bumped peer dependencies to 5.22.x due to updated type definition and API changes in @​rjsf/utils

v5.22.0

Compare Source

@​rjsf/core

  • Updated MultiSchemaField to call the onChange handler after setting the new option, fixing #​3997 and #​4314

@​rjsf/utils

  • Added experimental_customMergeAllOf option to retrieveSchema() and getDefaultFormState() to allow custom merging of allOf schemas
  • Made fields with const property pre-filled and readonly, fixing #​2600
  • Added mergeDefaultsIntoFormData option to Experimental_DefaultFormStateBehavior type to control how to handle merging of defaults
  • Updated mergeDefaultsWithFormData() to add new optional defaultSupercedesUndefined that when true uses the defaults rather than undefined formData, fixing #​4322
  • Updated getDefaultFormState() to pass true to mergeDefaultsWithFormData for defaultSupercedesUndefined when mergeDefaultsIntoFormData has the value useDefaultIfFormDataUndefined, fixing #​4322
  • Updated getClosestMatchingOption() to improve the scoring of sub-property objects that are provided over ones that aren't, fixing #​3997 and #​4314

Dev / docs / playground

  • Updated the form-props.md to add documentation for the new experimental_customMergeAllOf props and the experimental_defaultFormStateBehavior.mergeDefaultsIntoFormData option
  • Updated the utility-functions.md to add documentation for the new optional defaultSupercedesUndefined parameter and the two missing optional fields on getDefaultFormState()
  • Updated the custom-templates.md to add a section header for wrapping BaseInputTemplate
  • Updated the playground to add controls for the new mergeDefaultsIntoFormData option
    • In the process, moved the Show Error List component over one column, making it inline radio buttons rather than a select

v5.21.2

Compare Source

@​rjsf/core

  • Updated SchemaField to pass required flag to _AnyOfField/_OneOfField
  • Updated Form to deal with null objects in filterErrorsBasedOnSchema(), fixing #​4306

@​rjsf/utils

  • Updated ErrorSchemaBuilder to support adding, updating, and removing paths that are numbers, fixing #​4297
  • Updated retrieveSchema to not merge contains properties in allOf schema lists, fixing #​2923

Dev / docs / playground

  • Updated the custom-widgets-fields.md to add examples of wrapping a widget/field

v5.21.1

Compare Source

@​rjsf/utils

  • Revert of updating deepEquals() from [#​4292]

@​validator-ajv8

  • Revert of using deepEquals() instead of lodash.isEqual() from [#​4292]

v5.21.0

Compare Source

@​rjsf/core

  • Updated Form to fix focusOnError() to support the ids that include dots, fixing #​4279

@​rjsf/mui

  • Updated the peer dependencies for @mui/material and @mui/icon-material, fixing 4283

@​rjsf/utils

  • Fixes an issue with dependencies computeDefaults to ensure we can get the dependencies defaults #​4271
  • Updated deepEquals() to use fast-equals.createCustomEqual() instead of lodash.isEqualWith(), fixing #​4291
    • Switched uses of lodash.isEqual() to deepEquals() in many of the utility functions as well

@​validator-ajv8

  • Use @rjsf/utils deepEquals() instead of lodash.isEqual() to improve performance, fixing #​4291

Dev / docs / playground

  • Updated the playground to use @mui/* version 6, changing the name of the dropdown from material-ui-5 to mui

v5.20.1

Compare Source

Dev / docs / playground

  • Updated the peer dependencies to 5.20.x due to types and API changes in @rjsf/utils

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Sep 26, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch 3 times, most recently from e127cc2 to 759c841 Compare October 3, 2024 01:10
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.21.1 chore(deps): update rjsf monorepo to v5.21.2 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 759c841 to db793a1 Compare October 13, 2024 08:37
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.21.2 Update rjsf monorepo to v5.21.2 Oct 13, 2024
@renovate renovate bot changed the title Update rjsf monorepo to v5.21.2 chore(deps): update rjsf monorepo to v5.21.2 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from db793a1 to 83e541f Compare October 21, 2024 23:12
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.21.2 chore(deps): update rjsf monorepo to v5.22.1 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 83e541f to 899312a Compare October 27, 2024 19:48
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.22.1 Update rjsf monorepo to v5.22.1 Oct 27, 2024
@renovate renovate bot changed the title Update rjsf monorepo to v5.22.1 chore(deps): update rjsf monorepo to v5.22.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 899312a to 28cd3bd Compare October 28, 2024 20:04
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.22.1 chore(deps): update rjsf monorepo to v5.22.2 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 28cd3bd to c14b424 Compare October 30, 2024 19:26
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.22.2 chore(deps): update rjsf monorepo to v5.22.3 Oct 30, 2024
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.22.3 Update rjsf monorepo to v5.22.3 Nov 7, 2024
@renovate renovate bot changed the title Update rjsf monorepo to v5.22.3 chore(deps): update rjsf monorepo to v5.22.3 Nov 9, 2024
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.22.3 Update rjsf monorepo to v5.22.3 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from c14b424 to 5e09517 Compare November 11, 2024 18:08
@renovate renovate bot changed the title Update rjsf monorepo to v5.22.3 Update rjsf monorepo to v5.22.4 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 5e09517 to 63d9d31 Compare November 22, 2024 21:49
@renovate renovate bot changed the title Update rjsf monorepo to v5.22.4 Update rjsf monorepo to v5.23.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 63d9d31 to 011cb3f Compare November 23, 2024 01:25
@renovate renovate bot changed the title Update rjsf monorepo to v5.23.0 Update rjsf monorepo to v5.23.1 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 011cb3f to ded4c2d Compare December 1, 2024 08:47
@renovate renovate bot changed the title Update rjsf monorepo to v5.23.1 chore(deps): update rjsf monorepo to v5.23.1 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from ded4c2d to 696fb5c Compare December 15, 2024 16:44
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.23.1 chore(deps): update rjsf monorepo to v5.23.2 Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants