rn-diff-purge
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. π
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...
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  
### 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...
# 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. 
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...