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.75.3 #18

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

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Mar 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native (source, changelog) ^0.61.5 -> ^0.75.0 age adoption passing confidence
react-native (source, changelog) 0.56.0 -> 0.75.3 age adoption passing confidence
react-native (source, changelog) 0.60.5 -> 0.75.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

facebook/react-native (react-native)

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: 0.75.2

Compare Source

Added
Android specific
  • codegen: Add support for handling com.facebook.react.bridge.Dynamic as parameter for TurboModules (45cd81706d by @​cortinico)
Changed
Android specific
  • ReactRootView: Replaced mLastHeight with mVisibleViewArea.height() since mLastHeight value is not getting updated. For width we are already using mVisibleViewArea.width() (603eb94dd9 by @​shubhamguptadream11)
Removed
iOS specific
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.

v0.75.1: 0.75.1

Compare Source

v0.75.1

Changed

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

Compare Source

0.75 stable is out!

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


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: 0.74.5

Compare Source

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

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: 0.74.1

Compare Source

Added
iOS Specific
Changed
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 ⚛️.


View the whole changelog in the CHANGELOG.md file.

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.9: 0.73.9

Compare Source

Added
iOS specific
Changed
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.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: 0.73.7

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 ⚛️


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

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: 0.72.14

Compare Source

Added
iOS specific
Changed
iOS specific
  • Bumped hermes to remove Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now (ee14572 by @​hurali97)
Fixed
iOS 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.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

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 these updates again.


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

@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.4 chore(deps): update dependency react-native to v0.71.5 Mar 29, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch 2 times, most recently from e41e331 to 6527af2 Compare April 3, 2023 20:22
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.5 chore(deps): update dependency react-native to v0.71.6 Apr 3, 2023
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.6 chore(deps): update dependency react-native to v0.71.7 Apr 19, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 6527af2 to 75e42e9 Compare April 19, 2023 14:58
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 75e42e9 to f95b110 Compare May 10, 2023 14:55
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.7 chore(deps): update dependency react-native to v0.71.8 May 10, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from f95b110 to 5b55808 Compare June 7, 2023 22:44
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.8 chore(deps): update dependency react-native to v0.71.10 Jun 7, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 5b55808 to f2184c7 Compare June 14, 2023 16:37
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.10 chore(deps): update dependency react-native to v0.71.11 Jun 14, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from f2184c7 to c24cf1c Compare June 21, 2023 17:33
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.71.11 chore(deps): update dependency react-native to v0.72.0 Jun 21, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from c24cf1c to c987c8b Compare June 29, 2023 20:07
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.0 chore(deps): update dependency react-native to v0.72.1 Jun 29, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from c987c8b to 1ec338f Compare July 11, 2023 14:09
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.1 chore(deps): update dependency react-native to v0.72.2 Jul 11, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 1ec338f to f0316ea Compare July 12, 2023 18:02
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.2 chore(deps): update dependency react-native to v0.72.3 Jul 12, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from f0316ea to 7242677 Compare August 14, 2023 13:12
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.3 chore(deps): update dependency react-native to v0.72.4 Aug 14, 2023
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.4 chore(deps): update dependency react-native to v0.72.5 Sep 26, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 7242677 to b0e57a9 Compare September 26, 2023 05:09
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from b0e57a9 to 7520270 Compare October 13, 2023 05:02
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.5 chore(deps): update dependency react-native to v0.72.6 Oct 13, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 7520270 to eee3971 Compare November 15, 2023 05:15
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.6 chore(deps): update dependency react-native to v0.72.7 Nov 15, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from eee3971 to af24f43 Compare December 7, 2023 06:07
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.72.7 chore(deps): update dependency react-native to v0.73.0 Dec 7, 2023
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.73.2 chore(deps): update dependency react-native to v0.73.3 Jan 30, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 3d4b02c to 47fca8e Compare February 6, 2024 04:35
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency react-native to v0.73.3 chore(deps): update dependency react-native to v0.73.4 Feb 6, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 47fca8e to 71a8c53 Compare February 27, 2024 05:48
@mend-for-github-com mend-for-github-com 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 27, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 71a8c53 to ba2d567 Compare March 12, 2024 05:04
@mend-for-github-com mend-for-github-com 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 12, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from ba2d567 to f7b180d Compare April 19, 2024 05:15
@mend-for-github-com mend-for-github-com 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 19, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from f7b180d to 8b68ade Compare April 23, 2024 05:24
@mend-for-github-com mend-for-github-com 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 23, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 8b68ade to 52ca3cc Compare May 3, 2024 05:17
@mend-for-github-com mend-for-github-com 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 3, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 52ca3cc to 5b298ec Compare June 5, 2024 05:02
@mend-for-github-com mend-for-github-com 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 5, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 5b298ec to 2700bb0 Compare July 2, 2024 05:15
@mend-for-github-com mend-for-github-com 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 2, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 2700bb0 to 2755f14 Compare July 31, 2024 06:50
@mend-for-github-com mend-for-github-com 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 31, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 2755f14 to 38641a3 Compare August 6, 2024 06:44
@mend-for-github-com mend-for-github-com 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 6, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 38641a3 to 6ed3ba1 Compare August 15, 2024 07:13
@mend-for-github-com mend-for-github-com 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 15, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 6ed3ba1 to 59f7c46 Compare August 16, 2024 06:29
@mend-for-github-com mend-for-github-com 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 16, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 59f7c46 to 9a8d3c5 Compare August 21, 2024 06:19
@mend-for-github-com mend-for-github-com 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 21, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/react-native-0.x branch from 9a8d3c5 to bbbf9cc Compare September 13, 2024 06:26
@mend-for-github-com mend-for-github-com 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 13, 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