51b6ff7403c1223b1c399e88373075972c82c24c
Thanks @hippotastic! - Fixes an issue where create astro
, astro add
and @astrojs/upgrade
would fail due to unexpected package manager CLI output.67e06f9db1b0492ccfb4b053762dc91d69a53ecb
Thanks @DET171! - Updates the command used for installing packages with pnpm and yarnd1c91add0
Thanks @natemoo-re! - Improves dependency handling by ignoring packages that don't use a semver version000e8f465
Thanks @Princesseuh! - Initial release!@astrojs/upgrade
is an automated command-line tool for upgrading Astro and your official Astro integrations together.
Inside of your existing astro
project, run the following command to install the latest
version of your integrations.
With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade
000e8f465
Thanks @Princesseuh! - Initial release!@astrojs/upgrade
is an automated command-line tool for upgrading Astro and your official Astro integrations together.
Inside of your existing astro
project, run the following command to install the latest
version of your integrations.
With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade
54e57fe9d
Thanks @natemoo-re! - Fix unhandled error when running @astrojs/upgrade beta
outside of a monorepo5a3875018
Thanks @natemoo-re! - Initial release!@astrojs/upgrade
is an automated command-line tool for upgrading Astro and your official Astro integrations together.
Inside of your existing astro
project, run the following command to install the latest
version of your integrations.
With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade