Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2025

This PR contains the following updates:

Package Change Age Confidence
detox 20.40.2 -> 20.43.0 age confidence

Release Notes

wix/Detox (detox)

v20.43.0

Compare Source

What's Changed

This version introduces React Native 0.80.x support! 🎉🎉🎉

Additional fixes

Full Changelog: wix/Detox@20.42.0...20.43.0

v20.42.0

Compare Source

What's Changed

Features

New API - device.resetAppState([...bundleIds]) (#​4819, @​noomorph) 🙌🏻🎉

Introducing a new efficient way to reset app state without full uninstall/reinstall cycles.

On Android, uses pm clear for fast data clearing, while iOS implements a smart backup/restore mechanism that preserves app binaries. Perfect for test isolation and faster CI pipelines.

Supports resetting multiple apps at once: await device.resetAppState('com.app1', 'com.app2') or just the current app with await device.resetAppState(). Also integrates with device.launchApp({resetAppState: true}) for seamless test setup.

Read all about it here: https://wix.github.io/Detox/docs/api/device/#deviceresetappstatebundleids

Additional Fixes
  • iOS: Device creation with new applesimutils (#​4836)
    Fixes issue with automatic iOS device creation with newer versions of applesimutils (>0.9.10)

  • Sanitize dollar sign in artifact names (fix for #​4798)
    Android tests with $ in the test name previously had an issue with saving artifacts.

  • Broken Jest output on early setup errors (#​4804)
    Early environment setup errors induced garbled logs like m\nm\nm\n[\n[\nm\n, thanks @​MadSandwich for the repro

Full Changelog: wix/Detox@20.41.3...20.42.0

v20.41.3

Compare Source

What's Changed

  • Improved stability of async-storage idle-synchronization in RN new-arch (@​d4vidi, #​4814)

Full Changelog: wix/Detox@20.41.2...20.41.3

v20.41.2

Compare Source

What's Changed

Android
  • Fixed stability of animations idle-synchronization in RN new-arch (@​d4vidi, #​4831)

Full Changelog: wix/Detox@20.41.1...20.41.2

v20.41.1

Compare Source

v20.41.0

Compare Source

What's Changed

Introducing official support for React Native versions 0.79.x 🎉 (@​gosha212 in #​4800)

Fixes
Features

Full Changelog: wix/Detox@20.40.2...20.41.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​detox@​20.40.2 ⏵ 20.43.089 +110079 +199100

View full report

@GladosBlueWallet GladosBlueWallet merged commit 0cb21c6 into master Oct 18, 2025
13 checks passed
@GladosBlueWallet
Copy link
Collaborator

Unbelievable. You, [subject name here], must be the pride of [subject hometown here]!

@GladosBlueWallet GladosBlueWallet deleted the renovate/detox-20.x branch October 18, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants