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 the minor-and-patch-version-updates group in /example with 3 updates #90

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the minor-and-patch-version-updates group in /example with 3 updates: expo, react-native and react-native-webview.

Updates expo from 52.0.11 to 52.0.23

Changelog

Sourced from expo's changelog.

52.0.23 - 2024-12-24

This version does not introduce any user-facing changes.

52.0.22 - 2024-12-24

This version does not introduce any user-facing changes.

52.0.21 - 2024-12-19

This version does not introduce any user-facing changes.

52.0.20 - 2024-12-19

This version does not introduce any user-facing changes.

52.0.19 - 2024-12-16

🎉 New features

🐛 Bug fixes

  • Fix sending a blob as fetch body not setting correct content-type. (#33405 by @​aleqsio)
  • Use nullish assignment operator to assign entries in FormData. (#33445 by @​j-piasecki)
  • Fixed streaming requests with AbortController doesn't work on expo/fetch. (#33577 by @​kudo)
  • Fixed expo/fetch streaming request does not complete. (#33756 by @​kudo)

52.0.18 - 2024-12-10

This version does not introduce any user-facing changes.

52.0.17 - 2024-12-05

This version does not introduce any user-facing changes.

52.0.16 - 2024-12-05

This version does not introduce any user-facing changes.

52.0.15 - 2024-12-05

This version does not introduce any user-facing changes.

52.0.14 - 2024-12-02

🐛 Bug fixes

... (truncated)

Commits

Updates react-native from 0.76.3 to 0.76.5

Release notes

Sourced from react-native's releases.

0.76.5

v0.76.5

Fixed

Android specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.76.4

v0.76.4

Added

Android specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.76.5

Fixed

Android specific

v0.76.4

Added

Android specific

Commits
  • f8654f9 Release 0.76.5
  • fcbcf80 [RN][Codegen] Better support filtering out non linked platforms (#48183)
  • 93e9d57 [LOCAL] Use legacy ReactFeatureFlags for 0.76
  • 08976e4 automaticallyAdjustKeyboardInsets not shifting scrollview content (#46732)
  • 94e2b5b Revert "Include autolinkin.h in OnLoad.cpp only if it exists (#47875)"
  • e0374f2 Fabric: Post RCTInstanceDidLoadBundle notification after bundle loaded (#48082)
  • d1ce8fa Fix crash on HeadlessJsTaskService on old architecture (#48124)
  • d105c2c Fabric: Fixes insets not adjust when keyboard disappear (#47924)
  • 30f208e Release 0.76.4
  • bb29d37 [LOCAL] Fix linter formatting issue
  • Additional commits viewable in compare view

Updates react-native-webview from 13.12.4 to 13.12.5

Release notes

Sourced from react-native-webview's releases.

v13.12.5

13.12.5 (2024-12-03)

Hey all, a little bit of context, I've been super busy with work these past months, and had less time to review webview stuff. The original PR was not merged by me but by another maintainer that did not measure the impact of the change. Thank y'all for pushing on those issues and PR, you are the best. I should have been more alert to the notifications still.

Regarding more general initialization issues: new arch introduced quite a few subtle changes and I wanted to rewrite a lot of things and drop support for old arch. I want to support preloading, keeping instances alive and more, but that takes time. In the meantime thanks for the help keeping it as functional as possible!

Bug Fixes

Commits
  • 4733fe7 chore(release): 13.12.5 [skip ci]
  • fcbe0a5 fix(iOS): revert (e8f3c0e) preload WebView on initial render in background ta...
  • See full diff in compare view

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 minor-and-patch-version-updates group in /example with 3 updates: [expo](https://github.com/expo/expo/tree/HEAD/packages/expo), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) and [react-native-webview](https://github.com/react-native-webview/react-native-webview).


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

Updates `react-native` from 0.76.3 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/react-native)

Updates `react-native-webview` from 13.12.4 to 13.12.5
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v13.12.4...v13.12.5)

---
updated-dependencies:
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
...

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 Jan 1, 2025
@mroloux mroloux merged commit ae9619e into master Jan 2, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/example/minor-and-patch-version-updates-7a2b9f3791 branch January 2, 2025 08:25
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
Development

Successfully merging this pull request may close these issues.

1 participant