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

Update dependency react-native-gesture-handler to ~2.21.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-gesture-handler ~2.2.1 -> ~2.21.0 age adoption passing confidence

Release Notes

software-mansion/react-native-gesture-handler (react-native-gesture-handler)

v2.21.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.20.0...2.21.0

v2.20.2

Compare Source

❗ Important changes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.20.1...2.20.2

v2.20.1

Compare Source

❗ Important changes

  • fix: Android event dispatcher change for 0.76.0-rc.6 (#​3166)

🔢 Miscellaneous

  • Update Podfile.lock in FabricExample (#​3174)

New Contributors

v2.20.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.19.0...2.20.0

v2.19.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.18.1...2.19.0

v2.18.1

Compare Source

🐛 Bug fixes

What's Changed

Full Changelog: software-mansion/react-native-gesture-handler@2.18.0...2.18.1

v2.18.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.17.0...2.18.0

v2.17.1

Compare Source

🐛 Bug fixes

  • Don't register checkIntegrityBetweenArchitectures task when installed as a dependency by @​j-piasecki in #​2953

Full Changelog: software-mansion/react-native-gesture-handler@2.17.0...2.17.1

v2.17.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous


Configuration

📅 Schedule: 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.

Copy link
Author

renovate bot commented Jul 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: react-test-renderer@18.2.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR!   peer react@">=16.0" from @react-native-community/masked-view@0.1.11
npm ERR!   node_modules/@react-native-community/masked-view
npm ERR!     @react-native-community/masked-view@"^0.1.11" from the root project
npm ERR!   16 more (@react-navigation/core, @react-navigation/elements, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.2.0" from react-test-renderer@18.2.0
npm ERR! node_modules/react-test-renderer
npm ERR!   dev react-test-renderer@"^18.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@18.3.1
npm ERR! node_modules/react
npm ERR!   peer react@"^18.2.0" from react-test-renderer@18.2.0
npm ERR!   node_modules/react-test-renderer
npm ERR!     dev react-test-renderer@"^18.2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-11-15T05_48_59_470Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-native-gesture-handler-2.x branch from 962e0e4 to ef404e3 Compare July 31, 2024 02:09
@renovate renovate bot changed the title Update dependency react-native-gesture-handler to ~2.17.0 Update dependency react-native-gesture-handler to ~2.18.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/react-native-gesture-handler-2.x branch from ef404e3 to 3655e13 Compare September 2, 2024 11:59
@renovate renovate bot changed the title Update dependency react-native-gesture-handler to ~2.18.0 Update dependency react-native-gesture-handler to ~2.19.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-gesture-handler-2.x branch from 3655e13 to af0decc Compare September 25, 2024 17:49
@renovate renovate bot changed the title Update dependency react-native-gesture-handler to ~2.19.0 Update dependency react-native-gesture-handler to ~2.20.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/react-native-gesture-handler-2.x branch from af0decc to 719218b Compare November 15, 2024 05:49
@renovate renovate bot changed the title Update dependency react-native-gesture-handler to ~2.20.0 Update dependency react-native-gesture-handler to ~2.21.0 Nov 15, 2024
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