Skip to content

chore(deps): update dependency svelte to v5.33.11 #393

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.19.5 -> 5.33.11 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sveltejs/svelte (svelte)

v5.33.11

Compare Source

Patch Changes
  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#​16038)

v5.33.10

Compare Source

Patch Changes
  • fix: use fill: 'forwards' on transition animations to prevent flicker (#​16035)

v5.33.9

Compare Source

Patch Changes
  • fix: put expressions in effects unless known to be static (#​15792)

v5.33.8

Compare Source

Patch Changes
  • fix: only select_option if 'value' is in next (#​16032)

v5.33.7

Compare Source

Patch Changes
  • fix: bind:value to select with stores (#​16028)

v5.33.6

Compare Source

Patch Changes
  • fix: falsy attachments on components (#​16021)

  • fix: correctly mark elements as selected during SSR (#​16017)

v5.33.5

Compare Source

Patch Changes
  • fix: handle derived destructured iterators (#​16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#​15961)

v5.33.4

Compare Source

Patch Changes
  • fix: narrow defaultChecked to boolean (#​16009)

  • fix: warn when using rest or identifier in custom elements without props option (#​16003)

v5.33.3

Compare Source

Patch Changes
  • fix: allow using typescript in customElement.extend option (#​16001)

  • fix: cleanup event handlers on media elements (#​16005)

v5.33.2

Compare Source

Patch Changes
  • fix: correctly parse escaped unicode characters in css selector (#​15976)

  • fix: don't mark deriveds as clean if updating during teardown (#​15997)

v5.33.1

Compare Source

Patch Changes
  • fix: make deriveds on the server lazy again (#​15964)

v5.33.0

Compare Source

Minor Changes
  • feat: XHTML compliance (#​15538)

  • feat: add fragments: 'html' | 'tree' option for wider CSP compliance (#​15538)

v5.32.2

Compare Source

Patch Changes
  • chore: simplify <pre> cleaning (#​15980)

  • fix: attach __svelte_meta correctly to elements following a CSS wrapper (#​15982)

  • fix: import untrack directly from client in svelte/attachments (#​15974)

v5.32.1

Compare Source

Patch Changes
  • Warn when an invalid <select multiple> value is given (#​14816)

v5.32.0

Compare Source

Minor Changes
  • feat: warn on implicitly closed tags (#​15932)

  • feat: attachments fromAction utility (#​15933)

Patch Changes
  • fix: only re-run directly applied attachment if it changed (#​15962)

v5.31.1

Compare Source

Patch Changes
  • fix: avoid auto-parenthesis for special-keywords-only MediaQuery (#​15937)

v5.31.0

Compare Source

Minor Changes
  • feat: allow state fields to be declared inside class constructors (#​15820)
Patch Changes
  • fix: Add missing AttachTag in Tag union type inside the AST namespace from "svelte/compiler" (#​15946)

v5.30.2

Compare Source

Patch Changes
  • fix: falsy attachments types (#​15939)

  • fix: handle more hydration mismatches (#​15851)

v5.30.1

Compare Source

Patch Changes
  • fix: add typeParams to SnippetBlock for legacy parser (#​15921)

v5.30.0

Compare Source

Minor Changes
  • feat: allow generics on snippets (#​15915)

v5.29.0

Compare Source

Minor Changes

v5.28.7

Compare Source

Patch Changes
  • fix: remove unncessary guards that require CSP privilege when removing event attributes (#​15846)

  • fix: rewrite destructuring logic to handle iterators (#​15813)

v5.28.6

Compare Source

Patch Changes
  • fix: use transform.read for ownership_validator.mutation array (#​15848)

  • fix: don't redeclare $slots (#​15849)

v5.28.5

Compare Source

Patch Changes
  • fix: proxify the value in assignment shorthands to the private field (#​15862)

  • fix: more frequently update bind:buffered to actual value (#​15874)

v5.28.4

Compare Source

Patch Changes
  • fix: treat nullish expression as empty string (#​15901)

  • fix: prevent invalid BigInt calls from blowing up at compile time (#​15900)

  • fix: warn on bidirectional control characters (#​15893)

  • fix: emit right error for a shadowed invalid rune (#​15892)

v5.28.3

Compare Source

Patch Changes
  • chore: avoid microtasks when flushing sync (#​15895)

  • fix: improve error message for migration errors when slot would be renamed (#​15841)

  • fix: allow characters in the supplementary special-purpose plane (#​15823)

v5.28.2

Compare Source

Patch Changes
  • fix: don't mark selector lists inside :global with multiple items as unused (#​15817)

v5.28.1

Compare Source

Patch Changes
  • fix: ensure <svelte:boundary> properly removes error content in production mode (#​15793)

  • fix: update_version after delete if source is undefined and prop in target (#​15796)

  • fix: emit error on wrong placement of the :global block selector (#​15794)

v5.28.0

Compare Source

Minor Changes
  • feat: partially evaluate more expressions (#​15781)

v5.27.3

Compare Source

Patch Changes
  • fix: use function declaration for snippets in server output to avoid TDZ violation (#​15789)

v5.27.2

Compare Source

Patch Changes
  • chore: use pkg.imports for common modules (#​15787)

v5.27.1

Compare Source

Patch Changes
  • chore: default params for html blocks (#​15778)

  • fix: correct suggested type for custom events without detail (#​15763)

  • fix: Throw on unrendered snippets in dev (#​15766)

  • fix: avoid unnecessary read version increments (#​15777)

v5.27.0

Compare Source

Minor Changes
  • feat: partially evaluate certain expressions (#​15494)
Patch Changes
  • fix: relax :global selector list validation (#​15762)

v5.26.3

Compare Source

Patch Changes
  • fix: correctly validate head snippets on the server (#​15755)

  • fix: ignore mutation validation for props that are not proxies in more cases (#​15759)

  • fix: allow self-closing tags within math namespace (#​15761)

v5.26.2

Compare Source

Patch Changes
  • fix: correctly validate undefined snippet params with default value (#​15750)

v5.26.1

Compare Source

Patch Changes
  • fix: update state_referenced_locally message (#​15733)

v5.26.0

Compare Source

Minor Changes
  • feat: add css.hasGlobal to compile output (#​15450)
Patch Changes
  • fix: add snippet argument validation in dev (#​15521)

v5.25.12

Compare Source

Patch Changes
  • fix: improve internal_set versioning mechanic (#​15724)

  • fix: don't transform reassigned state in labeled statement in $derived (#​15725)

v5.25.11

Compare Source

Patch Changes
  • fix: handle hydration mismatches in await blocks (#​15708)

  • fix: prevent ownership warnings if the fallback of a bindable is used (#​15720)

v5.25.10

Compare Source

Patch Changes
  • fix: set deriveds as CLEAN if they are assigned to (#​15592)

  • fix: better scope :global() with nesting selector & (#​15671)

v5.25.9

Compare Source

Patch Changes
  • fix: allow $.state and $.derived to be treeshaken (#​15702)

  • fix: rework binding ownership validation (#​15678)

v5.25.8

Compare Source

Patch Changes
  • fix: address untracked_writes memory leak (#​15694)

v5.25.7

Compare Source

Patch Changes
  • fix: ensure clearing of old values happens independent of root flushes (#​15664)

v5.25.6

Compare Source

Patch Changes
  • fix: ignore generic type arguments while creating AST (#​15659)

  • fix: better consider component and its snippets during css pruning (#​15630)

v5.25.5

Compare Source

Patch Changes
  • fix: add setters to $derived class properties (#​15628)

  • fix: silence assignment warning on more function bindings (#​15644)

  • fix: make sure CSS is preserved during SSR with bindings (#​15645)

v5.25.4

Compare Source

Patch Changes
  • fix: support TS type assertions (#​15642)

  • fix: ensure undefined class still applies scoping class, if necessary (#​15643)

v5.25.3

Compare Source

Patch Changes
  • fix: prevent state runes from being called with spread (#​15585)

v5.25.2

Compare Source

Patch Changes
  • feat: migrate reassigned deriveds to $derived (#​15581)

v5.25.1

Compare Source

Patch Changes
  • fix: improve internal_set versioning mechanic (#​15724)

  • fix: don't transform reassigned state in labeled statement in $derived (#​15725)

v5.25.0

Compare Source

Minor Changes

v5.24.1

Compare Source

Patch Changes
  • fix: use get in constructor for deriveds (#​15300)

  • fix: ensure toStore root effect is connected to correct parent effect (#​15574)

v5.24.0

Compare Source

Minor Changes
  • feat: allow state created in deriveds/effects to be written/read locally without self-invalidation (#​15553)
Patch Changes
  • fix: check if DOM prototypes are extensible (#​15569)

  • Keep inlined trailing JSDoc comments of properties when running svelte-migrate (#​15567)

  • fix: simplify set calls for proxyable values (#​15548)

  • fix: don't depend on deriveds created inside the current reaction (#​15564)

v5.23.2

Compare Source

Patch Changes
  • fix: don't hoist listeners that access non hoistable snippets (#​15534)

v5.23.1

Compare Source

Patch Changes
  • fix: invalidate parent effects when child effects update parent dependencies (#​15506)

  • fix: correctly match :has() selector during css pruning (#​15277)

  • fix: replace undefined with void 0 to avoid edge case (#​15511)

  • fix: allow global-like pseudo-selectors refinement (#​15313)

  • chore: don't distribute unused types definitions (#​15473)

  • fix: add files and group to HTMLInputAttributes in elements.d.ts (#​15492)

  • fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#​15516)

v5.23.0

Compare Source

Minor Changes
  • fix: make values consistent between effects and their cleanup functions (#​15469)

v5.22.6

Compare Source

Patch Changes
  • fix: skip log_if_contains_state if only logging literals (#​15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#​15458)

  • fix: null and warnings for local handlers (#​15460)

v5.22.5

Compare Source

Patch Changes
  • fix: memoize clsx calls (#​15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#​15443)

  • fix: always use setAttribute when setting style (#​15323)

  • fix: make style: directive and CSS handling more robust (#​15418)

v5.22.4

Compare Source

Patch Changes
  • fix: never deduplicate expressions in templates (#​15451)

v5.22.3

Compare Source

Patch Changes
  • fix: run effect roots in tree order (#​15446)

v5.22.2

Compare Source

Patch Changes
  • fix: correctly set is_updating before flushing root effects (#​15442)

v5.22.1

Compare Source

Patch Changes
  • chore: switch acorn-typescript plugin (#​15393)

v5.22.0

Compare Source

Minor Changes
  • feat: Add idPrefix option to render (#​15428)
Patch Changes
  • fix: make dialog element and role interactive (#​15429)

v5.21.0

Compare Source

Minor Changes
  • chore: Reduce hydration comment for {:else if} (#​15250)
Patch Changes
  • fix: disallow bind:group to snippet parameters (#​15401)

v5.20.5

Compare Source

Patch Changes
  • fix: allow double hyphen css selector names (#​15384)

  • fix: class:directive not working with $restProps #​15386 (#​15389)
    fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#​15369)

  • fix: allow for duplicate var declarations (#​15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#​15396)

v5.20.4

Compare Source

Patch Changes
  • fix: update types and inline docs for flushSync (#​15348)

v5.20.3

Compare Source

Patch Changes
  • fix: allow @const inside #key (#​15377)

  • fix: remove unnecessary ?? '' on some expressions (#​15287)

  • fix: correctly override class attributes with class directives (#​15352)

v5.20.2

Compare Source

Patch Changes
  • chore: remove unused options.uid in render (#​15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#​15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#​15283)

  • fix: muted reactive without bind and select/autofocus attributes working with function calls (#​15326)

  • fix: ensure input elements and elements with dir attribute are marked as non-static (#​15259)

  • fix: fire delegated events on target even it was disabled in the meantime (#​15319)

v5.20.1

Compare Source

Patch Changes
  • fix: ensure AST analysis on svelte.js modules succeeds (#​15297)

  • fix: ignore typescript abstract methods (#​15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#​15291)

v5.20.0

Compare Source

Minor Changes
  • feat: SSR-safe ID generation with $props.id() (#​15185)
Patch Changes
  • fix: take private and public into account for constant_assignment of derived state (#​15276)

  • fix: value/checked not correctly set using spread (#​15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#​15275)

  • fix: use importNode to clone templates for Firefox (#​15272)

  • fix: recurse into $derived for ownership validation (#​15166)

v5.19.10

Compare Source

Patch Changes
  • fix: when re-connecting unowned deriveds, remove their unowned flag (#​15255)

  • fix: allow mutation of private derived state (#​15228)

v5.19.9

Compare Source

Patch Changes
  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#​15232)

  • fix: hydrate href that is part of spread attributes (#​15226)

v5.19.8

Compare Source

Patch Changes
  • fix: properly set value property of custom elements (#​15206)

  • fix: ensure custom element updates don't run in hydration mode (#​15217)

  • fix: ensure tracking returns true, even if in unowned (#​15214)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

v5.19.6

Compare Source

Patch Changes
  • fix: do not prune selectors like :global(.foo):has(.scoped) (#​15140)

  • fix: don't error on slot prop inside block inside other component (#​15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#​15158)

  • fix: silence a11y attribute warnings when spread attributes present (#​15150)

  • fix: prevent false-positive ownership validations due to hot reload (#​15154)

  • fix: widen ownership when calling setContext (#​15153)


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Feb 9, 2025

Deploy Preview for ree6-backend ready!

Name Link
🔨 Latest commit deedbe0
🔍 Latest deploy log https://app.netlify.com/projects/ree6-backend/deploys/683b733a135c0d0008f9ab75
😎 Deploy Preview https://deploy-preview-393--ree6-backend.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.9 chore(deps): update dependency svelte to v5.19.10 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b23d924 to b192218 Compare February 11, 2025 13:09
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.10 chore(deps): update dependency svelte to v5.20.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b192218 to 904a084 Compare February 12, 2025 19:57
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.0 chore(deps): update dependency svelte to v5.20.1 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 7782594 to bf42a76 Compare February 18, 2025 16:24
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.1 chore(deps): update dependency svelte to v5.20.2 Feb 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.2 chore(deps): update dependency svelte to v5.20.4 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from bf42a76 to 2f51a27 Compare February 24, 2025 19:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.4 chore(deps): update dependency svelte to v5.20.5 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 2f51a27 to af14619 Compare February 27, 2025 12:11
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.20.5 chore(deps): update dependency svelte to v5.21.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from ef1f686 to 720ab58 Compare March 4, 2025 15:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.21.0 chore(deps): update dependency svelte to v5.22.1 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 720ab58 to f6a0c0e Compare March 5, 2025 07:27
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.1 chore(deps): update dependency svelte to v5.22.2 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f6a0c0e to b91252c Compare March 5, 2025 11:49
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.2 chore(deps): update dependency svelte to v5.22.3 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b91252c to c3f4ef3 Compare March 5, 2025 19:18
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.3 chore(deps): update dependency svelte to v5.22.4 Mar 5, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.4 chore(deps): update dependency svelte to v5.22.5 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c3f4ef3 to d4ae5f5 Compare March 6, 2025 03:25
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.5 chore(deps): update dependency svelte to v5.22.6 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d4ae5f5 to f453f45 Compare March 7, 2025 18:22
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.22.6 chore(deps): update dependency svelte to v5.23.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f453f45 to aa1b890 Compare March 11, 2025 22:29
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.23.0 chore(deps): update dependency svelte to v5.23.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 029df00 to 4f078bd Compare May 19, 2025 16:10
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.30.2 chore(deps): update dependency svelte to v5.31.0 May 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4f078bd to 138e2b7 Compare May 19, 2025 21:21
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.31.0 chore(deps): update dependency svelte to v5.31.1 May 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 138e2b7 to 1fbdfdd Compare May 20, 2025 20:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.31.1 chore(deps): update dependency svelte to v5.32.1 May 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1fbdfdd to a007757 Compare May 22, 2025 16:26
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.32.1 chore(deps): update dependency svelte to v5.33.0 May 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a007757 to 9e59b86 Compare May 22, 2025 23:46
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.0 chore(deps): update dependency svelte to v5.33.1 May 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9e59b86 to d78e7c3 Compare May 25, 2025 18:19
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.1 chore(deps): update dependency svelte to v5.33.2 May 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d78e7c3 to fad0e4b Compare May 27, 2025 01:50
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.2 chore(deps): update dependency svelte to v5.33.3 May 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from fad0e4b to d228160 Compare May 27, 2025 13:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.3 chore(deps): update dependency svelte to v5.33.4 May 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d228160 to 4dc4979 Compare May 29, 2025 01:02
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.4 chore(deps): update dependency svelte to v5.33.5 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4dc4979 to f51bfef Compare May 29, 2025 06:04
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.5 chore(deps): update dependency svelte to v5.33.6 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f51bfef to a382050 Compare May 29, 2025 14:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.6 chore(deps): update dependency svelte to v5.33.7 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a382050 to 8a343fd Compare May 29, 2025 17:59
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.7 chore(deps): update dependency svelte to v5.33.9 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8a343fd to 52eb672 Compare May 29, 2025 20:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.9 chore(deps): update dependency svelte to v5.33.10 May 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 52eb672 to deedbe0 Compare May 31, 2025 21:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.33.10 chore(deps): update dependency svelte to v5.33.11 May 31, 2025
Copy link

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.

0 participants