Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Bumps @gorhom/bottom-sheet from 5.1.2 to 5.2.6.

Release notes

Sourced from @​gorhom/bottom-sheet's releases.

Release 5.2.6

5.2.6 (2025-09-05)

🐛 Bug Fixes

  • #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by @​pakerwreah) (c68edac), closes #2452
  • prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)

Release 5.2.5

5.2.5 (2025-09-04)

🐛 Bug Fixes

  • #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
  • #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
  • conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @​kirstilynn) (e5c077b)

🧹 Maintenance Chores

  • updated the example deps (c9e0473)

Release 5.2.4

5.2.4 (2025-08-28)

🐛 Bug Fixes

  • #2430: fixed flickering issue with animation by keyboard (334e94c)
  • #2430: fixed the force closing when switching between two text inputs (086baed)
  • #2431: added handling for evaluating position for detent change while animating (090afa6), closes #2431
  • memoized the scrollable creator hook (e51e523)

🧹 Maintenance Chores

Release 5.2.3

5.2.3 (2025-08-18)

🐛 Bug Fixes

  • #2364: fixed layouting issue when dynamic sizing enabled and handle is not provided (d3275b1)

Release 5.2.1

5.2.1 (2025-08-18)

🐛 Bug Fixes

Release 5.2.0

... (truncated)

Changelog

Sourced from @​gorhom/bottom-sheet's changelog.

5.2.6 (2025-09-05)

🐛 Bug Fixes

  • #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by @​pakerwreah) (c68edac), closes #2452
  • prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)

5.2.5 (2025-09-04)

🐛 Bug Fixes

  • #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
  • #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
  • conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by @​kirstilynn) (e5c077b)

🧹 Maintenance Chores

  • updated the example deps (c9e0473)

5.2.4 (2025-08-28)

🐛 Bug Fixes

  • #2430: fixed flickering issue with animation by keyboard (334e94c)
  • #2430: fixed the force closing when switching between two text inputs (086baed)
  • #2431: added handling for evaluating position for detent change while animating (090afa6), closes #2431
  • memoized the scrollable creator hook (e51e523)

🧹 Maintenance Chores

5.2.3 (2025-08-18)

5.2.2 (2025-08-18)

🐛 Bug Fixes

  • #2364: fixed layouting issue when dynamic sizing enabled and handle is not provided (d3275b1)

5.2.1 (2025-08-18)

🐛 Bug Fixes

5.2.0 (2025-08-17)

🚀 New Features

... (truncated)

Commits
  • d12f3f7 chore: release v5.2.6
  • cce1f7e fix: prevent the bottom sheet from closing when over dragging while keyboard ...
  • c68edac fix(#2452): prevented the bottom sheet from snapping to -1 when resizing the ...
  • ec4f6da chore: release v5.2.5
  • e5c077b fix: conditionally apply web-only cursor style to avoid TypeScript error (#24...
  • c9e0473 chore: updated the example deps
  • f8cd4fe fix(#2449): adjust next index to the highest detent index when animating by k...
  • 20de151 fix(#2449): adjust next index to current index when animating to a temporary ...
  • 1b618c3 chore: release v5.2.4
  • 334e94c fix(#2430): fixed flickering issue with animation by keyboard
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gorhom/bottom-sheet-5.2.6 branch from 0e44a4a to 4367685 Compare September 12, 2025 15:32
Bumps [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) from 5.1.2 to 5.2.6.
- [Release notes](https://github.com/gorhom/react-native-bottom-sheet/releases)
- [Changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md)
- [Commits](gorhom/react-native-bottom-sheet@v5.1.2...v5.2.6)

---
updated-dependencies:
- dependency-name: "@gorhom/bottom-sheet"
  dependency-version: 5.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gorhom/bottom-sheet-5.2.6 branch from 4367685 to 91abb0c Compare October 3, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant