This repository was archived by the owner on Oct 4, 2023. It is now read-only.
[C-1856] Upgrade react-native to 0.71#2644
Merged
Merged
Conversation
|
| GitGuardian id | Secret | Commit | Filename | |
|---|---|---|---|---|
| 688750 | Generic High Entropy Secret | cfd62cb | packages/mobile/.env.stage | View secret |
| 2416684 | Generic High Entropy Secret | cfd62cb | packages/mobile/.env.stage | View secret |
| 688750 | Generic High Entropy Secret | cfd62cb | packages/web/.env/.env.stage | View secret |
| 2416684 | Generic High Entropy Secret | cfd62cb | packages/web/.env/.env.stage | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
sliptype
approved these changes
Jan 20, 2023
| "@babel/plugin-transform-react-jsx": "7.16.7", | ||
| "@babel/runtime": "7.15.4", | ||
| "@react-native-community/eslint-config": "0.0.5", | ||
| "@babel/runtime": "^7.20.0", |
| } | ||
|
|
||
| android.applicationVariants.all { variant -> | ||
| + // skip debug build variant |
Contributor
There was a problem hiding this comment.
Why is this patch needed?
Contributor
Author
There was a problem hiding this comment.
audius-infra
pushed a commit
that referenced
this pull request
Feb 25, 2023
[ef02ac1] Fix podfile, specify ruby-version (#2924) Dylan Jeffers [c925cfe] Fix track play button (#2925) Michael Piazza [6e3338b] [C-2201] Improve card list skeleton count (#2916) Dylan Jeffers [c696519] [C-2207] Fix scrubber timestamp sync issues (#2912) Dylan Jeffers [f9f5066] [C-2202] Sync legacy search history (#2915) Dylan Jeffers [1c50935] [C-2193] Fix webview audio players on ios (#2922) Raymond Jacobson [dd649d5] [C-1922] Fix mobile share encoding (#2918) Dylan Jeffers [eb6b89e] Fix collectibles route (#2917) Dylan Jeffers [efaa539] Fix lineup showing empty tile before fetch (#2911) Dylan Jeffers [c77076a] comma (#2920) Marcus Pasell [6041a40] [PAY-943] - Filter out download options for gated track (#2919) Saliou Diallo [3b2ff6d] [DMs] RadioButton component and InboxSettingsModal (#2884) Marcus Pasell [709dde5] [PAY-890] Add locked content modal (#2893) Saliou Diallo [3d8912f] [C-1856] Upgrade react-native to 0.71 (#2644) Dylan Jeffers [e863756] [C-1931] Refactor collection header for private track logic (#2676) Dylan Jeffers [1f8358b] [C-2171] Fix remove download performance (#2903) Dylan Jeffers [4050a55] [C-2042] Fix empty collection on deep link (#2914) Sebastian Klingler [03a31ee] [C-2164] add retry and requeue logic to download track jobs (#2899) Andrew Mendelsohn [3bf27f7] [C-2186] Fix spacing for longs handles/names (#2908) Raymond Jacobson [a89b3bb] Fix image loading issues w Share to X (#2909) nicoback2 [902159c] [C-2130] Fix race cond in lineup init (#2905) Raymond Jacobson [7beb57d] [C-2200] Fix profile tabs loading/empty states (#2906) Dylan Jeffers [6beaa2d] [C-2198] Fix runtime error due to missing drawer data (#2904) Dylan Jeffers [2b44b26] [C-2197] Fix image prefetch to work with fast-image (#2902) Dylan Jeffers [5a8069f] Permission copy change (#2901) nicoback2 [d427d3e] Fix TikTok share permission for iOS (#2897) nicoback2 [44c665d] [C-2195] Fix tiktok share on android (#2900) Sebastian Klingler [0235af9] [C-2178] Complete w/ tiktok qa fixes (#2896) Sebastian Klingler [dfe4622] Add repost of a repost metadata to reposting tracks and collections (#2847) sabrina-kiam [c2f6ad7] Minor updates to mobile chats (#2891) Reed [0e70d27] [C-2169] Fix track-player hot reload (#2890) Dylan Jeffers [a07ce78] Rename TikTok video feature flag (#2894) nicoback2 [3da2b87] Relay to both POA and ACDC (#2895) Isaac Solo [a02fee7] [C-2176] TikTok sdk improvements (#2892) Sebastian Klingler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrades react-native to newly released 0.71. With this comes an awesome new flex-gap property, that should simplify our styling dev, so we aren't having to put "margin-bottom/top" on every child element.
Dragons
Since it is a project-wide change, we should make sure everything continues to to work as expected.
The amount of changes feels wrong, so going to look into package-lock changes
-- just tried removing lock and node_mods, and got same thing, so i think this is due to core deps changing
Lets wait to merge until monday, so this isn't included in release branch
How Has This Been Tested?
Tested android and ios