Flipper Bot
5cc83b35a4
Flipper Release: v0.93.0
...
Summary: Releasing version 0.93.0
Reviewed By: fabiomassimo
Differential Revision: D28988465
fbshipit-source-id: ad57ba98a0400affa6c47a097357fc57dcba48fb
2021-06-09 07:47:54 -07:00
Pascal Hartig
6224daf247
Pin ws 7.4.6 for react-native-flipper ( #2430 )
...
Summary:
Got an open security alert.
Pull Request resolved: https://github.com/facebook/flipper/pull/2430
Test Plan: _eyes
Reviewed By: mweststrate
Differential Revision: D28939983
Pulled By: passy
fbshipit-source-id: 24e9d68151515c4e51812c1c6c02c8dfc266213b
2021-06-08 05:18:44 -07:00
Flipper Bot
d45046f111
Flipper Release: v0.92.0
...
Summary: Releasing version 0.92.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D28829240
fbshipit-source-id: 6e90f3e50dbcb152109cbc5fa5ac3ff9d3c23a08
2021-06-02 08:29:18 -07:00
Anton Nikolaev
6a777f7690
Bump browserslist dependency to fix vulnerability warning
...
Summary: Github says browserslist < 4.16.5 is vulnerable, so I'm pinning it everywhere.
Reviewed By: muraziz
Differential Revision: D28713858
fbshipit-source-id: b512dc48ded88bdf90556b58bd1e67cacbbc8a3e
2021-05-26 12:01:18 -07:00
Flipper Bot
0305947ca2
Flipper Release: v0.91.2
...
Summary: Releasing version 0.91.2
Reviewed By: nikoant
Differential Revision: D28638216
fbshipit-source-id: 282edcbfb954e65f4a8559445856b01929578619
2021-05-24 06:52:10 -07:00
Flipper Bot
e277ca9b05
Flipper Release: v0.91.1
...
Summary: Releasing version 0.91.1
Reviewed By: passy
Differential Revision: D28546238
fbshipit-source-id: 9dee4ccbbe647e99a2f590a48a7671af6bad5b73
2021-05-19 13:16:05 -07:00
Flipper Bot
610d250129
Flipper Release: v0.91.0
...
Summary: Releasing version 0.91.0
Reviewed By: nikoant
Differential Revision: D28536898
fbshipit-source-id: 343d3eab79449713ad7ce75887ab28564e7167b8
2021-05-19 06:55:43 -07:00
Flipper Bot
877de95ca9
Flipper Release: v0.90.2
...
Summary: Releasing version 0.90.2
Reviewed By: passy
Differential Revision: D28447388
fbshipit-source-id: 7c7e943d3199c592f09eec617571a4cdfecbb4b5
2021-05-14 13:41:51 -07:00
Flipper Bot
ba3e4500e8
Flipper Release: v0.90.1
...
Summary: Releasing version 0.90.1
Reviewed By: passy
Differential Revision: D28441602
fbshipit-source-id: c4d1798e493bcd43617b896d1faba9e943b35635
2021-05-14 07:34:52 -07:00
Flipper Bot
0a3b817429
Flipper Release: v0.90.0
...
Summary: Releasing version 0.90.0
Reviewed By: mweststrate
Differential Revision: D28424374
fbshipit-source-id: 1ce8cde0fff12cdb6ff973d6824e065d6b735079
2021-05-13 15:33:42 -07:00
Flipper Bot
b8177afbc7
Flipper Release: v0.89.0
...
Summary: Releasing version 0.89.0
Reviewed By: mweststrate
Differential Revision: D28408535
fbshipit-source-id: 602c6c6f416393e294fdaa10b24071d97f3ac0c2
2021-05-13 02:16:10 -07:00
dependabot[bot]
0c8759cf9f
Bump react-native from 0.64.0 to 0.64.1 in /react-native/react-native-flipper ( #2289 )
...
Summary:
Bumps [react-native](https://github.com/facebook/react-native ) from 0.64.0 to 0.64.1.
<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.64.1</h2>
<p>This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to <a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31480 ">this issue</a>.</p>
<p>Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, add this line to your podfile (or modify it if you already had it):</p>
<pre><code>use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')
</code></pre>
<p>After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(<a href="https://github.com/pmadruga/react-native-clean-project ">react-native-clean-project</a> is your ally) then do <code>yarn install</code> and a <code>pod install --repo-update</code> (if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again).</p>
<p>The only other commit picked & released along the Xcode 12.5 fixes is:</p>
<ul>
<li>Update validateBaseUrl to use latest regex (<a href="ca09ae8271 ">commit</a>) which fixes CVE-2020-1920, GHSL-2020-293.</li>
</ul>
<hr />
<p>You can participate in the conversation on the status of this release at <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/224 ">this issue</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> {emoji:269b}</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md ">changelog history</a> over at <code>react-native-releases</code>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="787567a150 "><code>787567a</code></a> [0.64.1] Bump version numbers</li>
<li><a href="cf8a364767 "><code>cf8a364</code></a> [local] change post-install to patch RTC-Folly</li>
<li><a href="1c4ac48a55 "><code>1c4ac48</code></a> [local] yarn lock update (?)</li>
<li><a href="76f45d35e7 "><code>76f45d3</code></a> [local] update RNTester files for 0.64</li>
<li><a href="3912fef6bf "><code>3912fef</code></a> Update validateBaseUrl to use latest regex</li>
<li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.64.0...v0.64.1 ">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/2289
Reviewed By: mweststrate
Differential Revision: D28323816
Pulled By: cekkaewnumchai
fbshipit-source-id: c56e800f6373616d30a7279a5693a2adcb22b96e
2021-05-11 04:55:23 -07:00
Flipper Bot
52fbd9a8a0
Flipper Release: v0.88.0
...
Summary: Releasing version 0.88.0
Reviewed By: cekkaewnumchai
Differential Revision: D28253701
fbshipit-source-id: 968406eae58e93aee1d605d736bff77c703c31fc
2021-05-06 05:03:03 -07:00
Flipper Bot
7f135722a9
Flipper Release: v0.87.0
...
Summary: Releasing version 0.87.0
Reviewed By: passy
Differential Revision: D28055084
fbshipit-source-id: 71cb9abbea0b43b56fd23baf7a728337a554ecbc
2021-04-28 06:58:22 -07:00
Flipper Bot
bde0791818
Flipper Release: v0.86.0
...
Summary: Releasing version 0.86.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D27905837
fbshipit-source-id: 349b63a1f06d85b075d07b610179fd613da6bf52
2021-04-21 04:54:43 -07:00
Flipper Bot
a792c146d6
Flipper Release: v0.85.0
...
Summary: Releasing version 0.85.0
Reviewed By: jknoxville
Differential Revision: D27766005
fbshipit-source-id: 25bdd6d0ad831e087e51529adc5e6c2b4fa43d57
2021-04-14 09:49:45 -07:00
Flipper Bot
ac70d35671
Flipper Release: v0.84.0
...
Summary: Releasing version 0.84.0
Reviewed By: nikoant
Differential Revision: D27617439
fbshipit-source-id: 8e4ca47eeddca8a8b46d051a7f70133dab04c3ac
2021-04-07 08:50:41 -07:00
generatedunixname89002005306973
4aeb1e7293
Flipper Release: v0.83.0
...
Summary: Releasing version 0.83.0
Reviewed By: mweststrate
Differential Revision: D27468622
fbshipit-source-id: d245bb418d546e19ec09dfe11ec53964ceec85f1
2021-03-31 10:20:17 -07:00
dependabot[bot]
fd3d605c63
Bump y18n from 4.0.0 to 4.0.1 in /react-native/react-native-flipper ( #2143 )
...
Summary:
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/yargs/y18n/blob/master/CHANGELOG.md ">y18n's changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version ">standard-version</a> for commit guidelines.</p>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.4...v5.0.5 ">5.0.5</a> (2020-10-25)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>address prototype pollution issue (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/108 ">https://github.com/facebook/flipper/issues/108 </a>) (<a href="a9ac604abf ">a9ac604</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.3...v5.0.4 ">5.0.4</a> (2020-10-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>exports:</strong> node 13.0 and 13.1 require the dotted object form <em>with</em> a string fallback (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/105 ">https://github.com/facebook/flipper/issues/105 </a>) (<a href="4f85d80dba ">4f85d80</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.2...v5.0.3 ">5.0.3</a> (2020-10-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>exports:</strong> node 13.0-13.6 require a string fallback (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/103 ">https://github.com/facebook/flipper/issues/103 </a>) (<a href="e39921e101 ">e39921e</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.1...v5.0.2 ">5.0.2</a> (2020-10-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deno:</strong> update types for deno ^1.4.0 (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/100 ">https://github.com/facebook/flipper/issues/100 </a>) (<a href="3834d9ab13 ">3834d9a</a>)</li>
</ul>
<h3><a href="https://www.github.com/yargs/y18n/compare/v5.0.0...v5.0.1 ">5.0.1</a> (2020-09-05)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>main had old index path (<a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/98 ">https://github.com/facebook/flipper/issues/98 </a>) (<a href="124f7b047b ">124f7b0</a>)</li>
</ul>
<h2><a href="https://www.github.com/yargs/y18n/compare/v4.0.0...v5.0.0 ">5.0.0</a> (2020-09-05)</h2>
<h3>{emoji:26a0} BREAKING CHANGES</h3>
<ul>
<li>exports maps are now used, which modifies import behavior.</li>
<li>drops Node 6 and 4. begin following Node.js LTS schedule (<a href="https://github-redirect.dependabot.com/yargs/y18n/issues/89 ">https://github.com/facebook/flipper/issues/89 </a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support for ESM and Deno <a href="https://www.github-redirect.dependabot.com/yargs/y18n/issues/95 ">https://github.com/facebook/flipper/issues/95 </a>) (<a href="4d7ae94bcb ">4d7ae94</a>)</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/yargs/y18n/commits ">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~oss-bot ">oss-bot</a>, a new releaser for y18n since your current version.</p>
</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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts ).
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/2143
Reviewed By: mweststrate
Differential Revision: D27426961
Pulled By: passy
fbshipit-source-id: 46ddbc989b926815730c660e9da71e7ccd0523e2
2021-03-30 12:00:44 -07:00
generatedunixname89002005306973
44c0dcad1e
Flipper Release: v0.82.2
...
Summary: Releasing version 0.82.2
Reviewed By: passy
Differential Revision: D27429067
fbshipit-source-id: a4d2971cd9849d06ee7971e51acc31977b518e64
2021-03-30 06:01:32 -07:00
generatedunixname89002005306973
979c49b18d
Flipper Release: v0.82.1
...
Summary: Releasing version 0.82.1
Reviewed By: passy
Differential Revision: D27360493
fbshipit-source-id: 683605461956d39fdc20560d3a045fd42325e5fb
2021-03-26 07:16:55 -07:00
Pascal Hartig
276aa682e3
Update xmldom for RN apps (security fix)
...
Summary: Same security vuln. Need to hard-code for now as this is deep down in the dependency tree for an RN dep called `xcode`.
Reviewed By: mweststrate
Differential Revision: D27338548
fbshipit-source-id: b88dcf48471739ebb7762f49589548dae62433be
2021-03-26 05:47:29 -07:00
generatedunixname89002005306973
9bccaf3951
Flipper Release: v0.82.0
...
Summary: Releasing version 0.82.0
Reviewed By: mweststrate
Differential Revision: D27328585
fbshipit-source-id: 720bc154078611295664a34a567299a94a790711
2021-03-25 09:36:13 -07:00
Pritesh Nandgaonkar
d2fc10074f
Bump react-native in react-native-flipper
...
Summary:
This diff bumps react-native dep in react-native-flipper
This diff retries what D27230334 was trying to do. Looked like in the prev diff the yarn.lock had unwanted changes.
Reviewed By: passy
Differential Revision: D27297848
fbshipit-source-id: aecb4708fabb5515b9949a3eb59fffe05d49487f
2021-03-24 12:12:15 -07:00
generatedunixname89002005306973
0293a2a5fb
Flipper Release: v0.81.0
...
Summary: Releasing version 0.81.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D27114449
fbshipit-source-id: bcf89ccb61aedc7413d4031da42b10971e3808fa
2021-03-17 04:48:28 -07:00
generatedunixname89002005306973
59204328c3
Flipper Release: v0.80.0
...
Summary: Releasing version 0.80.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D26979913
fbshipit-source-id: a309ac59160d2464931f06b978f535c7c712bf08
2021-03-11 08:45:12 -08:00
generatedunixname89002005306973
85e5c33265
Flipper Release: v0.79.1
...
Summary: Releasing version 0.79.1
Reviewed By: passy
Differential Revision: D26820464
fbshipit-source-id: 8ca29bca6b011159e158c43806760f2a2056fc0b
2021-03-04 12:03:50 -08:00
generatedunixname89002005306973
47ff03fb96
Flipper Release: v0.79.0
...
Summary: Releasing version 0.79.0
Reviewed By: nikoant
Differential Revision: D26776798
fbshipit-source-id: 0e85fbad5024c7a794af71098a6b7d4953f4de34
2021-03-03 06:12:35 -08:00
generatedunixname89002005306973
31d0acc4b5
Flipper Release: v0.78.0
...
Summary: Releasing version 0.78.0
Reviewed By: mweststrate
Differential Revision: D26692601
fbshipit-source-id: edc7e1c91f613344e02772cf53c8868aa3a8cf4a
2021-02-26 13:15:34 -08:00
generatedunixname89002005306973
5591d2c1d6
Flipper Release: v0.77.0
...
Summary: Releasing version 0.77.0
Reviewed By: mweststrate
Differential Revision: D26632434
fbshipit-source-id: 8448cb3257c23ca2a79728349f8d5af93ec4788c
2021-02-25 01:37:17 -08:00
Anton Nikolaev
208e899b4f
Flipper Release: v0.76.0
...
Summary: Releasing version 0.76.0
Reviewed By: jknoxville
Differential Revision: D26515193
fbshipit-source-id: 38d547195a2d1e214e6f31a990c1d9e3f7869869
2021-02-19 02:58:32 -08:00
generatedunixname89002005306973
0633e5bfd7
Flipper Release: v0.75.1
...
Summary: Releasing version 0.75.1
Reviewed By: passy
Differential Revision: D26422941
fbshipit-source-id: 655a898289c877b44a9c7bd3e359dcf045688988
2021-02-12 05:14:57 -08:00
generatedunixname89002005306973
48a6235d26
Flipper Release: v0.75.0
...
Summary: Releasing version 0.75.0
Reviewed By: passy
Differential Revision: D26368798
fbshipit-source-id: e0d1d23023c6f0fb66ff675ccd61758722e4ebd7
2021-02-10 08:16:13 -08:00
generatedunixname89002005306973
0429c1892f
Flipper Release: v0.74.0
...
Summary: Releasing version 0.74.0
Reviewed By: jknoxville
Differential Revision: D26253173
fbshipit-source-id: 80f4e3917cf130bbf546af6d48e43a62265660d0
2021-02-04 09:46:44 -08:00
generatedunixname89002005306973
20cd25f726
Flipper Release: v0.73.0
...
Summary: Releasing version 0.73.0
Reviewed By: nikoant
Differential Revision: D26125287
fbshipit-source-id: 7fd00aa679a5ac3d69013d0bdb0cf5d868fd5cc7
2021-01-28 06:55:58 -08:00
Artem Mysik
446206a0ce
fix: react-native Xcode 12 compatibility ( #1847 )
...
Summary:
Latest Xcode 12 fails to build while without a module to depend on React-Core directly hence this change is necessary for all native modules on iOS. For more details please check: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116
## Changelog
React Native Xcode 12 compatibility
Pull Request resolved: https://github.com/facebook/flipper/pull/1847
Test Plan: Use this branch to install with an app running on Xcode 12.
Reviewed By: mweststrate
Differential Revision: D25963723
Pulled By: priteshrnandgaonkar
fbshipit-source-id: a9642e242b5605f0f748f8f3b962af8455756ff4
2021-01-20 04:42:57 -08:00
generatedunixname89002005306973
bbd43eb5d1
Flipper Release: v0.72.0
...
Summary: Releasing version 0.72.0
Reviewed By: mweststrate
Differential Revision: D25972053
fbshipit-source-id: 5c399900a02e27af6ce0b724a3103e279fc59d93
2021-01-20 04:03:27 -08:00
generatedunixname89002005306973
06d92002e2
Flipper Release: v0.71.0
...
Summary: Releasing version 0.71.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D25897817
fbshipit-source-id: afbb63a381636ce0d8d8a4ecb2636c601f39e932
2021-01-17 16:42:22 -08:00
generatedunixname89002005306973
44e1b2ee9a
Flipper Release: v0.70.0
...
Summary: Releasing version 0.70.0
Reviewed By: passy
Differential Revision: D25801619
fbshipit-source-id: bab5364e393a4db9c5a801d041f537f3e6d36d81
2021-01-06 03:21:57 -08:00
Riley Dulin
da765018ac
Apply whitespace linter to all gradle files
...
Summary: Run whitespace and license linters on gradle build files.
Reviewed By: zertosh
Differential Revision: D25687355
fbshipit-source-id: 44330daac7582fed6c05680bffc74e855a9b1dbc
2020-12-22 16:59:52 -08:00
dependabot[bot]
379339b03b
Bump react-native from 0.63.3 to 0.63.4 in /react-native/react-native-flipper @allow-large-files ( #1746 )
...
Summary:
Bumps [react-native](https://github.com/facebook/react-native ) from 0.63.3 to 0.63.4.
<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.63.4</h2>
<p>This release fixes a series of issues reported by the community over the last few months: you can find the full <a href="https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0634 ">changelog here</a>.</p>
<p>You can participate in the conversation for the next patch release in the dedicated <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/218 ">issue</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the new <a href="https://react-native-community.github.io/upgrade-helper/ ">upgrade helper</a> {emoji:269b}</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md ">changelog history</a> over at <code>react-native-releases</code>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="27651720b4 "><code>2765172</code></a> [0.63.4] Bump version numbers</li>
<li><a href="00a942c905 "><code>00a942c</code></a> Update the cached dimensions when orientation changes (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30324 ">#30324</a>)</li>
<li><a href="ec5090adab "><code>ec5090a</code></a> <code>Android</code>: font-family is not apply when secureTextEntry is true (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30164 ">#30164</a>)</li>
<li><a href="29972f9602 "><code>29972f9</code></a> Set color filter so that the arrow matches the text color</li>
<li><a href="f0b6eb7d9f "><code>f0b6eb7</code></a> Fix App Bundle/Release build missing index.android.bundle with gradle plugin ...</li>
<li><a href="afbd17ae41 "><code>afbd17a</code></a> fix: crash when insert nil value into a dictionary (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30066 ">#30066</a>)</li>
<li><a href="b31a95c468 "><code>b31a95c</code></a> fix ReadableNativeMap.getNullableValue to match signature (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/30121 ">#30121</a>)</li>
<li><a href="864c76b143 "><code>864c76b</code></a> bump SoLoader to 0.9.0 (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29821 ">#29821</a>)</li>
<li><a href="1875116090 "><code>1875116</code></a> okhttp version 3.12.12 (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29741 ">#29741</a>)</li>
<li><a href="c2404b4598 "><code>c2404b4</code></a> iOS: Update RCTAlertManager to use new RCTAlertController (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29295 ">#29295</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/react-native/compare/v0.63.3...v0.63.4 ">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/1746
Reviewed By: mweststrate
Differential Revision: D25373204
Pulled By: passy
fbshipit-source-id: e1a44da012a6ffb860c23878fa4cbdf369d4fed8
2020-12-11 16:39:02 -08:00
generatedunixname89002005306973
4fa2c9761a
Flipper Release: v0.69.0
...
Summary: Releasing version 0.69.0
Reviewed By: mweststrate
Differential Revision: D25421257
fbshipit-source-id: aceee72e7d544cefe6717ed7b8c79679d2159e2b
2020-12-09 05:43:39 -08:00
generatedunixname89002005306973
8dd72a18f4
Flipper Release: v0.68.0
...
Summary: Releasing version 0.68.0
Reviewed By: nikoant
Differential Revision: D25330040
fbshipit-source-id: c5919cb74378abf5b3889c81b89b433d9f5af14b
2020-12-04 04:39:43 -08:00
generatedunixname89002005306973
3a733a10df
Flipper Release: v0.67.0
...
Summary: Releasing version 0.67.0
Reviewed By: passy
Differential Revision: D25217536
fbshipit-source-id: 489cba736a847ea9f864b594646014a6d7279161
2020-11-30 10:13:36 -08:00
generatedunixname89002005306973
ad8e8fbb24
Flipper Release: v0.66.0
...
Summary: Releasing version 0.66.0
Reviewed By: nikoant
Differential Revision: D25052024
fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
2020-11-18 03:13:31 -08:00
generatedunixname89002005306973
f04c7a1768
Flipper Release: v0.65.0
...
Summary: Releasing version 0.65.0
Reviewed By: nikoant
Differential Revision: D24884910
fbshipit-source-id: 6aa59c57c9d372046d71048513db322c03c72b57
2020-11-11 08:17:41 -08:00
Pascal Hartig
835f4064e1
Upgrade react-native-flipper deps
...
Summary:
Just bumping the peer dependencies to be in check with the dev deps.
React doesn't seem to be directly used, so I'm not sure why it
even needs to be listed.
Reviewed By: mweststrate
Differential Revision: D24537296
fbshipit-source-id: ac6313e7e58f79f75c7bad6ad4a6068b10ecab95
2020-10-29 05:58:20 -07:00
generatedunixname89002005306973
a3bcf6b043
Flipper Release: v0.64.0
...
Summary: Releasing version 0.64.0
Reviewed By: priteshrnandgaonkar
Differential Revision: D24590607
fbshipit-source-id: 04671a31028a33cf020acd8b83c219608fe38319
2020-10-28 06:06:33 -07:00
generatedunixname89002005306973
0f23f409ab
Flipper Release: v0.63.0
...
Summary: Releasing version 0.63.0
Reviewed By: nikoant
Differential Revision: D24423408
fbshipit-source-id: 0bc12c49d8bf77d8dbf9688adb07dc176b210548
2020-10-20 11:13:12 -07:00
generatedunixname89002005306973
ca271dd7c3
Flipper Release: v0.62.0
...
Summary: Releasing version 0.62.0
Reviewed By: nikoant
Differential Revision: D24248944
fbshipit-source-id: 05742031294f6a77c78c0bdccbdffe7d82427f05
2020-10-12 06:03:03 -07:00