Update dependency upgrades - non-major #173
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.8
->6.1.9
6.9.14
->6.9.15
20.13.0
->20.13.1
Release Notes
react-navigation/react-navigation (@react-navigation/native)
v6.1.9
Compare Source
Bug Fixes
wix/Detox (detox)
v20.13.1
Compare Source
What's Changed
Android
💥 "Android API 32, 33 (v12): .tap() acts like tap+hold" (#3762) by @ericschaal via #4216
⬆️ This fixes an issue with Detox taps mistakenly registered as tap+hold on newer Android API levels (32+).
Note: While the tapping issue might be resolved with the patch, there's a known issue with scrolling not working as intended on the new Android API. We're looking for the contributors.
⚙️ "Something is odd about
runScriptWithArgs
signature" (#4127) by @noomorph via #4221Technically, this fix is a breaking change – it removes the
runScriptWithArgs
API, but since it never has worked, this should not be an issue. Now, you can userunScript
to pass your arguments to the web elements and also get results (provided your function is synchronous):iOS
Preserve logs after
device.resetContentAndSettings()
by @noomorph via #4215Fixes a rare condition where the artifacts manager breaks down in the subsequent test after using
device.resetContentAndSettings()
in the previous one.New Contributors
Thanks, @ericschaal, for your first (and very valuable! 🏆 ) contribution in https://github.com/wix/Detox/pull/4216
Thanks, @IrbisKronos, for your second contribution this year, the new social networks ribbon on the website.
Thanks, @monholm, for a tip on how to list available device specs.
Full Changelog: wix/Detox@20.13.0...20.13.1
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.