Is there a way to update all sapphire packages instead of going one by one?
is there a way to just update it all together instead of one by one? trying to migrate to v3
Solution:Jump to solution
yarn v1:
yarn upgrade --interactive
yarn v3: yarn upgrade-interactive
npm: npx npm-upgrade
pnpm: pnpm dlx npm-upgrade
...8 Replies
npm
updates
Flexible npm dependency update tool. Latest version: 13.2.2, last published: 4 days ago. Start using updates in your project by running
npm i updates
. There are 3 other projects in the npm registry using updates.Use with npx
nice, thanks!
yarn upgrade-interactive
Solution
yarn v1:
yarn upgrade --interactive
yarn v3: yarn upgrade-interactive
npm: npx npm-upgrade
pnpm: pnpm dlx npm-upgrade
or package manager agnostic but when using VSCode you can use https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens extensionNote that the yarn 3 command requires a plugin (
yarn plugin import interactive-tools
)Or just use renovate with sapphire config and let it do work for you
GitHub
dragonite/renovate.json at main · favware/dragonite
A Pokémon information Discord bot built around Discord Interactions - dragonite/renovate.json at main · favware/dragonite