Skip to content

chore(deps): update dependency svelte to v5.0.0-next.151 #769

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

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte)

v5.0.0-next.151

Compare Source

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)

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)

v5.0.0-next.139

Compare Source

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

v5.0.0-next.138

Compare Source

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

  • fix: don't add scoping modifier to nesting selectors (#​11713)

  • chore: speedup hydration around input and select values (#​11717)

  • fix: update value like attributes in a separate template_effect (#​11720)

  • fix: improve handling of unowned derived signal (#​11712)

v5.0.0-next.137

Compare Source

Patch Changes
  • fix: migrate derivations without semicolons (#​11704)

  • fix: check for invalid bindings on window and document (#​11676)

  • fix: more efficient spread attributes in SSR output (#​11660)

  • fix: inline pointer events now correctly work in Chrome (#​11695)

  • fix: don't require warning codes to be separated by commas in non-runes mode (#​11669)

v5.0.0-next.136

Compare Source

Patch Changes
  • chore: remove handle_compile_error (#​11639)

  • breaking: disallow string literal values in <svelte:element this="..."> (#​11454)

  • fix: use coarse-grained updates for derived expressions passed to props in legacy mode (#​11652)

  • fix: robustify bind:scrollX/Y binding (#​11655)

  • feat: migrate <svelte:element this="div"> (#​11659)

  • feat: more information when hydration fails (#​11649)

  • fix: replay load and error events on load during hydration (#​11642)

v5.0.0-next.135

Compare Source

Patch Changes
  • fix: make messages more consistent (#​11643)

  • feat: introduce rootDir compiler option, make filename relative to it (#​11627)

  • fix: rename __svelte_meta.filename to __svelte_meta.file to align with svelte 4 (#​11627)

  • fix: avoid state_referenced_locally warning within type annotations (#​11638)

v5.0.0-next.134

Compare Source

Patch Changes
  • chore: improve SSR invalid element error message (#​11585)

  • fix: deduplicate children prop and default slot (#​10800)

  • feat: error on imports to svelte/internal/* (#​11632)

  • fix: better handle img loading attribute (#​11635)

  • feat: add $state.is rune (#​11613)

  • feat: provide $state warnings for accidental equality (#​11610)

  • feat: error when snippet shadow a prop (#​11631)

  • chore: use new CustomEvent instead of deprecated initCustomEvent (#​11629)

v5.0.0-next.133

Compare Source

Patch Changes
  • fix: add backwards-compat for old warning codes in legacy mode (#​11607)

v5.0.0-next.132

Compare Source

Patch Changes
  • chore: improve runtime overhead of creating comment templates (#​11591)

  • fix: replicate Svelte 4 props update detection in legacy mode (#​11577)

  • fix: allow for non optional chain call expression in render (#​11578)

  • fix: correctly handle falsy values of style directives in SSR mode (#​11583)

  • fix: improve handling of lazy image elements (#​11593)

  • fix: skip deriveds for props with known safe calls (#​11595)

v5.0.0-next.131

Compare Source

Patch Changes
  • chore: optimise effects (#​11569)

  • fix: ensure all effect cleanup functions are untracked (#​11567)


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Jun 8, 2024

⚠️ No Changeset found

Latest commit: 05d0a5d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/svelte-5.x branch from f4456fe to 23bbc2b Compare June 8, 2024 07:42
@ota-meshi ota-meshi merged commit bcc658e into main Jun 8, 2024
13 checks passed
@ota-meshi ota-meshi deleted the renovate/svelte-5.x branch June 8, 2024 07:51
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