Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/leaflet (source) 1.9.201.9.21 age confidence devDependencies patch
@types/node (source) 22.18.822.19.3 age confidence devDependencies minor
actions/checkout v5.0.0v5.0.1 age confidence action patch
eslint (source) 9.37.09.39.2 age confidence devDependencies minor
eslint-plugin-format 1.0.21.1.0 age confidence devDependencies minor
lint-staged 16.2.316.2.7 age confidence devDependencies patch
pnpm (source) 10.18.010.27.0 age confidence packageManager minor
pnpm/action-setup v4.1.0v4.2.0 age confidence action minor
reka-ui 2.5.12.7.0 age confidence dependencies minor
unplugin-icons 22.4.222.5.0 age confidence dependencies minor
unplugin-vue-components 29.1.029.2.0 age confidence dependencies minor
vitepress (source) 2.0.0-alpha.122.0.0-alpha.15 age confidence dependencies patch
vue (source) 3.5.223.5.26 age confidence dependencies patch
vue-tsc (source) 3.1.03.2.1 age confidence devDependencies minor

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

Compare Source

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

antfu/eslint-plugin-format (eslint-plugin-format)

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub
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.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

v10.25.0

Compare Source

v10.24.0

Compare Source

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

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.2

Compare Source

v2.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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

Compare Source

Bug Fixes

v2.0.0-alpha.14

Compare Source

Bug Fixes
Features
  • client: emit vitepress:codeGroupTabActivate custom event when a code group tab is activated (dfb02a4), closes #​5023

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

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 Review Updated (UTC)
2025 Error Error Jan 3, 2026 1:38am

@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 277c8ca to 179f82d Compare December 11, 2025 20:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 179f82d to eacf48b Compare December 12, 2025 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eacf48b to feafc9c Compare December 15, 2025 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from feafc9c to 315a05a Compare December 16, 2025 02:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 315a05a to c132e08 Compare December 17, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c132e08 to 91bb6b6 Compare December 18, 2025 13:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91bb6b6 to f92a97b Compare December 21, 2025 13:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f92a97b to 6d1da72 Compare December 22, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d1da72 to 6f1d934 Compare December 23, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f1d934 to ff315c1 Compare December 25, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff315c1 to 4200b08 Compare December 26, 2025 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4200b08 to ed66c12 Compare December 26, 2025 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed66c12 to d3e3dbf Compare December 31, 2025 15:27
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