chore(deps): update all non-major dependencies #1291
+613
−496
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:
^5.1.0
->^5.2.0
^22.16.5
->^22.17.0
^4.6.0
->^4.7.0
v1.12.0
->v1.14.0
v4.25.1
->v4.25.2
v1.24.10
->v1.25.1
1.24.5
->1.24.6
^1.24.5
->^1.24.6
v0.40.0
->v0.41.0
v0.42.0
->v0.43.0
^16.1.1
->^16.1.2
10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad
->10.14.0
3.13.5
->3.13.6
5.8.3
->5.9.2
^66.3.3
->^66.4.2
7.0.11
->7.1.0
^1.6.3
->^1.6.4
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v5.2.0
Compare Source
🚀 Features
View changes on GitHub
uozi-tech/admin-kit (@uozi-admin/curd)
v4.7.0
Compare Source
Minor Changes
2c7e084
Thanks @akinoccc! - feat(curd): [form] add linkagev4.6.1
Compare Source
Patch Changes
11c7b4d
Thanks @0xJacky! - fix(StdSelector): update preloadIds to use dynamic valueKey for API callcasdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)
v1.14.0
Compare Source
Features
v1.13.0
Compare Source
Features
go-acme/lego (github.com/go-acme/lego/v4)
v4.25.2
Compare Source
Changed
Fixed
uozi-tech/cosy (github.com/uozi-tech/cosy)
v1.25.1
Compare Source
v1.25.0
Compare Source
golang/go (go)
v1.24.6
actions/go-versions (go)
v1.24.6
: 1.24.6Compare Source
Go 1.24.6
markedjs/marked (marked)
v16.1.2
Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v10.14.0
Compare 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:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting 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--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.actions/python-versions (python)
v3.13.6
: 3.13.6Compare Source
Python 3.13.6
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
unocss/unocss (unocss)
v66.4.2
Compare Source
🚀 Features
unoFunctions
option with nested object expressions - by @julienbenac and @zyyv in https://github.com/unocss/unocss/issues/4852 (b21e5)nth-
selectors - by @zojize and @zyyv in https://github.com/unocss/unocss/issues/4857 (61402)🐞 Bug Fixes
bg-gradient-
- by @YunYouJun and @zyyv in https://github.com/unocss/unocss/issues/4848 (4241e)🏎 Performance
crypto.hash
when available - by @Jungzl in https://github.com/unocss/unocss/issues/4860 (7fc36)View changes on GitHub
v66.4.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.4.0
Compare Source
🚨 Breaking Changes
🚀 Features
wind3
,wind4
, deleteuno
andwind
- by @9romise and @zyyv in https://github.com/unocss/unocss/issues/4833 (e8559)🐞 Bug Fixes
BABEL_TYPES_8_BREAKING
variable to resolve use babel in browser env - by @zyyv (b6769)preset-typography
compatibility withpreset-wind4
on theme variable #4815 - by @zyyv in https://github.com/unocss/unocss/issues/4815 (b4375)properties
layer in important postprocessor - by @Jungzl in https://github.com/unocss/unocss/issues/4827 (bd60d)View changes on GitHub
vitejs/rolldown-vite (vite)
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Miscellaneous Chores
experimental.enableNativePlugin
option (2008da5)Code Refactoring
Tests
process.features
(#20544) (856d3f0)v7.0.12
Compare Source
Features
Bug Fixes
Miscellaneous Chores
vuejs/vitepress (vitepress)
v1.6.4
Compare Source
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.