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.143 in /site #43

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Release notes

Sourced from svelte's releases.

svelte@5.0.0-next.143

Patch Changes

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

svelte@5.0.0-next.142

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)

svelte@5.0.0-next.141

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)

svelte@5.0.0-next.140

Patch Changes

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

svelte@5.0.0-next.139

Patch Changes

  • fix: ensure we clear down each block opening anchors from document (#11740)

svelte@5.0.0-next.138

Patch Changes

  • fix: allow comments after last selector in css (#11723)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.0.0-next.143

Patch Changes

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

5.0.0-next.142

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)

5.0.0-next.141

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)

5.0.0-next.140

Patch Changes

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

5.0.0-next.139

Patch Changes

  • fix: ensure we clear down each block opening anchors from document (#11740)

... (truncated)

Commits
  • d1a14ef Version Packages (next) (#11800)
  • 8c66b64 feat: provide new Component type that represents the shape of components (#...
  • 6e8131d Version Packages (next) (#11767)
  • 7a1326b fix: handle this parameter in TypeScript-annotated functions (#11795)
  • 5fb017d fix: allow classes to be reassigned (#11794)
  • 4fef0eb fix: capture the correct event names when spreading attributes (#11783)
  • ee9d5ef fix: allow global next to & for nesting (#11784)
  • b963e53 fix: parse ongotpointercapture and onlostpointercapture events correctly (#11...
  • d1f5d5d fix: only inject push/pop/$$props in SSR components when necessary (#11771)
  • 9084f17 fix: allow runelike writable as prop (#11768)
  • 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 1 month ago

Superseded by #47.