Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@types/leaflet (source) 1.9.20 -> 1.9.21 age confidence devDependencies patch
@types/node (source) 22.18.8 -> 22.19.1 age confidence devDependencies minor
actions/checkout v5.0.0 -> v5.0.1 age confidence action patch
eslint (source) 9.37.0 -> 9.39.1 age confidence devDependencies minor
lint-staged 16.2.3 -> 16.2.7 age confidence devDependencies patch
pnpm (source) 10.18.0 -> 10.23.0 age confidence packageManager minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
reka-ui 2.5.1 -> 2.6.0 age confidence dependencies minor
unplugin-icons 22.4.2 -> 22.5.0 age confidence dependencies minor
unplugin-vue-components 29.1.0 -> 29.2.0 age confidence dependencies minor
vitepress (source) 2.0.0-alpha.12 -> 2.0.0-alpha.13 age confidence dependencies patch 2.0.0-alpha.15 (+1)
vue (source) 3.5.22 -> 3.5.24 age confidence dependencies patch
vue-tsc (source) 3.1.0 -> 3.1.4 age confidence devDependencies patch 3.1.5

Release Notes

actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

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

v16.2.7

Compare Source

Patch Changes
  • #​1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

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.

v16.2.4

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

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

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

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

unovue/reka-ui (reka-ui)

v2.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unplugin/unplugin-icons (unplugin-icons)

v22.5.0

Compare Source

   🚀 Features
    View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)

v29.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/vitepress (vitepress)

v2.0.0-alpha.13

Compare Source

Bug Fixes
  • client,a11y: improve focus handling and scrolling behavior in router (#​4943) (d46107f)
  • disable markdown-it-attrs for fenced code blocks (0899618)
  • git log parsing when there are empty commits in history (#​4965) (612c458)
  • print full path in dead links check (2b77fb3), closes #​4919
  • rename markdown.cjkFriendly to markdown.cjkFriendlyEmphasis (bce0b53), closes #​4952
  • respect markdown.cache = false on build too (6d7422f)
  • simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps (4e548f5)
  • theme: add lang and dir attributes to language picker (f0b29d7)
  • theme: adjust margin of code blocks inside containers (82fac5d), closes #​4921
  • theme: avoid use of :where in selector list for now (c2eaccd), closes #​4923
  • theme: disable whitespace wrapping for VPBadge (#​4968) (113d230)
  • theme: use nav height css var for curtain top in sidebar (#​4993) (be260fd)
Features
Performance Improvements
  • make a single git call for timestamps instead of calling it for each file (#​4958) (6dfcdd3)
BREAKING CHANGES
  • markdown-it-attrs is disabled for fenced code blocks. For most users no change is required. If you want to add classes to code blocks, do it using shiki transformers instead.
  • Rename cjkFriendly to cjkFriendlyEmphasis in your vitepress config. Most people should be unaffected unless they want to disable the CJK emphasis behavior added v2.0.0-alpha.12.
vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.4

Compare Source

Bug Fixes
  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#​5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#​5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#​5753) - Thanks to @​serkodev and @​KazariEX!
Other Changes
  • refactor(language-core): re-implement component references by codegen (#​5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on <template> (#​5734) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template with lang="html" (#​5728) - Thanks to @​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to @​KazariEX!

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error when propTypes has no elements (#​5704) - Thanks to @​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to @​so1ve!
Other Changes
  • docs: fix vue-tsc broken link to example boilerplate in README.md (#​5721) - Thanks to @​heyakyra!

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 ) in timezone Asia/Taipei, 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.

@vercel
Copy link

vercel bot commented Oct 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
2025 Ready Ready Preview Comment Nov 23, 2025 5:58pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d791a8 to fe9d24d Compare October 14, 2025 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe9d24d to 02a81af Compare October 14, 2025 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02a81af to 7d8109c Compare October 17, 2025 05:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d8109c to c7c784c Compare October 17, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7c784c to 6299a4b Compare October 20, 2025 00:52
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6299a4b to 513a78b Compare October 20, 2025 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6a7db12 to b111366 Compare October 21, 2025 00:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b111366 to 0432ef8 Compare October 21, 2025 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0432ef8 to 0a83e89 Compare October 22, 2025 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a83e89 to 13202e5 Compare October 25, 2025 04:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13202e5 to fa855a8 Compare October 28, 2025 20:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa855a8 to 7e9de52 Compare October 31, 2025 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e9de52 to 2f18304 Compare November 3, 2025 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f18304 to e4ad6da Compare November 4, 2025 02:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4ad6da to 82b183d Compare November 6, 2025 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82b183d to 6082773 Compare November 7, 2025 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6082773 to 7163c20 Compare November 10, 2025 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7163c20 to ff5cc37 Compare November 11, 2025 23:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff5cc37 to 966332e Compare November 12, 2025 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 966332e to c518de5 Compare November 13, 2025 08:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c518de5 to 0ba09af Compare November 15, 2025 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ba09af to 162c022 Compare November 17, 2025 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 162c022 to f899fdd Compare November 22, 2025 17:55
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.

1 participant