Skip to content

build(deps): bump the rjsf group with 2 updates - #8138

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rjsf-237d1b68a3
Open

build(deps): bump the rjsf group with 2 updates#8138
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rjsf-237d1b68a3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the rjsf group with 2 updates: @rjsf/core and @rjsf/validator-ajv8.

Updates @rjsf/core from 6.7.1 to 6.8.0

Release notes

Sourced from @​rjsf/core's releases.

6.8.0

New validator added

The new @rjsf/validator-cfworker was added, see the documentation for the limitations that this validator has.

@​rjsf/core

  • Fixed TimeWidget to respect schema multipleOf time precision, preserving second-precision values while keeping minute-precision native inputs synchronized with their displayed value (#5174)

@​rjsf/utils

  • Fixed an issue in sortedJSONStringify with regards to handling arrays containing null and undefined values.

@​rjsf/validator-ata

  • Raised the ata-validator requirement to ^1.3.0, which fixes a $ref that could not be resolved being treated as vacuous rather than reported as an error (#5181)
  • Raised the ata-validator requirement to ^1.6.0, so that validation runs correctly where new Function is refused, such as a page under a strict Content-Security-Policy (#5184)
  • Raised the ata-validator requirement to ^1.6.1, which stops a $ref into another document from silently dropping the constraints behind it (#5186)

@​rjsf/validator-cfworker

  • Added an eval-free, draft-2020-12 validator package backed by @cfworker/json-schema, including undefined form-data normalization and per-schema-id caching, fixing #3269 and contributing to #4923

Dev / docs / playground

  • Added @rjsf/validator-cfworker to the playground validator selector and API documentation
Changelog

Sourced from @​rjsf/core's changelog.

6.8.0

@​rjsf/core

  • Fixed TimeWidget to respect schema multipleOf time precision, preserving second-precision values while keeping minute-precision native inputs synchronized with their displayed value (#5174)

@​rjsf/utils

  • Fixed an issue in sortedJSONStringify with regards to handling arrays containing null and undefined values.

@​rjsf/validator-ata

  • Raised the ata-validator requirement to ^1.3.0, which fixes a $ref that could not be resolved being treated as vacuous rather than reported as an error (#5181)
  • Raised the ata-validator requirement to ^1.6.0, so that validation runs correctly where new Function is refused, such as a page under a strict Content-Security-Policy (#5184)
  • Raised the ata-validator requirement to ^1.6.1, which stops a $ref into another document from silently dropping the constraints behind it (#5186)

@​rjsf/validator-cfworker

  • Added an eval-free, draft-2020-12 validator package backed by @cfworker/json-schema, including undefined form-data normalization and per-schema-id caching, fixing #3269 and contributing to #4923

Dev / docs / playground

  • Added @rjsf/validator-cfworker to the playground validator selector and API documentation
Commits
  • ac10c8a Releasing 6.8.0
  • 811f9a4 Require ata-validator 1.6.1 in @​rjsf/validator-ata (#5186)
  • efb35f1 Update sortedJSONStringify (#5171)
  • 25e6d06 fix(core): preserve seconds precision in TimeWidget and sync displayed value ...
  • ea977f3 chore(deps): bump fast-uri from 4.1.1 to 4.1.2 (#5182)
  • 9d72cf1 Require ata-validator 1.6.0 in @​rjsf/validator-ata (#5184)
  • 373f8ce chore(deps-dev): bump nx from 23.0.1 to 23.0.2 (#5183)
  • 6fc614d chore(deps): bump actions/setup-python from 6 to 7 (#5179)
  • 14e384e chore(deps): bump actions/setup-node from 6 to 7 (#5178)
  • 53828da fix(chakra-ui): wrap ChakraProvider in EnvironmentProvider for iframe… (#5175)
  • Additional commits viewable in compare view

Updates @rjsf/validator-ajv8 from 6.7.1 to 6.8.0

Release notes

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

6.8.0

New validator added

The new @rjsf/validator-cfworker was added, see the documentation for the limitations that this validator has.

@​rjsf/core

  • Fixed TimeWidget to respect schema multipleOf time precision, preserving second-precision values while keeping minute-precision native inputs synchronized with their displayed value (#5174)

@​rjsf/utils

  • Fixed an issue in sortedJSONStringify with regards to handling arrays containing null and undefined values.

@​rjsf/validator-ata

  • Raised the ata-validator requirement to ^1.3.0, which fixes a $ref that could not be resolved being treated as vacuous rather than reported as an error (#5181)
  • Raised the ata-validator requirement to ^1.6.0, so that validation runs correctly where new Function is refused, such as a page under a strict Content-Security-Policy (#5184)
  • Raised the ata-validator requirement to ^1.6.1, which stops a $ref into another document from silently dropping the constraints behind it (#5186)

@​rjsf/validator-cfworker

  • Added an eval-free, draft-2020-12 validator package backed by @cfworker/json-schema, including undefined form-data normalization and per-schema-id caching, fixing #3269 and contributing to #4923

Dev / docs / playground

  • Added @rjsf/validator-cfworker to the playground validator selector and API documentation
Changelog

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

6.8.0

@​rjsf/core

  • Fixed TimeWidget to respect schema multipleOf time precision, preserving second-precision values while keeping minute-precision native inputs synchronized with their displayed value (#5174)

@​rjsf/utils

  • Fixed an issue in sortedJSONStringify with regards to handling arrays containing null and undefined values.

@​rjsf/validator-ata

  • Raised the ata-validator requirement to ^1.3.0, which fixes a $ref that could not be resolved being treated as vacuous rather than reported as an error (#5181)
  • Raised the ata-validator requirement to ^1.6.0, so that validation runs correctly where new Function is refused, such as a page under a strict Content-Security-Policy (#5184)
  • Raised the ata-validator requirement to ^1.6.1, which stops a $ref into another document from silently dropping the constraints behind it (#5186)

@​rjsf/validator-cfworker

  • Added an eval-free, draft-2020-12 validator package backed by @cfworker/json-schema, including undefined form-data normalization and per-schema-id caching, fixing #3269 and contributing to #4923

Dev / docs / playground

  • Added @rjsf/validator-cfworker to the playground validator selector and API documentation
Commits
  • ac10c8a Releasing 6.8.0
  • 811f9a4 Require ata-validator 1.6.1 in @​rjsf/validator-ata (#5186)
  • efb35f1 Update sortedJSONStringify (#5171)
  • 25e6d06 fix(core): preserve seconds precision in TimeWidget and sync displayed value ...
  • ea977f3 chore(deps): bump fast-uri from 4.1.1 to 4.1.2 (#5182)
  • 9d72cf1 Require ata-validator 1.6.0 in @​rjsf/validator-ata (#5184)
  • 373f8ce chore(deps-dev): bump nx from 23.0.1 to 23.0.2 (#5183)
  • 6fc614d chore(deps): bump actions/setup-python from 6 to 7 (#5179)
  • 14e384e chore(deps): bump actions/setup-node from 6 to 7 (#5178)
  • 53828da fix(chakra-ui): wrap ChakraProvider in EnvironmentProvider for iframe… (#5175)
  • 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 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 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 with 2 updates: [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) and [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form).


Updates `@rjsf/core` from 6.7.1 to 6.8.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@v6.7.1...v6.8.0)

Updates `@rjsf/validator-ajv8` from 6.7.1 to 6.8.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@v6.7.1...v6.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 33495393883

Coverage remained the same at 90.693%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 52371
Covered Lines: 48520
Line Coverage: 92.65%
Relevant Branches: 2499
Covered Branches: 1243
Branch Coverage: 49.74%
Branches in Coverage %: Yes
Coverage Strength: 128.82 hits per line

💛 - Coveralls

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