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.166 #179

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.166

Compare Source

Patch Changes
  • fix: remove correct event listener from document (#​12101)

  • fix: correctly serialize object assignment expressions (#​12175)

  • fix: robustify migration script around indentation and comments (#​12176)

  • fix: improve await block behaviour in non-runes mode (#​12179)

  • fix: improve select handling of dynamic value with placeholders (#​12181)

v5.0.0-next.165

Compare Source

Patch Changes
  • breaking: bump dts-buddy (#​12134)

  • fix: throw compilation error for malformed snippets (#​12144)

v5.0.0-next.164

Compare Source

Patch Changes
  • fix: prevent a11y_label_has_associated_control false positive for component or render tag in <label> (#​12119)

  • fix: allow multiple optional parameters with defaults in snippets (#​12070)

v5.0.0-next.163

Patch Changes
  • feat: more accurate render/mount/hydrate options (#​12111)

  • fix: better binding interop between runes/non-runes components (#​12123)

v5.0.0-next.162

Patch Changes
  • chore: remove anchor node from each block items (#​11836)

v5.0.0-next.160

Compare Source

Patch Changes
  • chore: improve runtime performance of capturing reactive signals (#​12093)

v5.0.0-next.159

Compare Source

Patch Changes
  • fix: ensure element size bindings don't unsubscribe multiple times from the resize observer (#​12091)

  • fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute (#​12081)

  • fix: preserve current input values when removing defaults (#​12083)

  • fix: preserve component function context for nested components (#​12089)

v5.0.0-next.158

Compare Source

Patch Changes
  • fix: adjust module declaration to work around language tools bug (#​12071)

v5.0.0-next.157

Compare Source

Patch Changes
  • fix: handle is attribute on elements with spread (#​12056)

  • fix: correctly process empty lines in messages (#​12057)

  • fix: rewrite state_unsafe_mutation message (#​12059)

  • fix: support function invocation from imported *.svelte components (#​12061)

  • fix: better types for on (#​12053)

v5.0.0-next.155

Compare Source

Patch Changes
  • fix: robustify migration script (#​12019)

  • fix: relax constraint for ComponentProps (#​12026)

  • fix: address event delegation duplication behaviour (#​12014)

  • chore: remove createRoot references (#​12018)

  • chore: clear Map/Set before triggering $inspect callbacks (#​12013)

  • breaking: rename $effect.active to $effect.tracking (#​12022)

v5.0.0-next.154

Compare Source

Patch Changes
  • fix: ensure bound input content is resumed on hydration (#​11986)

  • fix: better render type (#​11997)

  • fix: SSR template escaping (#​12007)

v5.0.0-next.153

Compare Source

Patch Changes
  • feat: defer tasks without creating effects (#​11960)

  • fix: enusre dev validation in dynamic component works as intended (#​11985)

  • feat: detach inert effects (#​11955)

  • feat: sort possible bindings in invalid binding error (#​11950)

  • fix: apply style directives to element with empty style attribute (#​11971)

v5.0.0-next.152

Compare Source

Patch Changes
  • fix: validate form inside a form (#​11947)

  • fix: more robust handling of events in spread attributes (#​11942)

  • feat: simpler `svelte:element hydration (#​11773)

  • fix: make legacy.componentApi option more visible (#​11924)

  • feat: simpler hydration of CSS custom property wrappers (#​11948)

  • chore: optimise effects that only exist to return a teardown (#​11936)

  • feat: always create wrapper <div> for <svelte:component> with CSS custom properties (#​11792)

  • feat: add svelte/events package and export on function (#​11912)

  • feat: more efficient output for attributes in SSR (#​11949)

  • fix: update reactive set when deleting initial values (#​11967)

  • feat: simpler string normalization (#​11954)

  • fix: always assign text.nodeValue (#​11944)

v5.0.0-next.151

Compare Source

Patch Changes
  • fix: relax Component type (#​11929)

  • fix: sort {@&#8203;const ...} tags topologically in legacy mode (#​11908)

  • chore: deprecate html in favour of body for render() (#​11927)

  • fix: append start/end info to AssignmentPattern and VariableDeclarator (#​11930)

  • fix: relax slot prop validation on components (#​11923)

v5.0.0-next.150

Compare Source

Patch Changes
  • fix: populate this.#sources when constructing reactive map (#​11913)

  • fix: omit state_referenced_locally warning for component exports (#​11905)

  • fix: ensure event.target is correct for delegation (#​11900)

  • chore: speed up regex (#​11918)

  • feat: bind activeElement and pointerLockElement in <svelte:document> (#​11879)

  • fix: correctly backport svelte:element to old AST (#​11917)

  • fix: add unused-export-let to legacy lint replacements (#​11896)

v5.0.0-next.149

Compare Source

Patch Changes
  • fix: keep default values of props a proxy after reassignment (#​11860)

  • fix: address map reactivity regression (#​11882)

  • fix: assign message to error object in handle_error using Object.defineProperty (#​11675)

  • fix: ensure frozen objects in state are correctly skipped (#​11889)

v5.0.0-next.148

Compare Source

Patch Changes
  • chore: improve $state.frozen performance in prod (#​11852)

  • breaking: removed deferred event updates (#​11855)

v5.0.0-next.147

Compare Source

Patch Changes
  • fix: improve reactive Map and Set implementations (#​11827)

  • fix: improve controlled each block cleanup performance (#​11839)

v5.0.0-next.144

Compare Source

Patch Changes
  • fix: address derived memory leak on disconnection from reactive graph (#​11819)

  • fix: set correct scope for @const tags within slots (#​11798)

  • fix: better support for onwheel events in chrome (#​11808)

  • fix: coherent infinite loop guard (#​11815)

  • fix: make prop fallback values deeply reactive if needed (#​11804)

  • fix: robustify initial scroll value detection when scroll is smooth (#​11802)

v5.0.0-next.143

Compare Source

Patch Changes
  • feat: provide Component type that represents the new shape of Svelte components (#​11775)

v5.0.0-next.142

Compare Source

Patch Changes
  • fix: allow runelike writable as prop (#​11768)

  • fix: support array.lastIndexOf without second argument (#​11766)

  • fix: handle this parameter in TypeScript-annotated functions (#​11795)

  • fix: allow classes to be reassigned (#​11794)

  • fix: capture the correct event names when spreading attributes (#​11783)

  • fix: allow global next to & for nesting (#​11784)

  • fix: parse ongotpointercapture and onlostpointercapture events correctly (#​11790)

  • fix: only inject push/pop in SSR components when necessary (#​11771)

v5.0.0-next.141

Compare Source

Patch Changes
  • fix: throw on invalid attribute expressions (#​11736)

  • fix: use svg methods for updating svg attributes too (#​11755)

  • fix: don't warn on link without href if aria-disabled (#​11737)

  • fix: don't use console.trace inside dev warnings (#​11744)

v5.0.0-next.140

Compare Source

Patch Changes
  • breaking: event handlers + bindings now yield effect updates (#​11706)

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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Jan 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svead ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 1:51pm

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.30 chore(deps): update dependency svelte to v5.0.0-next.31 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.31 chore(deps): update dependency svelte to v5.0.0-next.32 Jan 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.32 chore(deps): update dependency svelte to v5.0.0-next.33 Jan 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.33 chore(deps): update dependency svelte to v5.0.0-next.34 Jan 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.34 chore(deps): update dependency svelte to v5.0.0-next.35 Jan 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.35 chore(deps): update dependency svelte to v5.0.0-next.36 Jan 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.36 chore(deps): update dependency svelte to v5.0.0-next.37 Jan 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.37 chore(deps): update dependency svelte to v5.0.0-next.38 Jan 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.38 chore(deps): update dependency svelte to v5.0.0-next.39 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from f3ee648 to d447ac0 Compare June 19, 2024 20:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.158 chore(deps): update dependency svelte to v5.0.0-next.159 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.159 chore(deps): update dependency svelte to v5.0.0-next.160 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.160 chore(deps): update dependency svelte to v5.0.0-next.162 Jun 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.162 chore(deps): update dependency svelte to v5.0.0-next.163 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 2 times, most recently from ace87df to e325928 Compare June 22, 2024 05:40
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.163 chore(deps): update dependency svelte to v5.0.0-next.164 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 5 times, most recently from 50b8b80 to 3adf9fb Compare June 24, 2024 13:09
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.164 chore(deps): update dependency svelte to v5.0.0-next.165 Jun 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.0.0-next.165 chore(deps): update dependency svelte to v5.0.0-next.166 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x branch 6 times, most recently from 1dd0ed7 to e7cf8b8 Compare June 26, 2024 09:05
@spences10 spences10 merged commit 6f521e4 into main Jun 28, 2024
0 of 3 checks passed
@renovate renovate bot deleted the renovate/svelte-5.x branch June 28, 2024 07:28
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.

None yet

1 participant