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.150 in /site #56

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.150.

Release notes

Sourced from svelte's releases.

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

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

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

svelte@5.0.0-next.144

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)

... (truncated)

Changelog

Sourced from svelte's changelog.

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)

  • breaking: removed deferred event updates (#11855)

5.0.0-next.147

Patch Changes

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

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

5.0.0-next.146

Patch Changes

... (truncated)

Commits
  • 8c9d9a4 Version Packages (next) (#11899)
  • 4da0d2a chore: speed up regex (#11918)
  • 6efd9d6 fix: correctly backport svelte:element to old AST (#11917)
  • b1cbfc3 fix: populate this.#sources when constructing reactive map (#11915)
  • 862949d fix: increment version when creating new source in Map.get or Map.has (#11913)
  • c0c1a56 feat: bind activeElement and pointerLockElement in \<svelte:document> (#...
  • f3c291d fix: silence state_referenced_locally when state is exported (#11905)
  • 03945bd fix: ensure event.target is correct for delegation (#11900)
  • 33f8330 chore: fix typo in internals (#11895)
  • 5ac6aa3 fix: add unused-export-let to legacy lint replacements (#11896)
  • Additional commits viewable in compare view


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 #57.