Skip to content

Version Packages (next) #13141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"blue-timers-film",
"blue-waves-sneeze",
"brave-carrots-draw",
"brave-doors-compete",
"brave-gorillas-end",
"brave-gorillas-fold",
"brave-pigs-obey",
Expand Down Expand Up @@ -71,6 +72,7 @@
"chatty-cups-drop",
"chatty-ghosts-unite",
"chatty-sloths-allow",
"chatty-snails-train",
"chatty-taxis-juggle",
"chilled-ladybugs-invite",
"chilled-pumas-invite",
Expand Down Expand Up @@ -115,6 +117,7 @@
"curvy-buses-laugh",
"curvy-cups-cough",
"curvy-flies-exercise",
"curvy-foxes-wink",
"curvy-papayas-pretend",
"curvy-ties-shout",
"cyan-colts-raise",
Expand Down Expand Up @@ -206,8 +209,10 @@
"fifty-rice-wait",
"fifty-steaks-float",
"fifty-toys-invite",
"five-birds-check",
"five-maps-reflect",
"five-shirts-run",
"five-suns-roll",
"five-tigers-search",
"flat-feet-visit",
"flat-ghosts-fly",
Expand Down Expand Up @@ -251,6 +256,7 @@
"funny-wombats-argue",
"fuzzy-bags-camp",
"fuzzy-donuts-provide",
"fuzzy-tigers-swim",
"gentle-dolls-juggle",
"gentle-eagles-walk",
"gentle-needles-train",
Expand Down Expand Up @@ -374,6 +380,7 @@
"large-waves-join",
"late-bees-vanish",
"late-crabs-lay",
"late-geckos-draw",
"late-grapes-judge",
"late-peaches-mate",
"late-zebras-argue",
Expand Down Expand Up @@ -429,6 +436,7 @@
"mean-jokes-exist",
"mean-numbers-cry",
"mean-parents-film",
"metal-cameras-jump",
"metal-clouds-raise",
"metal-lobsters-burn",
"metal-pans-trade",
Expand Down Expand Up @@ -527,6 +535,7 @@
"plenty-zoos-fix",
"polite-dolphins-care",
"polite-peas-mate",
"polite-pugs-attend",
"polite-pumpkins-guess",
"polite-ravens-study",
"polite-tomatoes-trade",
Expand Down Expand Up @@ -585,6 +594,7 @@
"rich-tables-sing",
"rich-taxis-hear",
"rich-waves-mix",
"rotten-actors-rush",
"rotten-bags-type",
"rotten-buckets-develop",
"rotten-experts-relax",
Expand All @@ -596,6 +606,7 @@
"selfish-socks-smile",
"selfish-spies-help",
"selfish-tools-hide",
"selfish-trainers-kiss",
"serious-bobcats-carry",
"serious-crabs-punch",
"serious-goats-tap",
Expand Down Expand Up @@ -729,6 +740,7 @@
"strange-pears-perform",
"strange-pillows-greet",
"strange-roses-brake",
"strange-trains-destroy",
"strong-apricots-destroy",
"strong-gifts-smoke",
"strong-lemons-provide",
Expand Down Expand Up @@ -758,6 +770,7 @@
"tame-cycles-kneel",
"tame-dodos-float",
"tame-dots-battle",
"tame-frogs-shave",
"tame-goats-bow",
"tame-spies-drum",
"tasty-cheetahs-appear",
Expand All @@ -769,6 +782,7 @@
"ten-jokes-divide",
"ten-peaches-sleep",
"ten-singers-cough",
"ten-singers-repair",
"ten-teachers-travel",
"ten-ties-repair",
"ten-trainers-juggle",
Expand Down Expand Up @@ -814,6 +828,7 @@
"tiny-taxis-whisper",
"tough-buckets-thank",
"tough-radios-punch",
"tough-snails-chew",
"tough-tomatoes-explain",
"tricky-avocados-play",
"tricky-balloons-care",
Expand All @@ -827,6 +842,7 @@
"twelve-scissors-kneel",
"twelve-worms-jog",
"twenty-gifts-develop",
"twenty-toes-attack",
"two-brooms-fail",
"two-candles-move",
"two-cats-approve",
Expand Down
36 changes: 36 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# svelte

## 5.0.0-next.245

### Patch Changes

- fix: visit expression for `svelte:component` references ([#13151](https://github.com/sveltejs/svelte/pull/13151))

- fix: ensure signal graph is consistent before triggering $inspect signals ([#13153](https://github.com/sveltejs/svelte/pull/13153))

- feat: better types for the `autocomplete` attribute ([#13201](https://github.com/sveltejs/svelte/pull/13201))

- fix: widen ownership upon property access if necessary ([#13175](https://github.com/sveltejs/svelte/pull/13175))

- fix: don't show `state_referenced_locally` warning on types ([#13177](https://github.com/sveltejs/svelte/pull/13177))

- fix: ensure locally mutated bindable props persist with spreading props ([#13190](https://github.com/sveltejs/svelte/pull/13190))

- fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` ([#13216](https://github.com/sveltejs/svelte/pull/13216))

- fix: ensure types are easier to follow for TypeScript ([#13140](https://github.com/sveltejs/svelte/pull/13140))

- fix: ensure $inspect effects are fine-grain ([#13199](https://github.com/sveltejs/svelte/pull/13199))

- fix: ensure unowned derived signals correctly re-connect to graph ([#13184](https://github.com/sveltejs/svelte/pull/13184))

- fix: ensure inner script tags are properly removed ([#13152](https://github.com/sveltejs/svelte/pull/13152))

- chore: improve ssr parent validation ([#13158](https://github.com/sveltejs/svelte/pull/13158))

- fix: prevent nullish snippet for rendering empty content ([#13083](https://github.com/sveltejs/svelte/pull/13083))

- fix: allow more characters in the unicode range as component identifiers ([#13198](https://github.com/sveltejs/svelte/pull/13198))

- fix: allow for nesting selector in pseudoclasses ([#13209](https://github.com/sveltejs/svelte/pull/13209))

- fix: ensure StyleDirective and ClassDirective are marked as dynamic ([#13205](https://github.com/sveltejs/svelte/pull/13205))

## 5.0.0-next.244

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.244",
"version": "5.0.0-next.245",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.244';
export const VERSION = '5.0.0-next.245';
export const PUBLIC_VERSION = '5';