Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6.6 KiB
@astrojs/upgrade
0.4.2
Patch Changes
- #12706
f6c4214
Thanks @ascorbic! - Fixes a bug that caused registry URLs that specify a port to be incorrectly detected as offline.
0.4.1
Patch Changes
- #12576
19b3ac0
Thanks @apatel369! - Fixes an issue where runningupgrade
in a directory withoutastro
installed shows a false success message
0.4.0
Minor Changes
Patch Changes
- #12577
b139390
Thanks @apatel369! - Fixes an issue where@astrojs/upgrade
announces integration updates for already up to date packages
0.4.0-beta.0
Minor Changes
0.3.4
Patch Changes
0.3.3
Patch Changes
0.3.2
Patch Changes
0.3.1
Patch Changes
- #11139
aaf0635
Thanks @Princesseuh! - Fixes @astrojs/upgrade not using the package manager that was used to install the project to install dependencies
0.3.0
Minor Changes
-
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99
Thanks @ematipico! - Deprecate support for versions of Node.js older thanv18.17.1
for Node.js 18, older thanv20.0.3
for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
0.2.3
Patch Changes
- #10117
51b6ff7403c1223b1c399e88373075972c82c24c
Thanks @hippotastic! - Fixes an issue wherecreate astro
,astro add
and@astrojs/upgrade
would fail due to unexpected package manager CLI output.
0.2.2
Patch Changes
- #9562
67e06f9db1b0492ccfb4b053762dc91d69a53ecb
Thanks @DET171! - Updates the command used for installing packages with pnpm and yarn
0.2.1
Patch Changes
- #9317
d1c91add0
Thanks @natemoo-re! - Improves dependency handling by ignoring packages that don't use a semver version
0.2.0
Minor Changes
-
#9118
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 thelatest
version of your integrations.With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade
0.1.0-beta.0
Minor Changes
-
#9118
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 thelatest
version of your integrations.With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade
0.1.1
Patch Changes
- #9213
54e57fe9d
Thanks @natemoo-re! - Fix unhandled error when running@astrojs/upgrade beta
outside of a monorepo
0.1.0
Minor Changes
-
#8525
5a3875018
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 thelatest
version of your integrations.With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade