Closed renovate[bot] closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
ark-docs | ✅ Ready (Inspect) | Visit Preview | Oct 21, 2024 2:11am |
``` bun add https://pkg.pr.new/chakra-ui/ark/@ark-ui/anatomy@3011 ```
``` bun add https://pkg.pr.new/chakra-ui/ark/@ark-ui/react@3011 ```
``` bun add https://pkg.pr.new/chakra-ui/ark/@ark-ui/svelte@3011 ```
``` bun add https://pkg.pr.new/chakra-ui/ark/@ark-ui/solid@3011 ```
``` bun add https://pkg.pr.new/chakra-ui/ark/@ark-ui/vue@3011 ```
commit: d732217
This PR contains the following updates:
5.0.0-next.264
->5.0.3
Release Notes
sveltejs/svelte (svelte)
### [`v5.0.3`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#503) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.2...svelte@5.0.3) ##### Patch Changes - chore: ensure transition events are dispatched without current reaction ([#13719](https://redirect.github.com/sveltejs/svelte/pull/13719)) ### [`v5.0.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#502) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.1...svelte@5.0.2) ##### Patch Changes - fix: don't blank css on migration error ([#13703](https://redirect.github.com/sveltejs/svelte/pull/13703)) ### [`v5.0.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#501) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0...svelte@5.0.1) ##### Patch Changes - fix: use typedef for JSDoc props and maintain comments ([#13698](https://redirect.github.com/sveltejs/svelte/pull/13698)) ### [`v5.0.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.272...svelte@5.0.0) A new major version of Svelte has been released! 🎉 The new version brings: - even better performance, - a more granular reactivity system with runes, - more expressive template syntax with snippets and event attributes, - native TypeScript support, - and backwards compatibility with the previous syntax! For more details check out the [Svelte docs](https://svelte-omnisite.vercel.app/) and the [migration guide](https://svelte-omnisite.vercel.app/docs/svelte/v5-migration-guide). ### [`v5.0.0-next.272`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next272) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.271...svelte@5.0.0-next.272) ##### Patch Changes - fix: ensure user effects are correctly executed on initialisation ([#13697](https://redirect.github.com/sveltejs/svelte/pull/13697)) - breaking: state mutations inside the template are no longer allowed ([#13660](https://redirect.github.com/sveltejs/svelte/pull/13660)) ### [`v5.0.0-next.271`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next271) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.270...svelte@5.0.0-next.271) ##### Patch Changes - fix: avoid chromium issue with dispatching blur on element removal ([#13694](https://redirect.github.com/sveltejs/svelte/pull/13694)) ### [`v5.0.0-next.270`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next270) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.269...svelte@5.0.0-next.270) ##### Patch Changes - fix: bail out if slot name changes and $slots assigned to variable ([#13678](https://redirect.github.com/sveltejs/svelte/pull/13678)) - feat: add `migration-task` for impossible to migrate slots ([#13658](https://redirect.github.com/sveltejs/svelte/pull/13658)) - feat: tell users of `@migration-task` ([#13668](https://redirect.github.com/sveltejs/svelte/pull/13668)) - fix: correct migration of uninitialised state ([#13673](https://redirect.github.com/sveltejs/svelte/pull/13673)) - fix: ensure migrate correctly handles named slots ([#13676](https://redirect.github.com/sveltejs/svelte/pull/13676)) - feat: add `migration-task` comment after errors ([#13659](https://redirect.github.com/sveltejs/svelte/pull/13659)) - fix: migrate reactive statements with inner blocks ([#13675](https://redirect.github.com/sveltejs/svelte/pull/13675)) - fix: migrating rest props type includes props types ([#13632](https://redirect.github.com/sveltejs/svelte/pull/13632)) - fix: migrated snippet shadowing prop and let directive removal ([#13679](https://redirect.github.com/sveltejs/svelte/pull/13679)) - chore: CompileDiagnostic no longer extends Error ([#13651](https://redirect.github.com/sveltejs/svelte/pull/13651)) - fix: reset `reset_element` in `render` to prevent runtime error ([#13669](https://redirect.github.com/sveltejs/svelte/pull/13669)) ### [`v5.0.0-next.269`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next269) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.268...svelte@5.0.0-next.269) ##### Patch Changes - fix: transitions within dynamic components now function correctly ([#13646](https://redirect.github.com/sveltejs/svelte/pull/13646)) - fix: use `internal_set` in `await` block ([#13642](https://redirect.github.com/sveltejs/svelte/pull/13642)) - fix: correctly applies autofocus to static elements ([#13648](https://redirect.github.com/sveltejs/svelte/pull/13648)) - fix: `method` attribute is case insensitive ([#13639](https://redirect.github.com/sveltejs/svelte/pull/13639)) - chore: avoid reporting inspections when an exception occurs ([#13601](https://redirect.github.com/sveltejs/svelte/pull/13601)) - fix: ensure legacy run utility does not cause cycles ([#13643](https://redirect.github.com/sveltejs/svelte/pull/13643)) - fix: better migration for leading and trailing comments ([#13630](https://redirect.github.com/sveltejs/svelte/pull/13630)) ### [`v5.0.0-next.268`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next268) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.267...svelte@5.0.0-next.268) ##### Patch Changes - breaking: disallow state mutations in logic block expression ([#13625](https://redirect.github.com/sveltejs/svelte/pull/13625)) - breaking: stronger enumerated types ([#13624](https://redirect.github.com/sveltejs/svelte/pull/13624)) - chore: improve runtime performance of derived signals ([#13626](https://redirect.github.com/sveltejs/svelte/pull/13626)) ### [`v5.0.0-next.267`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next267) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.266...svelte@5.0.0-next.267) ##### Patch Changes - fix: ensure inserted code is preserved during migration ([#13617](https://redirect.github.com/sveltejs/svelte/pull/13617)) - fix: ensure each block consistency to internal mutations to the collection ([#13614](https://redirect.github.com/sveltejs/svelte/pull/13614)) - chore: improve derived ownership model ([#13623](https://redirect.github.com/sveltejs/svelte/pull/13623)) - fix: ensure await block scope transforms are isolated ([#13622](https://redirect.github.com/sveltejs/svelte/pull/13622)) ### [`v5.0.0-next.266`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next266) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.265...svelte@5.0.0-next.266) ##### Patch Changes - feat: add hidden until-found and beforematch ([#13612](https://redirect.github.com/sveltejs/svelte/pull/13612)) - fix: ensure local prop value is read during teardown ([#13611](https://redirect.github.com/sveltejs/svelte/pull/13611)) - fix: take snippets into account when scoping CSS ([#13589](https://redirect.github.com/sveltejs/svelte/pull/13589)) - breaking: scope `:not(...)` selectors ([#13568](https://redirect.github.com/sveltejs/svelte/pull/13568)) - breaking: scope `:has(...)` selectors ([#13567](https://redirect.github.com/sveltejs/svelte/pull/13567)) ### [`v5.0.0-next.265`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next265) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.264...svelte@5.0.0-next.265) ##### Patch Changes - fix: ensure source and filename are known to compileModule's source map ([#13546](https://redirect.github.com/sveltejs/svelte/pull/13546)) - fix: cleanup non-branch effects created inside block effects ([#13600](https://redirect.github.com/sveltejs/svelte/pull/13600)) - fix: do no rerun the each block when array change from empty to empty ([#13553](https://redirect.github.com/sveltejs/svelte/pull/13553)) - fix: ensure effects destroy owned deriveds upon teardown ([#13563](https://redirect.github.com/sveltejs/svelte/pull/13563)) - fix: ensure proxied arrays correctly update their length upon deletions ([#13549](https://redirect.github.com/sveltejs/svelte/pull/13549)) - fix: avoid assigning input.value if the value is the same to fix `minlength` ([#13574](https://redirect.github.com/sveltejs/svelte/pull/13574)) - fix: use `analysis.name` when migrating `Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.