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

Bump json5, expo, expo-av, expo-camera, expo-location and expo-task-manager #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2022

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, expo, expo-av, expo-camera, expo-location and expo-task-manager. These dependencies need to be updated together.

Updates json5 from 2.2.1 to 2.2.3

Release notes

Sourced from json5's releases.

v2.2.3

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • Additional commits viewable in compare view

Updates expo from 44.0.6 to 47.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

47.0.0 — 2022-10-28

📚 3rd party library updates

🛠 Breaking changes

  • expo-apple-authentication
    • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @​EvanBacon)
    • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)
  • expo-application
    • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)
  • expo-av

... (truncated)

Commits

Updates expo-av from 10.2.1 to 13.0.2

Changelog

Sourced from expo-av's changelog.

13.0.2 - 2022-11-29

🐛 Bug fixes

  • Fixed error for duplicated META-INF files when building on Android. (#20251 by @​kudo)

13.0.1 — 2022-10-30

🎉 New features

13.0.0 — 2022-10-25

This version does not introduce any user-facing changes.

13.0.0-beta.1 — 2022-10-06

🛠 Breaking changes

  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)

🎉 New features

  • Added support for audio panning on Android (MediaPlayer implementation only) via audioPan prop. (#15530 by @​DominickVale)
  • Added videoStyle prop for Video component. (#18549 by @​alantoa)
  • Native module for video view is now written in Swift using the new API. (#18633 by @​tsapeta)

🐛 Bug fixes

💡 Others

  • [plugin] Migrate import from @​expo/config-plugins to expo/config-plugins and @​expo/config-types to expo/config. (#18855 by @​brentvatne)
  • Drop @expo/config-plugins dependency in favor of peer dependency on expo. (#18595 by @​EvanBacon)
  • Remove unnecessary CocoaPods dependency on ReactCommon and React-runtimeexecutor. (#19067 by @​tsapeta)

📚 3rd party library updates

  • Upgraded ExoPlayer dependencies to 2.18.1 on Android. (#19332 by @​kudo)

12.0.2 — 2022-07-18

🐛 Bug fixes

12.0.1 — 2022-07-16

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by kudochien, a new releaser for expo-av since your current version.


Updates expo-camera from 12.1.2 to 13.1.0

Changelog

Sourced from expo-camera's changelog.

13.1.0 - 2022-11-23

🐛 Bug fixes

💡 Others

  • Use correct type for videoStabilizationMode option. (#20130 by @​simek)

13.0.0 — 2022-10-25

🐛 Bug fixes

13.0.0-beta.1 — 2022-10-06

🛠 Breaking changes

  • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @​EvanBacon)
  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)

🎉 New features

  • On iOS and Android, added new additionalExif parameter to takePictureAsync() method so that users can add extra information to the photos, such as GPS coordinates. (#18469 by @​alexyangjie)
  • Native module for camera view is now written in Swift using the new API. (#18703 by @​tsapeta)

🐛 Bug fixes

  • Fix error when calling takePictureAsync() on Android emulator. (#18704) by @​keith-kurak)
  • Add cornerPoints to onBarCodeScanned on Android. (#19357 by @​igoro00)
  • Fix error where takePictureAsync() saved the photo to a global cache directory that was inaccessible in Expo Go. (#19205 by @​aleqsio)

💡 Others

12.3.0 — 2022-07-07

🐛 Bug fixes

  • On Web prevent the QR worker to be immediately cleaned up after finishing it's job to allow reusing it later (e.g. do not re-download every script upon repetitive worker launch). (#15369 by @​jer-sen and #17833 by @​bbarthec)
  • Fix bug on Android that would only allow you to scan one bar code. (#17655 by @​witheroux)

12.2.0 — 2022-04-18

🎉 New features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukmccall, a new releaser for expo-camera since your current version.


Updates expo-location from 14.0.2 to 15.0.1

Changelog

Sourced from expo-location's changelog.

15.0.1 — 2022-10-28

This version does not introduce any user-facing changes.

15.0.0 — 2022-10-25

🛠 Breaking changes

  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)

🐛 Bug fixes

💡 Others

  • [plugin] Migrate import from @​expo/config-plugins to expo/config-plugins and @​expo/config-types to expo/config. (#18855 by @​brentvatne)
  • Drop @expo/config-plugins dependency in favor of peer dependency on expo. (#18595 by @​EvanBacon)

14.3.0 — 2022-07-07

🐛 Bug fixes

  • Fixed Android 12+ runtime crash caused by PendingIntent misconfiguration. (#17333 by @​kudo)

14.2.1 — 2022-04-20

This version does not introduce any user-facing changes.

14.2.0 — 2022-04-18

🐛 Bug fixes

⚠️ Notices

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

14.1.0 — 2022-01-26

🐛 Bug fixes

  • Allow location to work on Android with only coarse location permission. All apps do not require fine/precise location permission, but in past Expo was enforcing fine/precise even if you only needed coarse level location. (#15760 by @​Noitidart)

Unpublished

🛠 Breaking changes

... (truncated)

Commits

Updates expo-task-manager from 10.1.1 to 11.0.1

Changelog

Sourced from expo-task-manager's changelog.

11.0.1 — 2022-10-28

This version does not introduce any user-facing changes.

11.0.0 — 2022-10-25

🛠 Breaking changes

  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @​tsapeta)

💡 Others

  • [plugin] Migrate import from @​expo/config-plugins to expo/config-plugins and @​expo/config-types to expo/config. (#18855 by @​brentvatne)
  • Drop @expo/config-plugins dependency in favor of peer dependency on expo. (#18595 by @​EvanBacon)

10.3.0 — 2022-07-07

This version does not introduce any user-facing changes.

10.2.1 — 2022-04-25

🐛 Bug fixes

  • Fixed another Android 12+ runtime crash caused by PendingIntent misconfiguration. (#17164 by @​kudo)

10.2.0 — 2022-04-18

🐛 Bug fixes

  • Fixed Android 12+ runtime crash caused by PendingIntent misconfiguration. (#17052 by @​bbarthec)

💡 Others

⚠️ Notices

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

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…anager

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [expo](https://github.com/expo/expo/tree/HEAD/packages/expo), [expo-av](https://github.com/expo/expo/tree/HEAD/packages/expo-av), [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera), [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) and [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager). These dependencies need to be updated together.


Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

Updates `expo` from 44.0.6 to 47.0.9
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-av` from 10.2.1 to 13.0.2
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-av/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-av)

Updates `expo-camera` from 12.1.2 to 13.1.0
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-camera/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-camera)

Updates `expo-location` from 14.0.2 to 15.0.1
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-location/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location)

Updates `expo-task-manager` from 10.1.1 to 11.0.1
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-task-manager/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-task-manager)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: expo
  dependency-type: direct:production
- dependency-name: expo-av
  dependency-type: direct:production
- dependency-name: expo-camera
  dependency-type: direct:production
- dependency-name: expo-location
  dependency-type: direct:production
- dependency-name: expo-task-manager
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2022
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