Skip to content

Bump the rjsf group across 1 directory with 4 updates - #3941

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/rjsf-3b4957edcc
Aug 31, 2026
Merged

Bump the rjsf group across 1 directory with 4 updates#3941
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/rjsf-3b4957edcc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the rjsf group with 3 updates in the / directory: @rjsf/core, @rjsf/react-bootstrap 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

  • Declared "sideEffects": false in package.json, allowing bundlers to tree-shake unused modules; a consumer importing only Form no longer bundles the AJV validator chain pulled in by getTestRegistry, shrinking a minimal bundle by ~34kB gzipped
  • 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/react-bootstrap from 6.7.1 to 6.8.0

Release notes

Sourced from @​rjsf/react-bootstrap'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/react-bootstrap's changelog.

6.8.0

@​rjsf/core

  • Declared "sideEffects": false in package.json, allowing bundlers to tree-shake unused modules; a consumer importing only Form no longer bundles the AJV validator chain pulled in by getTestRegistry, shrinking a minimal bundle by ~34kB gzipped
  • 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/utils from 6.7.1 to 6.8.0

Release notes

Sourced from @​rjsf/utils'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/utils's changelog.

6.8.0

@​rjsf/core

  • Declared "sideEffects": false in package.json, allowing bundlers to tree-shake unused modules; a consumer importing only Form no longer bundles the AJV validator chain pulled in by getTestRegistry, shrinking a minimal bundle by ~34kB gzipped
  • 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

  • Declared "sideEffects": false in package.json, allowing bundlers to tree-shake unused modules; a consumer importing only Form no longer bundles the AJV validator chain pulled in by getTestRegistry, shrinking a minimal bundle by ~34kB gzipped
  • 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
@github-actions

Copy link
Copy Markdown

The minor update of this production dependency was not automatically approved. For production dependencies, these semver updates can be automatically approved: patch

@github-actions
github-actions Bot enabled auto-merge (squash) August 24, 2026 13:33
Bumps the rjsf group with 3 updates in the / directory: [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form), [@rjsf/react-bootstrap](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/react-bootstrap` 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/utils` 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/react-bootstrap"
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rjsf
- dependency-name: "@rjsf/utils"
  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 changed the title Bump the rjsf group with 4 updates Bump the rjsf group across 1 directory with 4 updates Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rjsf-3b4957edcc branch from 5702c7d to 48e919f Compare August 24, 2026 13:37
@github-actions

Copy link
Copy Markdown

The minor update of this production dependency was not automatically approved. For production dependencies, these semver updates can be automatically approved: patch

@github-actions
github-actions Bot merged commit a26a6f9 into master Aug 31, 2026
4 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/rjsf-3b4957edcc branch August 31, 2026 10:25
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