chore: upgrade nitro to latest version (0.31.9)#139
Conversation
WalkthroughBumped nitro-related package versions: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (18)
📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
bun.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Build Android Example App (old architecture)
- GitHub Check: Build Android Example App (new architecture)
- GitHub Check: Build iOS Example App (new architecture)
- GitHub Check: Build iOS Example App (old architecture)
| "@types/react": "^19.1.0", | ||
| "conventional-changelog-conventionalcommits": "^9.1.0", | ||
| "nitrogen": "^0.31.5", | ||
| "nitrogen": "^0.31.9", |
There was a problem hiding this comment.
❓ Verification inconclusive
The latest published version of nitrogen is 0.31.4, and the latest version of react-native-nitro-modules is 0.31.8. The PR specifies 0.31.9 for both packages, which have not been released yet.
This will cause npm install or npm ci to fail. Either:
- Wait for version 0.31.9 to be published before merging
- Update to the latest available versions (0.31.4 for nitrogen, 0.31.8 for react-native-nitro-modules)
- Use the exact version constraints currently in the lock file, if this PR is intended as a pre-release prep
If 0.31.9 is a pre-release or scheduled to drop imminently, confirm via the package maintainers and add notes to the PR description. Otherwise, align the versions with what's currently available on npm.
Also applies to: 65-65
Specified package versions do not exist yet.
The latest published version of nitrogen is 0.31.4, and the latest version of react-native-nitro-modules is 0.31.8. The PR specifies 0.31.9 for both packages, which have not been released.
This will cause npm install or npm ci to fail. Either update to the latest available versions (0.31.4 for nitrogen, 0.31.8 for react-native-nitro-modules), or if 0.31.9 is a scheduled imminent release, confirm this with the package maintainers and update the PR description.
Lines 61 and 65 in package.json
🤖 Prompt for AI Agents
In package.json around lines 61 and 65, the dependencies reference non-existent
versions ("nitrogen": "^0.31.9" and "react-native-nitro-modules": "^0.31.9");
update these to the latest published versions ("nitrogen": "^0.31.4" and
"react-native-nitro-modules": "^0.31.8") or, if 0.31.9 is about to be published,
confirm with the maintainers and add a PR note; change the version strings
accordingly in package.json and run npm install to verify successful resolution.
|
🎉 This PR is included in version 0.8.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Upgrades nitro packages from 0.31.5 to 0.31.9:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.