Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) 4.0.13 -> 4.0.14 age confidence
flowbite-svelte (source) 1.28.1 -> 1.29.1 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
prettier-plugin-tailwindcss 0.7.1 -> 0.7.2 age confidence
svelte (source) 5.43.15 -> 5.45.3 age confidence
typescript-eslint (source) 8.48.0 -> 8.48.1 age confidence
vite (source) 7.2.4 -> 7.2.6 age confidence
vitest (source) 4.0.13 -> 4.0.14 age confidence

Release Notes

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

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
themesberg/flowbite-svelte (flowbite-svelte)

v1.29.1

Compare Source

Patch Changes
  • fix: add DropdownItem onclick on anchor element

    Dropdown item component updated with explicit onclick attribute handling on anchor elements. Theme definitions modified to enforce full-width, left-aligned layout for dropdown items. Minor end-of-file formatting adjustment to package.json.

v1.29.0

Compare Source

Minor Changes
  • feat: add click navigation to all stepper components

Converted steppers to data-driven, interactive components: added a bindable 1-based current (some allow 0), clickable, showCheckmarkForCompleted, and onStepClick; per-step status computation, checkmark/icon rendering, theme updates, new icons, types adjustments, and many docs/examples added.

v1.28.3

Compare Source

Patch Changes
  • fix: import uiHelpers

v1.28.2

Compare Source

Patch Changes
  • fix: Sidebar
prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.7.2

Compare Source

Fixed
  • Load compatible plugins sequentially to work around race conditions in Node.js (#​412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#​418)
sveltejs/svelte (svelte)

v5.45.3

Compare Source

Patch Changes
  • add props to state_referenced_locally (#​17266)

  • fix: preserve node locations for better sourcemaps (#​17269)

  • fix: handle cross-realm Promises in hydratable (#​17284)

v5.45.2

Compare Source

Patch Changes
  • fix: array destructuring after await (#​17254)

  • fix: throw on invalid {@&#8203;tag}s (#​17256)

v5.45.1

Compare Source

Patch Changes
  • fix: link offscreen items and last effect in each block correctly (#​17240)

v5.45.0

Compare Source

Minor Changes

v5.44.1

Compare Source

Patch Changes
  • fix: await blockers before initialising const (#​17226)

  • fix: link offscreen items and last effect in each block correctly (#​17244)

  • fix: generate correct code for simple destructurings (#​17237)

  • fix: ensure each block animations don't mess with transitions (#​17238)

v5.44.0

Compare Source

Minor Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

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.6

Compare Source

7.2.6 (2025-12-01)


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.

@renovate renovate bot force-pushed the renovate/non-major-updates branch from 6019196 to 0ef033a Compare December 1, 2025 18:37
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   94.39%   94.36%   -0.03%     
==========================================
  Files          16       17       +1     
  Lines         535      621      +86     
  Branches      122      121       -1     
==========================================
+ Hits          505      586      +81     
- Misses         30       35       +5     

☔ 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 0ef033a to 5e822e7 Compare December 1, 2025 21:45
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 5e822e7 to 8dd5ef6 Compare December 2, 2025 13:10
@pjaudiomv pjaudiomv merged commit 1b3b9d0 into main Dec 2, 2025
2 of 3 checks passed
@pjaudiomv pjaudiomv deleted the renovate/non-major-updates branch December 2, 2025 13:25
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