Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps @rjsf/bootstrap-4 from 5.6.2 to 5.21.2.

Release notes

Sourced from @​rjsf/bootstrap-4's releases.

5.21.2

@​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

5.21.1

@​rjsf/utils

  • Revert of updating deepEquals() from #4292

@​validator-ajv8

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

5.21.0

New Feature

Extended support for @rjsf/mui to include MUI v6

@​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 to add v6, 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

... (truncated)

Changelog

Sourced from @​rjsf/bootstrap-4's changelog.

5.21.2

@​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

5.21.1

@​rjsf/utils

  • Revert of updating deepEquals() from #4292

@​validator-ajv8

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

5.21.0

@​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

... (truncated)

Commits
  • 6d4870b v5.21.2
  • ce45081 Refactor: delete unused variable (#4320)
  • f487739 Update CHANGELOG.md (#4317)
  • f7e05bb feat: Support array numbers in pathOfError for ErrorSchemaBuilder
  • f92f9f6 fix: not merge the allOf.contains schemas
  • d3af307 fix: deal with null objects in errors in Form.filterErrorsBasedOnSchema() (#4...
  • 4cb8342 Chore: Updating changelog with missing info (#4309)
  • d2ac1c1 Fix: Pass required props to anyof/oneof field components (#4303)
  • 9d1ff6d fix: Improved the widget/field customization docs (#4302)
  • f0eb734 v5.21.1 (#4301)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@rjsf/bootstrap-4](https://github.com/rjsf-team/react-jsonschema-form) from 5.6.2 to 5.21.2.
- [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.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #566.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rjsf/bootstrap-4-5.21.2 branch November 25, 2024 08:32
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.

1 participant