Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the all-dependencies group with 43 updates in the / directory:

Package From To
prettier 3.6.2 3.7.3
@better-auth/expo 1.3.34 1.4.4
@expo/html-elements 0.4.3 0.13.7
@expo/vector-icons 14.1.0 15.0.3
@react-navigation/bottom-tabs 7.8.4 7.8.8
@react-navigation/elements 2.8.1 2.8.4
@react-navigation/native 7.1.19 7.1.22
better-auth 1.3.34 1.4.4
expo 53.0.23 54.0.25
expo-blur 14.1.5 15.0.7
expo-constants 17.1.7 18.0.10
expo-font 13.3.2 14.0.9
expo-haptics 14.1.4 15.0.7
expo-image 2.3.2 3.0.10
expo-linking 7.1.7 8.0.9
expo-router 5.1.7 6.0.15
expo-secure-store 14.2.4 15.0.7
expo-splash-screen 0.30.10 31.0.11
expo-status-bar 2.2.3 3.0.8
expo-symbols 0.4.5 1.0.7
expo-system-ui 5.0.11 6.0.8
expo-web-browser 14.2.0 15.0.9
nativewind 4.1.23 4.2.1
react 19.0.0 19.2.0
@types/react 19.0.14 19.2.7
react-dom 19.0.0 19.2.0
@types/react-dom 19.0.6 19.2.3
react-native 0.79.5 0.82.1
react-native-css-interop 0.1.22 0.2.1
react-native-gesture-handler 2.24.0 2.29.1
react-native-reanimated 3.17.5 4.1.5
react-native-safe-area-context 5.4.0 5.6.2
react-native-screens 4.11.1 4.18.0
react-native-web 0.20.0 0.21.2
react-native-webview 13.13.5 13.16.0
tailwindcss 3.4.18 4.1.17
eslint-config-expo 9.2.0 10.0.0
lucide-react 0.525.0 0.555.0
next 15.5.6 16.0.6
@types/node 22.19.1 24.10.1
@next/eslint-plugin-next 15.5.6 16.0.6
eslint-plugin-react-hooks 5.2.0 7.0.1
typescript-eslint 8.46.4 8.48.0

Updates prettier from 3.6.2 to 3.7.3

Release notes

Sourced from prettier's releases.

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.3

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

3.7.2

diff

JavaScript: Fix string print when switching quotes (#18351 by @​fisker)

// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")
// Prettier 3.7.1
console.log('A descriptor\'s .kind must be "method" or "field".');
// Prettier 3.7.2
console.log('A descriptor\'s .kind must be "method" or "field".');

JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @​kovsu)

// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
// Prettier 3.7.1
const html = /* HTML */ &lt;div class=${styles.banner}&gt;&lt;/div&gt;;
// Prettier 3.7.2
const html = /* HTML */ &lt;div class=&quot;${styles.banner}&quot;&gt;&lt;/div&gt;;

TypeScript: Fix comment in empty type literal (#18364 by @​fisker)

// Input
export type XXX = {
  // tbd
};
// Prettier 3.7.1
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


Updates @better-auth/expo from 1.3.34 to 1.4.4

Release notes

Sourced from @​better-auth/expo's releases.

v1.4.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.4.4-beta.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.4.4-beta.1

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @expo/html-elements from 0.4.3 to 0.13.7

Changelog

Sourced from @​expo/html-elements's changelog.

0.13.7 — 2025-09-11

This version does not introduce any user-facing changes.

0.13.6 — 2025-09-02

This version does not introduce any user-facing changes.

0.13.5 — 2025-08-31

This version does not introduce any user-facing changes.

0.13.4 — 2025-08-27

This version does not introduce any user-facing changes.

0.13.3 — 2025-08-25

This version does not introduce any user-facing changes.

0.13.2 — 2025-08-16

This version does not introduce any user-facing changes.

0.13.1 — 2025-08-15

This version does not introduce any user-facing changes.

0.13.0 — 2025-08-13

🎉 New features

💡 Others

  • Add missing peer dependencies on react and react-native and optional peer dependency on react-native-web (#38570 by @​kitten)

0.12.5 — 2025-04-30

This version does not introduce any user-facing changes.

0.12.4 — 2025-04-25

This version does not introduce any user-facing changes.

0.12.3 — 2025-04-22

🛠 Breaking changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by alanhughes, a new releaser for @​expo/html-elements since your current version.


Updates @expo/vector-icons from 14.1.0 to 15.0.3

Commits

Updates @react-navigation/bottom-tabs from 7.8.4 to 7.8.8

Release notes

Sourced from @​react-navigation/bottom-tabs's releases.

@​react-navigation/bottom-tabs@​7.8.7

7.8.7 (2025-11-26)

Bug Fixes

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.8.8 (2025-11-29)

Note: Version bump only for package @​react-navigation/bottom-tabs

7.8.7 (2025-11-26)

Bug Fixes

7.8.6 (2025-11-20)

Note: Version bump only for package @​react-navigation/bottom-tabs

7.8.5 (2025-11-14)

Note: Version bump only for package @​react-navigation/bottom-tabs

Commits

Updates @react-navigation/elements from 2.8.1 to 2.8.4

Release notes

Sourced from @​react-navigation/elements's releases.

@​react-navigation/elements@​2.8.3

2.8.3 (2025-11-20)

Bug Fixes

@​react-navigation/elements@​2.8.2

2.8.2 (2025-11-14)

Bug Fixes

Changelog

Sourced from @​react-navigation/elements's changelog.

2.8.4 (2025-11-26)

Note: Version bump only for package @​react-navigation/elements

2.8.3 (2025-11-20)

Bug Fixes

2.8.2 (2025-11-14)

Bug Fixes

Commits
  • 5a9c8b7 chore: publish
  • c5c2092 chore: publish
  • f452d26 fix: change order of views so react-native-screens finds nested navigators (#...
  • 2c9388b chore: publish
  • 1e49bd1 fix: measure header layout early in layout effect
  • See full diff in compare view

Updates @react-navigation/native from 7.1.19 to 7.1.22

Release notes

Sourced from @​react-navigation/native's releases.

@​react-navigation/native@​7.1.21

7.1.21 (2025-11-20)

Bug Fixes

Changelog

Sourced from @​react-navigation/native's changelog.

7.1.22 (2025-11-26)

Note: Version bump only for package @​react-navigation/native

7.1.21 (2025-11-20)

Bug Fixes

7.1.20 (2025-11-14)

Note: Version bump only for package @​react-navigation/native

Commits
  • 5a9c8b7 chore: publish
  • c5c2092 chore: publish
  • 15cae40 fix: dispatch action for deep link even if route doesn't exist
  • 2c9388b chore: publish
  • 44db198 refactor: rework JSDoc for container for proper intelliSense
  • See full diff in compare view

Updates better-auth from 1.3.34 to 1.4.4

Release notes

Sourced from better-auth's releases.

v1.4.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.4.4-beta.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.4.4-beta.1

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 33eeb8b chore: release v1.4.4
  • e450835 fix: return null early if userid isn't defined (#6418)
  • 9465363 chore: fix typecheck (#6427)
  • d571375 fix: additional fields default values should apply when creating session (#5763)
  • 2b699c5 test: remove client config tests for user-agent handling
  • 34d7d36 fix: remove applying user-agent by default (#6417)
  • c9ecad9 fix: chunk account data cookie when exceeding limit (#6393)
  • 7b0a6a1 chore: release v1.4.4-beta.2
  • 29a85c8 chore: release v1.4.4-beta.1
  • 65f3d45 chore(organization): fix client inference (#6390)
  • Additional commits viewable in compare view

Updates expo from 53.0.23 to 54.0.25

Changelog

Sourced from expo's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

54.0.0 — 2025-09-10

📚 3rd party library updates

  • expo-sqlite
  • expo-camera
    • [Android] Bumped MLKit barcode scanner to 17.3.0 for Android 16KB page size support. (#37454 by @​kudo)

🛠 Breaking changes

  • expo-notifications
  • expo-media-library
    • [Android] Fix getAssetsAsync loading performance, add resolveWithFullInfo option to control whether to load full EXIF data for images. This is a breaking change for Android apps, as it might break the orientation of images in some cases. (#37957 by @​kosmydel).
  • expo-intent-launcher
  • expo-image-picker
    • [Web] Changed web uri to use blob URLs instead of base64 data URLs for better performance. The uri property will now be a blob URL instead of a base64 data URL, while the base64 property behavior remains unchanged. (#37447 by @​hirbod)
    • [ios] The default for preferredAssetRepresentationMode is now .current instead of .automatic. This keeps the asset in its original container/codec (e.g. HEIC instead of JPEG) and is required for the new fast-path. Apps that relied on .automatic re-encoded output can pass preferredAssetRepresentationMode: '.automatic' to restore the old behaviour. (#37569 by @​hirbod)
  • expo-font
  • expo-file-system
    • Make the modern filesystem API the default, move previous one to expo-file-system/legacy. (#38404 by @​aleqsio)
  • expo-document-picker
    • [Web] getDocumentAsync() no longer returns base64 by default. The uri on web now always points to a Blob created via URL.createObjectURL(), which can be used for previews or appended to FormData for uploads. Selecting large files on web is now almost instant, since there’s no base64 conversion by default. If you still need base64, you can pass base64: true in the options. A new base64 field will then be included in the result. (#37443 by @​hirbod)

🎉 New features

... (truncated)

Commits

Updates expo-blur from 14.1.5 to 15.0.7

Changelog

Sourced from expo-blur's changelog.

15.0.7 — 2025-09-11

This version does not introduce any user-facing changes.

15.0.6 — 2025-09-02

This version does not introduce any user-facing changes.

15.0.5 — 2025-08-31

This version does not introduce any user-facing changes.

15.0.4 — 2025-08-27

This version does not introduce any user-facing changes.

15.0.3 — 2025-08-25

This version does not introduce any user-facing changes.

15.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

15.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

15.0.0 — 2025-08-13

🐛 Bug fixes

  • [Android] Fix transition issues with react-native-screens when using dimezisBlurView blur method. (#37904 by @​hannojg
Commits
Maintainer changes

This version was pushed to npm by alanhughes, a new releaser for expo-blur since your current version.


Updates expo-constants from 17.1.7 to 18.0.10

Changelog

Sourced from expo-constants's changelog.

18.0.10 - 2025-10-21

This version does not introduce any user-facing changes.

18.0.9 — 2025-09-16

This version does not introduce any user-facing changes.

18.0.8 — 2025-09-10

This version does not introduce any user-facing changes.

18.0.7 — 2025-09-02

This version does not introduce any user-facing changes.

18.0.6 — 2025-08-31

This version does not introduce any user-facing changes.

18.0.5 — 2025-08-27

This version does not introduce any user-facing changes.

18.0.4 — 2025-08-25

This version does not introduce any user-facing changes.

18.0.3 — 2025-08-21

This version does not introduce any user-facing changes.

18.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

18.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

18.0.0 — 2025-08-13

🐛 Bug fixes

💡 Others

Commits

Updates expo-font from 13.3.2 to 14.0.9

Changelog

Sourced from expo-font's changelog.

14.0.9 - 2025-10-09

🐛 Bug fixes

14.0.8 — 2025-09-11

This version does not introduce any user-facing changes.

14.0.7 — 2025-09-02

This version does not introduce any user-facing changes.

14.0.6 — 2025-08-31

This version does not introduce any user-facing changes.

14.0.5 — 2025-08-27

🛠 Breaking changes

14.0.4 — 2025-08-26

💡 Others

14.0.3 — 2025-08-25

This version does not introduce any user-facing changes.

14.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

14.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

14.0.0 — 2025-08-13

🎉 New features

💡 Others

... (truncated)

Commits

Updates expo-haptics from 14.1.4 to 15.0.7

Changelog

Sourced from expo-haptics's changelog.

15.0.7 — 2025-09-11

This version does not introduce any user-facing changes.

15.0.6 — 2025-09-02

This version does not introduce any user-facing changes.

15.0.5 — 2025-08-31

This version does not introduce any user-facing changes.

15.0.4 — 2025-08-27

This version does not introduce any user-facing changes.

15.0.3 — 2025-08-25

This version does not introduce any user-facing changes.

15.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

15.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

15.0.0 — 2025-08-13

This version does not introduce any user-facing changes.

Commits
Maintainer changes

This version was pushed to npm by alanhughes, a new releaser for expo-haptics since your current version.


Updates expo-image from 2.3.2 to 3.0.10

Changelog

Sourced from expo-image's changelog.

3.0.10 - 2025-10-20

This version does not introduce any user-facing changes.

3.0.9 - 2025-10-07

🐛 Bug fixes

  • [Android] Fixed You can't start or clear loads in RequestListener or Target callbacks. (#40212 by @​lukmccall)

3.0.8 — 2025-09-11

This version does not introduce any user-facing changes.

3.0.7 — 2025-09-03

🐛 Bug fixes

Bumps the all-dependencies group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` |
| [@better-auth/expo](https://github.com/better-auth/better-auth/tree/HEAD/packages/expo) | `1.3.34` | `1.4.4` |
| [@expo/html-elements](https://github.com/expo/expo/tree/HEAD/packages/html-elements) | `0.4.3` | `0.13.7` |
| [@expo/vector-icons](https://github.com/expo/vector-icons) | `14.1.0` | `15.0.3` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.8.4` | `7.8.8` |
| [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/elements) | `2.8.1` | `2.8.4` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.19` | `7.1.22` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.3.34` | `1.4.4` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `53.0.23` | `54.0.25` |
| [expo-blur](https://github.com/expo/expo/tree/HEAD/packages/expo-blur) | `14.1.5` | `15.0.7` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `17.1.7` | `18.0.10` |
| [expo-font](https://github.com/expo/expo/tree/HEAD/packages/expo-font) | `13.3.2` | `14.0.9` |
| [expo-haptics](https://github.com/expo/expo/tree/HEAD/packages/expo-haptics) | `14.1.4` | `15.0.7` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `2.3.2` | `3.0.10` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `7.1.7` | `8.0.9` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `5.1.7` | `6.0.15` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `14.2.4` | `15.0.7` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `0.30.10` | `31.0.11` |
| [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) | `2.2.3` | `3.0.8` |
| [expo-symbols](https://github.com/expo/expo/tree/HEAD/packages/expo-symbols) | `0.4.5` | `1.0.7` |
| [expo-system-ui](https://github.com/expo/expo/tree/HEAD/packages/expo-system-ui) | `5.0.11` | `6.0.8` |
| [expo-web-browser](https://github.com/expo/expo/tree/HEAD/packages/expo-web-browser) | `14.2.0` | `15.0.9` |
| [nativewind](https://github.com/marklawlor/nativewind) | `4.1.23` | `4.2.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.14` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.6` | `19.2.3` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.79.5` | `0.82.1` |
| [react-native-css-interop](https://github.com/marklawlor/nativewind) | `0.1.22` | `0.2.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.24.0` | `2.29.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.17.5` | `4.1.5` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.4.0` | `5.6.2` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.11.1` | `4.18.0` |
| [react-native-web](https://github.com/necolas/react-native-web) | `0.20.0` | `0.21.2` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.13.5` | `13.16.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.18` | `4.1.17` |
| [eslint-config-expo](https://github.com/expo/expo/tree/HEAD/packages/eslint-config-expo) | `9.2.0` | `10.0.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.525.0` | `0.555.0` |
| [next](https://github.com/vercel/next.js) | `15.5.6` | `16.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.1` | `24.10.1` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.6` | `16.0.6` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.48.0` |



Updates `prettier` from 3.6.2 to 3.7.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.3)

Updates `@better-auth/expo` from 1.3.34 to 1.4.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/canary/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.4/packages/expo)

Updates `@expo/html-elements` from 0.4.3 to 0.13.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/html-elements/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/html-elements)

Updates `@expo/vector-icons` from 14.1.0 to 15.0.3
- [Commits](https://github.com/expo/vector-icons/commits)

Updates `@react-navigation/bottom-tabs` from 7.8.4 to 7.8.8
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.8.8/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.8.8/packages/bottom-tabs)

Updates `@react-navigation/elements` from 2.8.1 to 2.8.4
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/elements@2.8.4/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/elements@2.8.4/packages/elements)

Updates `@react-navigation/native` from 7.1.19 to 7.1.22
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.1.22/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.22/packages/native)

Updates `better-auth` from 1.3.34 to 1.4.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.4.4/packages/better-auth)

Updates `expo` from 53.0.23 to 54.0.25
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-blur` from 14.1.5 to 15.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-blur/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-blur)

Updates `expo-constants` from 17.1.7 to 18.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-constants/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

Updates `expo-font` from 13.3.2 to 14.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-font/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-font)

Updates `expo-haptics` from 14.1.4 to 15.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-haptics/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-haptics)

Updates `expo-image` from 2.3.2 to 3.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image)

Updates `expo-linking` from 7.1.7 to 8.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-linking/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linking)

Updates `expo-router` from 5.1.7 to 6.0.15
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-secure-store` from 14.2.4 to 15.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `expo-splash-screen` from 0.30.10 to 31.0.11
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `expo-status-bar` from 2.2.3 to 3.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-status-bar/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-status-bar)

Updates `expo-symbols` from 0.4.5 to 1.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-symbols/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-symbols)

Updates `expo-system-ui` from 5.0.11 to 6.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-system-ui/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-system-ui)

Updates `expo-web-browser` from 14.2.0 to 15.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-web-browser/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-web-browser)

Updates `nativewind` from 4.1.23 to 4.2.1
- [Release notes](https://github.com/marklawlor/nativewind/releases)
- [Changelog](https://github.com/nativewind/nativewind/blob/main/CHANGELOG.md)
- [Commits](https://github.com/marklawlor/nativewind/commits)

Updates `react` from 19.0.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

Updates `@types/react` from 19.0.14 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.0.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

Updates `@types/react-dom` from 19.0.6 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-native` from 0.79.5 to 0.82.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.7x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.82.1/packages/react-native)

Updates `react-native-css-interop` from 0.1.22 to 0.2.1
- [Release notes](https://github.com/marklawlor/nativewind/releases)
- [Changelog](https://github.com/nativewind/nativewind/blob/main/CHANGELOG.md)
- [Commits](https://github.com/marklawlor/nativewind/commits)

Updates `react-native-gesture-handler` from 2.24.0 to 2.29.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.24.0...v2.29.1)

Updates `react-native-reanimated` from 3.17.5 to 4.1.5
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.1.5/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.4.0 to 5.6.2
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.4.0...v5.6.2)

Updates `react-native-screens` from 4.11.1 to 4.18.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.11.1...4.18.0)

Updates `react-native-web` from 0.20.0 to 0.21.2
- [Release notes](https://github.com/necolas/react-native-web/releases)
- [Commits](necolas/react-native-web@0.20.0...0.21.2)

Updates `react-native-webview` from 13.13.5 to 13.16.0
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Commits](react-native-webview/react-native-webview@v13.13.5...v13.16.0)

Updates `tailwindcss` from 3.4.18 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)

Updates `@types/react` from 19.0.14 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint-config-expo` from 9.2.0 to 10.0.0
- [Changelog](https://github.com/expo/expo/blob/main/packages/eslint-config-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/eslint-config-expo)

Updates `lucide-react` from 0.525.0 to 0.555.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.555.0/packages/lucide-react)

Updates `next` from 15.5.6 to 16.0.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.6...v16.0.6)

Updates `@types/node` from 22.19.1 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react-dom` from 19.0.6 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@next/eslint-plugin-next` from 15.5.6 to 16.0.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.0.6/packages/eslint-plugin-next)

Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `typescript-eslint` from 8.46.4 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.7.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@better-auth/expo"
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@expo/html-elements"
  dependency-version: 0.13.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@expo/vector-icons"
  dependency-version: 15.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: better-auth
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: expo
  dependency-version: 54.0.25
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-blur
  dependency-version: 15.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-constants
  dependency-version: 18.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-font
  dependency-version: 14.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-haptics
  dependency-version: 15.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-image
  dependency-version: 3.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-linking
  dependency-version: 8.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-router
  dependency-version: 6.0.15
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-secure-store
  dependency-version: 15.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-splash-screen
  dependency-version: 31.0.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-status-bar
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-symbols
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-system-ui
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: expo-web-browser
  dependency-version: 15.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: nativewind
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native
  dependency-version: 0.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-css-interop
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-gesture-handler
  dependency-version: 2.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-web
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-native-webview
  dependency-version: 13.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-config-expo
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: lucide-react
  dependency-version: 0.555.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: next
  dependency-version: 16.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
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