Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2025

This PR contains the following updates:

Package Change Age Confidence
@builder.io/qwik (source) ^1.17.2^1.18.0 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.571.0.0-beta.58 age confidence
@vue/shared (source) ^3.5.25^3.5.26 age confidence
baseline-browser-mapping ^2.9.7^2.9.11 age confidence
lit (source) ^3.3.1^3.3.2 age confidence
lodash-es (source) ^4.17.21^4.17.22 age confidence
miniflare (source) ^4.20251210.0^4.20251217.0 age confidence
pnpm (source) 10.25.010.27.0 age confidence
preact (source) ^10.28.0^10.28.1 age confidence
sass ^1.96.0^1.97.2 age confidence
sass-embedded ^1.96.0^1.97.2 age confidence
svelte (source) ^5.46.0^5.46.1 age confidence
svelte-check ^4.3.4^4.3.5 age confidence
typescript-eslint (source) ^8.49.0^8.52.0 age confidence
vite (source) ^7.2.7^7.3.0 age confidence
vitepress-plugin-llms ^1.9.3^1.10.0 age confidence
vitest (source) ^4.0.15^4.0.16 age confidence
vue (source) ^3.5.25^3.5.26 age confidence
vue-tsc (source) ^3.1.8^3.2.2 age confidence
ws ^8.18.3^8.19.0 age confidence

Release Notes

QwikDev/qwik (@​builder.io/qwik)

v1.18.0

Compare Source

Minor Changes
  • PERF: Computed signals now only trigger listeners if their value has changed (by @​wmertens in #​8148)
Patch Changes
  • execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @​sashkashishka in #​8164)

  • 🐞🩹 useResource's onRejected now catches errors again; preventing unhandled errors in test environments. (by @​maiieul in #​8197)

  • qwik add compiled-i18 now adds easy i18n to your app. (by @​wmertens in #​8177)

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.58

Compare Source

💥 BREAKING CHANGES
  • experimental/devtools: rename InputOptions#debug to InputOptions#devtools (#​7686) by @​Copilot
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
vuejs/core (@​vue/shared)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)

v2.9.11

Compare Source

v2.9.10

Compare Source

v2.9.9

Compare Source

v2.9.8

Compare Source

lit/lit (lit)

v3.3.2

Compare Source

Patch Changes
lodash/lodash (lodash-es)

v4.17.22

Compare Source

cloudflare/workers-sdk (miniflare)

v4.20251217.0

Compare Source

Patch Changes
  • #​11679 ae1ad22 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251213.0 1.20251217.0
  • #​11663 737c0f4 Thanks @​NuroDev! - Fix Durable Object RPC calls from Node.js blocking the event loop, preventing Promise.race() and timeouts from working correctly.

    Previously, RPC calls from Node.js to Durable Objects would block the Node.js event loop, causing Promise.race() with timeouts to never resolve. This fix ensures that RPC calls properly yield control back to the event loop, allowing concurrent operations and timeouts to work as expected.

v4.20251213.0

Compare Source

Patch Changes
  • #​11596 5d085fb Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251210.0 1.20251211.0
  • #​11622 b75b710 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251211.0 1.20251212.0
  • #​11640 1e9be12 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251212.0 1.20251213.0
pnpm/pnpm (pnpm)

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

preactjs/preact (preact)

v10.28.1

Compare Source

Fixes

sass/dart-sass (sass)

v1.97.2

Compare Source

  • Additional fixes for implicit configuration when nested imports are involved.

v1.97.1

Compare Source

v1.97.0

Compare Source

  • Add support for the display-p3-linear color space.
sass/embedded-host-node (sass-embedded)

v1.97.2

Compare Source

  • Additional fixes for implicit configuration when nested imports are involved.

v1.97.1

Compare Source

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated
    even if their conditions didn't match.

v1.97.0

Compare Source

  • Add support for the display-p3-linear color space.
sveltejs/svelte (svelte)

v5.46.1

Compare Source

Patch Changes
  • fix: type currentTarget in on function (#​17370)

  • fix: skip static optimisation for stateless deriveds after await (#​17389)

  • fix: prevent infinite loop when HMRing a component with an await (#​17380)

sveltejs/language-tools (svelte-check)

v4.3.5

Compare Source

Patch Changes
  • fix: ensure await-block type is preserved in the latest Svelte version (#​2895)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.52.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.

v8.51.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.

v8.50.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.

v8.50.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.3.0

Compare Source

Please refer to CHANGELOG.md for details.

okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.10.0

Compare Source

    🚀 Enhancements

  • vitepress-components: Redesign buttons for copying a page in Markdown format and add buttons for opening a chat about a specific page  -  by @​okineadev (c8e24)

Now you can also open a chat in ChatGPT or Claude and chat about any page using the new buttons 🙌

Here's how they look:

image
    🩹 Fixes

  • vitepress-rewrites: Use relative paths for rewrites and align path-to-regexp version with vitepress (#​108)  -  by hcdo (911f2)

Fixed an error where due to the different versions of path-to-regexp in the

plugin (^8.3.0) and in vitepress (^6.3.0), wildcard ends up changing from :<name>* and :<name>+ to :*<name>

The patch folder was not included in the package, which is why users did not have their dependencies patched

   💖 Contributors
     View changes on GitHub
vitest-dev/vitest (vitest)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.2.2

Compare Source

language-core
  • fix: correct code features on v-bind shorthands of special attributes - Thanks to @​KazariEX!
language-plugin-pug
  • feat: accurate Pug shorthand mapping (#​5906)
  • fix: pre-map HTML to Pug offset attribute (#​5905)
language-service
typescript-plugin
  • fix: only forward quick info and suggestion diagnostics for setup bindings (#​5892) - Thanks to @​KazariEX!

v3.2.1

Compare Source

language-core
component-meta
component-type-helpers
  • fix: npm package is missing build files (#​5893)
language-service
  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)
websockets/ws (ws)

v8.19.0

Compare Source

Features

  • Added the closeTimeout option (#​2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (1998485).

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 added the dependencies Pull requests that update a dependency file label Dec 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 21795f9 to 61c5bff Compare December 26, 2025 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 61c5bff to 72ad50e Compare December 29, 2025 21:40
@sapphi-red
Copy link
Member

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e1cc0db to d30b4a9 Compare January 5, 2026 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d30b4a9 to aad34e7 Compare January 6, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants