Open manuel3108 opened 5 days ago
Latest commit: 5db26621b627a7ca5c429b413fbc0d86a9ac0f94
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
pnpm add https://pkg.pr.new/sveltejs/cli/sv@314
pnpm add https://pkg.pr.new/sveltejs/cli/svelte-migrate@314
commit: e032ff7
Adds a script
pnpm update-dependencies
to automatically update the dependencies. This script focuses onpackage.json
dependencies (usingpnpm update --recursive
)addons
(usingregex
andfetch
to npm)As discussed, updating the actual dependencies (packages and addons) should happen separately, since both also require code changes, although minimal.