hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
257 stars 132 forks source link

Bump expo from 49.0.21 to 50.0.15 in /examples/react-native-example #2247

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps expo from 49.0.21 to 50.0.15.

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fixed breaking changes from React-Native 0.74. (#26357 by @​kudo)
  • Fixed breaking changes from React Native 0.75. (#27773 by @​kudo)
  • Added ReactNativeHost.getJSBundleFile() support for bridgeless mode. (#27804 by @​kudo)
  • Fixed NoSuchMethodException on getReactHost when R8 is enabled on Android. (#27964 by @​kudo)

💡 Others

  • Use typeof window checks for removing server code. (#27514 by @​EvanBacon)
  • [expo-updates] Migrate to requireNativeModule/requireOptionalNativeModule. (#25648 by @​wschurman)
  • Remove implicit dependency on expo-updates to do runtime version check at runtime. (#26080 by @​wschurman)
  • [Android] Added bridgeless support on ReactNativeHostHandler. (#27629 by @​kudo)
  • [Android] Added ReactNativeHostHandler.onReactInstanceException() for expo-updates to handle exceptions on bridgeless mode. (#27815 by @​kudo)
  • Removed deprecated backward compatible Gradle settings. (#28083 by @​kudo)

50.0.14 - 2024-03-20

🐛 Bug fixes

  • Fixed multiple WebSocket connections created on Web when an app containing multiple dev tools plugins. (#27702 by @​kudo)
  • Fixed "Error : Unable to send message in a disconnected state." in dev tools plugins from fast refresh. (#27704 by @​kudo)

📚 3rd party library updates

50.0.13 - 2024-03-13

This version does not introduce any user-facing changes.

50.0.11 - 2024-03-07

This version does not introduce any user-facing changes.

50.0.10 - 2024-03-07

This version does not introduce any user-facing changes.

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.54%. Comparing base (5467a47) to head (aeaeae9).

:exclamation: Current head aeaeae9 differs from pull request most recent head 0b438cd. Consider uploading reports for the commit 0b438cd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2247 +/- ## ========================================== - Coverage 84.48% 74.54% -9.94% ========================================== Files 305 266 -39 Lines 76285 66766 -9519 ========================================== - Hits 64448 49773 -14675 - Misses 11837 16993 +5156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 5 months ago

Superseded by #2284.