Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.1 -> 24.10.2 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
eslint-plugin-svelte (source) 3.13.0 -> 3.13.1 age confidence
flowbite-svelte (source) 1.29.1 -> 1.30.0 age confidence
flowbite-svelte-icons (source) 3.0.0 -> 3.0.1 age confidence
jsdom 27.2.0 -> 27.3.0 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
svelte (source) 5.45.3 -> 5.45.8 age confidence
typescript-eslint (source) 8.48.1 -> 8.49.0 age confidence
vite (source) 7.2.6 -> 7.2.7 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.13.1

Compare Source

Patch Changes
themesberg/flowbite-svelte (flowbite-svelte)

v1.30.0

Compare Source

Minor Changes
  • New Features

    Persistent dismissible banners and badges with a Reset button; banner dismissal tracking exposed.

    • Enhancements

    StepIndicator: clickable steps with onStepClick callback.

    • Documentation

    Added example and docs for the persistent dismissible Badge with Reset.

    • Refactor

    Broad reactivity and context updates to improve update timing and SSR stability (no UI changes).

    • Chores

    Dev dependency version bumps.

themesberg/flowbite-svelte-icons (flowbite-svelte-icons)

v3.0.1

Compare Source

Patch Changes
  • fix: replace reactive code patterns with $derived()
jsdom/jsdom (jsdom)

v27.3.0

Compare Source

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);
sveltejs/svelte (svelte)

v5.45.8

Compare Source

Patch Changes
  • fix: set AST root.start to 0 and root.end to template.length (#​17125)

  • fix: prevent erroneous state_referenced_locally warnings on prop fallbacks (#​17329)

v5.45.7

Compare Source

Patch Changes
  • fix: Add <textarea wrap="off"> as a valid attribute value (#​17326)

  • fix: add more css selectors to print() (#​17330)

  • fix: don't crash on hydratable serialization failure (#​17315)

v5.45.6

Compare Source

Patch Changes
  • fix: don't issue a11y warning for <video> without captions if it has no src (#​17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#​17310)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

v5.45.4

Compare Source

Patch Changes
  • chore: move DOM-related effect properties to effect.nodes (#​17293)

  • fix: allow $props.id() to occur after an await (#​17285)

  • fix: keep reactions up to date even when read outside of effect (#​17295)

typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

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

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

vitejs/vite (vite)

v7.2.7

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.36%. Comparing base (1b3b9d0) to head (f0034ed).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files          17       17           
  Lines         621      621           
  Branches      121      110   -11     
=======================================
  Hits          586      586           
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/non-major-updates branch from b30c745 to cd4fd9b Compare December 8, 2025 19:24
@renovate renovate bot force-pushed the renovate/non-major-updates branch from cd4fd9b to f0034ed Compare December 9, 2025 00:41
@pjaudiomv pjaudiomv merged commit 9bb1d9c into main Dec 11, 2025
3 checks passed
@pjaudiomv pjaudiomv deleted the renovate/non-major-updates branch December 11, 2025 18:58
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.

2 participants