rn-diff-purge icon indicating copy to clipboard operation
rn-diff-purge copied to clipboard

Easier React Native upgrades by clearly exposing changes from a version to another. :rocket: And what better way than to purge, init, then diff? Spoiler: there's no better way. 😎

Results 14 rn-diff-purge issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Output from `react-native start --verbose`: ``` debug Checking for a newer version of React Native debug Current version: 0.63.4 debug Cached release version: 0.60.0 debug Checking for newer releases on...

Go to: https://react-native-community.github.io/upgrade-helper/?from=0.63.4&to=0.66.2 Press: View File Result: 404 not found ![2021-11-17_15-47-39](https://user-images.githubusercontent.com/8810118/142223279-35313fd7-90ba-4f3c-9288-69530150e78d.png) ![2021-11-17_15-49-05](https://user-images.githubusercontent.com/8810118/142223263-c932e6b5-d8db-4d71-acd1-a71720498078.png)

### Introduction This is a proposal to automate the workflow of generating _diffs_ (for `rn-diff-purge` and `upgrade-helper`) when creating new releases, work that's currently relying solely on @pvinis. ### The...

enhancement

# Feature Request ## Why it is needed ## Possible implementation ### Code sample

When I update mine react native app from 0.55.4 to 0.59.2 as per the steps described. I git a run time error. ![image_2019_09_16T13_51_35_706Z](https://user-images.githubusercontent.com/51081413/65036794-e1869d80-d969-11e9-98a1-2afa3c0e696c.png)

You can see this in the diff here: https://react-native-community.github.io/upgrade-helper/?from=0.61.0&to=0.61.1 There are no commits between RN 0.61.0 and 0.61.1 which downgrade React. This version is also below the one used in...

> **1 Check the diff** > Check the diff of your current version and the version you want to upgrade to. > **2 Manually do the changes** > Do the...

``` $ npx react-native upgrade --verbose info No version passed. Fetching latest... info Fetching diff between v0.63.4 and v0.70.1... info Applying diff... warn Excluding files that exist in the template,...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies