Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update all non-major dependencies #514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.30 -> ^22.15.32 age adoption passing confidence
acorn ^8.14.1 -> ^8.15.0 age adoption passing confidence
bumpp ^10.1.1 -> ^10.2.0 age adoption passing confidence
eslint (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
lint-staged ^16.1.0 -> ^16.1.2 age adoption passing confidence
pnpm (source) 10.11.1 -> 10.12.1 age adoption passing confidence
rolldown (source) ^1.0.0-beta.12 -> ^1.0.0-beta.17 age adoption passing confidence
rollup (source) ^4.42.0 -> ^4.43.0 age adoption passing confidence
tsdown ^0.12.7 -> ^0.12.8 age adoption passing confidence
tsx (source) ^4.19.4 -> ^4.20.3 age adoption passing confidence
unocss (source) ^66.1.3 -> ^66.2.3 age adoption passing confidence
unplugin-unused ^0.5.0 -> ^0.5.1 age adoption passing confidence
vitepress (source) 2.0.0-alpha.5 -> 2.0.0-alpha.6 age adoption passing confidence
vitest (source) ^3.2.2 -> ^3.2.4 age adoption passing confidence
vue (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence

Release Notes

acornjs/acorn (acorn)

v8.15.0

Compare Source

antfu-collective/bumpp (bumpp)

v10.2.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.29.0

Compare Source

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

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR: #​8190

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #​9605.
  • Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects #​9598.
  • Revert #​9574 to fix a regression #​9596.
rollup/rollup (rollup)

v4.43.0

Compare Source

2025-06-11

Features
  • Provide new fs option and this.fs API to replace file system (#​5944)
Pull Requests
rolldown/tsdown (tsdown)

v0.12.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
privatenumber/tsx (tsx)

v4.20.3

Compare Source

v4.20.2

Compare Source

v4.20.1

Compare Source

v4.20.0

Compare Source

unocss/unocss (unocss)

v66.2.3

Compare Source

   🚀 Features
    View changes on GitHub

v66.2.2

Compare Source

   🚀 Features
    View changes on GitHub

v66.2.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
unplugin/unplugin-unused (unplugin-unused)

v0.5.1

Compare Source

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

v2.0.0-alpha.6

Compare Source

Bug Fixes
  • allow AdditionalConfigLoader to return void (906a44a)
  • build: avoiding creating separate chunks for vite public assets (21f24b9)
  • build: emit lean chunks after vite has done processing (26cb685), closes #​4737
  • client: properly skip removed lines when copying code blocks (c128baf)
  • disable appearance scripts in zero-js mode (e7f9d05), closes #​4766
  • don't preload dynamic imports (801648a), closes #​4770
  • gather additional config files even if root .vitepress/config is not present (26f178c)
  • set preserveEntrySignatures for rolldown-vite (#​4784) (4351bc0)
  • skip fields not supported by rolldown for rolldown-vite (#​4747) (4e3fce4)
  • theme/regression: code blocks not aligned properly in rtl layouts (a643347)
  • theme: hide native search input cancel button (#​4723) (2c4944f)
  • theme: prevent error in handleSearchHotKey method (#​4782) (21fcecc)
  • use v-pre for mathjax instead of isCustomElement (c9b8928)
Features
  • use oxc-minify instead of transformWithEsbuild when rolldown-vite is used (#​4748) (7c1dc48)

2.0.0-alpha.5 (2025-04-21)

Bug Fixes
Features
Performance Improvements
  • call module.enableCompileCache() (70de34c)
  • hoist expensive operations in useLayout (e5ab067)
BREAKING CHANGES
  • useLocalNav and useSidebar are removed in favor of useLayout. To migrate, just do find and replace. Sidebar controls are no longer exported, but we didn't find any usage on GitHub. If there is demand, we can export respective composables later. DefaultTheme.DocSidebar and DefaultTheme.DocLocalNav types are also removed.
  • vp-adaptive-theme class is no longer added to code blocks when there is single theme. Theme authors supporting single code theme can use .shiki:not(.shiki-themes) as selector. Alternatively, it might be better to use the bg/fg variables set on the .shiki block to keep things generic.
  • vp-code class is no longer added to code blocks. Use .shiki or pre.shiki or [class*='language-'] pre instead. People not customizing their themes are not affected.

2.0.0-alpha.4 (2025-03-09)

Bug Fixes
  • build/regression: langAlias not working (06ae2bf), closes #​4581
  • don't hardcode tabindex attr in table renderer (#​4082) (aadc517)
  • hmr not working for watched files in path loaders (e271695), closes #​4525
  • ignore non-text content in permalink generation and fix types of markdown.config (a8a1800)
  • prevent reload on first server start in fresh installations (d8a884e)
  • properly merge classes in custom containers (#​4128) (8aad617)
  • rebuild dynamic routes cache on server restart (9f54714), closes #​4525
Features

2.0.0-alpha.3 (2025-02-24)

Bug Fixes
Features
BREAKING CHANGES
  • markdown-it-async is used instead of markdown-it. If you're using custom content renderer for local search, you'll need to do await md.renderAsync instead of md.render.
  • Internals are modified a bit to better support vite 6 and handle HMR more correctly. For most users this won't need any change on their side.
  • shiki is upgraded to v3. There shouldn't be any breaking change but if you see any issue, please report it.

2.0.0-alpha.2 (2025-01-23)

Bug Fixes
  • fix docsearch navigation and rendering (e035027)
  • types: support preload built-in shiki languages as string (#​4513) (4f77b4f)
Features
  • allow markdown.config and markdown.preConfig to accept async function (#​4512) (b88ae8d)
  • support same page navigation in router.go and expose decoded hash and query from the route object (#​4511) (23d3281)

2.0.0-alpha.1 (2025-01-22)

Features

1.6.3 (2025-01-22)

Bug Fixes
  • docsearch not rendering properly (3e4120e)

1.6.2 (2025-01-22)

Bug Fixes
  • fix static content removal for lean chunks due to Vue 3.5 changes (#​4508) (8214cae)

1.6.1 (2025-01-20)

Bug Fixes
  • build: escape $ in replace pattern in dynamic routes plugin (e812916), closes #​4499
  • theme/regression: broken hero heading at certain viewports (37dbe89)
vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

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

v3.5.17

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

pkg-pr-new bot commented Jun 15, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unjs/unplugin@514

commit: 33ef0a7

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from eaf11cf to 99cdaa9 Compare June 18, 2025 00:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99cdaa9 to 33ef0a7 Compare June 18, 2025 18:42
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.

0 participants