c410-f3r / wtx-bench

Different benchmarks of different implementations measured mainly to evaluate the performance of the wtx project
https://c410-f3r.github.io/wtx-bench
Apache License 2.0
0 stars 1 forks source link

Bump svelte from 5.0.0-next.115 to 5.0.0-next.151 in /site #57

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps svelte from 5.0.0-next.115 to 5.0.0-next.151.

Release notes

Sourced from svelte's releases.

svelte@5.0.0-next.151

Patch Changes

  • fix: relax Component type (#11929)

  • fix: sort {@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)

svelte@5.0.0-next.150

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)

svelte@5.0.0-next.149

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)

svelte@5.0.0-next.148

Patch Changes

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

  • breaking: removed deferred event updates (#11855)

svelte@5.0.0-next.147

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.0.0-next.151

Patch Changes

  • fix: relax Component type (#11929)

  • fix: sort {@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)

5.0.0-next.150

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)

5.0.0-next.149

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)

5.0.0-next.148

Patch Changes

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

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 weeks ago

Superseded by #58.