Skip to content
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

chore(deps): update dependency svelte to v5.0.0-next.203 #853

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.0.0-next.166 -> 5.0.0-next.203 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.203

Compare Source

Patch Changes
  • chore: internal compiler refactoring (#​12651)

  • fix: widen ComponentProps constraint to accept more component shapes (#​12666)

  • feat: make <svelte:component> unnecessary in runes mode (#​12646)

v5.0.0-next.202

Compare Source

Patch Changes
  • fix: remove implicit passive behavior from OnDirective events (#​12645)

  • fix: always set draggable through setAttribute to avoid weird behavior (#​12649)

v5.0.0-next.201

Compare Source

Patch Changes
  • feat: remove $.unwrap calls from each block indexes (#​12640)

  • fix: error on bind:this to each block parameter (#​12638)

  • feat: remove $.unwrap calls from bind:group (#​12642)

v5.0.0-next.200

Compare Source

Patch Changes
  • fix: never set custom element props as attributes inside templates (#​12622)

  • feat: better code generation for let: directives in SSR mode (#​12611)

  • fix: correctly update stores when reassigning with operator other than = (#​12614)

v5.0.0-next.199

Compare Source

Patch Changes
  • fix: add missing hydration mismatch call-site (#​12604)

  • fix: apply dynamic event fixes to OnDirective (#​12582)

  • fix: ensure directives run in sequential order (#​12591)

  • fix: tweak element_invalid_self_closing_tag to exclude namespace (#​12585)

  • breaking: avoid flushing queued updates on mount/hydrate (#​12602)

  • feat: allow :global in more places (#​12560)

v5.0.0-next.198

Compare Source

Patch Changes
  • chore: remove internal binding.expression mechanism (#​12530)

  • fix: exclude bind:this from reactive state validation (#​12566)

v5.0.0-next.197

Compare Source

Patch Changes
  • fix: correctly set anchor inside HMR block (#​12575)

v5.0.0-next.196

Compare Source

Patch Changes
  • fix: ensure dynamic event handlers are wrapped in a derived (#​12563)

  • chore: tidy up dynamic event handler generated code (#​12553)

  • fix: dynamic event delegation for stateful call expressions (#​12549)

  • fix: ensure $state.snapshot correctly clones Date objects (#​12564)

  • fix: remove runtime validation of components/snippets, rely on types instead (#​12507)

  • fix: properly update store values (#​12562)

v5.0.0-next.195

Compare Source

Patch Changes
  • fix: update original source in HMR update (#​12547)

v5.0.0-next.194

Compare Source

Patch Changes
  • fix: bail-out of hydrating head if no anchor is found (#​12541)

  • chore: add warning for invalid render function of createRawSnippet (#​12535)

  • fix: correctly set filename on HMR wrappers (#​12543)

  • fix: only emit binding_property_non_reactive warning in runes mode (#​12544)

v5.0.0-next.193

Compare Source

Patch Changes
  • fix: improve validation error that occurs when using {@&#8203;render ...} to render default slotted content (#​12521)

  • fix: reset hydrate node after hydrate(...) (#​12512)

v5.0.0-next.192

Compare Source

Patch Changes
  • fix: make animations more robust to quick shuffling (#​12496)

  • feat: warn if binding to a non-reactive property (#​12500)

  • fix: ensure $state proxy invokes set accessor if present (#​12503)

v5.0.0-next.191

Compare Source

Patch Changes
  • fix: properly assign trailing comments (#​12471)

  • breaking: remove deep reactivity from non-bindable props (#​12484)

  • fix: ensure async initial store value is noticed (#​12486)

  • fix: don't add imports to hoisted event parameters (#​12493)

  • fix: set volume through DOM property rather than attribute (#​12485)

v5.0.0-next.190

Compare Source

Patch Changes
  • fix: hydrate multiple <svelte:head> elements correctly (#​12475)

  • fix: assign correct scope to attributes of named slot (#​12476)

  • breaking: warn on quoted single-expression attributes in runes mode (#​12479)

v5.0.0-next.189

Compare Source

Patch Changes

v5.0.0-next.188

Compare Source

Patch Changes
  • fix: ensure $state.snapshot never errors (#​12445)

  • feat: move dev-time component properties to private symbols' (#​12461)

v5.0.0-next.187

Compare Source

Patch Changes
  • fix: always pass original component to HMR wrapper (#​12454)

  • fix: ensure previous transitions are properly aborted (#​12460)

v5.0.0-next.186

Compare Source

Patch Changes
  • feat: skip pending block for already-resolved promises (#​12274)

  • feat: add ability to ignore warnings through warningFilter compiler option (#​12296)

  • fix: run animations in microtask so that deferred transitions can measure nodes correctly (#​12453)

v5.0.0-next.185

Compare Source

Patch Changes
  • fix: allow leading and trailing comments in mustache expression (#​11866)

  • fix: ensure hydration walks all nodes (#​12448)

  • fix: prevent whitespaces merging across component boundaries (#​12449)

  • fix: detect mutations within assignment expressions (#​12429)

v5.0.0-next.184

Compare Source

Patch Changes
  • fix: show correct errors for invalid runes in .svelte.js files (#​12432)

  • breaking: use structuredClone inside $state.snapshot (#​12413)

v5.0.0-next.183

Compare Source

Patch Changes
  • fix: properly validate snippet/slot interop (#​12421)

  • fix: cache call expressions in render tag arguments (#​12418)

  • fix: optimize bind:group (#​12406)

v5.0.0-next.182

Compare Source

Patch Changes
  • fix: abort outro when intro starts (#​12321)

  • feat: warn in dev on {@&#8203;html ...} block hydration mismatch (#​12396)

  • feat: only create a maximum of one document event listener per event (#​12383)

  • fix: disallow using let: directives with component render tags (#​12400)

  • fix: mark variables in shorthand style directives as referenced (#​12392)

  • fix: handle empty else if block in legacy AST (#​12397)

  • fix: properly delay intro transitions (#​12389)

v5.0.0-next.181

Compare Source

Patch Changes
  • fix: reflect SvelteURLSearchParams changes to SvelteURL (#​12285)

  • fix: ensure hmr block effects are transparent for transitions (#​12384)

  • feat: simpler HMR logic (#​12391)

v5.0.0-next.180

Compare Source

Patch Changes
  • fix: handle nested :global(...) selectors (#​12365)

  • feat: include CSS in <head> when css: 'injected' (#​12374)

  • fix: destroy effects that error on creation (#​12376)

  • breaking: rename legacy.componentApi to compatibility.componentApi (#​12370)

  • fix: correctly validate <svelte:component> with bind:this (#​12368)

v5.0.0-next.179

Compare Source

Patch Changes
  • fix: ensure $slots returns a record of booleans (#​12359)

  • feat: single-pass hydration (#​12335)

v5.0.0-next.178

Compare Source

Patch Changes
  • fix: reconnected deep derived signals to graph (#​12350)

v5.0.0-next.177

Compare Source

Patch Changes
  • breaking: play transitions on mount by default (#​12351)

  • fix: make <select> <option value> behavior consistent (#​12316)

  • chore: stricter control flow syntax validation in runes mode (#​12342)

  • fix: resolve legacy component props equality for mutations (#​12348)

  • fix: make $state component exports settable (#​12345)

v5.0.0-next.176

Compare Source

Patch Changes
  • fix: correct start of {:else if} and {:else} (#​12043)

  • fix: reverse parent/child order in invalid HTML warning (#​12336)

  • fix: reorder reactive statements during migration (#​12329)

  • feat: better <svelte:element> SSR output (#​12339)

  • chore: align warning and error objects, add frame property (#​12326)

  • fix: ensure $effect.root is ignored on the server (#​12332)

  • fix: enable local transitions on svelte:element (#​12346)

v5.0.0-next.175

Compare Source

Patch Changes
  • fix: correctly compile $effect.root in svelte modules (#​12315)

  • fix: ensure bind:this works with component with no return value (#​12290)

v5.0.0-next.174

Compare Source

Patch Changes
  • fix: bail out of event hoisting when referencing store subscriptions (#​12301)

  • chore: make store initialization logic simpler (#​12281)

  • fix: make props optional during SSR (#​12284)

  • fix: ensure each blocks properly handle $state.frozen objects in prod (#​12305)

  • fix: ensure rest props access on hoisted event handlers works (#​12298)

  • fix: lazily create a derived for each read method on SvelteDate.prototype (#​12110)

v5.0.0-next.173

Compare Source

Patch Changes

v5.0.0-next.172

Compare Source

Patch Changes
  • fix: handle duplicate signal dependencies gracefully (#​12261)

v5.0.0-next.171

Compare Source

Patch Changes
  • feat: simpler effect DOM boundaries (#​12258)

v5.0.0-next.170

Compare Source

Patch Changes
  • fix: bump dts-buddy for better type generation (#​12262)

  • breaking: expose CompileError interface, not class (#​12255)

v5.0.0-next.169

Compare Source

Patch Changes
  • breaking: rename svelte/reactivity helpers to include Svelte prefix (#​12248)

  • fix: avoid duplicate signal dependencies (#​12245)

v5.0.0-next.168

Compare Source

Patch Changes
  • fix: ensure HMR doesn't mess with anchor nodes (#​12242)

  • fix: deconflict multiple snippets of the same name (#​12221)

v5.0.0-next.167

Compare Source

Patch Changes
  • fix: make more types from svelte/compiler public (#​12189)

  • fix: support contenteditable binding undefined fallback (#​12210)

  • breaking: prevent usage of arguments keyword in certain places (#​12191)

  • fix(types): export CompileResult and Warning (#​12212)

  • fix: ensure element dir properties persist with text changes (#​12204)

  • fix: disallow accessing internal Svelte props (#​12207)

  • fix: make media bindings more robust (#​12206)

  • fix: allow slot attribute inside snippets (#​12188)

  • feat: allow let props = $props() and optimize prop read access (#​12201)

  • feat: improve type arguments for Snippet and $bindable (#​12197)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 4 times, most recently from ce706c8 to 17ac263 Compare July 2, 2024 19:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.167 chore(deps): update dependency svelte to v5.0.0-next.171 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 17ac263 to bd3bf5b Compare July 2, 2024 20:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.171 chore(deps): update dependency svelte to v5.0.0-next.172 Jul 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.172 chore(deps): update dependency svelte to v5.0.0-next.173 Jul 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.173 chore(deps): update dependency svelte to v5.0.0-next.174 Jul 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.174 chore(deps): update dependency svelte to v5.0.0-next.175 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from bd3bf5b to 70808db Compare July 6, 2024 10:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.175 chore(deps): update dependency svelte to v5.0.0-next.176 Jul 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.176 chore(deps): update dependency svelte to v5.0.0-next.178 Jul 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.178 chore(deps): update dependency svelte to v5.0.0-next.179 Jul 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.179 chore(deps): update dependency svelte to v5.0.0-next.180 Jul 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.180 chore(deps): update dependency svelte to v5.0.0-next.181 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 70808db to fb364d2 Compare July 11, 2024 07:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.181 chore(deps): update dependency svelte to v5.0.0-next.182 Jul 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.182 chore(deps): update dependency svelte to v5.0.0-next.183 Jul 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.183 chore(deps): update dependency svelte to v5.0.0-next.184 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from fb364d2 to 5508bf0 Compare July 15, 2024 19:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.184 chore(deps): update dependency svelte to v5.0.0-next.186 Jul 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.186 chore(deps): update dependency svelte to v5.0.0-next.187 Jul 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.187 chore(deps): update dependency svelte to v5.0.0-next.188 Jul 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.188 chore(deps): update dependency svelte to v5.0.0-next.189 Jul 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.189 chore(deps): update dependency svelte to v5.0.0-next.190 Jul 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.190 chore(deps): update dependency svelte to v5.0.0-next.191 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5508bf0 to cc0962a Compare July 18, 2024 17:39
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.191 chore(deps): update dependency svelte to v5.0.0-next.192 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from cc0962a to b8bad11 Compare July 20, 2024 21:22
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.192 chore(deps): update dependency svelte to v5.0.0-next.193 Jul 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.193 chore(deps): update dependency svelte to v5.0.0-next.195 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b8bad11 to 04a3c72 Compare July 23, 2024 09:08
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.195 chore(deps): update dependency svelte to v5.0.0-next.196 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 04a3c72 to 14277bd Compare July 24, 2024 07:02
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.196 chore(deps): update dependency svelte to v5.0.0-next.197 Jul 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.197 chore(deps): update dependency svelte to v5.0.0-next.198 Jul 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.198 chore(deps): update dependency svelte to v5.0.0-next.199 Jul 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.199 chore(deps): update dependency svelte to v5.0.0-next.200 Jul 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.200 chore(deps): update dependency svelte to v5.0.0-next.201 Jul 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.201 chore(deps): update dependency svelte to v5.0.0-next.202 Jul 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.202 chore(deps): update dependency svelte to v5.0.0-next.203 Jul 30, 2024
@spences10 spences10 merged commit 4e961d8 into main Jul 31, 2024
3 checks passed
@spences10 spences10 deleted the renovate/svelte-5.x-lockfile branch July 31, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant