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

fix(deps): update dependency @rjsf/validator-ajv6 to v5.0.0-beta.16 #15654

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rjsf/validator-ajv6 5.0.0-beta.15 -> 5.0.0-beta.16 age adoption passing confidence

Release Notes

rjsf-team/react-jsonschema-form

v5.0.0-beta.16: 5.0.0-beta.16

Compare Source

@​rjsf/antd

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072
  • Updated the use of the deprecated withConfigConsumer with the ConfigConsumer component instead, fixing #​3336

@​rjsf/bootstrap-4

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated CheckboxWidget to get the required state of the checkbox from the schemaRequiresTrueValue() utility function rather than the required prop, fixing #​3317
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/chakra-ui

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated CheckboxWidget to get the required state of the checkbox from the schemaRequiresTrueValue() utility function rather than the required prop, fixing #​3317
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/core

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
    • Also, passed registry into the SubmitButton inside of the Form as part of this fix
  • Updated ArrayField to pass the new totalItems and canAdd props to the ArrayFieldItemTemplate instances, fixing #​3315
    • Also refactored the near duplicate logic for onAddClick and onAddIndexClick into a new _handleAddClick() function, fixing #​3316
  • Fix passing of generic types to a few helper methods, partially fixing #​3072
  • Updated the types for ValidatorType, CustomValidator and ErrorTransformer to add the new generics, as well as passing uiSchema to the validateFormData() call, partially fixing #​3170

@​rjsf/fluent-ui

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/material-ui

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/mui

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/semantic-ui

  • Updated the usage of the ButtonTemplates to pass the new required registry prop, filtering it out in the actual implementations before spreading props, fixing - #​3314
  • Updated CheckboxWidget to get the required state of the checkbox from the schemaRequiresTrueValue() utility function rather than the required prop, fixing #​3317
    • Also fixed the CheckboxWidget missing label issue #​3302
  • Updated the test for the CheckboxWidget validating that the schema.title is passed as the label, fixing #​3302
  • Updated the theme to accept generic types, exporting generateXXX functions for Form, Theme, Templates and Widgets to support using the theme with user-specified type generics, partially fixing #​3072

@​rjsf/utils

  • Updated the SubmitButtonProps and IconButtonProps to add required registry prop, fixing - #​3314
  • Updated the ArrayFieldTemplateItemType to add the new totalItems and canAdd props, fixing #​3315
  • Updated the CustomValidator and ErrorTransformer types to take the full set of T, S, F generics in order to accept a new optional uiSchema property, partially fixing #​3170
  • Updated the ValidatorType to add the F generic to allow the validateFormData() function to take a new optional uiSchema parameter, partially fixing #​3170
    • Updated many of the schema-based utility functions to take the additional generics as well to fulfill the ValidatorType interface change

@​rjsf/validator-ajv6

  • Updated the customizeValidator and AJV6Validator implementations to add the S and F generics, so that validateFormData() can accept a new optional uiSchema parameter that is passed to transformErrors() and customValidate(), partially fixing #​3170

@​rjsf/validator-ajv8

  • Updated the customizeValidator and AJV8Validator implementations to add the F generic, so that validateFormData() can accept a new optional uiSchema parameter that is passed to transformErrors() and customValidate(), partially fixing #​3170

Dev / docs / playground

  • Fixed the documentation for ArrayFieldItemTemplate, SubmitButtonProps and IconButtonProps as part of the fix for #​3314 and #​3315
  • Updated the documentation in form-props.md for children, fixing #​3322
  • Added new typescript.md documentation to Advanced Customization describing how to use custom generics as part of the fix for #​3072
  • Updated the documentation in utilty-functions.md to add the new F generic to all the places which needed them

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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team and backstage-service as code owners January 10, 2023 11:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 10, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 10, 2023

Uffizzi Preview deployment-10654 was deleted.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/rjsf-validator-ajv6-5.x-lockfile branch from d94686c to f029ce1 Compare January 10, 2023 14:17
@benjdlambert
Copy link
Member

closing in favour of the #15426 work instead.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 11, 2023

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^5.0.0-beta.14). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/rjsf-validator-ajv6-5.x-lockfile branch January 11, 2023 10:45
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.

None yet

3 participants