chore(deps): bump @rjsf/utils from 5.24.13 to 6.3.1#2709
chore(deps): bump @rjsf/utils from 5.24.13 to 6.3.1#2709dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| "@metamask/sdk": "^0.33.1", | ||
| "@rjsf/core": "^5.24.12", | ||
| "@rjsf/utils": "^5.24.13", | ||
| "@rjsf/utils": "^6.3.1", |
There was a problem hiding this comment.
RJSF major versions are mixed
High Severity
@rjsf/utils was upgraded to ^6.3.1 while @rjsf/core and @rjsf/validator-ajv8 remain on 5.24.x and declare peer dependency @rjsf/utils: ^5.24.x. This creates an incompatible RJSF dependency set that can break installs with peer resolution errors or cause runtime mismatches in form rendering/validation.
Additional Locations (2)
1c6deed to
23a78c6
Compare
Bumps [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.13 to 6.3.1. - [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.24.13...6.3.1) --- updated-dependencies: - dependency-name: "@rjsf/utils" dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23a78c6 to
d2307e5
Compare


Bumps @rjsf/utils from 5.24.13 to 6.3.1.
Release notes
Sourced from
@rjsf/utils's releases.... (truncated)
Changelog
Sourced from
@rjsf/utils's changelog.... (truncated)
Commits
cad6deaReleasing 6.3.1227c4bbReleasing 6.3.0 (#4959)573ee99Chore: Bump all library dependencies (#4956)ceb7fe3feat: add ui:definitions for recursive and reusable uiSchema (#4947)7395afcchore(deps-dev): bump@typescript-eslint/parserfrom 8.46.2 to 8.54.0 (#4950)a97db59Fix 4942 so that placeholder in chakra-ui NativeSelectWidget is render proper...0782d68chore(deps): bump lodash from 4.17.21 to 4.17.23 (#4945)b133a77chore(deps): bump lodash-es from 4.17.21 to 4.17.23ba083ddfix: normalize types in datalist comparison to prevent duplicate React keys (...7340c4bReleasing 6.2.5 (#4941)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@rjsf/utilssince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major-version bump of
@rjsf/utilsupdates transitive deps and raises its engine/peer requirements; it may be incompatible with the still-5.24.x@rjsf/corepeer dependency expectations, risking install/build or type issues.Overview
Updates the project dependency
@rjsf/utilsfrom5.24.13to6.3.1inpackage.jsonand regeneratespackage-lock.jsonaccordingly.The lockfile reflects new/removed transitive packages (e.g.,
@x0k/json-schema-merge,fast-uri) and updated requirements for@rjsf/utils(Node>=20and React>=18), which may conflict with@rjsf/core@5.24.x's peer dependency range for@rjsf/utils.Written by Cursor Bugbot for commit d2307e5. This will update automatically on new commits. Configure here.