Skip to content

chore(deps): bump react-native-gesture-handler from 2.31.2 to 3.1.0 - #323

Closed
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/bun/react-native-gesture-handler-3.1.0
Closed

chore(deps): bump react-native-gesture-handler from 2.31.2 to 3.1.0#323
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/bun/react-native-gesture-handler-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-gesture-handler from 2.31.2 to 3.1.0.

Release notes

Sourced from react-native-gesture-handler's releases.

v3.1.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits
  • fb1089b Fix updating SharedValue crash (#4315)
  • 98cb1e7 [Example] Add an in-app console viewer (#4313)
  • af04cd4 [Example] Add search bar to the main screen (#4314)
  • 17d3df8 Bump TypeScript to 6.0.3 (#4311)
  • 4363f48 [Native] Add delaysChildPressedState to native gesture (#4308)
  • 201493f Bump http-proxy-middleware from 2.0.9 to 2.0.10 in /packages/docs-gesture-han...
  • 950dc8e Fix Easing import in LongPress example (#4298)
  • 8b5d4a0 Emit coordinates in Native gesture events (#4302)
  • 5b70c4b [iOS] Fix js responder cancelation in modals (#4306)
  • c8d66b4 [Web] Make getEffectiveBoundingRect recursive (#4303)
  • 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 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)

Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.31.2 to 3.1.0.
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.31.2...v3.1.0)

---
updated-dependencies:
- dependency-name: react-native-gesture-handler
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 23, 2026
@masch

masch commented Jul 23, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

masch and others added 5 commits July 23, 2026 12:53
… routes (#322)

* fix(payments): resolve MP return redirect loop and pluralize routes

- Filter payment gateway domains from Referer header in GET /payments/return
- Standardize all client routes, callback URLs, and Android IntentFilters to /payments/
- Fix GET /payments/purchases route path for purchase history
- Reorganize module imports to top of payments.ts
- Document payment flow architecture with Mermaid sequence diagrams

Closes #321

* fix(payments): resolve return redirect loop, standardize plural routes, and use PAYMENT_ROUTES constants

- Filter payment gateway referer headers in return endpoint to prevent 302 loops
- Add GET /payments/callback fallback 302 redirect to sonora://payments/callback
- Update association.ts paths to /payments/*
- Refactor client & server routes to use central PAYMENT_ROUTES constants map
- Pluralize Expo Router payment routes and Android intentFilter pathPrefix to /payments

Closes #321

* fix(payments): preserve web app origin and format return route on web checkouts

* refactor(payments): log warning on targetUrl parsing error in return endpoint

* refactor(payments): add diagnostic logger.info in return endpoint redirect logic

* refactor(payments): add detailed diagnostic logging for created and returned payment URLs

* fix(payments): add missing mobile payments/callback route and fix native return redirect

* feat(payments): centralize environment-configurable app scheme helpers and dbGuard

* refactor(payments): use explicit SCHEME_BY_ENVIRONMENT dictionary map in paymentsGuard

* test(shared): add comprehensive unit tests for enums and PAYMENT_ROUTES

* fix(payments): preserve metadata on webhook and fix web origin redirect condition

* test(api): add return endpoint edge-case unit tests for payments

* fix(payments): add explicit error logging when redirectUrl parsing fails

* docs(payments): update payment flow architecture documentation with SSOT schemes and web return fixes

* docs(payments): fix mermaid syntax ampersands in flow diagrams

* docs(payments): fix ampersand syntax in mermaid diagrams

* docs: add Payment Flow Architecture section to README

* chore(openspec): archive fix-mp-webhook-return-redirect change
…324)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@masch

masch commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Closing this PR because Expo SDK 56 strictly requires react-native-gesture-handler version ~2.31.1. Upgrading to v3.1.0 introduces breaking changes and causes major version mismatches against the Expo SDK native dependency matrix, leading to expo-doctor failures and potential native build crashes.

@dependabot ignore this major version

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 3.x.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/bun/react-native-gesture-handler-3.1.0 branch July 27, 2026 22:53
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 3.x.x again, unless you re-open this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant