Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps expo-image-picker from 14.7.1 to 17.0.7.

Changelog

Sourced from expo-image-picker's changelog.

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

  • Prevent external applications from accessing the CropImageActivity (#37223 by @​aladine)
  • [Web] Corrected camera capture attributes on web where front camera was using 'environment' and back camera was using 'user'. Reversed the values to ensure proper camera selection. (#37447 by @​hirbod)
  • [ios]: Enhance image reading logic to prioritize cropped images and improve orientation handling (#37846 by @​hirbod)
  • [android] Adjust video metadata extraction to account for rotation (#37849 by @​hirbod)

... (truncated)

Commits
Maintainer changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) from 14.7.1 to 17.0.7.
- [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)

---
updated-dependencies:
- dependency-name: expo-image-picker
  dependency-version: 17.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Sep 10, 2025
Copy link

coderabbitai bot commented Sep 10, 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.

This was referenced Sep 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2025

Superseded by #18374.

@dependabot dependabot bot closed this Sep 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/expo-image-picker-17.0.7 branch September 17, 2025 21:13
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.

0 participants