Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps the patch group with 18 updates:

Package From To
@types/node 22.13.13 22.13.14
@sentry/vite-plugin 3.2.2 3.2.3
@better-auth/expo 1.2.4 1.2.5
@react-native-firebase/analytics 21.12.0 21.12.3
@react-native-firebase/app 21.12.0 21.12.3
@react-native-firebase/app-check 21.12.0 21.12.3
@react-native-firebase/crashlytics 21.12.0 21.12.3
better-auth 1.2.4 1.2.5
expo 52.0.40 52.0.41
expo-image 2.0.6 2.0.7
expo-sqlite 15.1.2 15.1.3
react-native 0.77.1 0.77.2
react-native-ios-utilities 5.1.2 5.1.3
react-native-webview 13.13.4 13.13.5
drizzle-kit 0.30.5 0.30.6
satori 0.12.1 0.12.2
sonner 2.0.1 2.0.2
electron-log 5.3.2 5.3.3

Updates @types/node from 22.13.13 to 22.13.14

Commits

Updates @sentry/vite-plugin from 3.2.2 to 3.2.3

Release notes

Sourced from @​sentry/vite-plugin's releases.

3.2.3

  • feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)
  • feat(webpack): Primarily use contentHash for debug ID hash (#702)
  • feat: Detect Vercel commits and env (#694)
  • feat: Default to automatically setting commits on release (#692)
Changelog

Sourced from @​sentry/vite-plugin's changelog.

3.2.3

  • feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)
  • feat(webpack): Primarily use contentHash for debug ID hash (#702)
  • feat: Detect Vercel commits and env (#694)
  • feat: Default to automatically setting commits on release (#692)
Commits
  • 3bd3bb3 release: 3.2.3
  • 2a4d298 meta: Update changelog for 3.2.3 (#705)
  • e7251f8 feat(core): Use path instead of debug IDs as artifact names for debug ID uplo...
  • 368add4 feat(webpack): Primarily use contentHash for debug ID hash (#702)
  • e00a472 docs: Warn about risks of reactComponentAnnotation (#699)
  • 9a7257d typo: Turborepo instead of TruboRepo (#697)
  • d55ca96 feat: Detect Vercel commits and env (#694)
  • 186a0d5 feat: Default to automatically setting commits on release (#692)
  • 1d5a8ca Merge branch 'release/3.2.2'
  • See full diff in compare view

Updates @better-auth/expo from 1.2.4 to 1.2.5

Updates @react-native-firebase/analytics from 21.12.0 to 21.12.3

Release notes

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

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

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

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)
  • storage: Type defs storage (#8387) (12ddc18)
Commits
  • ea8aeec chore(release): release packages
  • cbd1216 docs(app-check): update initializeApp example to include proper params (#8426)
  • df65f5c docs(tips-n-tricks): update new arch to note no current problems
  • b600a20 fix(crashlytics): disable deprecation warnings for analytics in crashlytics
  • 4f7fb2e fix(crashlytics): Revert "fix(crashlytics): convert internal API usage to mod...
  • 6f0524a test: make custom manual tests easy to add to e2e app
  • 8592e65 test: alter test UI structure for modularity / safe area
  • efa573a test(deps): update Podfile.lock with latest release
  • de2503b docs(app): install doc preening (#8420)
  • 31e9239 chore(release): release packages
  • Additional commits viewable in compare view

Updates @react-native-firebase/app from 21.12.0 to 21.12.3

Release notes

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

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

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

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)
  • storage: Type defs storage (#8387) (12ddc18)
Commits
  • ea8aeec chore(release): release packages
  • cbd1216 docs(app-check): update initializeApp example to include proper params (#8426)
  • df65f5c docs(tips-n-tricks): update new arch to note no current problems
  • b600a20 fix(crashlytics): disable deprecation warnings for analytics in crashlytics
  • 4f7fb2e fix(crashlytics): Revert "fix(crashlytics): convert internal API usage to mod...
  • 6f0524a test: make custom manual tests easy to add to e2e app
  • 8592e65 test: alter test UI structure for modularity / safe area
  • efa573a test(deps): update Podfile.lock with latest release
  • de2503b docs(app): install doc preening (#8420)
  • 31e9239 chore(release): release packages
  • Additional commits viewable in compare view

Updates @react-native-firebase/app-check from 21.12.0 to 21.12.3

Release notes

Sourced from @​react-native-firebase/app-check's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/app-check's changelog.

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)
  • storage: Type defs storage (#8387) (12ddc18)
Commits
  • ea8aeec chore(release): release packages
  • cbd1216 docs(app-check): update initializeApp example to include proper params (#8426)
  • df65f5c docs(tips-n-tricks): update new arch to note no current problems
  • b600a20 fix(crashlytics): disable deprecation warnings for analytics in crashlytics
  • 4f7fb2e fix(crashlytics): Revert "fix(crashlytics): convert internal API usage to mod...
  • 6f0524a test: make custom manual tests easy to add to e2e app
  • 8592e65 test: alter test UI structure for modularity / safe area
  • efa573a test(deps): update Podfile.lock with latest release
  • de2503b docs(app): install doc preening (#8420)
  • 31e9239 chore(release): release packages
  • Additional commits viewable in compare view

Updates @react-native-firebase/crashlytics from 21.12.0 to 21.12.3

Release notes

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

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

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

21.12.3 (2025-03-26)

Bug Fixes

  • crashlytics): Revert "fix(crashlytics: convert internal API usage to modular" (4f7fb2e)
  • crashlytics: disable deprecation warnings for analytics in crashlytics (b600a20)

21.12.2 (2025-03-23)

Bug Fixes

  • auth: Fix auth type definitions and add more (#8323) (3dc8119)

21.12.1 (2025-03-22)

Bug Fixes

  • android: adopt firebase-android-sdk 33.11.0 (8271231)
  • app, sdks: firebase-ios-sdk 11.9.0 / firebase-android-sdk 33.10.0 (df24ed6)
  • app: App type def fix (#8365) (068a924)
  • database: define increment in modular API (#8377) (e13598b)
  • firestore, ios: use correct key to cache instance (#8404) (e6642ec)
  • ios: adopt firebase-ios-sdk 11.10.0 (ffc7b4c)
  • performance: initializePerformance settings param is optional (#8385) (d9b7175)
  • storage: Type defs storage (#8387) (12ddc18)
Commits
  • ea8aeec chore(release): release packages
  • cbd1216 docs(app-check): update initializeApp example to include proper params (#8426)
  • df65f5c docs(tips-n-tricks): update new arch to note no current problems
  • b600a20 fix(crashlytics): disable deprecation warnings for analytics in crashlytics
  • 4f7fb2e fix(crashlytics): Revert "fix(crashlytics): convert internal API usage to mod...
  • 6f0524a test: make custom manual tests easy to add to e2e app
  • 8592e65 test: alter test UI structure for modularity / safe area
  • efa573a test(deps): update Podfile.lock with latest release
  • de2503b docs(app): install doc preening (#8420)
  • 31e9239 chore(release): release packages
  • Additional commits viewable in compare view

Updates better-auth from 1.2.4 to 1.2.5

Release notes

Sourced from better-auth's releases.

v1.2.5

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 9b97962 chore: release v1.2.5
  • 06193a3 feat: refresh token endpoint (#1779)
  • 128cca8 chore(deps): bump next from 15.2.1 to 15.2.3 (#1982)
  • 4c304a9 chore: release v1.2.5-beta.10
  • 4afcb8e fix: additional fields type inference breaking on default value
  • ba2e58e fix: only delete verification token on password reset after succesful db quer...
  • 48a6417 chore: remove dead code (#1989)
  • 3b6ca15 chore(jsdoc): field attribute for required should be true (#1986)
  • b2c7d8f chore: release v1.2.5-beta.9
  • d74199f fix: respect disable signup on social providers (#1981)
  • Additional commits viewable in compare view

Updates expo from 52.0.40 to 52.0.41

Changelog

Sourced from expo's changelog.

52.0.41 - 2025-03-26

💡 Others

  • Improve devtools plugins transport performance. (#35581 by @​kudo)
  • Improve warning for incompatible devtools plugins. (#35587 by @​kudo)
  • Re-export bin for expo-modules-autolinking and fingerprint. (#35660 by @​kudo)
Commits

Updates expo-image from 2.0.6 to 2.0.7

Changelog

Sourced from expo-image's changelog.

2.0.7 - 2025-03-26

🐛 Bug fixes

  • [iOS] Fixed image be cropped with contentPosition on New Architecture mode. (#35630 by @​kudo)
Commits

Updates expo-sqlite from 15.1.2 to 15.1.3

Changelog

Sourced from expo-sqlite's changelog.

15.1.3 - 2025-03-26

💡 Others

Commits

Updates react-native from 0.77.1 to 0.77.2

Release notes

Sourced from react-native's releases.

v0.77.2

Added

iOS specific

  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)

Fixed

  • DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @​vzaidman)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (1f002f9999 by @​robhogan)
  • Metro: Bump minimum Metro to 0.81.3, fix "_interopRequireDefault is not a function" with enablePackageExports (b335436113 by @​robhogan)

Android specific

iOS specific

  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @​cipolleschi)
  • TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @​zhongwuzw)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

Changelog

Sourced from react-native's changelog.

v0.77.2

Added

iOS specific

  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)

Fixed

  • DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @​vzaidman)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (1f002f9999 by @​robhogan)
  • Metro: Bump minimum Metro to 0.81.3, fix "_interopRequireDefault is not a function" with enablePackageExports (b335436113 by @​robhogan)

Android specific

iOS specific

  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @​cipolleschi)
  • TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @​zhongwuzw)
Commits
  • 7ea8af8 Release 0.77.2
  • 1e9f118 Convert to JSException only NSException from sync methods (#50193)
  • b335436 Bump minimum Metro to 0.81.3, remove import/require from always-asserted reso...
  • a133967 Handle null params in the Interop TM layer (#49873)
  • 4e5da2e Add extra parameter to define whether codegen is invoked by lib or app (#48995)
  • 1f002f9 community-cli-plugin: resolve cli-server-api via peer dependency on cli (#50096)
  • f7720b3 Avoid NPE when touch event is triggered before SurfaceManager is initiated (#...
  • adc5c3a Fixes TextInput crashes when any text is entered while running as iOS app on ...
  • 7c50b5e Fix Android Image defaultSource runtime error (#49097) (#49890)
  • See full diff in compare view

Updates react-native-ios-utilities from 5.1.2 to 5.1.3

Release notes

Sourced from react-native-ios-utilities's releases.

Release 5.1.3

  • 📦 Package: Upgrade release-it (5dbb0f0)
  • ⚙️ Chore: Ex - Enable New Architecture (5af6b18)
  • 🐞 Fix: Paper Build Errors (18aa934)
  • ⚙️ Chore: Ex - Disable New Architecture (10fe025)
  • ⚙️ Chore: Bump Node Version (135d5ea)
  • ⚙️ Chore: Update Package Scripts (83e6241)
  • 📝 Docs: README - Update Acknowledgements (4b14a77)
  • 💄 Gloss: Update PR Comment (f3ccc3e)
  • ⚙️ Chore: Update Package Scripts (db89eb7)
  • ⚙️ Chore: CI - Update build-example-ios (289f87c)
  • ⚙️ Chore: Update build-ios.sh Script (19d2186)
  • ⚙️ Chore: Update Package Scrip...

    Description has been truncated

Bumps the patch group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.13` | `22.13.14` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `3.2.2` | `3.2.3` |
| @better-auth/expo | `1.2.4` | `1.2.5` |
| [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) | `21.12.0` | `21.12.3` |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) | `21.12.0` | `21.12.3` |
| [@react-native-firebase/app-check](https://github.com/invertase/react-native-firebase) | `21.12.0` | `21.12.3` |
| [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase) | `21.12.0` | `21.12.3` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.2.4` | `1.2.5` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `52.0.40` | `52.0.41` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `2.0.6` | `2.0.7` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `15.1.2` | `15.1.3` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.77.1` | `0.77.2` |
| [react-native-ios-utilities](https://github.com/dominicstop/react-native-ios-utilities) | `5.1.2` | `5.1.3` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.13.4` | `13.13.5` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.30.5` | `0.30.6` |
| [satori](https://github.com/vercel/satori) | `0.12.1` | `0.12.2` |
| [sonner](https://github.com/emilkowalski/sonner) | `2.0.1` | `2.0.2` |
| [electron-log](https://github.com/megahertz/electron-log) | `5.3.2` | `5.3.3` |


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

Updates `@sentry/vite-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@3.2.2...3.2.3)

Updates `@better-auth/expo` from 1.2.4 to 1.2.5

Updates `@react-native-firebase/analytics` from 21.12.0 to 21.12.3
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.12.0...v21.12.3)

Updates `@react-native-firebase/app` from 21.12.0 to 21.12.3
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.12.0...v21.12.3)

Updates `@react-native-firebase/app-check` from 21.12.0 to 21.12.3
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.12.0...v21.12.3)

Updates `@react-native-firebase/crashlytics` from 21.12.0 to 21.12.3
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.12.0...v21.12.3)

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

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

Updates `expo-image` from 2.0.6 to 2.0.7
- [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-sqlite` from 15.1.2 to 15.1.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-sqlite/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sqlite)

Updates `react-native` from 0.77.1 to 0.77.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.77.2/packages/react-native)

Updates `react-native-ios-utilities` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/dominicstop/react-native-ios-utilities/releases)
- [Commits](dominicstop/react-native-ios-utilities@v5.1.2...v5.1.3)

Updates `react-native-webview` from 13.13.4 to 13.13.5
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v13.13.4...v13.13.5)

Updates `drizzle-kit` from 0.30.5 to 0.30.6
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.5...drizzle-kit@0.30.6)

Updates `satori` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.12.1...0.12.2)

Updates `sonner` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v2.0.1...v2.0.2)

Updates `electron-log` from 5.3.2 to 5.3.3
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@sentry/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@better-auth/expo"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@react-native-firebase/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@react-native-firebase/app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@react-native-firebase/app-check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@react-native-firebase/crashlytics"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: better-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: expo-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: expo-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-native-ios-utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: drizzle-kit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: satori
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sonner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

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 Mar 28, 2025
@vercel
Copy link

vercel bot commented Mar 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
follow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2025 5:04am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
follow-external-ssr ⬜️ Ignored (Inspect) Visit Preview Mar 28, 2025 5:04am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/patch-7e5c839c5e branch March 29, 2025 23:57
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