Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps detox from 20.36.4 to 20.42.0.

Release notes

Sourced from detox's releases.

20.42.0

What's Changed

  • feat: device.resetAppState([...bundleIds]) (#4819)

[!TIP] 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.

  • fix(ios): device creation with new applesimutils (#4836)

Fixes issue with automatic iOS device creation with newer versions of applesimutils (>0.9.10)

  • fix: sanitize dollar sign in artifact names (fix for #4798)

Android tests with $ in the test name previously had an issue with saving artifacts.

  • fix: 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

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

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

20.41.0

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

20.40.2

What's Changed

... (truncated)

Commits

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.42.0.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@20.36.4...20.42.0)

---
updated-dependencies:
- dependency-name: detox
  dependency-version: 20.42.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 Sep 29, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #1937.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fixture/react-native/detox-20.42.0 branch October 6, 2025 08:13
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