Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/six-moose-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: replace svelte-5-preview link
6 changes: 2 additions & 4 deletions packages/migrate/migrations/svelte-5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,8 @@ export async function migrate() {
"install the updated dependencies ('npm i' / 'pnpm i' / etc) " +
'(note that there may be peer dependency issues when not all your libraries officially support Svelte 5 yet. In this case try installing with the --force option)',
use_git && cyan('git commit -m "migration to Svelte 5"'),
'Review the breaking changes at https://svelte-5-preview.vercel.app/docs/breaking-changes'
// replace with this once it's live:
// 'Review the migration guide at https://svelte.dev/docs/svelte/v5-migration-guide',
// 'Read the updated docs at https://svelte.dev/docs/svelte'
'Review the migration guide at https://svelte.dev/docs/svelte/v5-migration-guide',
'Read the updated docs at https://svelte.dev/docs/svelte'
].filter(Boolean);

tasks.forEach((task, i) => {
Expand Down