fix(deps): update all non-major dependencies#86
Merged
nekomeowww merged 1 commit intomainfrom Aug 1, 2025
Merged
Conversation
64769f3 to
98cbb3c
Compare
51c156c to
d6d53d8
Compare
adad86c to
044a07b
Compare
044a07b to
bc64828
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.16.2->4.19.01.2.10->1.2.111.2.7->1.2.91.2.42->1.2.452.18.0->2.18.12.18.0->2.18.12.18.0->2.18.12.18.0->2.18.12.18.0->2.18.12.18.0->2.18.122.16.2->22.17.013.5.0->13.6.09.30.1->9.32.0v1.0.6->v1.0.7v0.33.2->v0.33.3v0.33.2->v0.33.3v0.33.2->v0.33.3v0.33.2->v0.33.310.13.1->10.14.05.8.3->5.9.211.3.0->11.3.23.5.17->3.5.18Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.19.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v4.18.0Compare Source
🚀 Features
View changes on GitHub
v4.17.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nolebase/integrations (@nolebase/ui)
v2.18.1Compare Source
🐞 Bug Fixes
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v13.6.0Compare Source
🚀 Features
options.serializer- by @matthewjumpsoffbuildings, @OrbisK and @43081j in https://github.com/vueuse/vueuse/issues/4781 (bb831)onReadyoption and Promise return - by @asika32764, Fernando Fernández, @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4158 (3a2df)🐞 Bug Fixes
MaybeRefandMaybeRefOrGetterinstead - by @RYGRIT in https://github.com/vueuse/vueuse/issues/4913 (2d179)View changes on GitHub
eslint/eslint (eslint)
v9.32.0Compare Source
v9.31.0Compare Source
spf13/pflag (github.com/spf13/pflag)
v1.0.7Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.6...v1.0.7
kubernetes/api (k8s.io/api)
v0.33.3Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.3Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.33.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.33.3Compare Source
pnpm/pnpm (pnpm)
v10.14.0Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime(insidepackage.json) and let pnpm download and pin it automatically.Usage example:
{ "devEngines": { "runtime": { "name": "node", "version": "^24.4.0", "onFail": "download" (we only support the "download" value for now) } } }How it works:
pnpm installresolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersionandexecutionEnv.nodeVersion)executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.devEngines.runtimesetting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu,--libc, and--ostopnpm install,pnpm add, andpnpm dlxto customizesupportedArchitecturesvia the CLI #7510.Patch Changes
pnpm adddownloads packages whoselibcdiffer frompnpm.supportedArchitectures.libc.dlxto parse CLI flags and options between thedlxcommand and the command to run or between thedlxcommand and--#9719.pnpm install --prodshould removing hoisted dev dependencies #9782.pnpm installto incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.microsoft/TypeScript (typescript)
v5.9.2Compare Source
antfu/vite-plugin-inspect (vite-plugin-inspect)
v11.3.2Compare Source
🐞 Bug Fixes
View changes on GitHub
vuejs/core (vue)
v3.5.18Compare Source
Bug Fixes
v-pre(#12556) (21b685a)v-binddynamic argument content correctly (#12554) (d3af67e)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.
This PR was generated by Mend Renovate. View the repository job log.