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): update dependency react-native to v0.76.0 #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) 0.55.4 -> 0.76.0 age adoption passing confidence

Release Notes

facebook/react-native (react-native)

v0.76.0

Compare Source

v0.75.4: 0.75.4

Compare Source

Fixed
Android specific
iOS 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.

v0.75.3: 0.75.3

Compare Source

Changed
Fixed
Android specific
iOS 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.

v0.75.2

Compare Source

v0.75.1

Compare Source

v0.75.0

Compare Source

v0.74.6: 0.74.6

Compare Source

Added
Android specific
  • [0.74] Add support for handling com.facebook.react.bridge.Dynamic as parameter for TurboModules (a9588f3718 by @​cortinico)
Changed
Fixed

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.

v0.74.5

Compare Source

v0.74.4: 0.74.4

Compare Source

Added
Android specific
iOS specific
Fixed
iOS 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.

v0.74.3: 0.74.3

Compare Source

Added
  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @​Kudo)
Changed
iOS specific
Fixed
  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @​dmytrorykun)
Android specific
iOS 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.

v0.74.2: 0.74.2

Compare Source

Changed
Fixed
Android specific
iOS specific
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by @​renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by @​robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by @​robinshin)

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.

v0.74.1

Compare Source

v0.74.0: 0.74.0

Compare Source

0.74 stable is out!

This release includes over 1673 commits from 57 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.


To help you upgrade to this version, you can use the upgrade helper ⚛️


Hermes dSYMS:


You can find the whole changelog history in the changelog.md file.

v0.73.10: 0.73.10

Compare Source

Removed
Android specific
Fixed
Android specific
iOS 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 ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.9

Compare Source

v0.73.8: 0.73.8

Compare Source

Added
iOS specific
  • Added privacy manifest to template (520d120375 by @​philIip) (fixed to include the file in the build)
Changed
  • Update Hermes version (1d0cbfd01b by @​Titozzz)
    • removed Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now
    • fixed experimental debugger object logging
Fixed
iOS specific

To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.7

Compare Source

v0.73.6: 0.73.6

Compare Source

v0.73.6

Breaking
iOS specific
Fixed
iOS 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 ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.5: 0.73.5

Compare Source

Changelog

Security
Changed
Fixed

How to Test

Generate a new project:

npx react-native@next init RN0735RC1 --version 0.73.5

  • To help you upgrade to this version, you can use the upgrade helper ⚛️

  • See changes from this release in the changelog

Hermes dSYMS:


Help us testing 🧪

If you experience a regression, please file an Upgrade issue and file a pick request in the appropriate discussion: https://github.com/reactwg/react-native-releases/discussions/

v0.73.4: 0.73.4

Compare Source

v0.73.4

Fixed
Android
  • Ignore the one-time NullPointerException and print error log (ca9b6b5038)
iOS

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.3: 0.73.3

Compare Source

Fixed
Added
iOS specific
Changed
Android specific
  • Call super.onRequestPermissionsResult in ReactActivity's onRequestPermissionsResult() (96ed1190c6 by @​LimAlbert)
iOS specific
Fixed
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.2: 0.73.2

Compare Source

Added
  • Unhandled promise rejection - attach non-standard Error object stack info if possible (655b12dbfa by @​ospfranco)
Changed
iOS specific
Fixed
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.73.1: 0.73.1

Compare Source

Added
  • Add enableNetworkInspector experiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @​byCedric)
Changed
Fixed
Android specific
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.73.0: 0.73.0

Compare Source

0.73 stable is out!

This release includes over 2259 commits from 68 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.


You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.17: 0.72.17

Compare Source

Fixed
iOS specific

Hermes dSYMS:


0.72 is now out of the support window. Please migrate to 0.75.


You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.15: 0.72.15

Compare Source

Added
iOS specific
Fixed
iOS specific
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key. (fc4e099920 by @​renchap)

You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.14

Compare Source

v0.72.13: 0.72.13

Compare Source

v0.72.13

Added
iOS specific
Fixed
Android specific

You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.12: 0.72.12

Compare Source

v0.72.12
Changed
iOS specific
Fixed

You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.11: 0.72.11

Compare Source

Changed
iOS specific
Fixed
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.72.10: 0.72.10

Compare Source

Added
  • Unhandled promise rejection - attach non-standard Error object stack info if possible (655b12dbfa by @​ospfranco)
Fixed

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.72.9: 0.72.9

Compare Source

Fixed

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the CHANGELOG.md file.

v0.72.8: 0.72.8

Compare Source

Fixed

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.7: 0.72.7

Compare Source

Changed
Fixed
Android specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.6: 0.72.6

Compare Source

Fixed
  • Fix a potential bug in EventEmitter when used with certain Babel configurations that incorrectly polyfill the spread operator for iterables (9b3bd63723 by @​yungsters)
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

v0.72.5: 0.72.5

Compare Source

Changed
Fixed
Android specific
iOS specific

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3b97298 to 8d41a15 Compare April 3, 2020 15:28
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.62.0 chore(deps): update dependency react-native to v0.62.1 Apr 3, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 8d41a15 to 657acef Compare April 8, 2020 17:11
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.62.1 chore(deps): update dependency react-native to v0.62.2 Apr 8, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 657acef to 6a42a1b Compare May 12, 2020 10:38
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 6a42a1b to 7b69e37 Compare July 8, 2020 18:36
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.62.2 chore(deps): update dependency react-native to v0.63.0 Jul 8, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 7b69e37 to c80593c Compare August 27, 2020 09:02
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.63.0 chore(deps): update dependency react-native to v0.63.2 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from c80593c to 2db698d Compare October 28, 2020 13:00
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.63.2 chore(deps): update dependency react-native to v0.63.3 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2db698d to 1487531 Compare December 9, 2020 04:56
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.63.3 chore(deps): update dependency react-native to v0.63.4 Dec 9, 2020
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1487531 to a33bae8 Compare April 26, 2021 16:23
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.63.4 chore(deps): update dependency react-native to v0.64.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a33bae8 to 5742eb4 Compare May 9, 2021 21:57
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.64.0 chore(deps): update dependency react-native to v0.64.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 5742eb4 to a4a364b Compare June 6, 2021 21:06
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.64.1 chore(deps): update dependency react-native to v0.64.2 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from a4a364b to 907c184 Compare October 20, 2021 06:39
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.64.2 chore(deps): update dependency react-native to v0.66.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 907c184 to bc181b4 Compare March 7, 2022 10:42
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.66.1 chore(deps): update dependency react-native to v0.67.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from bc181b4 to 903cec9 Compare March 26, 2022 15:25
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.67.3 chore(deps): update dependency react-native to v0.67.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 903cec9 to 593854d Compare April 25, 2022 02:39
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.67.4 chore(deps): update dependency react-native to v0.68.1 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 593854d to 56e748d Compare May 16, 2022 00:59
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.68.1 chore(deps): update dependency react-native to v0.68.2 May 16, 2022
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 56e748d to be3fd92 Compare June 23, 2022 23:18
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.4 chore(deps): update dependency react-native to v0.73.5 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 2351167 to 15a9d47 Compare March 11, 2024 13:59
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.5 chore(deps): update dependency react-native to v0.73.6 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 15a9d47 to bc6871b Compare April 18, 2024 18:07
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.6 chore(deps): update dependency react-native to v0.73.7 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from bc6871b to 6b0601a Compare April 22, 2024 17:20
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.73.7 chore(deps): update dependency react-native to v0.74.0 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 6b0601a to b0c010d Compare May 2, 2024 21:25
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.0 chore(deps): update dependency react-native to v0.74.1 May 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from b0c010d to cf5903a Compare June 4, 2024 19:03
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.1 chore(deps): update dependency react-native to v0.74.2 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from cf5903a to dc2fd1d Compare July 1, 2024 20:29
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.2 chore(deps): update dependency react-native to v0.74.3 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from dc2fd1d to 3149bf9 Compare July 30, 2024 13:22
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.3 chore(deps): update dependency react-native to v0.74.4 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 3149bf9 to 268ef8a Compare August 5, 2024 15:03
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.4 chore(deps): update dependency react-native to v0.74.5 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 268ef8a to 1aa4d11 Compare August 14, 2024 20:33
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.74.5 chore(deps): update dependency react-native to v0.75.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from 1aa4d11 to d042479 Compare August 15, 2024 13:23
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.0 chore(deps): update dependency react-native to v0.75.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from d042479 to 72f4a60 Compare August 20, 2024 14:24
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.1 chore(deps): update dependency react-native to v0.75.2 Aug 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.2 chore(deps): update dependency react-native to v0.75.3 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from f1e8443 to fe0c8f6 Compare October 2, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.3 chore(deps): update dependency react-native to v0.75.4 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/react-native-0.x branch from fe0c8f6 to c1e9e01 Compare October 23, 2024 17:28
@renovate renovate bot changed the title chore(deps): update dependency react-native to v0.75.4 chore(deps): update dependency react-native to v0.76.0 Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants