Bump react-native from 0.66.1 to 0.66.2 in /react-native/react-native-flipper (#3029)
Summary: Bumps [react-native](https://github.com/facebook/react-native) from 0.66.1 to 0.66.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>v0.66.2</h2> <p>0.66.2 is out with some fixes:</p> <h3>Fixed</h3> <ul> <li>Compare the LogBoxData ignorePatterns with the right code (<a href="https://github.com/facebook/react-native/commit/a950634">a950634</a> by <a href="https://github.com/wiseqingyang"><code>@wiseqingyang</code></a>)</li> <li>[iOS] Fix logbox window capturing touch events (<a href="https://github.com/facebook/react-native/commit/72ea0e1">72ea0e1</a> by <a href="https://github.com/paddlefish"><code>@paddlefish</code></a>)</li> <li>Commit generated codegen files as a temporary workaround for devX issue with <code>yarn install</code> removing codegen assets. Proper fix coming in later. (<a href="https://github.com/facebook/react-native/commit/5f7deb5">5f7deb5</a> by <a href="https://github.com/kelset"><code>@kelset</code></a>)</li> </ul> <hr /> <p>You can participate in the conversation on the status of this release at this <a href="https://github.com/reactwg/react-native-releases/discussions/5">discussion</a>.</p> <hr /> <p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> ⚛️</p> <hr /> <p>You can find the whole changelog history in the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">changelog.md file</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">react-native's changelog</a>.</em></p> <blockquote> <h2>v0.66.2</h2> <h3>Fixed</h3> <ul> <li>Add a function <code>getIgnorePatterns</code> in <code>LogBoxData.js</code> for tests or other usecases. (<a href="a950634424">a950634424</a>)</li> <li>Reintroduce generated codegen files (<a href="7382f556d3">7382f556d3</a> by <a href="https://github.com/kelset"><code>@kelset</code></a>)</li> </ul> <h4>iOS specific</h4> <ul> <li>Hide the logbox window explicitly. New behavior in iOS SDK appears to retain UIWindow while visible. (<a href="72ea0e111f">72ea0e111f</a> by <a href="https://github.com/paddlefish"><code>@paddlefish</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6c19dc3266"><code>6c19dc3</code></a> [0.66.2] Bump version numbers</li> <li><a href="11644d78ed"><code>11644d7</code></a> Hide the logbox window explicitly. New behavior in iOS SDK appears to… (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32435">#32435</a>)</li> <li><a href="9d601e4177"><code>9d601e4</code></a> fix: compare the LogBoxData ignorePatterns with the right code (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31977">#31977</a>)</li> <li><a href="7382f556d3"><code>7382f55</code></a> [LOCAL] reintroduce generated codegen files</li> <li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.66.1...v0.66.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3029 Reviewed By: nikoant Differential Revision: D32246982 Pulled By: mweststrate fbshipit-source-id: e5530c215c553265a56d558fa79e732944fe5802
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3a16f4a133
commit
83dfdd94c5
@@ -3868,9 +3868,9 @@ react-native-codegen@^0.0.7:
|
|||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
react-native@^0.66.1:
|
react-native@^0.66.1:
|
||||||
version "0.66.1"
|
version "0.66.2"
|
||||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.1.tgz#96defaf60579406321340ebe1dcea76a3c942806"
|
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.2.tgz#11035172a73f0815c28699b1fce3a6651dd6355b"
|
||||||
integrity sha512-BBvytmqlOLL+bRcO0jBiYfg16lYRsYDOC8/5E+bpnhb3EGtU+YCQAYfszw6JL7Hfy0ftnQNP5yj8pt+vqMHXIA==
|
integrity sha512-d5Kp23kqAH0EmcyxyfjAr4rhVVzyK/J0cZ/JuopX16CBD4Nkad65KcJi1pyOpbhpP9L1aUUs+mRyK5kg0uLqJQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/create-cache-key-function" "^27.0.1"
|
"@jest/create-cache-key-function" "^27.0.1"
|
||||||
"@react-native-community/cli" "^6.0.0"
|
"@react-native-community/cli" "^6.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user