mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #1291] [MERGED] chore(deps): update all non-major dependencies #7014
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#7014
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/1291
Author: @renovate[bot]
Created: 8/4/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @renovate[bot]
Base:
dev← Head:renovate/all-minor-patch📝 Commits (1)
f9bf55achore(deps): update all non-major dependencies📊 Changes
9 files changed (+716 additions, -599 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
.github/workflows/weblate-pull.yml(+1 -1)📝
.github/workflows/weblate-sync.yml(+1 -1)📝
app/package.json(+8 -8)📝
app/pnpm-lock.yaml(+657 -553)📝
docs/package.json(+3 -3)📝
docs/pnpm-lock.yaml(+17 -22)📝
go.mod(+10 -10)📝
go.sum(+18 -0)📄 Description
This PR contains the following updates:
^5.1.0->^5.2.0^22.16.5->^22.17.1^4.6.0->^4.7.2^9.32.0->^9.33.0v2.5.2->v2.5.3v1.12.0->v1.14.0v4.25.1->v4.25.2v1.24.10->v1.25.11.24.5->1.24.6^1.24.5->^1.24.6v0.40.0->v0.41.0v0.42.0->v0.43.0^16.1.1->^16.1.210.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad->10.14.03.13.5->3.13.65.8.3->5.9.2^66.3.3->^66.4.27.0.11->7.1.0^1.6.3->^1.6.4Release Notes
antfu/eslint-config (@antfu/eslint-config)
v5.2.0Compare Source
🚀 Features
View changes on GitHub
uozi-tech/admin-kit (@uozi-admin/curd)
v4.7.2Compare Source
Patch Changes
01790b9Thanks @akinoccc! - fix(curd): [form] disable linkage on search modev4.7.1Compare Source
Patch Changes
d0a0d6eThanks @akinoccc! - fix(curd): [form] incorrect watcher for linkage depsv4.7.0Compare Source
Minor Changes
2c7e084Thanks @akinoccc! - feat(curd): [form] add linkagev4.6.1Compare Source
Patch Changes
11c7b4dThanks @0xJacky! - fix(StdSelector): update preloadIds to use dynamic valueKey for API calleslint/eslint (eslint)
v9.33.0Compare Source
blevesearch/bleve (github.com/blevesearch/bleve/v2)
v2.5.3Compare Source
Bug Fixes
GeoShapequeries introduced inv2.5.1and affectsv.2.5.2as well. This is captured in https://github.com/blevesearch/bleve/issues/2210. The fix https://github.com/blevesearch/geo/pull/28 has been included with https://github.com/blevesearch/bleve/pull/2214.Milestone
casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)
v1.14.0Compare Source
Features
v1.13.0Compare Source
Features
go-acme/lego (github.com/go-acme/lego/v4)
v4.25.2Compare Source
Changed
Fixed
uozi-tech/cosy (github.com/uozi-tech/cosy)
v1.25.1Compare Source
v1.25.0Compare Source
golang/go (go)
v1.24.6actions/go-versions (go)
v1.24.6: 1.24.6Compare Source
Go 1.24.6
markedjs/marked (marked)
v16.1.2Compare Source
Bug Fixes
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:
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.actions/python-versions (python)
v3.13.6: 3.13.6Compare Source
Python 3.13.6
microsoft/TypeScript (typescript)
v5.9.2Compare Source
unocss/unocss (unocss)
v66.4.2Compare Source
🚀 Features
unoFunctionsoption 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.hashwhen available - by @Jungzl in https://github.com/unocss/unocss/issues/4860 (7fc36)View changes on GitHub
v66.4.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.4.0Compare Source
🚨 Breaking Changes
🚀 Features
wind3,wind4, deleteunoandwind- by @9romise and @zyyv in https://github.com/unocss/unocss/issues/4833 (e8559)🐞 Bug Fixes
BABEL_TYPES_8_BREAKINGvariable to resolve use babel in browser env - by @zyyv (b6769)preset-typographycompatibility withpreset-wind4on theme variable #4815 - by @zyyv in https://github.com/unocss/unocss/issues/4815 (b4375)propertieslayer in important postprocessor - by @Jungzl in https://github.com/unocss/unocss/issues/4827 (bd60d)View changes on GitHub
vitejs/rolldown-vite (vite)
v7.1.0Compare Source
Features
generateCodeFrame(#20508) (e7d0b2a)Bug Fixes
image-setcontaining__VITE_ASSET__(#20520) (f1a2635)entryCssAssetFileNamesas an empty Set (#20542) (6a46cda)Miscellaneous Chores
experimental.enableNativePluginoption (2008da5)Code Refactoring
Tests
process.features(#20544) (856d3f0)v7.0.12Compare Source
Features
Bug Fixes
Miscellaneous Chores
vuejs/vitepress (vitepress)
v1.6.4Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.