Skip to content

Commit ea29a73

Browse files
chore(deps): update dependency react-native-flipper to ^0.210.1 (#4063)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-flipper](https://togithub.com/facebook/flipper) | [`^0.200.0` -> `^0.210.1`](https://renovatebot.com/diffs/npm/react-native-flipper/0.200.0/0.210.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-flipper/0.210.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-flipper/0.210.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-flipper/0.200.0/0.210.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-flipper/0.200.0/0.210.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/flipper (react-native-flipper)</summary> ### [`v0.210.1`](https://togithub.com/facebook/flipper/releases/tag/v0.210.1) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.210.0...v0.210.1) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.210.0`](https://togithub.com/facebook/flipper/releases/tag/v0.210.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.209.0...v0.210.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.209.0`](https://togithub.com/facebook/flipper/releases/tag/v0.209.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.208.0...v0.209.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.208.0`](https://togithub.com/facebook/flipper/releases/tag/v0.208.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.207.0...v0.208.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.207.0`](https://togithub.com/facebook/flipper/releases/tag/v0.207.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.206.0...v0.207.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.206.0`](https://togithub.com/facebook/flipper/releases/tag/v0.206.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.205.0...v0.206.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.205.0`](https://togithub.com/facebook/flipper/releases/tag/v0.205.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.203.0...v0.205.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.203.0`](https://togithub.com/facebook/flipper/releases/tag/v0.203.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.202.0...v0.203.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.202.0`](https://togithub.com/facebook/flipper/releases/tag/v0.202.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.201.0...v0.202.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. ### [`v0.201.0`](https://togithub.com/facebook/flipper/releases/tag/v0.201.0) [Compare Source](https://togithub.com/facebook/flipper/compare/v0.200.0...v0.201.0) See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a5b4c8 commit ea29a73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"node-libs-react-native": "^1.2.1",
325325
"node-forge": "^1.3.1",
326326
"underscore": "^1.13.6",
327-
"react-native-flipper": "^0.200.0",
327+
"react-native-flipper": "^0.210.1",
328328
"y18n": "5.0.8",
329329
"normalize-url": "6.1.0",
330330
"trim-newlines": "^4.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13658,10 +13658,10 @@ react-native-flipper@^0.127.0:
1365813658
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.127.0.tgz#4d4040c0d0a45136b9bbabdc801d3e32d385de73"
1365913659
integrity sha512-qloUyUOs9MoMVncIDDWeOxAPbomWJ3e4y0SgyCgq8joJEOXC7RvPWeEfUXp0EPyNhHGQV9a4RwzF6BWKFCR3Kg==
1366013660

13661-
react-native-flipper@^0.200.0, react-native-flipper@^0.34.0:
13662-
version "0.200.0"
13663-
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.200.0.tgz#17af94c56286ba734d5b2f69879e383e24fdfc2c"
13664-
integrity sha512-P8EDgBN9PEIEfx3SOwsNw2kXVFlnvburaq4tLQ/U+5hHiYRx0mL7c+V1MRKRgtlgoV7IqJVw9WtU/PkfWMWXOA==
13661+
react-native-flipper@^0.210.1, react-native-flipper@^0.34.0:
13662+
version "0.210.1"
13663+
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.210.1.tgz#0501aa302af3f811f8f47e937488fd1358146c1e"
13664+
integrity sha512-LnnV9lEHT0ri3VK1EYWluz4wAcnphAjPEMHjNdPqUEaA1kAj5Fi3y9BM8b591iaNf22qBnGRYbmrxjYXqHtcJw==
1366513665

1366613666
react-native-fs@*, react-native-fs@^2.14.1, "react-native-fs@git+https://github.com/celo-org/react-native-fs#aa6db0f":
1366713667
version "2.16.6"

0 commit comments

Comments
 (0)