Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps detox from 20.36.4 to 20.43.0.

Release notes

Sourced from detox's releases.

20.43.0

What's Changed

This version introduces React Native 0.80.x support!

Additional fixes

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

20.42.0

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

20.41.3

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

20.41.2

What's Changed

Android

... (truncated)

Commits
  • 28c2bb5 Publish 20.43.0 [ci skip]
  • f1bdcf6 Merge pull request #4812 from wix/feat/4782-react-native-080
  • 2f24cc7 Fixed typos
  • e803abe Fixed typos
  • dc29945 Revert "Publish 20.43.0-alpha.0 [ci skip]"
  • 688b743 Merge branch 'master' into feat/4782-react-native-080
  • aac2dcc Removed old build kite configuraitons
  • 6f13b85 Fixed pull down to refresh
  • 9e1b0ad Removed rn 73 configuration
  • 519459e fix(ios): long names in element.takeScreenshot (#4843)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [detox](https://github.com/wix/Detox) from 20.36.4 to 20.43.0.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@20.36.4...20.43.0)

---
updated-dependencies:
- dependency-name: detox
  dependency-version: 20.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
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.

0 participants