Skip to content

chore(deps): update dependency detox to v20.51.3#160

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/detox-20.x-lockfile
Open

chore(deps): update dependency detox to v20.51.3#160
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/detox-20.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2026

This PR contains the following updates:

Package Change Age Confidence
detox 20.42.020.51.3 age confidence

Release Notes

wix/Detox (detox)

v20.51.3

Compare Source

This release focuses on stability fixes across iOS, Android, synchronization reporting, and simulator tooling.

iOS
  • Fixed element(...).atIndex(n).getAttributes() so it now respects the requested index instead of returning attributes for all matching elements.
    Thanks @​vazidmansuri005 in #​4912
  • Fixed biometric simulation on iOS 26+ by using the newer applesimutils --booted biometric flags while preserving the previous behavior for older iOS versions.
    Thanks @​SoaringEarth in #​4932
  • Updated the iOS attribute error formatting around indexed lookups.
    Thanks @​markdevocht in #​4947 and #​4948
  • Bumped DetoxSync to include an upstream fix for a native iOS NSURLSession tracking race that could cause SIGSEGV crashes during network task teardown. The upstream fix makes URLSession untracking thread-safe and idempotent.
    Upstream: wix-incubator/DetoxSync#100 Bump: #​4952
Android
  • Wrapped Android WebView hierarchy injection in error handling so missing browser APIs, such as XmlSerializer in hardened JavaScript environments, do not leak unexpected errors into tests.
    Thanks @​FrederikBolding in #​4943
  • Quoted ADB device serials in shell-built commands, fixing Wi-Fi and mDNS serials that contain shell-sensitive characters such as parentheses.
    Thanks @​omribz156 in #​4950
Synchronization
  • Updated sync status parsing and formatting to accept null one-time event objects from iOS payloads.
    Thanks @​omribz156 in #​4949
New Contributors

Full Changelog: wix/Detox@20.51.1...20.51.3

v20.51.2

Compare Source

v20.51.1

Compare Source

What's Changed

Full Changelog: wix/Detox@20.50.2...20.51.1

v20.51.0

Compare Source

v20.50.4

Compare Source

v20.50.1

Compare Source

What's Changed

Full Changelog: wix/Detox@20.50.0...20.50.1

v20.50.0

Compare Source

What's Changed

Full Changelog: wix/Detox@20.48.1...20.50.0

v20.49.0

Compare Source

v20.48.1

Compare Source

What's Changed

Full Changelog: wix/Detox@20.48.0...20.48.1

v20.48.0

Compare Source

What's Changed

Full Changelog: wix/Detox@20.47.0...20.48.0

v20.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: wix/Detox@20.46.3...20.47.0

v20.46.3

Compare Source

What's Changed

Fixes
Internal
  • build: move to yarn 4 by @​noomorph in #​4881
  • build: Limit Genymotion cloud compatibility testing by @​d4vidi in #​4889
  • Fixes missing binaries in 20.46.1 due to change in publishing process (.npmignorefiles: [...]).

Full Changelog: wix/Detox@20.46.0...20.46.3

v20.46.2

Compare Source

v20.46.1

Compare Source

v20.46.0

Compare Source

What's Changed

Android

Configurable system UI (status bar, keyboard, navigation bar) on device allocation, for Android (@​d4vidi, #​4863)
Read about the new systemUI configuration option here: https://wix.github.io/Detox/docs/config/devices

Examples:

Explicit configuration

"detox": {
  "devices": {
      "android.emulator": {
        "type": "android.emulator",
        "device": {
          "avdName": "Pixel_API_35"
        },

        "systemUI": {
          "pointerLocationBar": "hide",
          "touches": "show",
          "navigationMode": "3-button",
          "statusBar": {
            "notifications": "hide",
            "clock": "1200",
            "wifiSignal": "none",
            "mobileSignal": "none",
            "battery": "full",
            "charging": false
          }
        }
      }

  }
}
image

Extending a configuration preset - align google emulators to Genymotion's

(See preset options here)

  "systemUI": {
    "extends": "genymotion",
    "pointerLocationBar": "show",
    "touches": "show",
    "navigationMode": "3-button",
    "statusBar": {
      "clock": "1948",
    }
  }
image

Full Changelog: wix/Detox@20.45.1...20.46.0

v20.45.1

Compare Source

What's Changed

Full Changelog: wix/Detox@20.45.0...20.45.1

v20.45.0

Compare Source

What's Changed

iOS
Android

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

v20.44.0

Compare Source

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

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


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot requested a review from photonbit as a code owner May 25, 2026 21:54
@renovate renovate Bot force-pushed the renovate/detox-20.x-lockfile branch 2 times, most recently from 3e56017 to 68c2228 Compare May 30, 2026 13:01
@renovate renovate Bot changed the title chore(deps): update dependency detox to v20.50.4 chore(deps): update dependency detox to v20.51.3 May 30, 2026
@renovate renovate Bot force-pushed the renovate/detox-20.x-lockfile branch from 68c2228 to 6a2496f Compare June 1, 2026 19:42
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.

0 participants