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 the rjsf group in /frontend with 4 updates #1858

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the rjsf group in /frontend with 4 updates: @rjsf/core, @rjsf/mui, @rjsf/utils and @rjsf/validator-ajv8.

Updates @rjsf/core from 5.21.0 to 5.24.2

Release notes

Sourced from @​rjsf/core's releases.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Commits
  • 3965cb9 v5.24.2
  • 2cc5126 Bug: The oneOf selector can be modified in readonly mode (#4463)
  • 5a3537e Refactor: remove unnecessary indirectness in get default form state test (#4462)
  • 978dbea Bug : Fields inside an array can't be set to empty when default is set. (#4461)
  • 3f9760b Update validation.md (#4458)
  • 70d7c73 Fixed file accept attribute not working on mui and chakra-ui. (#4457)
  • 2b5c907 Switch lodash.isEqualWith to fast-equals (#4446)
  • 63f5612 Release 5.24.1 (#4445)
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • Additional commits viewable in compare view

Updates @rjsf/mui from 5.21.0 to 5.24.2

Release notes

Sourced from @​rjsf/mui's releases.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Changelog

Sourced from @​rjsf/mui's changelog.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Commits
  • 3965cb9 v5.24.2
  • 2cc5126 Bug: The oneOf selector can be modified in readonly mode (#4463)
  • 5a3537e Refactor: remove unnecessary indirectness in get default form state test (#4462)
  • 978dbea Bug : Fields inside an array can't be set to empty when default is set. (#4461)
  • 3f9760b Update validation.md (#4458)
  • 70d7c73 Fixed file accept attribute not working on mui and chakra-ui. (#4457)
  • 2b5c907 Switch lodash.isEqualWith to fast-equals (#4446)
  • 63f5612 Release 5.24.1 (#4445)
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • Additional commits viewable in compare view

Updates @rjsf/utils from 5.21.0 to 5.24.2

Release notes

Sourced from @​rjsf/utils's releases.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Changelog

Sourced from @​rjsf/utils's changelog.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Commits
  • 3965cb9 v5.24.2
  • 2cc5126 Bug: The oneOf selector can be modified in readonly mode (#4463)
  • 5a3537e Refactor: remove unnecessary indirectness in get default form state test (#4462)
  • 978dbea Bug : Fields inside an array can't be set to empty when default is set. (#4461)
  • 3f9760b Update validation.md (#4458)
  • 70d7c73 Fixed file accept attribute not working on mui and chakra-ui. (#4457)
  • 2b5c907 Switch lodash.isEqualWith to fast-equals (#4446)
  • 63f5612 Release 5.24.1 (#4445)
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • Additional commits viewable in compare view

Updates @rjsf/validator-ajv8 from 5.21.0 to 5.24.2

Release notes

Sourced from @​rjsf/validator-ajv8's releases.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Changelog

Sourced from @​rjsf/validator-ajv8's changelog.

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

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.

5.23.2

@​rjsf/core

  • Fix default value population when switching between options in MultiSchemaField #4375. Fixes #4367

... (truncated)

Commits
  • 3965cb9 v5.24.2
  • 2cc5126 Bug: The oneOf selector can be modified in readonly mode (#4463)
  • 5a3537e Refactor: remove unnecessary indirectness in get default form state test (#4462)
  • 978dbea Bug : Fields inside an array can't be set to empty when default is set. (#4461)
  • 3f9760b Update validation.md (#4458)
  • 70d7c73 Fixed file accept attribute not working on mui and chakra-ui. (#4457)
  • 2b5c907 Switch lodash.isEqualWith to fast-equals (#4446)
  • 63f5612 Release 5.24.1 (#4445)
  • 81df4f5 v5.24.0 (#4443)
  • 478db10 feat: switch lodash.isEqual to fast-equals.deepEqual to improve performan...
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @PE39806.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rjsf group in /frontend with 4 updates: [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form), [@rjsf/mui](https://github.com/rjsf-team/react-jsonschema-form), [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) and [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form).


Updates `@rjsf/core` from 5.21.0 to 5.24.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.21.0...5.24.2)

Updates `@rjsf/mui` from 5.21.0 to 5.24.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.21.0...5.24.2)

Updates `@rjsf/utils` from 5.21.0 to 5.24.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.21.0...5.24.2)

Updates `@rjsf/validator-ajv8` from 5.21.0 to 5.24.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.21.0...5.24.2)

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rjsf
- dependency-name: "@rjsf/mui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rjsf
- dependency-name: "@rjsf/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rjsf
- dependency-name: "@rjsf/validator-ajv8"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rjsf
...

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 Feb 3, 2025
Copy link
Contributor

@PE39806 PE39806 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 685db88 into main Feb 3, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/rjsf-304b9eba63 branch February 3, 2025 16:49
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