Skip to content

fix(deps): update all non-major dependencies#132

Merged
AntiTcb merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 16, 2026
Merged

fix(deps): update all non-major dependencies#132
AntiTcb merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 4, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.95^1.2.98 age confidence
@iconify-json/vscode-icons ^1.2.44^1.2.45 age confidence
@skeletonlabs/skeleton (source) 4.12.14.13.0 age confidence
@skeletonlabs/skeleton-svelte (source) 4.12.14.13.0 age confidence
@supabase/supabase-js (source) ^2.98.0^2.99.1 age confidence
@sveltejs/enhanced-img (source) ^0.10.3^0.10.4 age confidence
@sveltejs/kit (source) ^2.50.2^2.55.0 age confidence
eslint (source) ^10.0.2^10.0.3 age confidence
eslint-plugin-svelte (source) ^3.15.0^3.15.2 age confidence
pnpm (source) 10.30.310.32.1 age confidence
svelte (source) ^5.53.3^5.53.12 age confidence
svelte-check ^4.4.4^4.4.5 age confidence
svelte-sonner ^1.0.8^1.1.0 age confidence
typescript-eslint (source) ^8.56.1^8.57.0 age confidence
vitest (source) ^4.0.18^4.1.0 age confidence
wrangler (source) ^4.70.0^4.73.0 age confidence

Release Notes

skeletonlabs/skeleton (@​skeletonlabs/skeleton)

v4.13.0

Compare Source

skeletonlabs/skeleton (@​skeletonlabs/skeleton-svelte)

v4.13.0

Compare Source

Minor Changes
Patch Changes
supabase/supabase-js (@​supabase/supabase-js)

v2.99.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.99.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

sveltejs/kit (@​sveltejs/enhanced-img)

v0.10.4

Compare Source

Patch Changes
  • chore: add support for vite-plugin-svelte 7 (#​15539)
sveltejs/kit (@​sveltejs/kit)

v2.55.0

Compare Source

Minor Changes
  • feat: page and layout params with matchers are now type narrowed in $app/types, leading to better type safety when working with params in $app/types, $app/state, and hooks. (#​15502)

v2.54.0

Compare Source

Minor Changes
  • feat: allow error boundaries to catch errors on the server (#​15308)
Patch Changes
  • chore: upgrade devalue (#​15535)

  • fix: don't wait for remote functions that are not awaited in the template (#​15280)

  • feat: allow resolve() to accept pathnames with a search string and/or hash (#​15458)

  • chore: remove deprecation warnings for config.kit.files.* options when validating the Svelte config file (#​15482)

  • fix: handles form target attribute in remote form redirects (#​15457)

v2.53.4

Compare Source

Patch Changes
  • fix: avoid Vite warning about unknown codeSplitting option (#​15451)

v2.53.3

Compare Source

Patch Changes
  • fix: prevent overlapping file metadata in remote functions form (faba869)

v2.53.2

Compare Source

Patch Changes
  • fix: server-render nested form value sets (#​15378)

  • fix: use deep partial types for form remote functions .value() and .set(...) (#​14837)

  • fix: provide correct url info to remote functions (#​15418)

  • fix: allow optional types for remote query/command/prerender functions (#​15293)

  • fix: allow commands in more places (#​15288)

v2.53.1

Compare Source

Patch Changes
  • fix: address warning about inlineDynamicImports when using Vite 8 (#​15403)

v2.53.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove event listeners on form attachment cleanup (#​15286)

  • fix: apply queries refreshed in a form remote function when a redirect is thrown (#​15362)

eslint/eslint (eslint)

v10.0.3

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.15.2

Compare Source

Patch Changes

v3.15.1

Compare Source

Patch Changes
  • #​1477 8c5f51e Thanks @​ota-meshi! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g. $state<HTMLElement>(...)).

  • #​1467 d81b556 Thanks @​marekdedic! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowed

pnpm/pnpm (pnpm)

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

sveltejs/svelte (svelte)

v5.53.12

Compare Source

Patch Changes
  • fix: update select.__value on change (#​17745)

  • chore: add invariant helper for debugging (#​17929)

  • fix: ensure deriveds values are correct across batches (#​17917)

  • fix: handle async RHS in assignment_value_stale (#​17925)

  • fix: avoid traversing clean roots (#​17928)

v5.53.11

Compare Source

Patch Changes
  • fix: remove untrack circular dependency (#​17910)

  • fix: recover from errors that leave a corrupted effect tree (#​17888)

  • fix: properly lazily evaluate RHS when checking for assignment_value_stale (#​17906)

  • fix: resolve boundary in correct batch when hydrating (#​17914)

  • chore: rebase batches after process, not during (#​17900)

v5.53.10

Compare Source

Patch Changes
  • fix: re-process batch if new root effects were scheduled (#​17895)

v5.53.9

Compare Source

Patch Changes
  • fix: better bind:this cleanup timing (#​17885)

v5.53.8

Compare Source

Patch Changes
  • fix: {@&#8203;html} no longer duplicates content inside contenteditable elements (#​17853)

  • fix: don't access inert block effects (#​17882)

  • fix: handle asnyc updates within pending boundary (#​17873)

  • perf: avoid re-traversing the effect tree after $: assignments (#​17848)

  • chore: simplify scheduling logic (#​17805)

v5.53.7

Compare Source

Patch Changes
  • fix: correctly add __svelte_meta after else-if chains (#​17830)

  • perf: cache element interactivity and source line splitting in compiler (#​17839)

  • chore: avoid rescheduling effects during branch commit (#​17837)

  • perf: optimize CSS selector pruning (#​17846)

  • fix: preserve original boundary errors when keyed each rows are removed during async updates (#​17843)

  • perf: avoid O(n²) name scanning in scope generate and unique (#​17844)

  • fix: preserve each items that are needed by pending batches (#​17819)

v5.53.6

Compare Source

Patch Changes
  • perf: optimize parser hot paths for faster compilation (#​17811)

  • fix: SvelteMap incorrectly handles keys with undefined values (#​17826)

  • fix: SvelteURL search setter now returns the normalized value, matching native URL behavior (#​17828)

  • fix: visit synthetic value node during ssr (#​17824)

  • fix: always case insensitive event handlers during ssr (#​17822)

  • chore: more efficient effect scheduling (#​17808)

  • perf: optimize compiler analysis phase (#​17823)

  • fix: skip redundant batch.apply (#​17816)

  • chore: null out current_batch before committing branches (#​17809)

sveltejs/language-tools (svelte-check)

v4.4.5

Compare Source

Patch Changes
  • fix: use Promise for async kit handler return types (#​2966)
wobsoriano/svelte-sonner (svelte-sonner)

v1.1.0

Compare Source

Minor Changes
  • b059173: Add pauseWhenPageIsHidden prop and rename dismissable to dismissible (deprecated alias kept for backwards compatibility)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.57.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Mar 4, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 4, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ygotools 4bd7e1e Commit Preview URL

Branch Preview URL
Mar 16 2026, 01:06 AM

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e0264bb to 38f7f3f Compare March 5, 2026 22:09
@renovate renovate Bot changed the title fix(deps): update dependency @sveltejs/kit to ^2.53.4 fix(deps): update all non-major dependencies Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 99be44e to 21322dc Compare March 13, 2026 17:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc7c767 to 4545c9f Compare March 15, 2026 09:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4545c9f to 4bd7e1e Compare March 16, 2026 01:05
@AntiTcb AntiTcb merged commit 0d4e904 into main Mar 16, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch March 16, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant