Skip to content

Bump detox from 20.36.4 to 20.44.0 in /fixture/react-native#1958

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fixture/react-native/detox-20.44.0
Closed

Bump detox from 20.36.4 to 20.44.0 in /fixture/react-native#1958
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fixture/react-native/detox-20.44.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Bumps detox from 20.36.4 to 20.44.0.

Release notes

Sourced from detox's releases.

20.44.0

What's Changed

This version brings support for the latest React Native Versions 0.81 and 0.82 🥳 🎆 🍾

Fixes

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

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

... (truncated)

Commits
  • fb5940d Publish 20.44.0 [ci skip]
  • f61efd0 Merge pull request #4857 from wix/docs/supported_versions
  • cf15a09 Update supported versions
  • fd6e46c Merge pull request #4856 from wix/bugfix/fixedtests
  • 28b1a70 Fixed android unittest
  • ec1b82f Merge pull request #4854 from wix/feat/4851-sync-status-is-not-compatible-wit...
  • 543b4b2 Merge branch 'master' into feat/4851-sync-status-is-not-compatible-with-the-s...
  • 86cbf38 Merge pull request #4853 from wix/feat/rn_82
  • ff6bafc Merge branch 'master' into feat/rn_82
  • 7d1af0f Removed unused configurations
  • 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.44.0.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@20.36.4...20.44.0)

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

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 Oct 20, 2025
@naqvitalha naqvitalha closed this Oct 21, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/fixture/react-native/detox-20.44.0 branch October 21, 2025 15:58
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