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 node-fetch, react-native and react-navigation in /Example #4

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

Conversation

dependabot[bot]
Copy link

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

Bumps node-fetch to 2.7.0 and updates ancestor dependencies node-fetch, react-native and react-navigation. These dependencies need to be updated together.

Updates node-fetch from 1.7.3 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates react-native from 0.58.6 to 0.76.1

Release notes

Sourced from react-native's releases.

0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

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.0

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.60)

This file contains all changelogs for releases in the pre-0.60 range. Please check out the other CHANGELOG-*.md files for newer versions.

v0.59.10

This is likely the last patch release for version 59 of React Native for the foreseeable future: it contains an important Android side update for the JavaScript Core, to prevent a great number of crashes mostly related to Samsung devices - thanks to @​Kudo for his work on fixing this via 557989a86f!

Thanks everyone who participated in the discussion.

v0.59.9

This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling.

Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

  • If isInteraction is not specified in the config, it would always default to true which would block interactions like VirtualizedList updates. This is generally not what you want with useNativeDriver since the animation won't be interrupted by JS. If something does end up interfering with an animation and causes frame drops, isInteraction can be set manually. (8f186b84ae by @​sahrens)

  • Update detox to match master (c6a5c09e2b by @​kelset)

Android specific

Fixed

Android specific

iOS specific

v0.59.8

This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points (in particular, check the KeyboardAvoidingView change). Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

Fixed

... (truncated)

Commits
  • b048659 Release 0.76.1
  • 980f4b4 fix: AppRegistry not callable from Native in bridgeless (#46480)
  • 621d4ee Fixes regression of RCTWindowFrameDidChangeNotification not fired (#47236)
  • defc0c8 Fix animating background colors in View (#47101)
  • e56bd89 Add jsBundleFile to DefaultReactNativeHost.kt (#47188)
  • 807500a Exclude generation of app-defined components from RCTThirdPartyFabricComponen...
  • bea4535 Let .xcode.env.local NODE_BINARY handle path spaces
  • 2e10ba9 Release 0.76.0
  • 9f9e1a4 Release 0.76.0-rc.6
  • c967dea Revert "Fix Android AlertFragment Title Accessibility (#45395)"
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.


Updates react-navigation from 3.3.2 to 3.13.0

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.7.0 and updates ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) and [react-navigation](https://github.com/react-navigation/react-navigation). These dependencies need to be updated together.


Updates `node-fetch` from 1.7.3 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@1.7.3...v2.7.0)

Updates `react-native` from 0.58.6 to 0.76.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-060.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.1/packages/react-native)

Updates `react-navigation` from 3.3.2 to 3.13.0
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Commits](react-navigation/react-navigation@3.3.2...v3.13.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: react-native
  dependency-type: direct:production
- dependency-name: react-navigation
  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 Nov 13, 2024
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