Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps react-native from 0.63.4 to 0.66.2.

Release notes

Sourced from react-native's releases.

v0.66.2

0.66.2 is out with some fixes:

Fixed

  • Compare the LogBoxData ignorePatterns with the right code (a950634 by @​wiseqingyang)
  • [iOS] Fix logbox window capturing touch events (72ea0e1 by @​paddlefish)
  • Commit generated codegen files as a temporary workaround for devX issue with yarn install removing codegen assets. Proper fix coming in later. (5f7deb5 by @​kelset)

You can participate in the conversation on the status of this release at 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.66.1

0.66.1 is out with some fixes:

Fixed

  • Fix for unable to find find-node.sh in react-native-xcode.sh (cc59a7c by @​garethknowles)
  • For Android, general fixes to Appearance API and also fixes AppCompatDelegate.setDefaultNightMode(). For iOS, now works correctly when setting window.overrideUserInterfaceStyle (25a2c60 by @​mrbrentkelly)
  • Fix Android border positioning regression (d1a33cd by @​oblador)

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


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


You can find the whole changelog history over at react-native-releases.

v0.66.0

0.66 stable is out!

This release includes 621 commits with 92 contributors! Thank you to all our contributors new and old! You can find the full changelog here.

v0.66.0-rc.4

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.66.2

Fixed

  • Add a function getIgnorePatterns in LogBoxData.js for tests or other usecases. (a950634424)
  • Reintroduce generated codegen files (7382f556d3 by @​kelset)

iOS specific

  • Hide the logbox window explicitly. New behavior in iOS SDK appears to retain UIWindow while visible. (72ea0e111f by @​paddlefish)

v0.66.1

Fixed

  • For Android, general fixes to Appearance API and also fixes AppCompatDelegate.setDefaultNightMode(). For iOS, now works correctly when setting window.overrideUserInterfaceStyle (25a2c608f7 by @​mrbrentkelly)

Android specific

iOS specific

v0.66.0

Highlights

  • Hermes 0.9.0
    • This Hermes release is primarily about closing gap between Hermes cut and this React Native release. Among ~400 commits, contains memory and size wins, bugfixes and other progress behind the scenes. See issue for more details.
  • Allow taps on views outside the bounds of a parent with overflow: visible (e35a963bfb by @​hsource)
  • Fixes for building on Apple Silicon and Xcode 13 (ac4ddec542 thanks to @​mikehardy)
  • New bluetooth permissions for Android (2bcc6fac38, eeb8e58 by @​iBotPeaches)

Breaking

Android specific

Added

... (truncated)

Commits
  • 6c19dc3 [0.66.2] Bump version numbers
  • 11644d7 Hide the logbox window explicitly. New behavior in iOS SDK appears to… (#32435)
  • 9d601e4 fix: compare the LogBoxData ignorePatterns with the right code (#31977)
  • 7382f55 [LOCAL] reintroduce generated codegen files
  • d48ed4a [0.66.1] Bump version numbers
  • 80e5abd Fix Android border positioning regression (#32398)
  • e94f9fa Addressing various issues with the Appearance API (#28823) (#29106)
  • bd01f16 Fix: find-node.sh location in react-native-xcode.sh script (#32227)
  • 09a21f0 [0.66.0] Bump version numbers
  • d47fd4a [0.66.0-rc.4] Bump version numbers
  • Additional commits viewable in compare view
Maintainer changes

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


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 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)

Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.66.2.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.63.4...v0.66.2)

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Nov 8, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 8, 2021
@coveralls
Copy link

coveralls commented Nov 8, 2021

Pull Request Test Coverage Report for Build 1434880640

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.04%) to 46.0%

Files with Coverage Reduction New Missed Lines %
desktop/app/src/sandy-chrome/appinspect/LaunchEmulator.tsx 1 63.64%
desktop/app/src/MenuBar.tsx 2 33.33%
desktop/app/src/reducers/settings.tsx 2 78.26%
desktop/test-utils/lib/pathUtils.js 2 66.67%
Totals Coverage Status
Change from base Build 505542275: 0.04%
Covered Lines: 5753
Relevant Lines: 11196

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 15, 2021

Superseded by #330.

@dependabot dependabot bot closed this Nov 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native/react-native-flipper/react-native-0.66.2 branch November 15, 2021 13:05
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 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants