Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the expo group with 4 updates in the /frontend directory: @expo/metro-runtime, expo, expo-image-picker and expo-status-bar.

Updates @expo/metro-runtime from 5.0.4 to 6.1.2

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

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 from 53.0.20 to 54.0.10

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Bump to @expo/metro@~54.0.0 fixing metro-runtime resolution error when unstable_enablePackageExports is forcefully disabled (#39800 by @​kitten)

💡 Others

  • Updated expo/tsconfig.base to resolve exclude paths relative to the extending tsconfig (#39816 by @​kraenhansen)

54.0.8 — 2025-09-16

🐛 Bug fixes

  • Remove overlapping properties that were defined upstream from react-native-web.d.ts (#39710 by @​kitten)

54.0.7 — 2025-09-13

This version does not introduce any user-facing changes.

54.0.6 — 2025-09-13

This version does not introduce any user-facing changes.

54.0.5 — 2025-09-12

🐛 Bug fixes

  • Use $$EXPO_INITIAL_PROPS to determine if running inside a dom component. (#39590 by @​EvanBacon)

54.0.4 — 2025-09-12

This version does not introduce any user-facing changes.

54.0.3 — 2025-09-12

🛠 Breaking changes

  • [iOS] appended removal info (SDK-55) to the deprecation message of the EXAppDelegateWrapper interface. (#39574 by @​chrfalch)

... (truncated)

Commits

Updates expo-image-picker from 16.1.4 to 17.0.8

Changelog

Sourced from expo-image-picker's changelog.

17.0.8 — 2025-09-11

This version does not introduce any user-facing changes.

17.0.7 — 2025-09-08

🐛 Bug fixes

  • [ios] Avoid transcoding for .avif and .tiff like it works for .heic. This keeps the asset in its original container/codec (e.g. TIFF 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.(#39398 by @​chocky335)

17.0.6 — 2025-09-02

This version does not introduce any user-facing changes.

17.0.5 — 2025-08-28

🐛 Bug fixes

  • [iOS] Fix wrong dimensions reported for portrait images (#39230 by @​hirbod)

17.0.4 — 2025-08-27

This version does not introduce any user-facing changes.

17.0.3 — 2025-08-25

This version does not introduce any user-facing changes.

17.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

17.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

17.0.0 — 2025-08-13

🛠 Breaking changes

  • [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)

🎉 New features

  • [android] Introduce customizable cropping UI with light and dark theme support (#37573 by @​hirbod)
  • [android] Add new shape option to customize the shape of the crop zone (#38148) by @​janicduplessis

🐛 Bug fixes

... (truncated)

Commits
Maintainer changes

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


Updates expo-status-bar from 2.2.3 to 3.0.8

Changelog

Sourced from expo-status-bar's changelog.

3.0.8 — 2025-09-11

This version does not introduce any user-facing changes.

3.0.7 — 2025-09-02

This version does not introduce any user-facing changes.

3.0.6 — 2025-08-31

This version does not introduce any user-facing changes.

3.0.5 — 2025-08-27

This version does not introduce any user-facing changes.

3.0.4 — 2025-08-25

This version does not introduce any user-facing changes.

3.0.3 — 2025-08-18

This version does not introduce any user-facing changes.

3.0.2 — 2025-08-16

This version does not introduce any user-facing changes.

3.0.1 — 2025-08-15

This version does not introduce any user-facing changes.

3.0.0 — 2025-08-13

💡 Others

Commits
Maintainer changes

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


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@dependabot dependabot bot requested a review from vrajpatelll as a code owner September 23, 2025 09:08
@dependabot dependabot bot added dependencies for dependabot frontend javascript for dependabot labels Sep 23, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 23, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps the expo group with 4 updates in the /frontend directory: [@expo/metro-runtime](https://github.com/expo/expo), [expo](https://github.com/expo/expo/tree/HEAD/packages/expo), [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) and [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar).


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

Updates `expo` from 53.0.20 to 54.0.10
- [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-picker` from 16.1.4 to 17.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image-picker/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image-picker)

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)

---
updated-dependencies:
- dependency-name: "@expo/metro-runtime"
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo
  dependency-version: 54.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-image-picker
  dependency-version: 17.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-status-bar
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/expo-794c65108a branch from 78b9c78 to fe360ad Compare September 30, 2025 09:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

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

@dependabot dependabot bot closed this Dec 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/expo-794c65108a branch December 2, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies for dependabot frontend javascript for dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants