Raise a pull request to update the dependency to the specific version in any project
- For CI
npm i uptoversion
- For local usage
npm i -g uptoversion
Just pass GITHUB_TOKEN, RepoName, PackageName, CustomPath(optional, i.e. "packages/myPackage"), PackageVersion, BaseBranch(optional, default - "master") and run uptoversion
GITHUB_TOKEN="token" BaseBranch="master" RepoName="zaqqaz/uptoversion" PackageName="typescript" PackageVersion="next" uptoversion