chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0 - #1013
Conversation
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>
🦋 Changeset detectedLatest commit: d5efe67 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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.
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.
Bundle ReportBundle 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 Report✅ All modified and coverable lines are covered by tests. 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 |

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.
Commits
d126224🚢 2.0.05ac9ade🎉 Add support for visionOS713e274🎉 Improve Android performance by caching SecureRandomd5b9996💥 Switch to new architectureYou 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 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)