-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(deps): bump @rjsf/utils from 5.24.13 to 6.0.2 #2446
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
base: main
Are you sure you want to change the base?
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.
|
package.json
Outdated
| "@metamask/sdk": "^0.33.1", | ||
| "@rjsf/core": "^5.24.12", | ||
| "@rjsf/utils": "^5.24.13", | ||
| "@rjsf/utils": "^6.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: RJSF Upgrade Breaks Peer Dependencies
Upgrading @rjsf/utils to 6.0.2 creates a peer dependency conflict. Both @rjsf/core (v5.24.12) and @rjsf/validator-ajv8 (v5.24.12) explicitly require @rjsf/utils version ^5.24.x, but this change installs version 6.0.2. This major version mismatch will cause npm peer dependency warnings or errors and may result in runtime incompatibilities since the packages expect different API versions.
Bumps [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) from 5.24.13 to 6.0.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.24.13...6.0.2) --- updated-dependencies: - dependency-name: "@rjsf/utils" dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
5b06b3d to
c5f892b
Compare
| "@metamask/sdk": "^0.33.1", | ||
| "@rjsf/core": "^5.24.12", | ||
| "@rjsf/utils": "^5.24.13", | ||
| "@rjsf/utils": "^6.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: RJSF Utils Upgrade: Major Version Conflict
Upgrading @rjsf/utils to version 6.1.1 creates a peer dependency mismatch. Both @rjsf/core (v5.24.12) and @rjsf/validator-ajv8 (v5.24.12) explicitly require @rjsf/utils version ^5.24.x, but this change installs version 6.1.1 instead. This major version incompatibility will cause npm peer dependency warnings and may lead to runtime errors due to breaking changes between major versions.
Bumps @rjsf/utils from 5.24.13 to 6.0.2.
Release notes
Sourced from
@rjsf/utils's releases.... (truncated)
Changelog
Sourced from
@rjsf/utils's changelog.... (truncated)
Commits
cdf57d3- Added xl stylec7c75c3- Updated snapshotsbc315cc- Made it responsivee5b301e- Fixed rjsf-team/react-jsonschema-form#483814fd2e3Releasing 6.0.2f1640b5Feature: expanded FallbackField for object and array (#4857)bdc063bFix: Reworked the additional properties remove code (#4852)fd3024dChore: Update fluent packages and add Node 24 (#4851)a3870e7Chore update form snapshots test to use@testing-library/react(#4848)d7f6e15Chore update object snapshots test to use@testing-library/react(#4847)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Upgrades @rjsf/utils to 6.1.1 and updates lockfile with new/transitive dependencies and engine/peer requirements.
@rjsf/utilsfrom^5.24.13to^6.1.1inpackage.json.@rjsf/utilsto6.1.1with new dependencyfast-uri@^3.1.0andreact-is@^18.3.1.@rjsf/utilsmetadata:engines.node->>=20;peerDependencies.react->>=18.fast-urito3.1.0with funding metadata.Written by Cursor Bugbot for commit c5f892b. This will update automatically on new commits. Configure here.