chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0#1013
chore(deps): bump react-native-get-random-values from 1.11.0 to 2.0.0#1013dependabot[bot] wants to merge 2 commits into
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: 4d08f28 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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.
| "@knocklabs/client": "workspace:^", | ||
| "@knocklabs/react-core": "workspace:^", | ||
| "react-native-get-random-values": "^1.11.0", | ||
| "react-native-get-random-values": "^2.0.0", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 4d08f28. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. 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 |


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 architectureDependabot 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 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)