Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.28.4 -> ^7.28.5 age confidence
@babel/parser (source) ^7.28.4 -> ^7.28.5 age confidence
@babel/plugin-transform-modules-systemjs (source) ^7.27.1 -> ^7.28.5 age confidence
@babel/preset-env (source) ^7.28.3 -> ^7.28.5 age confidence
@builder.io/qwik (source) ^1.17.0 -> ^1.17.1 age confidence
@rolldown/pluginutils (source) ^1.0.0-beta.43 -> ^1.0.0-beta.44 age confidence
@rollup/plugin-commonjs (source) 28.0.6 -> 28.0.9 age confidence
@shikijs/vitepress-twoslash (source) ^3.13.0 -> ^3.14.0 age confidence
@tailwindcss/postcss (source) ^4.1.14 -> ^4.1.16 age confidence
@tailwindcss/vite (source) ^4.1.14 -> ^4.1.16 age confidence
@types/express (source) ^5.0.3 -> ^5.0.4 age confidence
@types/node (source) ^24.8.1 -> ^24.9.1 age confidence
@types/node (source) ^22.18.11 -> ^22.18.12 age confidence
@vitejs/plugin-react (source) ^5.0.4 -> ^5.1.0 age confidence
@vitejs/plugin-react-swc (source) 4.1.0 -> 4.2.0 age confidence
baseline-browser-mapping ^2.8.18 -> ^2.8.20 age confidence
browserslist ^4.26.3 -> ^4.27.0 age confidence
lint-staged ^16.2.4 -> ^16.2.6 age confidence
magic-string ^0.30.19 -> ^0.30.21 age confidence
miniflare (source) ^4.20251008.0 -> ^4.20251011.1 age confidence
pnpm (source) 10.18.3 -> 10.19.0 age confidence
rolldown-vite (source) 7.1.17 -> 7.1.19 age confidence
svelte (source) ^5.41.0 -> ^5.42.2 age confidence
tailwindcss (source) ^4.1.14 -> ^4.1.16 age confidence
typescript-eslint (source) ^8.46.1 -> ^8.46.2 age confidence
vite (source) ^7.1.10 -> ^7.1.12 age confidence
vite-plugin-solid ^2.11.9 -> ^2.11.10 age confidence
vitepress-plugin-group-icons ^1.6.4 -> ^1.6.5 age confidence
vitepress-plugin-llms ^1.8.0 -> ^1.8.1 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.2 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
QwikDev/qwik (@​builder.io/qwik)

v1.17.1

Compare Source

Patch Changes
  • 🐞🩹 the bunding won't lead to circular dependencies in qwik-astro apps anymore. (by @​maiieul in #​8052)

  • ✨ The optimizer is now built with a recent Rust toolchain. Fresher bits! (by @​wmertens in #​8040)

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.9

2025-10-24

Bugfixes
  • fix: handle node: builtins with strictRequires: auto (#​1930)

v28.0.8

2025-10-16

Bugfixes
  • fix: guard moduleSideEffects for wrapped externals (#​1914)

v28.0.7

2025-10-14

Bugfixes
  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#​1909)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.2.0

Compare Source

Add @vitejs/plugin-react-swc/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#​951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)

v2.8.20

Compare Source

v2.8.19

Compare Source

browserslist/browserslist (browserslist)

v4.27.0

Compare Source

  • Added BROWSERSLIST_TRACE_WARNING environment variable.
lint-staged/lint-staged (lint-staged)

v16.2.6

Compare Source

Patch Changes

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
cloudflare/workers-sdk (miniflare)

v4.20251011.1

Compare Source

Patch Changes

v4.20251011.0

Compare Source

Minor Changes
Patch Changes
  • #​10963 36d7054 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251008.0 1.20251011.0
pnpm/pnpm (pnpm)

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1
vitejs/rolldown-vite (rolldown-vite)

v7.1.19

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.18

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System
sveltejs/svelte (svelte)

v5.42.2

Compare Source

Patch Changes
  • fix: better error message for global variable assignments (#​17036)

  • chore: tweak memoizer logic (#​17042)

v5.42.1

Compare Source

Patch Changes
  • fix: ignore fork discard() after commit() (#​17034)

v5.42.0

Compare Source

Minor Changes
Patch Changes
  • fix: always allow setContext before first await in component (#​17031)

  • fix: less confusing names for inspect errors (#​17026)

v5.41.4

Compare Source

Patch Changes
  • fix: take into account static blocks when determining transition locality (#​17018)

  • fix: coordinate mount of snippets with await expressions (#​17021)

  • fix: better optimization of await expressions (#​17025)

  • fix: flush pending changes after rendering failed snippet (#​16995)

v5.41.3

Compare Source

Patch Changes
  • chore: exclude vite optimized deps from stack traces (#​17008)

  • perf: skip repeatedly traversing the same derived (#​17016)

v5.41.2

Compare Source

Patch Changes
  • fix: keep batches alive until all async work is complete (#​16971)

  • fix: don't preserve reactivity context across function boundaries (#​17002)

  • fix: make $inspect logs come from the callsite (#​17001)

  • fix: ensure guards (eg. if, each, key) run before their contents (#​16930)

v5.41.1

Compare Source

Patch Changes
  • fix: place let: declarations before {@​const} declarations (#​16985)

  • fix: improve each_key_without_as error (#​16983)

  • chore: centralise branch management (#​16977)

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

v8.46.2

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

Compare Source

Please refer to CHANGELOG.md for details.

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System
solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.10

Compare Source

Patch Changes
  • b19050a: Fix SSR resolve.external being unconditionally applied in Vite 6+
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.6.5

Compare Source

No significant changes

    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.8.1

Compare Source

    🩹 Fixes

Sidebar configurations where there is no list of items but only text and links keys are now supported

   💖 Contributors
     View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.1.2

Compare Source


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 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8dbdd6 to 490d0d1 Compare October 27, 2025 02:29
@renovate
Copy link
Contributor Author

renovate bot commented Oct 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sapphi-red
Copy link
Member

#20988

@sapphi-red sapphi-red merged commit 185641e into main Oct 27, 2025
18 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch October 27, 2025 03:23
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