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.20.0 #1370

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v5.20.0

Compare Source

@​rjsf/core

  • Support allowing raising errors from within a custom Widget #​2718
  • Updated ArrayField, BooleanField and StringField to call optionsList() with the additional UiSchema parameter, fixing #​4215 and #​4260

@​rjsf/utils

  • Updated the WidgetProps type to add es?: ErrorSchema<T>, id?: string to the params of the onChange handler function
  • Updated UIOptionsBaseType to add the new enumNames prop to support an alternate way to provide labels for enums in a schema, fixing #​4215
  • Updated optionsList() to take an optional uiSchema that is used to extract alternate labels for enums or oneOf/anyOf in a schema, fixing #​4215 and #​4260
    • NOTE: The generics for optionsList() were expanded from <S extends StrictRJSFSchema = RJSFSchema> to <S extends StrictRJSFSchema = RJSFSchema, T = any, F extends FormContextType = any> to support the UiSchema.

Dev / docs / playground

  • Update the custom-widget-fields.md to add documentation for how to raise errors from a custom widget or field

v5.19.4

Compare Source

@​rjsf/core

  • Fix XSS when rendering schema validation errors #​4254
    • NOTE: This will have potential consequences if you are using the translateString feature and are trying to render HTML. Switching to Markdown will solve your problems.

@​rjsf/utils

  • Updated the ValidatorType interface to add an optional reset?: () => void prop that can be implemented to reset a validator back to initial constructed state
    • Updated the ParserValidator to provide a reset() function that clears the schema map
  • Also updated the default translatable string to use Markdown rather than HTML tags since we now render them with Markdown

@​rjsf/validator-ajv8

  • Updated the AJV8Validator to implement the reset() function to remove cached schemas in the ajv instance

Dev / docs / playground

  • Updated the Validator dropdown to add AJV8 (discriminator) which sets the AJV validator discriminator option to true to support testing schemas with that option in them

v5.19.3

Compare Source

@​rjsf/antd

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

@​rjsf/chakra-ui

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

@​rjsf/fluentui-rc

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

@​rjsf/material-ui

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

@​rjsf/mui

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

@​rjsf/semantic-ui

  • SelectWidget now displays an empty option when appropriate, fixing #​4197

v5.19.2

Compare Source

@​rjsf/core

  • Removed .only on tests that was accidentally added in 5.19.0

v5.19.1

Compare Source

Dev / docs / playground

  • Bumped the peer dependencies to 5.19.x due to use of new API in 5.19.0

v5.19.0

Compare Source

@​rjsf/antd

  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@​rjsf/chakra-ui

  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@​rjsf/core

  • Fixed case where readOnly from a JSON Schema was not applied in SchemaField (#​4236)
  • Updated AltDateWidget to use the new dateRangeOptions() function in utils to support relative Years and reversing the order of the Year choices

@​rjsf/utils

  • Added a new dateRangeOptions() function to implement relative Years in (via negative ranges) and reversing the order of the Year choices

Dev / docs / playground

  • Added documentation for the new dateRangeOptions() function as well as showing examples of using relative Years and reversed Year ordering

v5.18.6

Compare Source

@​rjsf/antd

  • Fix disabled property of options in CheckboxesWidget and RadioWidget (#​4216)

@​rjsf/core

@​rjsf/utils

  • Fix IdSchema and PathSchema types (#​4196)

@​rjsf/validator-ajv6

  • Fix IdSchema and PathSchema types (#​4196)

@​rjsf/validator-ajv8

  • Fix IdSchema and PathSchema types (#​4196)

v5.18.5

Compare Source

@​rjsf/antd

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/bootstrap4

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/chakra-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/core

@​rjsf/fluent-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/fluentui-rc

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/material-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/mui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/semantic-ui

  • Updated widgets to handle undefined target in onFocus and onBlur handlers

@​rjsf/validator-ajv6

  • Improved performance issues with large schema dependencies and oneOf conditions #​4203.

@​rjsf/validator-ajv8

  • Improved performance issues with large schema dependencies and oneOf conditions #​4203.

v5.18.4

Compare Source

Dev / docs / playground

  • Fixed typo in constants.ts, Form.tsx

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 dependencies Pull requests that update a dependency file label May 17, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test May 17, 2024 23:58 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test May 17, 2024 23:58 Inactive
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.18.4 chore(deps): update rjsf monorepo to v5.18.5 Jun 26, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test June 26, 2024 19:47 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test June 26, 2024 19:47 Inactive
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 9241430 to 6761978 Compare July 2, 2024 21:27
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.18.5 chore(deps): update rjsf monorepo to v5.18.6 Jul 2, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test July 2, 2024 21:27 Inactive
@renovate renovate bot had a problem deploying to data-manager-ui/test July 2, 2024 21:27 Failure
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 6761978 to 682e840 Compare July 3, 2024 22:56
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.18.6 chore(deps): update rjsf monorepo to v5.19.0 Jul 3, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test July 3, 2024 22:56 Failure
@renovate renovate bot temporarily deployed to data-manager-ui/test July 3, 2024 22:56 Inactive
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from 682e840 to d2044c1 Compare July 5, 2024 18:44
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.19.0 chore(deps): update rjsf monorepo to v5.19.1 Jul 5, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test July 5, 2024 18:45 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test July 5, 2024 18:45 Inactive
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from d2044c1 to ea3aad2 Compare July 8, 2024 18:29
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.19.1 chore(deps): update rjsf monorepo to v5.19.2 Jul 8, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test July 8, 2024 18:29 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test July 8, 2024 18:29 Inactive
@renovate renovate bot force-pushed the renovate/rjsf-monorepo branch from ea3aad2 to 070688d Compare July 9, 2024 22:53
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.19.2 chore(deps): update rjsf monorepo to v5.19.3 Jul 9, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test July 9, 2024 22:54 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test July 9, 2024 22:54 Inactive
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.19.3 chore(deps): update rjsf monorepo to v5.19.4 Jul 27, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test July 27, 2024 22:41 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test July 27, 2024 22:41 Failure
@renovate renovate bot temporarily deployed to data-manager-ui/test August 7, 2024 22:09 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 7, 2024 22:09 Inactive
@renovate renovate bot changed the title chore(deps): update rjsf monorepo to v5.19.4 chore(deps): update rjsf monorepo to v5.20.0 Aug 8, 2024
@renovate renovate bot temporarily deployed to data-manager-ui/test August 8, 2024 18:51 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 8, 2024 18:51 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 10, 2024 12:31 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 10, 2024 12:31 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 11, 2024 14:23 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 11, 2024 14:23 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 11, 2024 21:47 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test August 11, 2024 21:47 Inactive
@OliverDudgeon OliverDudgeon merged commit 958b07a into master Aug 13, 2024
6 checks passed
@OliverDudgeon OliverDudgeon deleted the renovate/rjsf-monorepo branch August 13, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant