Skip to content

Commit c82cec3

Browse files
chore: replace svelte-5-preview link (#327)
Co-authored-by: Ben McCann <[email protected]>
1 parent 2f21b27 commit c82cec3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/six-moose-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore: replace svelte-5-preview link

packages/migrate/migrations/svelte-5/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@ export async function migrate() {
190190
"install the updated dependencies ('npm i' / 'pnpm i' / etc) " +
191191
'(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)',
192192
use_git && cyan('git commit -m "migration to Svelte 5"'),
193-
'Review the breaking changes at https://svelte-5-preview.vercel.app/docs/breaking-changes'
194-
// replace with this once it's live:
195-
// 'Review the migration guide at https://svelte.dev/docs/svelte/v5-migration-guide',
196-
// 'Read the updated docs at https://svelte.dev/docs/svelte'
193+
'Review the migration guide at https://svelte.dev/docs/svelte/v5-migration-guide'
197194
].filter(Boolean);
198195

199196
tasks.forEach((task, i) => {

0 commit comments

Comments
 (0)