-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: bump detox to 20.32.0 #13344
base: main
Are you sure you want to change the base?
chore: bump detox to 20.32.0 #13344
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ buildscript { | |
|
||
ext { | ||
buildToolsVersion = "34.0.0" | ||
minSdkVersion = project.hasProperty('minSdkVersion') ? project.getProperty('minSdkVersion') : 23 | ||
minSdkVersion = project.hasProperty('minSdkVersion') ? project.getProperty('minSdkVersion') : 24 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change was to address build issue with latest version of detox to use minSdkVersion 24. |
||
compileSdkVersion = 34 | ||
targetSdkVersion = 34 | ||
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -459,7 +459,7 @@ | |
"browserstack-local": "^1.5.1", | ||
"chromedriver": "^123.0.1", | ||
"depcheck": "^1.4.7", | ||
"detox": "^20.27.5", | ||
"detox": "20.32.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump detox to this version. |
||
"dotenv": "^16.0.3", | ||
"dpdm": "^3.14.0", | ||
"enzyme": "3.9.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15261,23 +15261,23 @@ detect-node@^2.0.4: | |
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" | ||
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== | ||
|
||
detox-copilot@^0.0.23: | ||
version "0.0.23" | ||
resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.23.tgz#724aeb62424018b4b6d5620bb0dc7e800e4e4f6b" | ||
integrity sha512-qDSdLwgPUMVawpE0R3agNWd2U69ilTnhf+SodSqqrkmTI0oG67IfkACvwox+K9Slcc8ki6y0Bw6QVBi54MqpaA== | ||
detox-copilot@^0.0.27: | ||
version "0.0.27" | ||
resolved "https://registry.yarnpkg.com/detox-copilot/-/detox-copilot-0.0.27.tgz#350ee91ae6ba77acac78513ccbda7aafcb3c6faf" | ||
integrity sha512-H2febTNp0arVx2A8rvM1C2BwDiBEP/2Ya8Hd1mVyV66rR5u8om1gdIypaRGm+plpTLCHhlefe4+7qLtHgVzpng== | ||
|
||
detox@^20.27.5: | ||
version "20.27.5" | ||
resolved "https://registry.yarnpkg.com/detox/-/detox-20.27.5.tgz#f67d1a0c9ddbb2b6edb838e1b32c63b486be66ea" | ||
integrity sha512-JBe3fONwaSxYubd/36SZh3c2MaYs+Cx7sOA4GJfh16QTyoB7XvvbGrSlQDTbag/f0j5RZt4judPtg5A3P1/Uhg== | ||
detox@20.32.0: | ||
version "20.32.0" | ||
resolved "https://registry.yarnpkg.com/detox/-/detox-20.32.0.tgz#d10f4ba91ed1c4b2c39eaf9db01935560b2e962a" | ||
integrity sha512-xi2FSkoZ+8XYbfOFaMpC1uMKiuRlx0AXjnzTwuCGxjCsntM+YIU/zlACRjmsIAH4pHt7yVlJeV8xZyVGqIeeOg== | ||
dependencies: | ||
ajv "^8.6.3" | ||
bunyan "^1.8.12" | ||
bunyan-debug-stream "^3.1.0" | ||
caf "^15.0.1" | ||
chalk "^4.0.0" | ||
child-process-promise "^2.2.0" | ||
detox-copilot "^0.0.23" | ||
detox-copilot "^0.0.27" | ||
Comment on lines
+15264
to
+15280
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yarn.lock changes after running |
||
execa "^5.1.1" | ||
find-up "^5.0.0" | ||
fs-extra "^11.0.0" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was to address build issue with latest version of detox to use latest packages.