Skip to content
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

chore(deps): update dependency svelte to v5.19.5 #366

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.1.9 -> 5.19.5 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.19.5

Compare Source

Patch Changes
  • fix: improve derived connection to ownership graph (#​15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#​15106)

v5.19.4

Compare Source

Patch Changes
  • fix: Add bind:focused property to HTMLAttributes type (#​15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#​15129)

  • fix: disallow $state/$derived in const tags (#​15115)

v5.19.3

Compare Source

Patch Changes
  • fix: don't throw for undefined non delegated event handlers (#​15087)

  • fix: consistently set value to blank string when value attribute is undefined (#​15057)

  • fix: optimise || expressions in template (#​15092)

  • fix: correctly handle novalidate attribute casing (#​15083)

  • fix: expand boolean attribute support (#​15095)

  • fix: avoid double deriveds in component props (#​15089)

  • fix: add check for is attribute to correctly detect custom elements (#​15086)

v5.19.2

Compare Source

Patch Changes
  • fix: address regression with untrack (#​15079)

v5.19.1

Compare Source

Patch Changes
  • fix: omit unnecessary nullish coallescing in template expressions (#​15056)

  • fix: more efficient template effect grouping (#​15050)

  • fix: ensure untrack correctly retains the active reaction (#​15065)

  • fix: initialize files bind on hydration (#​15059)

v5.19.0

Compare Source

Minor Changes
  • feat: Expose ClassValue from svelte/elements (#​15035)
Patch Changes
  • fix: create fewer deriveds for concatenated strings (#​15041)

  • fix: correctly parse leading comments in function binding (#​15020)

v5.18.0

Compare Source

Minor Changes
  • feat: allow <template> elements to contain any child (#​15007)
Patch Changes
  • fix: ensure resume effects are scheduled in topological order (#​15012)

  • fix: bump esrap (#​15015)

  • fix: remove listener on bind_current_time teardown (#​15013)

v5.17.5

Compare Source

Patch Changes
  • feat: allow const tag inside svelte:boundary (#​14993)

  • fix: ensure signal write invalidation within effects is consistent (#​14989)

v5.17.4

Compare Source

Patch Changes
  • fix: never consider inert boundary effects (#​14999)

  • fix: store access on component destroy (#​14968)

  • fix: correctly transform pre with no content (#​14973)

  • fix: wrap each block expression in derived to encapsulate effects (#​14967)

v5.17.3

Compare Source

Patch Changes
  • fix: reset dependency read versions after reaction execution (#​14964)

v5.17.2

Compare Source

Patch Changes
  • fix: account for parent scale when animating elements (#​14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#​14930)

  • fix: properly add owners to function bindings (#​14962)

v5.17.1

Compare Source

Patch Changes
  • fix: remove bindable prop validation (#​14946)

  • chore: tweak "invalid assignment" compiler error message (#​14955)

  • fix: silence false-positive stale value warning (#​14958)

v5.17.0

Compare Source

Minor Changes
  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#​14941)
Patch Changes
  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#​14554)

  • fix: account for min-width/height in slide transition (#​14942)

  • fix: prevent long delays causing erratic spring behaviour (#​14940)

  • feat: warn on using slide transition with table elements (#​14936)

  • chore: improve signal performance by reducing duplicate deps (#​14945)

v5.16.6

Compare Source

Patch Changes
  • fix: Make Tween duration 0 set current to target immediately (#​14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#​14933)

  • fix: treat inert as a boolean attribute (#​14935)

  • fix: remove leading newline from <pre> contents (#​14922)

v5.16.5

Compare Source

Patch Changes
  • fix: inherit correct namespace for <title> elements (#​14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#​14813)

v5.16.4

Compare Source

Patch Changes
  • fix: use cached indexOf array prototype method internally (#​14912)

  • fix: make Tween work with continuous target changes (#​14895)

v5.16.3

Compare Source

Patch Changes
  • fix: correctly parse each with loose parser (#​14887)

  • fix: apply clsx logic to custom element class attributes (#​14907)

v5.16.2

Compare Source

Patch Changes
  • fix: ensure disconnected deriveds correctly connect again (#​14899)

  • fix: correctly highlight sources reassigned inside trace (#​14811)

v5.16.1

Compare Source

Patch Changes
  • fix: ensure unowned deriveds correctly get re-linked to the graph (#​14855)

  • fix: ensure $inspect.trace works correctly with null values (#​14853)

v5.16.0

Compare Source

Minor Changes
  • feat: allow class attribute to be an object or array, using clsx (#​14714)
Patch Changes
  • fix: don't include keyframes in global scope in the keyframes to rename (#​14822)

v5.15.0

Compare Source

Minor Changes
  • feat: add "worker" exports condition to better support bundling for worker-based environments (#​14779)

v5.14.6

Compare Source

Patch Changes
  • fix: treeshake $inspect.trace code if unused in modules (#​14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#​14777)

v5.14.5

Compare Source

Patch Changes
  • fix: bump esrap dependency (#​14765)

  • fix: ensure svg namespace for <a> elements is correct (#​14756)

  • fix: treeshake $inspect.trace code if unused (#​14770)

v5.14.4

Compare Source

Patch Changes
  • fix: remove implements from class declarations (#​14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#​14744)

v5.14.3

Compare Source

Patch Changes
  • fix: bump esrap, prevent malformed AST (#​14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#​14738)

v5.14.2

Compare Source

Patch Changes
  • fix: correctly highlight first rerun of $inspect.trace (#​14734)

  • chore: more loose parser improvements (#​14733)

v5.14.1

Compare Source

Patch Changes
  • fix: improve unowned derived performance (#​14724)

v5.14.0

Compare Source

Minor Changes

v5.13.0

Compare Source

Minor Changes
  • feat: add outro option to unmount (#​14540)

  • feat: provide loose parser mode (#​14691)

v5.12.0

Compare Source

Minor Changes
  • feat: expose more AST types from "svelte/compiler" (#​14601)
Patch Changes
  • fix: don't add parenthesis to media query if already present (#​14699)

  • fix: ensure if block paths retain correct template namespacing (#​14685)

v5.11.3

Compare Source

Patch Changes
  • fix: allow unquoted slash in attributes (#​14615)

  • fix: better handle hydration of script/style elements (#​14683)

  • fix: make defaultValue work with spread (#​14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#​14688)

v5.11.2

Compare Source

Patch Changes
  • fix: correctly handle ssr for reactivity/window (#​14681)

v5.11.1

Compare Source

Patch Changes
  • fix: account for global block in is_empty (#​14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#​14663)

v5.11.0

Compare Source

Minor Changes
  • feat: add svelte/reactivity/window module (#​14660)
Patch Changes
  • fix: take into account registration state when setting custom element props (#​14508)

v5.10.1

Compare Source

Patch Changes
  • fix: ensure snippet hoisting works in the correct scope (#​14642)

  • fix: ensure $state.snapshot clones holey arrays correctly (#​14657)

  • fix: restore input binding selection position (#​14649)

  • fix: transform everything that is not a selector inside :global (#​14577)

  • Overwrite Spring.#last_value when using .set() with {instant: true} (#​14656)

  • fix: don't emit assignment warnings for bindings (#​14651)

v5.10.0

Compare Source

Minor Changes
  • feat: provide links to documentation for errors/warnings (#​14629)
Patch Changes
  • fix: allow exports with source from script module even if no bind is present (#​14620)

  • fix: deconflict get_name for literal class properties (#​14607)

v5.9.1

Compare Source

Patch Changes
  • fix: mark subtree dynamic for bind with sequence expressions (#​14626)

v5.9.0

Compare Source

Minor Changes
  • feat: add support for bind getters/setters (#​14307)
Patch Changes
  • fix: always run if block code the first time (#​14597)

v5.8.1

Compare Source

Patch Changes
  • fix: reinstate missing prefersReducedMotion export (#​14586)

v5.8.0

Compare Source

Minor Changes
  • feat: add Spring and Tween classes to svelte/motion (#​11519)

v5.7.1

Compare Source

Patch Changes
  • fix: ensure bindings always take precedence over spreads (#​14575)

v5.7.0

Compare Source

Minor Changes
  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#​14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#​14422)

Patch Changes
  • fix: treat undefined and null the same for the initial input value (#​14562)

v5.6.2

Compare Source

Patch Changes
  • chore: make if blocks tree-shakable (#​14549)

v5.6.1

Compare Source

Patch Changes
  • fix: handle static form values in combination with default values (#​14555)

v5.6.0

Compare Source

Minor Changes
  • feat: support defaultValue/defaultChecked for inputs (#​14289)

v5.5.4

Compare Source

Patch Changes
  • fix: better error messages for invalid HTML trees (#​14445)

  • fix: remove spreaded event handlers when they become nullish (#​14546)

  • fix: respect the unidirectional nature of time (#​14541)

v5.5.3

Compare Source

Patch Changes
  • fix: don't try to add owners to non-$state class fields (#​14533)

  • fix: capture infinite_loop_guard in error boundary (#​14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#​14273)

v5.5.2

Compare Source

Patch Changes
  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#​14525)

v5.5.0

Compare Source

Minor Changes
  • feat: allow snippets to be exported from module scripts (#​14315)
Patch Changes
  • fix: ignore TypeScript generics on variables (#​14509)

v5.4.0

Compare Source

Minor Changes

v5.3.2

Compare Source

Patch Changes
  • fix: correctly prune CSS for elements inside snippets (#​14494)

  • fix: render attributes during SSR regardless of case (#​14492)

v5.3.1

Compare Source

Patch Changes
  • fix: treat spread elements the same as call expressions (#​14488)

  • fix: correctly increment/decrement bigints (#​14485)

v5.3.0

Compare Source

Minor Changes
  • feat: add error boundaries with <svelte:boundary> (#​14211)

v5.2.12

Compare Source

Patch Changes
  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#​14470)

  • fix: prevent infinite loops when pruning CSS (#​14474)

  • fix: generate correct code when encountering object expression statement (#​14480)

v5.2.11

Compare Source

Patch Changes
  • fix: ignore text and expressions outside the template when validating HTML (#​14468)

  • fix: better account for render tags when pruning CSS (#​14456)

v5.2.10

Compare Source

Patch Changes
  • fix: correctly remove unused selectors in middle of selector lists (#​14448)

  • chore: upgrade esm-env for Vite 6 support (#​14460)

  • fix: strip exported TypeScript function overloads (#​14458)

v5.2.9

Compare Source

Patch Changes
  • fix: show :then block for null/undefined value (#​14440)

  • fix: relax html parent validation (#​14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#​14443)

  • fix: disregard TypeScript nodes when pruning CSS (#​14446)

v5.2.8

Compare Source

Patch Changes
  • fix: correctly prune each blocks (#​14403)

  • fix: provide temporary LegacyComponentType (#​14257)

  • fix: attach spread attribute events synchronously (#​14387)

  • fix: ensure last empty text node correctly hydrates (#​14425)

  • fix: correctly prune key blocks (#​14403)

v5.2.7

Compare Source

Patch Changes
  • fix: always use set for private identifiers (#​14378)

v5.2.6

Compare Source

Patch Changes
  • fix: remove template expression inlining (#​14374)

v5.2.5

Compare Source

Patch Changes
  • fix: correctly handle srcObject attribute on video elements (#​14369)

  • add contentvisibilityautostatechange event to element definitions (#​14373)

  • fix: tighten up export default validation (#​14368)

  • fix: include method definitions in class private fields (#​14365)

v5.2.4

Compare Source

Patch Changes
  • fix: ensure internal cloning can work circular values (#​14347)

  • fix: correctly update dynamic member expressions (#​14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#​14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#​14349)

v5.2.3

Compare Source

Patch Changes
  • fix: ensure dynamic call expressions correctly generate output (#​14345)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

v5.2.0

Compare Source

Minor Changes
  • feat: better inlining of static attributes (#​14269)

v5.1.17

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

v5.1.16

Compare Source

Patch Changes
  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#​14267)

  • fix: bail on named slots with that have reserved keywords during migration (#​14278)

v5.1.15

Compare Source

Patch Changes
  • fix: consider static attributes that are inlined in the template (#​14249)

v5.1.14

Compare Source

Patch Changes
  • fix: migration script messing with attributes (#​14260)

  • fix: do not treat reassigned synthetic binds as state in runes mode (#​14236)

  • fix: account for mutations in script module in ownership check (#​14253)

  • fix: consider img with loading attribute not static (#​14237)

v5.1.13

Compare Source

Patch Changes
  • fix: add migration task when there's a variable named that would conflict with a rune (#​14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#​14227)

  • fix: handle sibling combinators within :has (#​14213)

  • fix: consider variables with synthetic store sub as state (#​14195)

  • fix: read index as a source in legacy keyed each block (#​14208)

  • fix: account for shadowing children slot during migration (#​14224)

  • fix: ensure explicit nesting selector is always applied (#​14193)

  • fix: add lang="ts" attribute during migration if needed (#​14222)

v5.1.12

Compare Source

Patch Changes
  • fix: ignore as type expressions on property definitions (#​14181)

  • fix: restore active reaction if then block throws (#​14191)

  • chore: adds legacy mode flag reducing bundle size in runes mode only apps (#​14180)

v5.1.11

Compare Source

Patch Changes
  • fix: error on TypeScript's readonly modifier (#​14153)

  • fix: remove scoping for :not selectors (#​14177)

v5.1.10

Compare Source

Patch Changes
  • fix: ensure non-matching elements are scoped for :not(...) selector (#​13999)

  • fix: ensure video elements autoplay in safari (#​14095)

  • fix: ensure trailing multiline comments on props produce correct code (#​14143#issuecomment-2455702689) (#​14143)

  • fix: correctly infer <a> tag namespace (#​14134)

  • fix: check options namespace for top level svelte:elements (#​14101)

  • fix: ensure migrate keeps inline/trailing comments in $props type definition (#​14143)

  • fix: update links in JSDoc (#​14165)

  • fix: ensure SvelteMap and SvelteSet work with generators in dev (#​14103)

  • fix: only output the key for each_key_duplicate (#​14147)

  • fix: prevent migrated snippet from shadow snippet prop (#​14127)

  • fix: pass along anchor in legacy class wrappers (#​14100)

  • fix: recognize all custom element prop definitions (#​14084)

  • fix: migrate multiple declarations with only some exported correctly (#​14126)


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 Oct 23, 2024

Deploy Preview for ree6-backend ready!

Name Link
🔨 Latest commit 5edcacc
🔍 Latest deploy log https://app.netlify.com/sites/ree6-backend/deploys/679b4453c040520008e72f84
😎 Deploy Preview https://deploy-preview-366--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 site configuration.

@renovate renovate bot changed the title Update dependency svelte to v5.1.0 Update dependency svelte to v5.1.1 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 6b50cfe to 5ef2f4c Compare October 24, 2024 19:34
@renovate renovate bot changed the title Update dependency svelte to v5.1.1 Update dependency svelte to v5.1.2 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5ef2f4c to 43a406b Compare October 25, 2024 00:37
@renovate renovate bot changed the title Update dependency svelte to v5.1.2 Update dependency svelte to v5.1.3 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 229858b to 8ec8bcc Compare October 28, 2024 23:30
@renovate renovate bot changed the title Update dependency svelte to v5.1.3 Update dependency svelte to v5.1.4 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8ec8bcc to e34ac51 Compare October 30, 2024 17:57
@renovate renovate bot changed the title Update dependency svelte to v5.1.4 Update dependency svelte to v5.1.5 Oct 30, 2024
@renovate renovate bot changed the title Update dependency svelte to v5.1.5 Update dependency svelte to v5.1.6 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 15538e2 to 8879c4b Compare October 31, 2024 16:12
@renovate renovate bot changed the title Update dependency svelte to v5.1.6 Update dependency svelte to v5.1.7 Oct 31, 2024
@renovate renovate bot changed the title Update dependency svelte to v5.1.7 Update dependency svelte to v5.1.8 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 6b994f9 to 78409bc Compare October 31, 2024 22:07
@renovate renovate bot changed the title Update dependency svelte to v5.1.8 Update dependency svelte to v5.1.9 Oct 31, 2024
@renovate renovate bot changed the title Update dependency svelte to v5.1.9 Update dependency svelte to v5.1.9 - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/svelte-5.x-lockfile branch November 1, 2024 14:10
@renovate renovate bot changed the title Update dependency svelte to v5.1.9 - autoclosed Update dependency svelte to v5.1.9 Nov 5, 2024
@renovate renovate bot restored the renovate/svelte-5.x-lockfile branch November 5, 2024 19:20
@renovate renovate bot reopened this Nov 5, 2024
@renovate renovate bot changed the title Update dependency svelte to v5.1.9 Update dependency svelte to v5.1.10 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 78409bc to bbd93bd Compare November 5, 2024 19:20
@renovate renovate bot changed the title Update dependency svelte to v5.1.10 Update dependency svelte to v5.1.11 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from bbd93bd to 51e154f Compare November 6, 2024 13:25
@renovate renovate bot changed the title Update dependency svelte to v5.1.11 Update dependency svelte to v5.1.12 Nov 7, 2024
@renovate renovate bot changed the title Update dependency svelte to v5.17.1 Update dependency svelte to v5.17.2 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 3c41014 to 71b7856 Compare January 9, 2025 18:04
@renovate renovate bot changed the title Update dependency svelte to v5.17.2 Update dependency svelte to v5.17.3 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 71b7856 to a30b99a Compare January 14, 2025 23:06
@renovate renovate bot changed the title Update dependency svelte to v5.17.3 Update dependency svelte to v5.17.5 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a30b99a to a480999 Compare January 15, 2025 02:37
@renovate renovate bot changed the title Update dependency svelte to v5.17.5 Update dependency svelte to v5.18.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a480999 to 21dd528 Compare January 16, 2025 14:43
@renovate renovate bot changed the title Update dependency svelte to v5.18.0 chore(deps): update dependency svelte to v5.18.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 21dd528 to 73409ba Compare January 17, 2025 17:24
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.18.0 chore(deps): update dependency svelte to v5.19.0 Jan 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.0 chore(deps): update dependency svelte to v5.19.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from de4ad88 to b5b0d5d Compare January 22, 2025 18:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.1 chore(deps): update dependency svelte to v5.19.2 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b5b0d5d to 24c9502 Compare January 25, 2025 01:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.2 chore(deps): update dependency svelte to v5.19.3 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 24c9502 to 9b5d104 Compare January 28, 2025 13:31
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.3 chore(deps): update dependency svelte to v5.19.4 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9b5d104 to 453c1a2 Compare January 29, 2025 16:33
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.19.4 chore(deps): update dependency svelte to v5.19.5 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 4 times, most recently from ffe5113 to 4093144 Compare January 30, 2025 09:13
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4093144 to 5edcacc Compare January 30, 2025 09:20
@DxsSucuk DxsSucuk merged commit c4d59d5 into master Jan 30, 2025
7 checks passed
@renovate renovate bot deleted the renovate/svelte-5.x-lockfile branch January 30, 2025 09:22
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