Version Packages (next) (#13650)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13685/head svelte@5.0.0-next.270
github-actions[bot] 2 months ago committed by GitHub
parent 18c5a5ba2d
commit 793a8de06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -165,6 +165,7 @@
"early-ads-tie", "early-ads-tie",
"early-months-whisper", "early-months-whisper",
"early-needles-bake", "early-needles-bake",
"early-rockets-join",
"early-taxis-allow", "early-taxis-allow",
"eight-carrots-hunt", "eight-carrots-hunt",
"eight-comics-tell", "eight-comics-tell",
@ -306,6 +307,7 @@
"gold-tools-nail", "gold-tools-nail",
"good-buses-reply", "good-buses-reply",
"good-cars-visit", "good-cars-visit",
"good-kings-try",
"good-pianos-jump", "good-pianos-jump",
"good-plums-type", "good-plums-type",
"good-rice-tap", "good-rice-tap",
@ -511,6 +513,7 @@
"nasty-lions-double", "nasty-lions-double",
"nasty-mayflies-smoke", "nasty-mayflies-smoke",
"nasty-penguins-pump", "nasty-penguins-pump",
"nasty-teachers-end",
"nasty-yaks-peel", "nasty-yaks-peel",
"neat-boats-shake", "neat-boats-shake",
"neat-boxes-chew", "neat-boxes-chew",
@ -518,6 +521,7 @@
"neat-ducks-jam", "neat-ducks-jam",
"neat-files-rescue", "neat-files-rescue",
"neat-jokes-beam", "neat-jokes-beam",
"neat-rabbits-divide",
"neat-ways-allow", "neat-ways-allow",
"nervous-adults-sell", "nervous-adults-sell",
"nervous-berries-boil", "nervous-berries-boil",
@ -731,6 +735,7 @@
"silly-lies-film", "silly-lies-film",
"silly-masks-exist", "silly-masks-exist",
"silly-ways-wash", "silly-ways-wash",
"silver-beans-hear",
"silver-mice-double", "silver-mice-double",
"silver-points-approve", "silver-points-approve",
"silver-sheep-knock", "silver-sheep-knock",
@ -749,6 +754,7 @@
"sleepy-cats-eat", "sleepy-cats-eat",
"sleepy-dogs-sit", "sleepy-dogs-sit",
"slimy-clouds-talk", "slimy-clouds-talk",
"slimy-garlics-beg",
"slimy-hairs-impress", "slimy-hairs-impress",
"slimy-laws-explode", "slimy-laws-explode",
"slimy-news-help", "slimy-news-help",
@ -780,6 +786,7 @@
"smart-turkeys-tell", "smart-turkeys-tell",
"smart-zebras-pay", "smart-zebras-pay",
"smart-zoos-vanish", "smart-zoos-vanish",
"smooth-apes-shave",
"smooth-kids-protect", "smooth-kids-protect",
"smooth-pens-exist", "smooth-pens-exist",
"smooth-pens-protect", "smooth-pens-protect",
@ -803,6 +810,7 @@
"spicy-plums-admire", "spicy-plums-admire",
"spotty-crabs-give", "spotty-crabs-give",
"spotty-houses-search", "spotty-houses-search",
"spotty-kings-hug",
"spotty-pens-agree", "spotty-pens-agree",
"spotty-rocks-destroy", "spotty-rocks-destroy",
"spotty-shrimps-hug", "spotty-shrimps-hug",
@ -869,6 +877,7 @@
"ten-teachers-travel", "ten-teachers-travel",
"ten-ties-repair", "ten-ties-repair",
"ten-trainers-juggle", "ten-trainers-juggle",
"ten-vans-divide",
"ten-worms-reflect", "ten-worms-reflect",
"tender-bats-switch", "tender-bats-switch",
"tender-lemons-judge", "tender-lemons-judge",
@ -947,6 +956,7 @@
"unlucky-steaks-warn", "unlucky-steaks-warn",
"unlucky-trees-lick", "unlucky-trees-lick",
"violet-bats-brake", "violet-bats-brake",
"violet-buses-cross",
"violet-mails-trade", "violet-mails-trade",
"violet-mugs-behave", "violet-mugs-behave",
"violet-otters-carry", "violet-otters-carry",
@ -995,6 +1005,7 @@
"witty-hornets-think", "witty-hornets-think",
"witty-phones-retire", "witty-phones-retire",
"witty-readers-provide", "witty-readers-provide",
"witty-shirts-confess",
"witty-sloths-impress", "witty-sloths-impress",
"witty-steaks-dream", "witty-steaks-dream",
"witty-tomatoes-care", "witty-tomatoes-care",

@ -1,5 +1,31 @@
# svelte # svelte
## 5.0.0-next.270
### Patch Changes
- fix: bail out if slot name changes and $slots assigned to variable ([#13678](https://github.com/sveltejs/svelte/pull/13678))
- feat: add `migration-task` for impossible to migrate slots ([#13658](https://github.com/sveltejs/svelte/pull/13658))
- feat: tell users of `@migration-task` ([#13668](https://github.com/sveltejs/svelte/pull/13668))
- fix: correct migration of uninitialised state ([#13673](https://github.com/sveltejs/svelte/pull/13673))
- fix: ensure migrate correctly handles named slots ([#13676](https://github.com/sveltejs/svelte/pull/13676))
- feat: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
- fix: migrate reactive statements with inner blocks ([#13675](https://github.com/sveltejs/svelte/pull/13675))
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
- fix: migrated snippet shadowing prop and let directive removal ([#13679](https://github.com/sveltejs/svelte/pull/13679))
- chore: CompileDiagnostic no longer extends Error ([#13651](https://github.com/sveltejs/svelte/pull/13651))
- fix: reset `reset_element` in `render` to prevent runtime error ([#13669](https://github.com/sveltejs/svelte/pull/13669))
## 5.0.0-next.269 ## 5.0.0-next.269
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.0.0-next.269", "version": "5.0.0-next.270",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.0-next.269'; export const VERSION = '5.0.0-next.270';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save