Skip to content

Conversation

@dependabot
Copy link

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

Bumps cross-spawn to 6.0.6 and updates ancestor dependencies cross-spawn and detox. These dependencies need to be updated together.

Updates cross-spawn from 6.0.5 to 6.0.6

Changelog

Sourced from cross-spawn's changelog.

6.0.6 (2024-11-18)

Bug Fixes

Commits

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

6.0.6 (2024-11-18)

Bug Fixes

Commits

Updates detox from 19.7.1 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

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 9, 2025
@artsy-peril
Copy link

artsy-peril bot commented Oct 14, 2025

Fails
🚫

Hi there! 👋

We use conventional commit formatting which has not been detected in your PRs title.

Refer to README#327 and Conventional Commits for PR/commit formatting guidelines.

Generated by 🚫 dangerJS against 0c217cd

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 6.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn) and [detox](https://github.com/wix/Detox). These dependencies need to be updated together.


Updates `cross-spawn` from 6.0.5 to 6.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6)

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

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-version: 6.0.6
  dependency-type: indirect
- dependency-name: cross-spawn
  dependency-version: 7.0.6
  dependency-type: indirect
- dependency-name: detox
  dependency-version: 20.43.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/example/multi-702cd9bea8 branch from 077c556 to 0c217cd Compare October 14, 2025 11:03
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