Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump expo-image-picker from 10.2.3 to 13.1.1 #11786

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps expo-image-picker from 10.2.3 to 13.1.1.

Changelog

Sourced from expo-image-picker's changelog.

13.1.1 — 2022-04-27

This version does not introduce any user-facing changes.

13.1.0 — 2022-04-25

🎉 New features

13.0.1 — 2022-04-20

This version does not introduce any user-facing changes.

13.0.0 — 2022-04-18

🛠 Breaking changes

🎉 New features

  • Native module on iOS is now written in Swift using the new API. (#15977 by @​bbarthec)

🐛 Bug fixes

  • Fixed crashes on Android after image is picked by adding missing dependency expo-image-loader. (#17019 by @​M1ST4KE)
  • Fix failure on Android when allowsEditing is true and non-jpeg file picked. (#16615 by @​mnightingale)

⚠ Notices

  • Deleted the UIImagePickerPresentationStyle.BlurOverFullScreen option as it does not work on iOS. (#16925 by @​barthap)
  • Deprecated all PascalCase values of the UIImagePickerPresentationStyle enum. Use their SNAKE_UPPERCASE counterparts instead. (#16925 by @​barthap)
  • Underlying values of the UIImagePickerPresentationStyle are now strings. They were integers before. (#16925 by @​barthap)

💡 Others

⚠️ Notices

  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#16941 by @​bbarthec)

12.0.2 - 2022-02-01

🐛 Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @​kudo)

... (truncated)

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@taro-bot2
Copy link

taro-bot2 bot commented May 9, 2022

欢迎提交 PR~ Taro 非常感谢您对开源事业做出的贡献!🌷🌷🌷

一般 PR 会在一到两周内进行 review,成功合入后会随下一个版本进行发布。

Review 需要耗费大量时间,所以请遵循以下规范,协助我们提高 review 效率🙏🙏🙏

  1. 详细介绍 PR 的背景(非常重要,例如解决了什么问题,该问题如何复现等)
  2. 确保 CI 顺利运行。
  3. 最好能提供对应的测试用例。

为了更好地进行沟通,请加入 Taro 开发者微信群:

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 3289207 to 556eb46 Compare May 10, 2022 03:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 556eb46 to 1a5f5fb Compare May 23, 2022 07:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 1a5f5fb to 61a26fb Compare June 2, 2022 11:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 61a26fb to ba99360 Compare June 8, 2022 06:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from ba99360 to 6ffaa69 Compare June 15, 2022 04:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 6ffaa69 to ff9c7ae Compare June 30, 2022 06:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from ff9c7ae to 3a83fa1 Compare July 8, 2022 07:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from 3a83fa1 to bfaadb6 Compare July 22, 2022 08:00
Bumps [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) from 10.2.3 to 13.1.1.
- [Release notes](https://github.com/expo/expo/releases)
- [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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch from bfaadb6 to 062d1e2 Compare July 22, 2022 08:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2022

Looks like expo-image-picker is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/expo-image-picker-13.1.1 branch July 26, 2022 11:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants