upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

helper not giving changelog for 0.61.5 to 0.66.5

Open waqaramjad opened this issue 1 year ago • 2 comments

Environment

System: OS: macOS 13.6.5 CPU: (8) arm64 Apple M1 Memory: 104.02 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.9.0 - ~/.nvm/versions/node/v22.9.0/bin/node npm: 10.8.3 - ~/.nvm/versions/node/v22.9.0/bin/npm Watchman: 2024.07.08.00 - /opt/homebrew/bin/watchman SDKs: iOS SDK: Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0 IDEs: Android Studio: 2022.3 AI-223.8836.35.2231.11005911 Xcode: 15.0.1/15A507 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1

Things I’ve done to figure out my issue

  • [used upgrade-helper to do my upgrade.
  • used npx react-native upgrade

Upgrading version

0.66.5

Description

I have an old react native project and i want to upgrade it to 0.66.5, i tried using react-native upgrade

but its giving me error that modules not release 404 error, tried using react native helper but it not giving changelog details from 0.61.5 to 0.66 it only giving details for last version,

i want to to updagrde it to 0.66 first to make sure every things works than will move further, any solution for this?

Reproducible demo

  • run command npx react-native upgrade 0.66.5
  • run npx @rnx-kit/align-deps --requirements [email protected]

you will get errors in above commands

waqaramjad avatar Sep 26 '24 22:09 waqaramjad