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 the expo group across 1 directory with 6 updates #2541

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the expo group with 6 updates in the /native directory:

Package From To
@expo/metro-runtime 4.0.0-preview.0 4.0.0
expo 52.0.0-preview.18 52.0.4
expo-dev-client 5.0.0-preview.6 5.0.1
expo-image 2.0.0-preview.1 2.0.0
expo-splash-screen 0.29.1 0.29.7
expo-sqlite 14.0.6 15.0.3

Updates @expo/metro-runtime from 4.0.0-preview.0 to 4.0.0

Commits

Updates expo from 52.0.0-preview.18 to 52.0.4

Changelog

Sourced from expo's changelog.

52.0.4 — 2024-11-13

This version does not introduce any user-facing changes.

52.0.3 — 2024-11-12

This version does not introduce any user-facing changes.

52.0.2 — 2024-11-11

This version does not introduce any user-facing changes.

52.0.1 — 2024-11-11

This version does not introduce any user-facing changes.

52.0.0 — 2024-11-10

This version does not introduce any user-facing changes.

52.0.0-preview.23 — 2024-11-07

This version does not introduce any user-facing changes.

52.0.0-preview.22 — 2024-11-07

💡 Others

  • Removed unused process.env.EXPO_BASE_URL injection code for DOM Components webview-wrapper. (#32629 by @​kudo)

52.0.0-preview.21 — 2024-11-06

This version does not introduce any user-facing changes.

52.0.0-preview.20 — 2024-11-05

🎉 New features

  • Change DOM components defaults for contentInsetAdjustmentBehavior and automaticallyAdjustsScrollIndicatorInsets to be automatic on iOS. (#32609 by @​EvanBacon)

💡 Others

52.0.0-preview.19 — 2024-11-04

🎉 New features

... (truncated)

Commits

Updates expo-dev-client from 5.0.0-preview.6 to 5.0.1

Changelog

Sourced from expo-dev-client's changelog.

5.0.1 — 2024-11-12

This version does not introduce any user-facing changes.

5.0.0 — 2024-11-11

This version does not introduce any user-facing changes.

5.0.0-preview.9 — 2024-11-07

This version does not introduce any user-facing changes.

5.0.0-preview.8 — 2024-11-07

🐛 Bug fixes

  • [Android] Fixed mutiple reload when pressing r in CLI on react-native old architecture mode. (#32532 by @​kudo)

5.0.0-preview.7 — 2024-11-05

This version does not introduce any user-facing changes.

Commits

Updates expo-image from 2.0.0-preview.1 to 2.0.0

Changelog

Sourced from expo-image's changelog.

2.0.0 — 2024-11-11

This version does not introduce any user-facing changes.

Commits

Updates expo-splash-screen from 0.29.1 to 0.29.7

Changelog

Sourced from expo-splash-screen's changelog.

0.29.7 — 2024-11-12

This version does not introduce any user-facing changes.

0.29.6 — 2024-11-11

This version does not introduce any user-facing changes.

0.29.5 — 2024-11-10

🐛 Bug fixes

  • [Android] Added guard to prevent null pointer exception when the splashScreen property is referenced without an activity (headless JS) (#32707 by @​chrfalch)

0.29.4 — 2024-11-07

This version does not introduce any user-facing changes.

0.29.3 — 2024-11-06

This version does not introduce any user-facing changes.

0.29.2 — 2024-11-05

💡 Others

Commits

Updates expo-sqlite from 14.0.6 to 15.0.3

Changelog

Sourced from expo-sqlite's changelog.

15.0.3 — 2024-11-12

🐛 Bug fixes

15.0.2 — 2024-11-07

💡 Others

  • Renamed expo-sqlite/async-storage to expo-sqlite/kv-store. (#32699 by @​kudo)

15.0.1 — 2024-10-25

🎉 New features

15.0.0 — 2024-10-22

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Add missing react and react-native peer dependencies for isolated modules. (#30483 by @​byCedric)
  • Fixed build errors on iOS if other third-party libraries building with iOS system SQLite. (#30824 by @​kudo)
  • Fixed build error when using incremental_installation mode in CocoaPods. (#30918 by @​kudo)
  • Fixed prebuild error when app.json doesn't specify any plugin properties for expo-sqlite. (#31672 by @​kudo)
  • Fixed SQLiteDatabase -> pathUtils -> SQLiteDatabase require cycle warning from metro. (#31956 by @​kudo)

💡 Others

  • Removed redundant usage of EventEmitter instance. (#28946 by @​tsapeta)
  • Replaced @testing-library/react-hooks with @testing-library/react-native. (#30742 by @​byCedric)
  • Align web implementation exports as native to support DOM components when using @expo/dom-webview. (#31662 by @​kudo)
  • Deprecated enableCRSQLite and show a warning if using this option. (#32117 by @​kudo)
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 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

Bumps the expo group with 6 updates in the /native directory:

| Package | From | To |
| --- | --- | --- |
| [@expo/metro-runtime](https://github.com/expo/expo) | `4.0.0-preview.0` | `4.0.0` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `52.0.0-preview.18` | `52.0.4` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `5.0.0-preview.6` | `5.0.1` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `2.0.0-preview.1` | `2.0.0` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `0.29.1` | `0.29.7` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `14.0.6` | `15.0.3` |



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

Updates `expo` from 52.0.0-preview.18 to 52.0.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-dev-client` from 5.0.0-preview.6 to 5.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-dev-client/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-image` from 2.0.0-preview.1 to 2.0.0
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image)

Updates `expo-splash-screen` from 0.29.1 to 0.29.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `expo-sqlite` from 14.0.6 to 15.0.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-sqlite/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sqlite)

---
updated-dependencies:
- dependency-name: "@expo/metro-runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-dev-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-splash-screen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/native/expo-0eb23b34ba branch November 14, 2024 04:53
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