Skip to content

Bump xmldom and react-native in /example#31

Draft
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/example/multi-186ea89e91
Draft

Bump xmldom and react-native in /example#31
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/example/multi-186ea89e91

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

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

Removes xmldom

Updates react-native from 0.58.4 to 0.84.0

Release notes

Sourced from react-native's releases.

0.84.0


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.84.0-rc.5

Fixed

iOS specific


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.60)

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

v0.59.10

This is likely the last patch release for version 59 of React Native for the foreseeable future: it contains an important Android side update for the JavaScript Core, to prevent a great number of crashes mostly related to Samsung devices - thanks to @​Kudo for his work on fixing this via 557989a86f!

Thanks everyone who participated in the discussion.

v0.59.9

This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling.

Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

  • If isInteraction is not specified in the config, it would always default to true which would block interactions like VirtualizedList updates. This is generally not what you want with useNativeDriver since the animation won't be interrupted by JS. If something does end up interfering with an animation and causes frame drops, isInteraction can be set manually. (8f186b84ae by @​sahrens)

  • Update detox to match master (c6a5c09e2b by @​kelset)

Android specific

Fixed

Android specific

iOS specific

v0.59.8

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points (in particular, check the KeyboardAvoidingView change). Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

Fixed

... (truncated)

Commits
  • 5693f60 Release 0.84.0
  • 5c69e21 Release 0.84.0-rc.5
  • 3552d65 [LOCAL] Bump Hermes version
  • c5bb0b1 Release 0.84.0-rc.4
  • a24f1d8 fix(hermes-inspector-modern): Apply HERMES_V1_ENABLED define to all build typ...
  • 8d561b0 Include final (redirected to) URL in response object. Fixes #55248. (#55251)
  • 8206c12 fix(react-native): add prefabPublishing to hermes-engine for build-from-sourc...
  • af7f3de Release 0.84.0-rc.3
  • 0dd7aad Add transformOrigin prop support to the AnimationBackend. (#55203)
  • aeed939 Add support for backfaceVisibility and add flex to AnimatedPropsBuilder...
  • 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.

Note

Medium Risk
Large major-version React Native upgrade in the example app could introduce runtime/build/tooling regressions across iOS/Android even though the code changes are dependency-only.

Overview
Review comment

Linked issue(s): None referenced.

Acceptance criteria: ✅ Dependencies updated as described (React Native bumped; xmldom removed).

Scope validation: ✅ Change appears limited to example/package.json dependency updates.

Test coverage: ⚠️ No tests/CI results included here; recommend running the example app build/run on iOS/Android and yarn test.

Blockers/concerns: Upgrading React Native from 0.58.4 to 0.84.0 is a major jump and may require follow-up native/tooling config changes if builds fail.

Out-of-scope suggestion: Consider aligning react/Metro/Jest tooling versions with the upgraded React Native template for long-term compatibility.

Written by Cursor Bugbot for commit 972d075. This will update automatically on new commits. Configure here.

Removes [xmldom](https://github.com/xmldom/xmldom). 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 `xmldom`

Updates `react-native` from 0.58.4 to 0.84.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.5x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.84.0/packages/react-native)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-version: 
  dependency-type: indirect
- dependency-name: react-native
  dependency-version: 0.84.0
  dependency-type: direct:production
...

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 Feb 19, 2026
@kieranoreilly
Copy link

No reviewers assigned, converting to draft

@kieranoreilly kieranoreilly marked this pull request as draft February 19, 2026 14:24
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