Skip to content

chore(deps)(deps): bump the production-dependencies group with 15 updates#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-aa89ff2ac3
Closed

chore(deps)(deps): bump the production-dependencies group with 15 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-aa89ff2ac3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the production-dependencies group with 15 updates:

Package From To
@expo/metro-runtime 3.1.3 56.0.14
@react-native-async-storage/async-storage 1.21.0 3.1.1
@react-native-community/datetimepicker 7.6.2 9.1.0
@react-navigation/bottom-tabs 6.6.1 7.17.2
@react-navigation/native 6.1.18 7.3.0
@react-navigation/native-stack 6.11.0 7.17.2
expo 50.0.21 56.0.9
expo-status-bar 1.11.1 56.0.4
react 18.2.0 19.2.7
react-dom 18.2.0 19.2.7
react-native 0.85.3 0.86.0
react-native-safe-area-context 4.8.2 5.8.0
react-native-screens 3.29.0 4.25.2
react-native-web 0.19.13 0.21.2
zustand 4.5.7 5.0.14

Updates @expo/metro-runtime from 3.1.3 to 56.0.14

Changelog

Sourced from @​expo/metro-runtime'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

56.0.0 — 2026-06-01

🛠 Breaking changes

  • unimodules-app-loader
  • expo-web-browser
  • expo-video-thumbnails
  • expo-task-manager
  • expo-store-review
  • expo-speech
  • expo-sqlite
  • expo-sms
  • expo-sharing
  • expo-secure-store
  • expo-sensors
  • expo-screen-capture
  • expo-screen-orientation
  • expo-print
  • expo-network
  • expo-notifications

... (truncated)

Commits

Updates @react-native-async-storage/async-storage from 1.21.0 to 3.1.1

Release notes

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

Async Storage v3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

Async Storage v3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

This eliminates the extra step in installation for android.

Async Storage v3.0.3

Patch Changes

350e149:

  • Correctly handle "other" error for Apple platforms
  • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
  • When providing null for a key, for some reason, throw an error instead of crashing the app
  • Make example RN example work again
  • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
  • Double check lock for legacy storage initialization on android

Async Storage v3.0.2

Patch Changes

  • 1d1867f: include jest mock

Async Storage v3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

Async Storage v3.0.0

‼️ Due to missing native artifacts, please do not use this version - 3.0.1 contains a fix!

Major Changes

  • Release of version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
    • useAsyncStorage hook has been removed (will be introduced later)

... (truncated)

Changelog

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

3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

    This eliminates the extra step in installation for android.

3.0.3

Patch Changes

  • 350e149: - Correctly handle "other" error for Apple platforms
    • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
    • When providing null for a key, for some reason, throw an error instead of crashing the app
    • Make example RN example work again
    • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
    • Double check lock for legacy storage initialization on android

3.0.2

Patch Changes

  • 1d1867f: include jest mock

3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

3.0.0

Major Changes

  • f100276: Initial release of upcoming version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-native-async-storage/async-storage since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @react-native-community/datetimepicker from 7.6.2 to 9.1.0

Release notes

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

v9.1.0

9.1.0 (2026-03-17)

Features

v9.0.0

9.0.0 (2026-03-16)

⚠ BREAKING CHANGES

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039)

Features

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039) (4e463d3)

Bug Fixes

  • android: material date picker off by one day (#1031) (2577e71)

v8.6.0

8.6.0 (2026-01-06)

Features

  • android: date picker startOnYearSelection (#1004) (8dc498d)

v8.5.1

8.5.1 (2025-11-25)

Bug Fixes

  • ios: internal picker state persisting with recycling (#1026) (48e89d2)

v8.5.0

8.5.0 (2025-10-26)

Features

  • remove deprecated react native api usages (#950) (1ff05e1)

v8.4.7

... (truncated)

Changelog

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

9.1.0 (2026-03-17)

Features

9.0.0 (2026-03-16)

⚠ BREAKING CHANGES

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039)

Features

  • android: remove deprecated positiveButtonLabel, negativeButtonLabel, neutralButtonLabel props (#1039) (4e463d3)

Bug Fixes

  • android: material date picker off by one day (#1031) (2577e71)

8.6.0 (2026-01-06)

Features

  • android: date picker startOnYearSelection (#1004) (8dc498d)

8.5.1 (2025-11-25)

Bug Fixes

  • ios: internal picker state persisting with recycling (#1026) (48e89d2)

8.5.0 (2025-10-26)

Features

  • remove deprecated react native api usages (#950) (1ff05e1)

8.4.7 (2025-10-26)

Bug Fixes

... (truncated)

Commits
  • 81b9098 chore(master): release 9.1.0 (#1041)
  • ad3f799 feat: introduce more granular event listeners (#1040)
  • 3c29153 chore(master): release 9.0.0 (#1038)
  • 4e463d3 feat(android)!: remove deprecated positiveButtonLabel, negativeButtonLabel, n...
  • 2577e71 fix(android): material date picker off by one day (#1031)
  • 8b1e62e chore: migrate ci to gh actions, bump dependencies (#1037)
  • 5cf9b34 chore(master): release 8.6.0 (#1032)
  • 8dc498d feat(android): date picker startOnYearSelection (#1004)
  • b7d7a56 chore(master): release 8.5.1 (#1027)
  • 48e89d2 fix(ios): internal picker state persisting with recycling (#1026)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-native-community/datetimepicker since your current version.


Updates @react-navigation/bottom-tabs from 6.6.1 to 7.17.2

Release notes

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

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

7.17.0 (2026-06-07)

Bug Fixes

Features

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

7.16.2 (2026-05-25)

Bug Fixes

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

7.16.0 (2026-05-11)

Bug Fixes

Features

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

7.15.11 (2026-04-29)

Bug Fixes

Changelog

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

7.17.2 (2026-06-09)

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

7.17.1 (2026-06-08)

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

7.17.0 (2026-06-07)

Bug Fixes

Features

7.16.2 (2026-05-25)

Bug Fixes

7.16.1 (2026-05-14)

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

7.16.0 (2026-05-11)

Bug Fixes

Features

7.15.13 (2026-05-08)

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

7.15.12 (2026-05-07)

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

7.15.11 (2026-04-29)

Bug Fixes

... (truncated)

Commits

Updates @react-navigation/native from 6.1.18 to 7.3.0

Release notes

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

@​react-navigation/native@​7.3.0

7.3.0 (2026-06-08)

Features

@​react-navigation/native@​7.2.6

7.2.6 (2026-06-07)

Bug Fixes

@​react-navigation/native@​7.2.4

7.2.4 (2026-05-08)

Bug Fixes

@​react-navigation/native@​7.2.0

7.2.0 (2026-03-23)

Features

  • support wrapping static config in a component (57a622c) - by @
Changelog

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

7.3.0 (2026-06-08)

Features

7.2.6 (2026-06-07)

Bug Fixes

7.2.5 (2026-05-25)

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

7.2.4 (2026-05-08)

Bug Fixes

7.2.3 (2026-05-07)

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

7.2.2 (2026-03-28)

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

7.2.1 (2026-03-26)

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

7.2.0 (2026-03-23)

Features

  • support wrapping static config in a component (57a622c) - by @

7.1.34 (2026-03-19)

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

7.1.33 (2026-03-03)

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

... (truncated)

Commits
  • dd325d6 chore: publish
  • 8ac4d5e chore: upgrade bob
  • 1c26703 feat: add standard navigation compatibility (#13122)
  • 7347d36 chore: upgrade bob
  • a103913 chore: publish
  • 301b3a1 fix: add a workaround for false positive with multiple linking error
  • d15d353 refactor: drop internal use of UnhandledLinkingContext
  • b89bba2 chore: publish
  • 01ae31e chore: publish
  • 680a3eb fix: fix linking prefix matching host with additional characters
  • Additional commits viewable in compare view

Updates @react-navigation/native-stack from 6.11.0 to 7.17.2

Release notes

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

@​react-navigation/native-stack@​7.17.0

7.17.0 (2026-06-07)

Features

@​react-navigation/native-stack@​7.16.0

7.16.0 (2026-05-25)

Features

@​react-navigation/native-stack@​7.15.0

7.15.0 (2026-05-11)

Bug Fixes

Features

@​react-navigation/native-stack@​7.14.12

7.14.12 (2026-04-24)

Bug Fixes

  • preserve accessibility on android when header transparent is true (#13075) (96130d4), closes #13043 - by @

@​react-navigation/native-stack@​7.14.11

7.14.11 (2026-04-13)

Bug Fixes

  • use explicit headerTintColor for header title if provided (646390d), closes #13070 - by @

@​react-navigation/native-stack@​7.14.8

7.14.8 (2026-03-25)

Bug Fixes

... (truncated)

Changelog

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

7.17.2 (2026-06-09)

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

7.17.1 (2026-06-08)

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

7.17.0 (2026-06-07)

Features

7.16.0 (2026-05-25)

Features

7.15.1 (2026-05-14)

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

7.15.0 (2026-05-11)

Bug Fixes

Features

7.14.14 (2026-05-08)

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

7.14.13 (2026-05-07)

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

7.14.12 (2026-04-24)

Bug Fixes

  • preserve accessibility on android when header transparent is true (#13075) (96130d4), closes #13043 - by @

7.14.11 (2026-04-13)

... (truncated)

Commits

Updates expo from 50.0.21 to 56.0.9

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

56.0.0 — 2026-06-01

🛠 Breaking changes

  • unimodules-app-loader
  • expo-web-browser
  • expo-video-thumbnails
  • expo-task-manager
  • expo-store-review
  • expo-speech
  • expo-sqlite
  • expo-sms
  • expo-sharing
  • expo-secure-store
  • expo-sensors
  • expo-screen-capture
  • expo-screen-orientation
  • expo-print
  • expo-network
  • expo-notifications

... (truncated)

Commits

Updates expo-status-bar from 1.11.1 to 56.0.4

Changelog

Sourced from expo-status-bar's changelog.

56.0.4 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.3 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.2 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.1 — 2026-05-05

This version does not introduce any user-facing changes.

56.0.0 — 2026-05-05

🛠 Breaking changes

  • Removed setStatusBarBackgroundColor, setStatusBarNetworkActivityIndicatorVisible, setStatusBarTranslucent functions and backgroundColor, networkActivityIndicatorVisible, translucent props from StatusBarProps. (#44196 by @​zoontek)

🎉 New features

💡 Others

  • Removed androidStatusBar config overwrite (for Expo Go sync). (#44469 by @​zoontek)
  • Moved setStatusBarStyle and setStatusBarHidden to StatusBar.setStyle and StatusBar.setHidden static methods. The old named exports are still available but deprecated. (#44172 by @​zoontek)
  • Removed react-native-is-edge-to-edge dependency. (#44196 by @​zoontek)

55.0.6 - 2026-05-05

This version does not introduce any user-facing changes.

55.0.5 - 2026-04-02

This version does not introduce any user-facing changes.

55.0.4 — 2026-02-25

💡 Others

  • Deprecated and turned into no-ops the backgroundColor, networkActivityIndicatorVisible and translucent StatusBar props, as well as the setStatusBarBackgroundColor, setStatusBarNetworkActivityIndicatorVisible and setStatusBarTranslucent functions. (#43276 by @​zoontek)

55.0.3 — 2026-02-16

This version does not introduce any user-facing changes.

... (truncated)

Commits
Maintainer changes

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


Updates react from 18.2.0 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

  • Fixed mis...

    Description has been truncated

…ates

Bumps the production-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@expo/metro-runtime](https://github.com/expo/expo) | `3.1.3` | `56.0.14` |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `1.21.0` | `3.1.1` |
| [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | `7.6.2` | `9.1.0` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `6.6.1` | `7.17.2` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `6.1.18` | `7.3.0` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `6.11.0` | `7.17.2` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `50.0.21` | `56.0.9` |
| [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) | `1.11.1` | `56.0.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `19.2.7` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.85.3` | `0.86.0` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `4.8.2` | `5.8.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `3.29.0` | `4.25.2` |
| [react-native-web](https://github.com/necolas/react-native-web) | `0.19.13` | `0.21.2` |
| [zustand](https://github.com/pmndrs/zustand) | `4.5.7` | `5.0.14` |


Updates `@expo/metro-runtime` from 3.1.3 to 56.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits)

Updates `@react-native-async-storage/async-storage` from 1.21.0 to 3.1.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage)

Updates `@react-native-community/datetimepicker` from 7.6.2 to 9.1.0
- [Release notes](https://github.com/react-native-datetimepicker/datetimepicker/releases)
- [Changelog](https://github.com/react-native-datetimepicker/datetimepicker/blob/master/CHANGELOG.md)
- [Commits](react-native-datetimepicker/datetimepicker@v7.6.2...v9.1.0)

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

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

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

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

Updates `expo-status-bar` from 1.11.1 to 56.0.4
- [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 `react` from 18.2.0 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

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

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

Updates `react-native-safe-area-context` from 4.8.2 to 5.8.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v4.8.2...v5.8.0)

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

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

Updates `zustand` from 4.5.7 to 5.0.14
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@4.5.7...v5.0.14)

---
updated-dependencies:
- dependency-name: "@expo/metro-runtime"
  dependency-version: 56.0.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-native-community/datetimepicker"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.17.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.17.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: expo
  dependency-version: 56.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: expo-status-bar
  dependency-version: 56.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native
  dependency-version: 0.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.25.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-web
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: zustand
  dependency-version: 5.0.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-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 Jun 10, 2026
@dependabot dependabot Bot requested a review from badhope as a code owner June 10, 2026 09:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
badhope added a commit that referenced this pull request Jun 10, 2026
…s group (#9)

Manually resolved by overlaying PR #9's changes onto main.
This PR could not be auto-merged due to lockfile conflicts; the
PR's package.json + lockfile versions have been applied directly.
@badhope

badhope commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Manually resolved in commit d4bb237c02. The PR's changes were applied to main directly to bypass the lockfile merge conflict. Closing this PR.

@badhope badhope closed this Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-aa89ff2ac3 branch June 10, 2026 09:32
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