Skip to content

build(deps): bump jsonpointer and @rjsf/core in /ui#1062

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/multi-ccadcff35f
Open

build(deps): bump jsonpointer and @rjsf/core in /ui#1062
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/multi-ccadcff35f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps jsonpointer to 5.0.1 and updates ancestor dependency @rjsf/core. These dependencies need to be updated together.

Updates jsonpointer from 4.1.0 to 5.0.1

Release notes

Sourced from jsonpointer's releases.

Version 5.0.1

Changelog

v5.0.0

5.0.0 (2021-10-31)

Bug Fixes

  • Fix prototype pollution (#51)

    • The original, non-mutated objects are now returned if any of the keys __proto__, constructor or prototype are used in a json pointer.
    // returns the unmodified input {}
    jsonpointer.set({}, '/foo/__proto__/boo', 'polluted')
    • When passing non-string arrays to a .set operation, an error is thrown:
    // throws `new Error('Invalid JSON pointer. Must be of type string or number.')`
    jsonpointer.set({}, [['__proto__'], ['__proto__'], 'boo'], 'polluted')
Commits
  • 4a253c0 Adopt strictEqual changes and only return null when the get succeeded
  • bad4983 Fix null values throwing exception when traversing over while getting
  • a5706e8 test: Always use strictEqual to ensure null and undefined values are asserted...
  • b8e1e6a fix incorrect typings for compile get/set methods
  • c4de620 Merge pull request #53 from janl/release/5.0.0
  • 8dbf304 feat: v5
  • 84cf173 Merge pull request #52 from janl/fix/test
  • f716e5c chore: more rip travis
  • e2ae355 chore: remove comment
  • d23693b chore: update primary branch
  • Additional commits viewable in compare view

Updates @rjsf/core from 2.5.1 to 6.3.1

Release notes

Sourced from @​rjsf/core's releases.

6.3.1

Dev / docs / playground

  • Changed all @rjsf/* dev dependencies from ^6.3.0 to 6.3.0 so that the latest version of nx keeps automatically updating them
  • Updated peer dependencies to ^6.3.x due to type changes in @rjsf/utils that are required in the other libraries

6.3.0

New feature ui:definitions in UiSchema

@​rjsf/antd

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/chakra-ui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927
  • Updated NativeSelectWidget so that is properly renders a placeholder, fixing #4942

@​rjsf/core

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927
  • Integrated ui:definitions support for recursive and reusable uiSchema (#4947)

@​rjsf/daisyui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/fluentui-rc

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/mantine

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/mui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/react-bootstrap

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/semantic-ui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/shadcn

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

6.3.1

Dev / docs / playground

  • Changed all @rjsf/* dev dependencies from ^6.3.0 to 6.3.0 so that the latest version of nx keeps automatically updating them
  • Updated peer dependencies to ^6.3.x due to type changes in @rjsf/utils that are required in the other libraries

6.3.0

@​rjsf/antd

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/chakra-ui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927
  • Updated NativeSelectWidget so that is properly renders a placeholder, fixing #4942

@​rjsf/core

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927
  • Integrated ui:definitions support for recursive and reusable uiSchema (#4947)

@​rjsf/daisyui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/fluentui-rc

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/mantine

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/mui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/react-bootstrap

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/semantic-ui

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

@​rjsf/shadcn

  • Fixed duplicate React keys in datalist when schema examples and default have different types, fixing #4927

... (truncated)

Commits
  • cad6dea Releasing 6.3.1
  • 227c4bb Releasing 6.3.0 (#4959)
  • 573ee99 Chore: Bump all library dependencies (#4956)
  • ceb7fe3 feat: add ui:definitions for recursive and reusable uiSchema (#4947)
  • 7395afc chore(deps-dev): bump @​typescript-eslint/parser from 8.46.2 to 8.54.0 (#4950)
  • a97db59 Fix 4942 so that placeholder in chakra-ui NativeSelectWidget is render proper...
  • 0782d68 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#4945)
  • b133a77 chore(deps): bump lodash-es from 4.17.21 to 4.17.23
  • ba083dd fix: normalize types in datalist comparison to prevent duplicate React keys (...
  • 7340c4b Releasing 6.2.5 (#4941)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rjsf/core since 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 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jsonpointer](https://github.com/janl/node-jsonpointer) to 5.0.1 and updates ancestor dependency [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form). These dependencies need to be updated together.


Updates `jsonpointer` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/janl/node-jsonpointer/releases)
- [Commits](janl/node-jsonpointer@v4.1.0...v5.0.1)

Updates `@rjsf/core` from 2.5.1 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@v2.5.1...6.3.1)

---
updated-dependencies:
- dependency-name: jsonpointer
  dependency-version: 5.0.1
  dependency-type: indirect
- dependency-name: "@rjsf/core"
  dependency-version: 6.3.1
  dependency-type: direct:production
...

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 major labels Feb 13, 2026
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 major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants