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

Bump @rjsf/bootstrap-4 from 3.2.1 to 5.24.3 in /example #597

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps @rjsf/bootstrap-4 from 3.2.1 to 5.24.3.

Release notes

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

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

New features

  • getChangedFields() utility function

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

... (truncated)

Changelog

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

5.24.3

@​rjsf/utils

  • Rollback 4446 due to regression

Dev / docs / playground

  • Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. #4472

5.24.2

@​rjsf/utils

  • switch lodash.isEqualWith to fast-equals.createCustomEqual providing areFunctionsEqual assuming any functions are equal.
  • Fixed issue with oneOf selector can be modified in readonly mode, fixing #4460
  • Fixed issue with fields inside an array can't be set to empty when a default is set, fixing #4456
  • Fixed issue with file accept attribute, fixing #4404.

@​rjsf/mui

  • Fixed issue with file accept attribute, fixing #4404.

5.24.1

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

5.24.0

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch from d62d9d8 to c2ae39e Compare March 3, 2025 15:51
Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 3.2.1 to 5.24.3.
- [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@v3.2.1...5.24.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@raymond-lam
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch from c2ae39e to 36a34d2 Compare March 3, 2025 15:53
Bumps [@rjsf/bootstrap-4](https://github.com/rjsf-team/react-jsonschema-form) from 3.2.1 to 5.24.3.
- [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@v3.2.1...5.24.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@raymond-lam raymond-lam force-pushed the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch from 36a34d2 to 83af668 Compare March 3, 2025 16:08
@raymond-lam raymond-lam force-pushed the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch from 484b6aa to 9bd60c3 Compare March 4, 2025 01:51
@raymond-lam raymond-lam requested a review from a team March 4, 2025 02:04
@raymond-lam raymond-lam force-pushed the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch from c5cb75f to 13b1f6d Compare March 4, 2025 02:08
@raymond-lam raymond-lam merged commit 5178299 into main Mar 4, 2025
20 checks passed
@raymond-lam raymond-lam deleted the dependabot/npm_and_yarn/example/rjsf/bootstrap-4-5.24.3 branch March 4, 2025 13:56
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