Skip to content

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

Merged
kylemcd merged 5 commits into
mainfrom
dependabot/npm_and_yarn/react-native-get-random-values-2.0.0
Jul 29, 2026
Merged

chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0#1013
kylemcd merged 5 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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: d5efe67

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

This PR includes changesets to release 3 packages
Name Type
@knocklabs/react-native Minor
@knocklabs/expo Minor
@knocklabs/expo-example 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 Jul 28, 2026 6:11pm
javascript-nextjs-example Ready Ready Preview, Comment Jul 28, 2026 6:11pm
javascript-slack-connect-example Ready Ready Preview, Comment Jul 28, 2026 6:11pm
javascript-slack-kit-example Ready Ready Preview, Comment Jul 28, 2026 6:11pm

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.

Comment thread packages/react-native/package.json
kylemcd added 2 commits July 28, 2026 10:29
react-native-get-random-values v2 is new architecture only and requires
React Native >= 0.81 (Expo SDK >= 54). @knocklabs/react-native imports it
for its side effects from src/index.ts, so the floor applies to every
consumer of that package and, transitively, to @knocklabs/expo.

Narrow the react-native peer from * to >=0.81 on both packages and the
expo peer from * to >=54, so unsupported installs surface a peer warning
instead of failing at runtime on the missing native module.
@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

Expo SDK 54 is the release that ships React Native 0.81, so the
react-native >=0.81 peer already covers the polyfill's floor. Drop the
redundant expo >=54 constraint and let the react-native one do the work.
@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.58%. Comparing base (f62d7b9) to head (d5efe67).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1013   +/-   ##
=======================================
  Coverage   66.58%   66.58%           
=======================================
  Files         214      214           
  Lines       10514    10514           
  Branches     1528     1529    +1     
=======================================
  Hits         7001     7001           
  Misses       3487     3487           
  Partials       26       26           

@kylemcd
kylemcd merged commit e52c4ef into main Jul 29, 2026
14 checks passed
@kylemcd
kylemcd deleted the dependabot/npm_and_yarn/react-native-get-random-values-2.0.0 branch July 29, 2026 19:19
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 expo:native-build Run a full expo build on this PR javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants