Skip to content

Bump uuid and react-native#116

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a38f4584d1
Closed

Bump uuid and react-native#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a38f4584d1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Removes uuid. It's no longer used after updating ancestor dependency react-native. These dependencies need to be updated together.

Removes uuid

Updates react-native from 0.62.3 to 0.85.2

Release notes

Sourced from react-native's releases.

0.85.2


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.85.1


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.70)

This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other CHANGELOG-*.md files for newer and older versions.

v0.69.12

Changed

iOS specific

Fixed

Android specific

v0.69.11

Fixed

iOS specific

v0.69.10

Fixed

Android specific

v0.69.9

Changed

iOS specific

Fixed

... (truncated)

Commits
  • 67baaf3 Release 0.85.2
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • 16e6e32 Add pushAnimationMutations to the AnimationBackend (#56401)
  • 2c0ae27 Release 0.85.1
  • 9dfd26e fix: formData upload broken in debug builds (#56406)
  • 76cf797 Update generate-artifacts-executor scripts to skip write/cp for unchanged o...
  • 401b162 [0.85] Correclty promote flags to experimental for 0.85 release (#56373)
  • 10644a0 Release 0.85.0
  • b2839b1 Release 0.85.0-rc.7
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together.


Removes `uuid`

Updates `react-native` from 0.62.3 to 0.85.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.85.2/packages/react-native)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 
  dependency-type: indirect
- dependency-name: react-native
  dependency-version: 0.85.2
  dependency-type: direct:development
...

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 May 2, 2026
@coderabbitai

coderabbitai Bot commented May 2, 2026

Copy link
Copy Markdown

Walkthrough

The react-native dev dependency version is updated from 0.62.3 to 0.85.2 in package.json. This is the only change in the PR.

Changes

Dependency Version Update

Layer / File(s) Summary
Dev Dependency
package.json
react-native version bumped from 0.62.3 to 0.85.2 in devDependencies.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, a version's flight,
From 0.62 to 0.85 bright,
React Native bounds up the tower,
With newfound features and power!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title mentions both uuid and react-native updates, but the raw_summary shows only react-native was updated; uuid removal is not visible in the package.json changes provided. Clarify whether uuid was actually removed from the changeset or if the title should focus solely on the react-native version bump to 0.85.2.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description is directly related to the changeset, explaining that uuid was removed and react-native was updated from 0.62.3 to 0.85.2 with comprehensive release notes and context.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/multi-a38f4584d1

Review rate limit: 9/10 reviews remaining, refill in 6 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Around line 34-36: The package.json currently pins react to 16.11.0 and uses
metro-react-native-babel-preset while upgrading react-native to 0.85.2, causing
peer dependency and deprecation breakage; update the "react" dependency to a
version that satisfies ^19.2.3, replace "metro-react-native-babel-preset" with
"@react-native/babel-preset" at 0.85.2, and update any related babel/preset
references in project config to the new preset name, then ensure CI and
developer environments meet react-native 0.85.2's Node engine requirements
(^20.19.4 || ^22.13.0 || ^24.3.0 || >=25.0.0) before merging.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ef524a64-45b0-4e96-8485-fc4403650459

📥 Commits

Reviewing files that changed from the base of the PR and between e6fde57 and c3b8e63.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
Comment on lines 34 to +36
"metro-react-native-babel-preset": "^0.57.0",
"react": "16.11.0",
"react-native": "0.62.3"
"react-native": "0.85.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Current devDependencies in package.json:"
jq '.devDependencies | {react, "react-native", "metro-react-native-babel-preset", "@react-native/babel-preset"}' package.json

echo
echo "react-native@0.85.2 peerDependencies and engines:"
npm view react-native@0.85.2 peerDependencies engines --json

echo
echo "Check current/modern Babel preset package metadata:"
npm view metro-react-native-babel-preset version deprecated --json || true
npm view `@react-native/babel-preset`@0.85.2 version --json || true

Repository: esthor/react-native-swipeable-list

Length of output: 663


Do not merge—react-native 0.85.2 has breaking dependency incompatibilities.

Line 36 upgrades react-native to 0.85.2, which requires react@^19.2.3 as a peer dependency. The project still pins react@16.11.0, violating this requirement and causing install/build failures. Additionally, metro-react-native-babel-preset (line 34) is deprecated; @react-native/babel-preset@0.85.2 should be used instead.

Align all three dependencies together:

  • Update react to a version satisfying ^19.2.3
  • Replace metro-react-native-babel-preset with @react-native/babel-preset@0.85.2
  • Verify Node engine requirements (^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0) are met in CI/dev environment
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` around lines 34 - 36, The package.json currently pins react to
16.11.0 and uses metro-react-native-babel-preset while upgrading react-native to
0.85.2, causing peer dependency and deprecation breakage; update the "react"
dependency to a version that satisfies ^19.2.3, replace
"metro-react-native-babel-preset" with "@react-native/babel-preset" at 0.85.2,
and update any related babel/preset references in project config to the new
preset name, then ensure CI and developer environments meet react-native
0.85.2's Node engine requirements (^20.19.4 || ^22.13.0 || ^24.3.0 || >=25.0.0)
before merging.

@esthor

esthor commented May 8, 2026

Copy link
Copy Markdown
Owner

@coderabbitai config

@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

@esthor: Sure! Let me fetch the current CodeRabbit configuration for this repository.


🛠 Debug Information Gathered


@esthor: Here is the current CodeRabbit configuration for this repository:


🐰 CodeRabbit Configuration

Plan: Pro Plus (Standard, 3 seats, active)
Config file (.coderabbit.yaml): Not present — all settings are from the UI defaults.


🌐 General

Setting Value
Language en-US
Tone Instructions (none)
Early Access ✅ Enabled
Free Tier ✅ Enabled
Inheritance ❌ Disabled

🔍 Reviews

Setting Value
Profile chill
Request Changes Workflow
High-Level Summary
High-Level Summary in Walkthrough
Collapse Walkthrough
Sequence Diagrams
Estimate Review Effort
Assess Linked Issues
Related Issues / PRs
Suggested Labels
Auto Apply Labels
Suggested Reviewers
Auto Assign Reviewers
Poem
Slop Detection
Commit Status
Fail Commit Status
Prompt for AI Agents
Auto Review
Auto Incremental Review
Auto Pause After Reviewed Commits 5
Draft PRs

🛠️ Tools

All static analysis tools are enabled (ast-grep, ESLint, Biome, Ruff, ShellCheck, LanguageTool, Markdownlint, Gitleaks, TruffleHog, OSV Scanner, Semgrep, OpenGrep, and many more).


💬 Chat

Setting Value
Art in responses
Allow non-org members
Auto Reply
Jira integration auto
Linear integration auto

🧠 Knowledge Base

Setting Value
Opt Out
Web Search
Code Guidelines
Learnings Scope auto
Issues Scope auto
PR Scope auto
MCP auto

✨ Finishing Touches

Feature Status
Docstrings ✅ Enabled
Unit Tests ✅ Enabled
Simplify ❌ Disabled
Custom Recipes (none)

🚦 Pre-Merge Checks

All checks (docstrings, title, description, issue assessment) are set to warning mode. No custom checks defined.


You can customize any of these settings by creating a .coderabbit.yaml file in your repository root, or via the CodeRabbit UI. Full configuration docs are available at docs.coderabbit.ai.

@dependabot @github

dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #118.

@dependabot dependabot Bot closed this May 23, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-a38f4584d1 branch May 23, 2026 11:11
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