Skip to content

Bump xmldom, expo-file-system and expo-location #20

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Removes xmldom. It's no longer used after updating ancestor dependencies xmldom, expo-file-system and expo-location. These dependencies need to be updated together.

Removes xmldom

Updates expo-file-system from 11.0.2 to 11.1.3

Changelog

Sourced from expo-file-system's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

  • Extract nested object definitions to the separate types, which adds: DeletingOptions, InfoOptions, RelocatingOptions and MakeDirectoryOptions types. (#20103 by @​Simek)
  • Simplify the way in which types are exported from the package. (#20103 by @​Simek)

15.1.1 — 2022-10-28

This version does not introduce any user-facing changes.

15.1.0 — 2022-10-25

🎉 New features

  • Added DirectoriesModule to expo-file-system on Android as a temporary solution to fix cache directories being incorrect in new Sweet API modules. (#19205 by @​aleqsio)

15.0.0 — 2022-10-06

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

14.1.0 — 2022-07-07

This version does not introduce any user-facing changes.

14.0.0 — 2022-04-18

🛠 Breaking changes

  • Remove okhttp and okio backward compatible workaround and drop react-native 0.64 support. (#16446 by @​kudo)

🐛 Bug fixes

  • Fixed failing download on Android when using createDownloadResumable(), because of an invalid Range header. (#15934 by @​johanpoirier)
  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @​kudo)

... (truncated)

Commits

Updates expo-location from 12.0.4 to 12.1.3

Changelog

Sourced from expo-location's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

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

... (truncated)

Commits
Maintainer changes

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


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.

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependencies [xmldom](https://github.com/xmldom/xmldom), [expo-file-system](https://github.com/expo/expo/tree/HEAD/packages/expo-file-system) and [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location). These dependencies need to be updated together.


Removes `xmldom`

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

Updates `expo-location` from 12.0.4 to 12.1.3
- [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)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: expo-file-system
  dependency-type: direct:production
- dependency-name: expo-location
  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 Jan 12, 2023
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