Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump detox from 19.13.0 to 20.13.0 in /example #73

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps detox from 19.13.0 to 20.13.0.

Release notes

Sourced from detox's releases.

20.13.0

What's Changed

This release brings a new device allocation lifecycle (#4173, @​noomorph) – the device management moved to the parent process (as opposed to every child (worker) process before). This is a backwards-compatible change for most of the users, but we recommend custom Detox driver maintainers to check for any issues (cc @​awinograd).

  • Fixed -u, --cleanup option. For example, in Jest, devices used to shut down prematurely after each test file. Now they will only shut down after the entire test session (#2894)
  • [Genymotion SaaS] The -R, --retries option functions correctly after initial boot failures (#3655).
  • Fixed race conditions when running multiple detox test... commands at once (#3573)

Technical changes

  • detox reset-lock-file command is no longer needed for 99.9% of cases
  • All the device registries (lock files) have been reduce to a single one
  • The cookie object issued by the allocation driver must be a plain serializable object (NB @​awinograd), not an instance of a class

Full Changelog: wix/Detox@20.12.2...20.13.0

20.12.2

What's Changed

Fixes

General

Android

Internal

Full Changelog: wix/Detox@20.12.1...20.12.2

20.12.1

What's Changed

New Contributors

Full Changelog: wix/Detox@20.12.0...20.12.1

20.12.0

What's Changed

... (truncated)

Commits
  • 72e85a2 Publish 20.13.0 [ci skip]
  • 98aa5a6 build: update coverage paths
  • 9bb7473 feat: new device allocation lifecycle
  • 60db1a0 docs: add TypeScript guide
  • 787ce72 Merge pull request #4204 from wix/fix/early-crash-handler
  • ea9adb9 test(fix, ios): use common register-early-crash method.
  • 4aa6890 test(refactor): extract early-crash code.
  • 3ed86bf Publish 20.12.2 [ci skip]
  • 446bc41 Merge pull request #4203 from wix/slider-get-attributes
  • 4150806 Apply suggestions from code review
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

The following labels could not be found: 🤖 dependabot 🤖.

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-example-detox-20.13.0 branch 3 times, most recently from 430178b to 1ca0f05 Compare October 6, 2023 07:47
Bumps [detox](https://github.com/wix/Detox) from 19.13.0 to 20.13.0.
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](wix/Detox@19.13.0...20.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-example-detox-20.13.0 branch from 1ca0f05 to 58c7615 Compare October 6, 2023 07:49
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

Superseded by #129.

@dependabot dependabot bot closed this Oct 19, 2023
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-example-detox-20.13.0 branch October 19, 2023 10:57
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