Skip to content

chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0#1013

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/react-native-get-random-values-2.0.0
Open

chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0#1013
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/react-native-get-random-values-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-get-random-values from 1.11.0 to 2.0.0.

Release notes

Sourced from react-native-get-random-values's releases.

🚢 2.0.0 / 2025-10-22

💥 Breaking Changes

  • Switch to new architecture

    Migration Guide:

    The new minimum supported version of React Native is 0.81, and Expo SDK 54.

🎉 Enhancements

  • Improve Android performance by caching SecureRandom
  • Add support for visionOS
Commits

Dependabot compatibility score

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)

Bumps [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) from 1.11.0 to 2.0.0.
- [Release notes](https://github.com/LinusU/react-native-get-random-values/releases)
- [Commits](LinusU/react-native-get-random-values@v1.11.0...v2.0.0)

---
updated-dependencies:
- dependency-name: react-native-get-random-values
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 02:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@dependabot dependabot Bot requested review from BenaventeX24 and MikeCarbone and removed request for a team June 16, 2026 02:04
@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 4d08f28

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@knocklabs/react-native Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
javascript-ms-teams-connect-example Ready Ready Preview, Comment Jun 16, 2026 2:07am
javascript-nextjs-example Ready Ready Preview, Comment Jun 16, 2026 2:07am
javascript-slack-connect-example Ready Ready Preview, Comment Jun 16, 2026 2:07am
javascript-slack-kit-example Ready Ready Preview, Comment Jun 16, 2026 2:07am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 4d08f28. Configure here.

"@knocklabs/client": "workspace:^",
"@knocklabs/react-core": "workspace:^",
"react-native-get-random-values": "^1.11.0",
"react-native-get-random-values": "^2.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peer range mismatches dependency

Medium Severity

This bump pins react-native-get-random-values to v2, which declares react-native >=0.81 (and targets the new architecture per its 2.0 release). @knocklabs/react-native still lists react-native as *, so consumers on React Native below 0.81 can install the SDK without a peer warning and hit native-module or runtime failures from the polyfill import in src/index.ts.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4d08f28. Configure here.

@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.38%. Comparing base (448b9c0) to head (4d08f28).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1013      +/-   ##
==========================================
- Coverage   63.55%   63.38%   -0.18%     
==========================================
  Files         208      208              
  Lines        9924     9957      +33     
  Branches     1280     1280              
==========================================
+ Hits         6307     6311       +4     
- Misses       3592     3625      +33     
+ Partials       25       21       -4     

see 11 files with indirect coverage changes

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