Skip to content

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

Merged
bluwy merged 1 commit intomainfrom
renovate/all-minor-patch
Oct 14, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@builder.io/qwik (source) ^1.16.1 -> ^1.17.0 age confidence dependencies minor
@rolldown/pluginutils (source) ^1.0.0-beta.41 -> ^1.0.0-beta.43 age confidence devDependencies patch
@types/node (source) ^24.6.2 -> ^24.7.2 age confidence devDependencies minor
@types/node (source) ^22.18.8 -> ^22.18.10 age confidence devDependencies patch
@types/react (source) ^19.2.0 -> ^19.2.2 age confidence devDependencies patch
@types/react-dom (source) ^19.2.0 -> ^19.2.2 age confidence devDependencies patch
baseline-browser-mapping ^2.8.12 -> ^2.8.16 age confidence devDependencies patch
core-js (source) ^3.45.1 -> ^3.46.0 age confidence dependencies minor
http-proxy-3 ^1.21.1 -> ^1.22.0 age confidence devDependencies minor
less (source) ^4.4.1 -> ^4.4.2 age confidence devDependencies patch
lint-staged ^16.2.3 -> ^16.2.4 age confidence devDependencies patch
miniflare (source) ^4.20251001.0 -> ^4.20251008.0 age confidence devDependencies minor
playwright-chromium (source) ^1.55.1 -> ^1.56.0 age confidence devDependencies minor
pnpm (source) 10.18.0 -> 10.18.2 age confidence packageManager patch
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
rolldown-vite (source) 7.1.15 -> 7.1.16 age confidence patch
svelte (source) ^5.39.9 -> ^5.39.12 age confidence devDependencies patch
svelte-check ^4.3.2 -> ^4.3.3 age confidence devDependencies patch
typescript-eslint (source) ^8.45.0 -> ^8.46.1 age confidence devDependencies minor
vue-tsc (source) ^3.1.0 -> ^3.1.1 age confidence devDependencies patch

Release Notes

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

v1.17.0

Compare Source

Minor Changes
  • 🐞🩹 Qwik now leverages Rollup's new output.onlyExplicitManualChunks feature, which improves preloading performance and reduces cache invalidation for a snappier user experience. (by @​maiieul in #​7982)

  • ✨ the qwikloader can now be inlined again if required (for testing or specific network conditions). Pass qwikLoader: 'inline' to the render options. (by @​wmertens in #​8008)

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

v2.8.16

Compare Source

v2.8.15

Compare Source

v2.8.14

Compare Source

v2.8.13

Compare Source

zloirock/core-js (core-js)

v3.46.0

Compare Source

less/less.js (less)

v4.4.2

Compare Source

lint-staged/lint-staged (lint-staged)

v16.2.4

Compare Source

Patch Changes
cloudflare/workers-sdk (miniflare)

v4.20251008.0

Compare Source

Patch Changes
  • #​10917 42e256f Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251004.0 1.20251008.0
  • #​10686 4462bc1 Thanks @​alsuren! - Document that dumpSql is shared with d1-worker, and incorporate some D1 internal stats gathering machinery (which is currently unused by miniflare)

v4.20251004.0

Compare Source

Patch Changes
microsoft/playwright (playwright-chromium)

v1.56.0

Compare Source

pnpm/pnpm (pnpm)

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.
pnpm/action-setup (pnpm/action-setup)

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

vitejs/rolldown-vite (rolldown-vite)

v7.1.16

Compare Source

Features
Bug Fixes
Reverts
sveltejs/svelte (svelte)

v5.39.12

Compare Source

Patch Changes
  • fix: better input cursor restoration for bind:value (#​16925)

  • fix: track the user's getter of bind:this (#​16916)

  • fix: generate correct SSR code for the case where pending is an attribute (#​16919)

  • fix: generate correct code for each blocks with async body (#​16923)

v5.39.11

Compare Source

Patch Changes
  • fix: flush batches whenever an async value resolves (#​16912)

v5.39.10

Compare Source

Patch Changes
  • fix: hydrate each blocks inside element correctly (#​16908)

  • fix: allow await in if block consequent and alternate (#​16890)

  • fix: don't replace rest props with $$props for excluded props (#​16898)

  • fix: correctly transform $derived private fields on server (#​16894)

  • fix: add UNKNOWN evaluation value before breaking for binding.initial===SnippetBlock (#​16910)

sveltejs/language-tools (svelte-check)

v4.3.3

Compare Source

Patch Changes
  • fix: prevent file watcher issue (#​2859)

  • fix: allow undefined and null values for #each in Svelte 5 (#​2863)

  • perf: check if file content changed in tsconfig file watch (#​2859)

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

v8.46.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.46.0

Compare Source

🚀 Features
❤️ Thank You

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

vuejs/language-tools (vue-tsc)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects

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 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8a896c9 to 6087886 Compare October 14, 2025 04:35
@bluwy bluwy linked an issue Oct 14, 2025 that may be closed by this pull request
7 tasks
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6087886 to 879de86 Compare October 14, 2025 04:43
@bluwy bluwy merged commit 7384356 into main Oct 14, 2025
21 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch October 14, 2025 05:36
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.

Empty proxy target silently sends requests to external domain (dummy.org)

1 participant