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

build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.11.2 #6654

Merged
merged 5 commits into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps @rjsf/core from 5.6.2 to 5.9.0.

Release notes

Sourced from @​rjsf/core's releases.

5.9.0

New utility function features

  • Added new capability to the mergeDefaultWithFormData() utility function (see below)
  • Added new experimental_defaultFormStateBehavior.arrayMinItems.mergeExtraDefaults flag which caused a breaking change to the experimental arrayMinItems feature (see below):
    • If you were previously passing experimental_defaultFormStateBehavior as { arrayMinItems = 'requiredOnly } on the Form, now you would pass { arrayMinItems: { populate: 'requiredOnly' } }

@​rjsf/utils

  • Updated getDefaultFormState() to fix a bug where experimental_defaultFormStateBehavior: { emptyObjectFields: 'populateRequiredDefaults' } wasn't working for object properties with $refs
  • Experimental feature breaking change:
    • Updated the experimental_defaultFormStateBehavior.arrayMinItems from simple flag to an object containing two optional fields, populate and mergeExtraDefaults
      • The new arrayMinItems.mergeExtraDefaults flag, when "true", allows users to merge defaults onto the end of formData arrays when minItems is specified
  • Added a new, optional mergeExtraArrayDefaults=false flag to the mergeDefaultWithFormData() utility function to support the new arrayMinItems.mergeExtraDefaults experimental feature

Dev / docs / playground

  • Updated the utility-functions documentation to add the new mergeExtraArrayDefaults flag for the mergeDefaultWithFormData() function
  • Updated the form-props documentation to update the arrayMinItems documentation for the new object behavior
  • Updated the playground to add a checkbox for the new arrayMinItems.mergeExtraDefaults flag

5.8.2

@​rjsf/validator-ajv8

  • Explicitly cache schemas by their hash when checking data is valid to avoid multiple compilations for schemas without IDs leading to poor performance #3721

5.8.1

Dev / docs / playground

  • Updated peer dependencies in all packages to ^5.8.x

5.8.0

New feature

  • Optional support for Markdown in descriptions

@​rjsf/bootstrap-4

  • Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

@​rjsf/chakra-ui

  • Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

@​rjsf/core

  • Updated SchemaField to be able to render markdown in the description field
  • Updated MultiSchemaField.getMatchingOption to use option index from getClosestMatchingOption, fixing #3693 and #3705

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

5.9.0

@​rjsf/utils

  • Updated getDefaultFormState() to fix a bug where experimental_defaultFormStateBehavior: { emptyObjectFields: 'populateRequiredDefaults' } wasn't working for object properties with $refs
  • Experimental feature breaking change:
    • Updated the experimental_defaultFormStateBehavior.arrayMinItems from simple flag to an object containing two optional fields, populate and mergeExtraDefaults
      • The new arrayMinItems.mergeExtraDefaults flag, when "true", allows users to merge defaults onto the end of formData arrays when minItems is specified
    • If you were previously passing experimental_defaultFormStateBehavior as { arrayMinItems = 'requiredOnly } on the Form, now you would pass { arrayMinItems: { populate: 'requiredOnly' } }
  • Added a new, optional mergeExtraArrayDefaults=false flag to the mergeDefaultWithFormData() utility function to support the new arrayMinItems.mergeExtraDefaults experimental feature

Dev / docs / playground

  • Updated the utility-functions documentation to add the new mergeExtraArrayDefaults flag for the mergeDefaultWithFormData() function
  • Updated the form-props documentation to update the arrayMinItems documentation for the new object behavior
  • Updated the playground to add a checkbox for the new arrayMinItems.mergeExtraDefaults flag

5.8.2

@​rjsf/validator-ajv8

  • Explicitly cache schemas by their hash when checking data is valid to avoid multiple compilations for schemas without IDs leading to poor performance #3721

5.8.1

Dev / docs / playground

  • Updated peer dependencies in all packages to ^5.8.x

5.8.0

@​rjsf/bootstrap-4

  • Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

@​rjsf/chakra-ui

  • Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

@​rjsf/core

  • Updated SchemaField to be able to render markdown in the description field
  • Updated MultiSchemaField.getMatchingOption to use option index from getClosestMatchingOption, fixing #3693 and #3705

@​rjsf/fluent-ui

  • Updated FieldTemplate Component to display description from SchemaField and make it consistent for all the available themes

@​rjsf/material-ui

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2023
Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.6.2 to 5.9.0.
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.6.2...5.9.0)

Also pumb @rjsf/validator-ajv8 from 5.6.2 to 5.10.0

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@david-yz-liu david-yz-liu force-pushed the dependabot/npm_and_yarn/rjsf/core-5.9.0 branch from 052004e to 150093d Compare July 23, 2023 16:54
@david-yz-liu david-yz-liu self-assigned this Jul 23, 2023
@david-yz-liu david-yz-liu changed the title build(deps): bump @rjsf/core from 5.6.2 to 5.9.0 build(deps): bump @rjsf/core and @rjsf//validator-ajv8 from 5.6.2 to 5.10.0 Jul 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

A newer version of @​rjsf/core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@david-yz-liu david-yz-liu changed the title build(deps): bump @rjsf/core and @rjsf//validator-ajv8 from 5.6.2 to 5.10.0 build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.10.0 Aug 2, 2023
@david-yz-liu
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@david-yz-liu david-yz-liu changed the title build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.10.0 build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.12.0 Aug 9, 2023
@david-yz-liu david-yz-liu changed the title build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.12.0 build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.11.0 Aug 9, 2023
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 5813779126

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 66 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.01%) to 91.921%

Files with Coverage Reduction New Missed Lines %
config/initializers/python.rb 1 76.92%
app/jobs/split_pdf_job.rb 3 88.2%
app/controllers/results_controller.rb 62 65.52%
Totals Coverage Status
Change from base Build 5802792669: 0.01%
Covered Lines: 38058
Relevant Lines: 40862

💛 - Coveralls

@david-yz-liu david-yz-liu changed the title build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.11.0 build(deps): bump @rjsf/core and @rjsf/validator-ajv8 from 5.6.2 to 5.11.2 Aug 9, 2023
@david-yz-liu david-yz-liu merged commit 268782f into master Aug 9, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rjsf/core-5.9.0 branch August 9, 2023 21:34
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants