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

Skip to content

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

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

Merged
merged 2 commits into from
Jun 7, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.13.2 -> ^4.14.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^3.4.2 -> ^3.6.0 age adoption passing confidence
@types/node (source) ^22.15.21 -> ^22.15.30 age adoption passing confidence
ansis ^4.0.0 -> ^4.1.0 age adoption passing confidence
eslint (source) ^9.27.0 -> ^9.28.0 age adoption passing confidence
lint-staged ^16.0.0 -> ^16.1.0 age adoption passing confidence
pnpm (source) 10.11.0 -> 10.11.1 age adoption passing confidence
rolldown (source) ^1.0.0-beta.9 -> ^1.0.0-beta.12 age adoption passing confidence
rollup (source) ^4.41.1 -> ^4.42.0 age adoption passing confidence
tsdown ^0.12.3 -> ^0.12.7 age adoption passing confidence
unocss (source) ^66.1.2 -> ^66.1.3 age adoption passing confidence
vitepress (source) 2.0.0-alpha.2 -> 2.0.0-alpha.5 age adoption passing confidence
vitepress-plugin-group-icons ^1.5.5 -> ^1.6.0 age adoption passing confidence
vitest (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence
vue (source) ^3.5.15 -> ^3.5.16 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.14.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.13.3

Compare Source

No significant changes

    View changes on GitHub
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
webdiscus/ansis (ansis)

v4.1.0

Compare Source

  • feat: add readonly level property to get the detected color support level:
    • 0 - no colors,
    • 1 - 16 colors,
    • 2 - 256 colors,
    • 3 - truecolor.
eslint/eslint (eslint)

v9.28.0

Compare Source

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

v16.1.0

Compare Source

Minor Changes
  • #​1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #​1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes
pnpm/pnpm (pnpm)

v10.11.1

Compare Source

Patch Changes
  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #​9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#​9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Use pnpm_config_ env variables instead of npm_config_ #​9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #​9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #​9502.
  • pnpm -r --silent run should not print out section #​9563.
rolldown/rolldown (rolldown)

v1.0.0-beta.12

Compare Source

Features
Bug Fixes

v1.0.0-beta.11

Compare Source

Features
Bug Fixes

v1.0.0-beta.10

Compare Source

⚠ BREAKING CHANGES
  • "feat!: always make the default value of platform as browser" (#​4720)
  • resolve: add module to resolve conditions by default (#​4703)
  • types/resolve: use literal 'import-statement' to refer to static import statements instead of 'import' (#​4689)
  • rust: merge target option into transform (#​4665)
  • rust: merge jsx option into transform (#​4654)
  • always make the default value of platform as browser (#​4611)
Features
Bug Fixes
Performance Improvements
Reverts
  • "feat!: always make the default value of platform as browser" (#​4720) (4021325), closes rolldown/rolldown#4611
  • "refactor(rolldown_sourcemap): remove unused SourceJoiner[#prepend](https://redirect.github.com/rolldown/rolldown/issues/prepend)_source" (#​4632) (719ec89), closes rolldown/rolldown#4431
  • feat(on_demand_wrapping): don't wrap modules that don't rely on others and have side effect [#​4670](https://redirect.github.com/rolldown/rolldown/issues/4670) (#​4686) (8a77ce9)
rollup/rollup (rollup)

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests
rolldown/tsdown (tsdown)

v0.12.7

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v0.12.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.12.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.12.4

Compare Source

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

v66.1.3

Compare Source

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

v2.0.0-alpha.5

Compare Source

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

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 2, 2025

Open in StackBlitz

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

commit: 2616835

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 23084d6 to 50f7d70 Compare June 4, 2025 09:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50f7d70 to be47bbf Compare June 6, 2025 20:32
@sxzz sxzz merged commit 037661c into main Jun 7, 2025
12 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch June 7, 2025 09:37
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