[PR #1568] chore(deps): update all non-major dependencies #7121

Open
opened 2026-03-01 17:15:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1568
Author: @renovate[bot]
Created: 2/25/2026
Status: 🔄 Open

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

  • 04a76fb chore(deps): update all non-major dependencies

📊 Changes

6 files changed (+916 additions, -971 deletions)

View changed files

📝 app/package.json (+15 -15)
📝 docs/package.json (+3 -3)
📝 go.mod (+28 -27)
📝 go.sum (+56 -0)
📝 pnpm-lock.yaml (+800 -912)
📝 pnpm-workspace.yaml (+14 -14)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^7.4.3^7.6.1 age confidence
@fingerprintjs/fingerprintjs ^5.0.1^5.1.0 age confidence
@iconify-json/tabler ^1.2.26^1.2.28 age confidence
@types/lodash (source) ^4.17.23^4.17.24 age confidence
@types/node (source) ^24.10.13^24.11.0 age confidence
@vue/compiler-sfc (source) ^3.5.28^3.5.29 age confidence
@vue/reactivity (source) ^3.5.28^3.5.29 age confidence
@vue/shared (source) ^3.5.28^3.5.29 age confidence
autoprefixer ^10.4.24^10.4.27 age confidence
axios (source) ^1.13.5^1.13.6 age confidence
eslint (source) ^9.39.2^9.39.3 age confidence
github.com/caarlos0/env/v11 v11.3.1v11.4.0 age confidence
github.com/cloudflare/cloudflare-go/v6 v6.7.0v6.8.0 age confidence
github.com/gin-gonic/gin v1.11.0v1.12.0 age confidence
github.com/go-acme/lego/v4 v4.31.0v4.32.0 age confidence
github.com/mark3labs/mcp-go v0.44.0v0.44.1 age confidence
github.com/shirou/gopsutil/v4 v4.26.1v4.26.2 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.48v1.3.50 age confidence
golang.org/x/net v0.50.0v0.51.0 age confidence
pnpm (source) 10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb1820093710.30.3 age confidence
unocss (source) ^66.6.0^66.6.2 age confidence
vue (source) ^3.5.28^3.5.29 age confidence
vue-router (source) ^5.0.2^5.0.3 age confidence
vue-tsc (source) ^3.2.4^3.2.5 age confidence

Release Notes

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

v7.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.5.0

Compare Source

   🚀 Features
    View changes on GitHub
fingerprintjs/fingerprintjs (@​fingerprintjs/fingerprintjs)

v5.1.0

Compare Source

Improvements
  • Resolved #​1088 . For Firefox, the fingerprints between normal and incognito modes are now stable. However, it cannot be guaranteed when Enhanced Tracking Protection is enabled.
  • Resolved #​1131
  • As with v3, collection of usage statistics can be disabled. See docs/api.md for instructions.
vuejs/core (@​vue/compiler-sfc)

v3.5.29

Compare Source

Bug Fixes
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
axios/axios (axios)

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

eslint/eslint (eslint)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

caarlos0/env (github.com/caarlos0/env/v11)

v11.4.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates
Other work

Released with GoReleaser Pro!

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)

v6.8.0

Compare Source

Full Changelog: v6.7.0...v6.8.0

gin-gonic/gin (github.com/gin-gonic/gin)

v1.12.0

Compare Source

Features
  • feat(render): add bson protocol (#​4145)
  • feat(context): add GetError and GetErrorSlice methods for error retrieval (#​4502)
  • feat(binding): add support for encoding.UnmarshalText in uri/query binding (#​4203)
  • feat(gin): add option to use escaped path (#​4420)
  • feat(context): add Protocol Buffers support to content negotiation (#​4423)
  • feat(context): implemented Delete method (#​38e7651)
  • feat(logger): color latency (#​4146)
Enhancements
  • perf(tree): reduce allocations in findCaseInsensitivePath (#​4417)
  • perf(recovery): optimize line reading in stack function (#​4466)
  • perf(path): replace regex with custom functions in redirectTrailingSlash (#​4414)
  • perf(tree): optimize path parsing using strings.Count (#​4246)
  • chore(logger): allow skipping query string output (#​4547)
  • chore(context): always trust xff headers from unix socket (#​3359)
  • chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement http.Flusher (#​4479)
  • refactor(recovery): smart error comparison (#​4142)
  • refactor(context): replace hardcoded localhost IPs with constants (#​4481)
  • refactor(utils): move util functions to utils.go (#​4467)
  • refactor(binding): use maps.Copy for cleaner map handling (#​4352)
  • refactor(context): using maps.Clone (#​4333)
  • refactor(ginS): use sync.OnceValue to simplify engine function (#​4314)
  • refactor: replace magic numbers with named constants in bodyAllowedForStatus (#​4529)
  • refactor: for loop can be modernized using range over int (#​4392)
Bug Fixes
  • fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#​4535)
  • fix(render): write content length in Data.Render (#​4206)
  • fix(context): ClientIP handling for multiple X-Forwarded-For header values (#​4472)
  • fix(binding): empty value error (#​2169)
  • fix(recover): suppress http.ErrAbortHandler in recover (#​4336)
  • fix(gin): literal colon routes not working with engine.Handler() (#​4415)
  • fix(gin): close os.File in RunFd to prevent resource leak (#​4422)
  • fix(response): refine hijack behavior for response lifecycle (#​4373)
  • fix(binding): improve empty slice/array handling in form binding (#​4380)
  • fix(debug): version mismatch (#​4403)
  • fix: correct typos, improve documentation clarity, and remove dead code (#​4511)
Build process updates / CI
  • ci: update Go version support to 1.25+ across CI and docs (#​4550)
  • chore(binding): upgrade bson dependency to mongo-driver v2 (#​4549)
go-acme/lego (github.com/go-acme/lego/v4)

v4.32.0

Compare Source

  • Release date: 2026-02-19
  • Tag: v4.32.0
Added
  • [dnsprovider] Add DNS provider for ArtFiles
  • [dnsprovider] Add DNS provider for Leaseweb
  • [dnsprovider] Add DNS provider for FusionLayer NameSurfer
  • [dnsprovider] Add DNS provider for DDNSS
  • [dnsprovider] Add DNS provider for Bluecat v2
  • [dnsprovider] Add DNS provider for TodayNIC/时代互联
  • [dnsprovider] Add DNS provider for DNSExit
  • [dnsprovider] alidns: add line record option
Changed
  • [dnsprovider] azure: reinforces deprecation
  • [dnsprovider] allinkl: detect zone through API
Fixed
  • [ari] fix: implement parsing for Retry-After header according to RFC 7231
  • [dnsprovider] namesurfer: fix updateDNSHost
  • [dnsprovider] timewebcloud: fix subdomain support
  • [dnsprovider] fix: deduplicate authz for DNS01 challenge
  • [lib,cli] fix: use IPs to define the main domain
  • [lib] fix: preserve domain order
mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.44.1

Compare Source

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.26.2

Compare Source

tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)

v1.3.50

Compare Source

v1.3.49

Compare Source

pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx
unocss/unocss (unocss)

v66.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.1

Compare Source

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

v5.0.3

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.2.5

Compare Source

language-core
language-service
language-plugin-pug
workspace
  • docs: document all packages with consistent README structure (#​5953)
  • docs: update tsconfig schema of plugins option - Thanks to @​KazariEX!

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.


  • If you want to rebase/retry this PR, check this box

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.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1568 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/25/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`04a76fb`](https://github.com/0xJacky/nginx-ui/commit/04a76fb4338484df02bfdd0bca88499060735aa3) chore(deps): update all non-major dependencies ### 📊 Changes **6 files changed** (+916 additions, -971 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+15 -15) 📝 `docs/package.json` (+3 -3) 📝 `go.mod` (+28 -27) 📝 `go.sum` (+56 -0) 📝 `pnpm-lock.yaml` (+800 -912) 📝 `pnpm-workspace.yaml` (+14 -14) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^7.4.3` → `^7.6.1`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/7.4.3/7.6.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/7.6.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@antfu%2feslint-config/7.4.3/7.6.1?slim=true) | | [@fingerprintjs/fingerprintjs](https://redirect.github.com/fingerprintjs/fingerprintjs) | [`^5.0.1` → `^5.1.0`](https://renovatebot.com/diffs/npm/@fingerprintjs%2ffingerprintjs/5.0.1/5.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@fingerprintjs%2ffingerprintjs/5.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fingerprintjs%2ffingerprintjs/5.0.1/5.1.0?slim=true) | | [@iconify-json/tabler](https://icon-sets.iconify.design/tabler/) | [`^1.2.26` → `^1.2.28`](https://renovatebot.com/diffs/npm/@iconify-json%2ftabler/1.2.26/1.2.28) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2ftabler/1.2.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2ftabler/1.2.26/1.2.28?slim=true) | | [@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)) | [`^4.17.23` → `^4.17.24`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.23/4.17.24) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.24?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.23/4.17.24?slim=true) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^24.10.13` → `^24.11.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.13/24.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.13/24.11.0?slim=true) | | [@vue/compiler-sfc](https://redirect.github.com/vuejs/core/tree/main/packages/compiler-sfc#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)) | [`^3.5.28` → `^3.5.29`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-sfc/3.5.28/3.5.29) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2fcompiler-sfc/3.5.29?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2fcompiler-sfc/3.5.28/3.5.29?slim=true) | | [@vue/reactivity](https://redirect.github.com/vuejs/core/tree/main/packages/reactivity#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/reactivity)) | [`^3.5.28` → `^3.5.29`](https://renovatebot.com/diffs/npm/@vue%2freactivity/3.5.28/3.5.29) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2freactivity/3.5.29?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2freactivity/3.5.28/3.5.29?slim=true) | | [@vue/shared](https://redirect.github.com/vuejs/core/tree/main/packages/shared#readme) ([source](https://redirect.github.com/vuejs/core/tree/HEAD/packages/shared)) | [`^3.5.28` → `^3.5.29`](https://renovatebot.com/diffs/npm/@vue%2fshared/3.5.28/3.5.29) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2fshared/3.5.29?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2fshared/3.5.28/3.5.29?slim=true) | | [autoprefixer](https://redirect.github.com/postcss/autoprefixer) | [`^10.4.24` → `^10.4.27`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.24/10.4.27) | ![age](https://developer.mend.io/api/mc/badges/age/npm/autoprefixer/10.4.27?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/autoprefixer/10.4.24/10.4.27?slim=true) | | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`^1.13.5` → `^1.13.6`](https://renovatebot.com/diffs/npm/axios/1.13.5/1.13.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.13.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.13.5/1.13.6?slim=true) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^9.39.2` → `^9.39.3`](https://renovatebot.com/diffs/npm/eslint/9.39.2/9.39.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.39.2/9.39.3?slim=true) | | [github.com/caarlos0/env/v11](https://redirect.github.com/caarlos0/env) | `v11.3.1` → `v11.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcaarlos0%2fenv%2fv11/v11.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcaarlos0%2fenv%2fv11/v11.3.1/v11.4.0?slim=true) | | [github.com/cloudflare/cloudflare-go/v6](https://redirect.github.com/cloudflare/cloudflare-go) | `v6.7.0` → `v6.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcloudflare-go%2fv6/v6.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcloudflare-go%2fv6/v6.7.0/v6.8.0?slim=true) | | [github.com/gin-gonic/gin](https://redirect.github.com/gin-gonic/gin) | `v1.11.0` → `v1.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgin-gonic%2fgin/v1.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgin-gonic%2fgin/v1.11.0/v1.12.0?slim=true) | | [github.com/go-acme/lego/v4](https://redirect.github.com/go-acme/lego) | `v4.31.0` → `v4.32.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-acme%2flego%2fv4/v4.32.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-acme%2flego%2fv4/v4.31.0/v4.32.0?slim=true) | | [github.com/mark3labs/mcp-go](https://redirect.github.com/mark3labs/mcp-go) | `v0.44.0` → `v0.44.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmark3labs%2fmcp-go/v0.44.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmark3labs%2fmcp-go/v0.44.0/v0.44.1?slim=true) | | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.26.1` → `v4.26.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.1/v4.26.2?slim=true) | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.48` → `v1.3.50` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.50?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.48/v1.3.50?slim=true) | | [golang.org/x/net](https://pkg.go.dev/golang.org/x/net) | [`v0.50.0` → `v0.51.0`](https://cs.opensource.google/go/x/net/+/refs/tags/v0.50.0...refs/tags/v0.51.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.51.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.50.0/v0.51.0?slim=true) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937` → `10.30.3`](https://renovatebot.com/diffs/npm/pnpm/10.30.0/10.30.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.30.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.30.0/10.30.3?slim=true) | | [unocss](https://unocss.dev) ([source](https://redirect.github.com/unocss/unocss/tree/HEAD/packages-presets/unocss)) | [`^66.6.0` → `^66.6.2`](https://renovatebot.com/diffs/npm/unocss/66.6.0/66.6.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/66.6.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unocss/66.6.0/66.6.2?slim=true) | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`^3.5.28` → `^3.5.29`](https://renovatebot.com/diffs/npm/vue/3.5.28/3.5.29) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.29?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.28/3.5.29?slim=true) | | [vue-router](https://router.vuejs.org) ([source](https://redirect.github.com/vuejs/router)) | [`^5.0.2` → `^5.0.3`](https://renovatebot.com/diffs/npm/vue-router/5.0.2/5.0.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/5.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/5.0.2/5.0.3?slim=true) | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`^3.2.4` → `^3.2.5`](https://renovatebot.com/diffs/npm/vue-tsc/3.2.4/3.2.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.2.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.2.4/3.2.5?slim=true) | --- ### Release Notes <details> <summary>antfu/eslint-config (@&#8203;antfu/eslint-config)</summary> ### [`v7.6.1`](https://redirect.github.com/antfu/eslint-config/releases/tag/v7.6.1) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v7.6.0...v7.6.1) #####    🐞 Bug Fixes - Separate node plugins setup and rules, fix [#&#8203;817](https://redirect.github.com/antfu/eslint-config/issues/817)  -  by [@&#8203;antfu](https://redirect.github.com/antfu) in [#&#8203;817](https://redirect.github.com/antfu/eslint-config/issues/817) [<samp>(fa3b0)</samp>](https://redirect.github.com/antfu/eslint-config/commit/fa3b09a) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v7.6.0...v7.6.1) ### [`v7.6.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v7.6.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v7.5.0...v7.6.0) #####    🚀 Features - **jsonc**: Use jsonc/x language  -  by [@&#8203;hyoban](https://redirect.github.com/hyoban) in [#&#8203;824](https://redirect.github.com/antfu/eslint-config/issues/824) [<samp>(a9b7a)</samp>](https://redirect.github.com/antfu/eslint-config/commit/a9b7aa4) #####    🐞 Bug Fixes - **jsdoc**: Separate setup  -  by [@&#8203;hyoban](https://redirect.github.com/hyoban) in [#&#8203;825](https://redirect.github.com/antfu/eslint-config/issues/825) [<samp>(6742d)</samp>](https://redirect.github.com/antfu/eslint-config/commit/6742db8) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v7.5.0...v7.6.0) ### [`v7.5.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v7.5.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v7.4.3...v7.5.0) #####    🚀 Features - **markdown**: Use markdown language  -  by [@&#8203;hyoban](https://redirect.github.com/hyoban) and [@&#8203;antfu](https://redirect.github.com/antfu) in [#&#8203;818](https://redirect.github.com/antfu/eslint-config/issues/818) [<samp>(93063)</samp>](https://redirect.github.com/antfu/eslint-config/commit/9306355) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v7.4.3...v7.5.0) </details> <details> <summary>fingerprintjs/fingerprintjs (@&#8203;fingerprintjs/fingerprintjs)</summary> ### [`v5.1.0`](https://redirect.github.com/fingerprintjs/fingerprintjs/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/fingerprintjs/fingerprintjs/compare/v5.0.1...v5.1.0) ##### ✨ Improvements - Resolved [#&#8203;1088](https://redirect.github.com/fingerprintjs/fingerprintjs/issues/1088) . For Firefox, the fingerprints between normal and incognito modes are now stable. However, it cannot be guaranteed when Enhanced Tracking Protection is enabled. - Resolved [#&#8203;1131](https://redirect.github.com/fingerprintjs/fingerprintjs/issues/1131) - As with [v3](https://redirect.github.com/fingerprintjs/fingerprintjs/tree/v3), collection of usage statistics can be disabled. See [docs/api.md](https://redirect.github.com/fingerprintjs/fingerprintjs/blob/master/docs/api.md) for instructions. </details> <details> <summary>vuejs/core (@&#8203;vue/compiler-sfc)</summary> ### [`v3.5.29`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3529-2026-02-24) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.28...v3.5.29) ##### Bug Fixes - **runtime-core:** prevent instance leak in withAsyncContext ([#&#8203;14445](https://redirect.github.com/vuejs/core/issues/14445)) ([702284f](https://redirect.github.com/vuejs/core/commit/702284f6a7d0dd6d4e648142e7977a3eb02d77f5)), closes [nuxt/nuxt#33644](https://redirect.github.com/nuxt/nuxt/issues/33644) - **server-renderer:** render className as escaped string ([#&#8203;14469](https://redirect.github.com/vuejs/core/issues/14469)) ([da6690c](https://redirect.github.com/vuejs/core/commit/da6690cae359ec3576403c18040a1a5f017a63b1)) - **transition:** prevent enter if leave is in progress ([#&#8203;14443](https://redirect.github.com/vuejs/core/issues/14443)) ([df059f8](https://redirect.github.com/vuejs/core/commit/df059f890460e4c703b62a54f410627ff29c489b)), closes [#&#8203;12091](https://redirect.github.com/vuejs/core/issues/12091) [#&#8203;12133](https://redirect.github.com/vuejs/core/issues/12133) </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.27`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10427) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.26...10.4.27) - Removed development key from `package.json`. ### [`v10.4.26`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10426) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.25...10.4.26) - Reduced package size. ### [`v10.4.25`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10425) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.24...10.4.25) - Fixed broken gradients on CSS Custom Properties (by [@&#8203;serger777](https://redirect.github.com/serger777)). </details> <details> <summary>axios/axios (axios)</summary> ### [`v1.13.6`](https://redirect.github.com/axios/axios/releases/tag/v1.13.6) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.13.5...v1.13.6) This release focuses on platform compatibility, error handling improvements, and code quality maintenance. #### ⚠️ Important Changes - **Breaking Changes:** None identified in this release. - **Action Required:** Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects. #### 🚀 New Features - **React Native Blob Support:** Axios now includes support for React Native Blob objects. Thanks to [@&#8203;moh3n9595](https://redirect.github.com/moh3n9595) for the initial implementation. ([#&#8203;5764](https://redirect.github.com/axios/axios/pull/5764)) - **Code Quality:** Implemented prettier across the codebase and resolved associated formatting issues. ([#&#8203;7385](https://redirect.github.com/axios/axios/pull/7385)) #### 🐛 Bug Fixes - **Environment Compatibility:** - Fixed module exports for React Native and Browserify environments. ([#&#8203;7386](https://redirect.github.com/axios/axios/pull/7386)) - Added safe FormData detection for the WeChat Mini Program environment. ([#&#8203;7324](https://redirect.github.com/axios/axios/pull/7324)) - **Error Handling:** - AxiosError.message is now correctly enumerable. ([#&#8203;7392](https://redirect.github.com/axios/axios/pull/7392)) - AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. ([#&#8203;7403](https://redirect.github.com/axios/axios/pull/7403)) #### 🔧 Maintenance & Chores - **Dependencies:** Updated the development\_dependencies group (5 updates). ([#&#8203;7432](https://redirect.github.com/axios/axios/pull/7432)) - **Infrastructure:** Migrated [@&#8203;rollup/plugin-babel](https://redirect.github.com/rollup/plugin-babel) from v5.3.1 to v6.1.0. ([#&#8203;7424](https://redirect.github.com/axios/axios/pull/7424)) - **Documentation:** Added missing JSDoc comments to utilities. ([#&#8203;7427](https://redirect.github.com/axios/axios/pull/7427)) #### 🌟 New Contributors We are thrilled to welcome our new contributors! Thank you for helping improve the project: - [@&#8203;Gudahtt](https://redirect.github.com/Gudahtt) ([#&#8203;7386](https://redirect.github.com/axios/axios/pull/7386)) - [@&#8203;ybbus](https://redirect.github.com/ybbus) ([#&#8203;7392](https://redirect.github.com/axios/axios/pull/7392)) - [@&#8203;Shiwaangee](https://redirect.github.com/Shiwaangee) ([#&#8203;7324](https://redirect.github.com/axios/axios/pull/7324)) - [@&#8203;skrtheboss](https://redirect.github.com/skrtheboss) ([#&#8203;7403](https://redirect.github.com/axios/axios/pull/7403)) - [@&#8203;Janaka66](https://redirect.github.com/Janaka66) ([#&#8203;7427](https://redirect.github.com/axios/axios/pull/7427)) - [@&#8203;moh3n9595](https://redirect.github.com/moh3n9595) ([#&#8203;5764](https://redirect.github.com/axios/axios/pull/5764)) - [@&#8203;digital-wizard48](https://redirect.github.com/digital-wizard48) ([#&#8203;7424](https://redirect.github.com/axios/axios/pull/7424)) *Full Changelog: [v1.13.5...v1.13.6](https://redirect.github.com/axios/axios/compare/v1.13.5...v1.13.6)* </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.3`](https://redirect.github.com/eslint/eslint/releases/tag/v9.39.3) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.2...v9.39.3) #### Bug Fixes - [`791bf8d`](https://redirect.github.com/eslint/eslint/commit/791bf8d7e76ce7ab8c88cb8982658823da4eff27) fix: restore TypeScript 4.0 compatibility in types ([#&#8203;20504](https://redirect.github.com/eslint/eslint/issues/20504)) (sethamus) #### Chores - [`8594a43`](https://redirect.github.com/eslint/eslint/commit/8594a436c22a0167fe3c2c4109bbdb04e519a014) chore: upgrade [@&#8203;eslint/js](https://redirect.github.com/eslint/js)@&#8203;9.39.3 ([#&#8203;20529](https://redirect.github.com/eslint/eslint/issues/20529)) (Milos Djermanovic) - [`9ceef92`](https://redirect.github.com/eslint/eslint/commit/9ceef92fbd3d1298d9a00483f86897834b88acac) chore: package.json update for [@&#8203;eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`af498c6`](https://redirect.github.com/eslint/eslint/commit/af498c63b9ca065223a425a85afabdcc8451e69b) chore: ignore `/docs/v9.x` in link checker ([#&#8203;20453](https://redirect.github.com/eslint/eslint/issues/20453)) (Milos Djermanovic) </details> <details> <summary>caarlos0/env (github.com/caarlos0/env/v11)</summary> ### [`v11.4.0`](https://redirect.github.com/caarlos0/env/releases/tag/v11.4.0) [Compare Source](https://redirect.github.com/caarlos0/env/compare/v11.3.1...v11.4.0) #### Changelog ##### New Features - [`2be9960`](https://redirect.github.com/caarlos0/env/commit/2be9960e75cc5f053dcb89c64e43de19765fd154): feat: option to set defaults for zero values only ([#&#8203;325](https://redirect.github.com/caarlos0/env/issues/325)) ([@&#8203;dnovikoff](https://redirect.github.com/dnovikoff)) ##### Bug fixes - [`d3505f1`](https://redirect.github.com/caarlos0/env/commit/d3505f14213c309f8ca3b0b1e468284749456dde): fix: all new lint issues, update golangci-lint ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`aaa4511`](https://redirect.github.com/caarlos0/env/commit/aaa45113e5eb50e2a243959041452bbab40ae3cc): fix: lint issues ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) ##### Documentation updates - [`8917d78`](https://redirect.github.com/caarlos0/env/commit/8917d78b4247be8a3f555ccee03305c7763471e4): docs: clarify example a bit ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) ##### Other work - [`7b10cf5`](https://redirect.github.com/caarlos0/env/commit/7b10cf56e20fe41042b7a7148555990b64b85f95): ci(deps): bump github/codeql-action in the actions group ([#&#8203;400](https://redirect.github.com/caarlos0/env/issues/400)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`c98ad84`](https://redirect.github.com/caarlos0/env/commit/c98ad844e1e479526ef6b4069e0b0f1ced5c953d): ci(deps): bump github/codeql-action in the actions group ([#&#8203;410](https://redirect.github.com/caarlos0/env/issues/410)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2ca9b08`](https://redirect.github.com/caarlos0/env/commit/2ca9b08cafe0bc271636c15fa34d156733631123): ci(deps): bump the actions group with 2 updates ([#&#8203;393](https://redirect.github.com/caarlos0/env/issues/393)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`cd5c220`](https://redirect.github.com/caarlos0/env/commit/cd5c220dbceb1d1353263a5d6fe3f6816aa1217f): ci(deps): bump the actions group with 2 updates ([#&#8203;396](https://redirect.github.com/caarlos0/env/issues/396)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`4d25a46`](https://redirect.github.com/caarlos0/env/commit/4d25a4659f428119ce5eaf3ea579176b9161c6e0): ci(deps): bump the actions group with 2 updates ([#&#8203;402](https://redirect.github.com/caarlos0/env/issues/402)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`c660cc9`](https://redirect.github.com/caarlos0/env/commit/c660cc91db76b02de72e8ab7e9ad348edef3f891): ci(deps): bump the actions group with 2 updates ([#&#8203;403](https://redirect.github.com/caarlos0/env/issues/403)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`3a3ea05`](https://redirect.github.com/caarlos0/env/commit/3a3ea05453bd16685c807ba089b20a82033a02f1): ci(deps): bump the actions group with 2 updates ([#&#8203;405](https://redirect.github.com/caarlos0/env/issues/405)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`d28373e`](https://redirect.github.com/caarlos0/env/commit/d28373e3a047e93ad21676ea9878e5dd1ca157f7): ci(deps): bump the actions group with 2 updates ([#&#8203;408](https://redirect.github.com/caarlos0/env/issues/408)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`7b50056`](https://redirect.github.com/caarlos0/env/commit/7b5005693b54a0014e4d3a2ee6192c7bce336af7): ci(deps): bump the actions group with 3 updates ([#&#8203;397](https://redirect.github.com/caarlos0/env/issues/397)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`6b2db30`](https://redirect.github.com/caarlos0/env/commit/6b2db30d1977183eb8a9732c01ff4e6788565a6e): ci(deps): bump the actions group with 3 updates ([#&#8203;399](https://redirect.github.com/caarlos0/env/issues/399)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f33230e`](https://redirect.github.com/caarlos0/env/commit/f33230e8e7e0377c9cdb65d43940db1666061766): ci(deps): bump the actions group with 3 updates ([#&#8203;404](https://redirect.github.com/caarlos0/env/issues/404)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2dc7aec`](https://redirect.github.com/caarlos0/env/commit/2dc7aec137983c972c29779e951011ddb496fc8b): ci(sec): add codeql, govulncheck, grype ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`82412ce`](https://redirect.github.com/caarlos0/env/commit/82412ce6900082095e9e4b66f5024c0e67ff3fb8): ci: build perms ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`02495c4`](https://redirect.github.com/caarlos0/env/commit/02495c42107d77c9365aef6a031b7089f734af3b): ci: build perms ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`e5b3c2c`](https://redirect.github.com/caarlos0/env/commit/e5b3c2c879e43e458e060e2a61fb525e161b7715): ci: lint workflow perms ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`6690dfb`](https://redirect.github.com/caarlos0/env/commit/6690dfb3d314535320f3a30365c52f6fb40c8992): ci: pin github actions versions ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`548a7a6`](https://redirect.github.com/caarlos0/env/commit/548a7a66c9d5504d8f9c0488ee47a05ae453c7e2): ci: update dependabot ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!* </details> <details> <summary>cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)</summary> ### [`v6.8.0`](https://redirect.github.com/cloudflare/cloudflare-go/blob/HEAD/CHANGELOG.md#680-2026-02-27) [Compare Source](https://redirect.github.com/cloudflare/cloudflare-go/compare/v6.7.0...v6.8.0) Full Changelog: [v6.7.0...v6.8.0](https://redirect.github.com/cloudflare/cloudflare-go/compare/v6.7.0...v6.8.0) </details> <details> <summary>gin-gonic/gin (github.com/gin-gonic/gin)</summary> ### [`v1.12.0`](https://redirect.github.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v1120) [Compare Source](https://redirect.github.com/gin-gonic/gin/compare/v1.11.0...v1.12.0) ##### Features - feat(render): add bson protocol ([#&#8203;4145](https://redirect.github.com/gin-gonic/gin/pull/4145)) - feat(context): add GetError and GetErrorSlice methods for error retrieval ([#&#8203;4502](https://redirect.github.com/gin-gonic/gin/pull/4502)) - feat(binding): add support for encoding.UnmarshalText in uri/query binding ([#&#8203;4203](https://redirect.github.com/gin-gonic/gin/pull/4203)) - feat(gin): add option to use escaped path ([#&#8203;4420](https://redirect.github.com/gin-gonic/gin/pull/4420)) - feat(context): add Protocol Buffers support to content negotiation ([#&#8203;4423](https://redirect.github.com/gin-gonic/gin/pull/4423)) - feat(context): implemented Delete method ([#&#8203;38e7651](https://redirect.github.com/gin-gonic/gin/commit/38e7651)) - feat(logger): color latency ([#&#8203;4146](https://redirect.github.com/gin-gonic/gin/pull/4146)) ##### Enhancements - perf(tree): reduce allocations in findCaseInsensitivePath ([#&#8203;4417](https://redirect.github.com/gin-gonic/gin/pull/4417)) - perf(recovery): optimize line reading in stack function ([#&#8203;4466](https://redirect.github.com/gin-gonic/gin/pull/4466)) - perf(path): replace regex with custom functions in redirectTrailingSlash ([#&#8203;4414](https://redirect.github.com/gin-gonic/gin/pull/4414)) - perf(tree): optimize path parsing using strings.Count ([#&#8203;4246](https://redirect.github.com/gin-gonic/gin/pull/4246)) - chore(logger): allow skipping query string output ([#&#8203;4547](https://redirect.github.com/gin-gonic/gin/pull/4547)) - chore(context): always trust xff headers from unix socket ([#&#8203;3359](https://redirect.github.com/gin-gonic/gin/pull/3359)) - chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement `http.Flusher` ([#&#8203;4479](https://redirect.github.com/gin-gonic/gin/pull/4479)) - refactor(recovery): smart error comparison ([#&#8203;4142](https://redirect.github.com/gin-gonic/gin/pull/4142)) - refactor(context): replace hardcoded localhost IPs with constants ([#&#8203;4481](https://redirect.github.com/gin-gonic/gin/pull/4481)) - refactor(utils): move util functions to utils.go ([#&#8203;4467](https://redirect.github.com/gin-gonic/gin/pull/4467)) - refactor(binding): use maps.Copy for cleaner map handling ([#&#8203;4352](https://redirect.github.com/gin-gonic/gin/pull/4352)) - refactor(context): using maps.Clone ([#&#8203;4333](https://redirect.github.com/gin-gonic/gin/pull/4333)) - refactor(ginS): use sync.OnceValue to simplify engine function ([#&#8203;4314](https://redirect.github.com/gin-gonic/gin/pull/4314)) - refactor: replace magic numbers with named constants in bodyAllowedForStatus ([#&#8203;4529](https://redirect.github.com/gin-gonic/gin/pull/4529)) - refactor: for loop can be modernized using range over int ([#&#8203;4392](https://redirect.github.com/gin-gonic/gin/pull/4392)) ##### Bug Fixes - fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath ([#&#8203;4535](https://redirect.github.com/gin-gonic/gin/pull/4535)) - fix(render): write content length in Data.Render ([#&#8203;4206](https://redirect.github.com/gin-gonic/gin/pull/4206)) - fix(context): ClientIP handling for multiple X-Forwarded-For header values ([#&#8203;4472](https://redirect.github.com/gin-gonic/gin/pull/4472)) - fix(binding): empty value error ([#&#8203;2169](https://redirect.github.com/gin-gonic/gin/pull/2169)) - fix(recover): suppress http.ErrAbortHandler in recover ([#&#8203;4336](https://redirect.github.com/gin-gonic/gin/pull/4336)) - fix(gin): literal colon routes not working with engine.Handler() ([#&#8203;4415](https://redirect.github.com/gin-gonic/gin/pull/4415)) - fix(gin): close os.File in RunFd to prevent resource leak ([#&#8203;4422](https://redirect.github.com/gin-gonic/gin/pull/4422)) - fix(response): refine hijack behavior for response lifecycle ([#&#8203;4373](https://redirect.github.com/gin-gonic/gin/pull/4373)) - fix(binding): improve empty slice/array handling in form binding ([#&#8203;4380](https://redirect.github.com/gin-gonic/gin/pull/4380)) - fix(debug): version mismatch ([#&#8203;4403](https://redirect.github.com/gin-gonic/gin/pull/4403)) - fix: correct typos, improve documentation clarity, and remove dead code ([#&#8203;4511](https://redirect.github.com/gin-gonic/gin/pull/4511)) ##### Build process updates / CI - ci: update Go version support to 1.25+ across CI and docs ([#&#8203;4550](https://redirect.github.com/gin-gonic/gin/pull/4550)) - chore(binding): upgrade bson dependency to mongo-driver v2 ([#&#8203;4549](https://redirect.github.com/gin-gonic/gin/pull/4549)) </details> <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.32.0`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4320) [Compare Source](https://redirect.github.com/go-acme/lego/compare/v4.31.0...v4.32.0) - Release date: 2026-02-19 - Tag: [v4.32.0](https://redirect.github.com/go-acme/lego/releases/tag/v4.32.0) ##### Added - **\[dnsprovider]** Add DNS provider for ArtFiles - **\[dnsprovider]** Add DNS provider for Leaseweb - **\[dnsprovider]** Add DNS provider for FusionLayer NameSurfer - **\[dnsprovider]** Add DNS provider for DDNSS - **\[dnsprovider]** Add DNS provider for Bluecat v2 - **\[dnsprovider]** Add DNS provider for TodayNIC/时代互联 - **\[dnsprovider]** Add DNS provider for DNSExit - **\[dnsprovider]** alidns: add line record option ##### Changed - **\[dnsprovider]** azure: reinforces deprecation - **\[dnsprovider]** allinkl: detect zone through API ##### Fixed - **\[ari]** fix: implement parsing for Retry-After header according to RFC 7231 - **\[dnsprovider]** namesurfer: fix updateDNSHost - **\[dnsprovider]** timewebcloud: fix subdomain support - **\[dnsprovider]** fix: deduplicate authz for DNS01 challenge - **\[lib,cli]** fix: use IPs to define the main domain - **\[lib]** fix: preserve domain order </details> <details> <summary>mark3labs/mcp-go (github.com/mark3labs/mcp-go)</summary> ### [`v0.44.1`](https://redirect.github.com/mark3labs/mcp-go/compare/v0.44.0...v0.44.1) [Compare Source](https://redirect.github.com/mark3labs/mcp-go/compare/v0.44.0...v0.44.1) </details> <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.26.2`](https://redirect.github.com/shirou/gopsutil/compare/v4.26.1...v4.26.2) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.26.1...v4.26.2) </details> <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.3.50`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.49...v1.3.50) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.49...v1.3.50) ### [`v1.3.49`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.48...v1.3.49) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.48...v1.3.49) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.30.3`](https://redirect.github.com/pnpm/pnpm/compare/v10.30.2...v10.30.3) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.2...v10.30.3) ### [`v10.30.2`](https://redirect.github.com/pnpm/pnpm/compare/v10.30.1...v10.30.2) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.1...v10.30.2) ### [`v10.30.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v10.30.1): pnpm 10.30.1 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.0...v10.30.1) #### Patch Changes - Use the `/-/npm/v1/security/audits/quick` endpoint as the primary audit endpoint, falling back to `/-/npm/v1/security/audits` when it fails [#&#8203;10649](https://redirect.github.com/pnpm/pnpm/issues/10649). #### Platinum Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80" alt="Bit"></a> </td> </tr> </tbody> </table> #### Gold Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/sanity.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/sanity_light.svg" /> <img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg" /> <img src="https://pnpm.io/img/users/discord.svg" width="220" alt="Discord" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite"> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://serpapi.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/serpapi_dark.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/serpapi_light.svg" /> <img src="https://pnpm.io/img/users/serpapi_dark.svg" width="160" alt="SerpApi" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/coderabbit.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/coderabbit_light.svg" /> <img src="https://pnpm.io/img/users/coderabbit.svg" width="220" alt="CodeRabbit" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://workleap.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/workleap.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/workleap_light.svg" /> <img src="https://pnpm.io/img/users/workleap.svg" width="190" alt="Workleap" /> </picture> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://stackblitz.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/stackblitz.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/stackblitz_light.svg" /> <img src="https://pnpm.io/img/users/stackblitz.svg" width="190" alt="Stackblitz" /> </picture> </a> </td> <td align="center" valign="middle"> <a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" /> <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" /> <img src="https://pnpm.io/img/users/nx.svg" width="50" alt="Nx" /> </picture> </a> </td> </tr> </tbody> </table> </details> <details> <summary>unocss/unocss (unocss)</summary> ### [`v66.6.2`](https://redirect.github.com/unocss/unocss/releases/tag/v66.6.2) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v66.6.1...v66.6.2) #####    🚀 Features - Add zed community extension to docs  -  by [@&#8203;bajrangCoder](https://redirect.github.com/bajrangCoder) and [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5116](https://redirect.github.com/unocss/unocss/issues/5116) [<samp>(b46dc)</samp>](https://redirect.github.com/unocss/unocss/commit/b46dc3c6d) - **preset-attributify**: Add `print` perfix in attributes  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5121](https://redirect.github.com/unocss/unocss/issues/5121) [<samp>(2d7d6)</samp>](https://redirect.github.com/unocss/unocss/commit/2d7d6f638) #####    🐞 Bug Fixes - **preset-mini**: Revert base `perspective` in `transform`  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5120](https://redirect.github.com/unocss/unocss/issues/5120) [<samp>(73824)</samp>](https://redirect.github.com/unocss/unocss/commit/738245603) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v66.6.1...v66.6.2) ### [`v66.6.1`](https://redirect.github.com/unocss/unocss/releases/tag/v66.6.1) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v66.6.0...v66.6.1) #####    🚀 Features - **preset-typography**: - Suppor set `null` & `{}` to remove default value  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5115](https://redirect.github.com/unocss/unocss/issues/5115) [<samp>(52e75)</samp>](https://redirect.github.com/unocss/unocss/commit/52e750431) - **preset-wind4**: - Add 'grid' to cssProps  -  by [@&#8203;bosnier](https://redirect.github.com/bosnier) and [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5085](https://redirect.github.com/unocss/unocss/issues/5085) [<samp>(2f7f2)</samp>](https://redirect.github.com/unocss/unocss/commit/2f7f267d0) - Add mauve, olive, mist, and taupe color palettes  -  by [@&#8203;CaiJimmy](https://redirect.github.com/CaiJimmy) in [#&#8203;5112](https://redirect.github.com/unocss/unocss/issues/5112) [<samp>(3bda6)</samp>](https://redirect.github.com/unocss/unocss/commit/3bda6b188) #####    🐞 Bug Fixes - **build**: Enforce publint and clean up configs and deps  -  by [@&#8203;Jungzl](https://redirect.github.com/Jungzl) and [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5080](https://redirect.github.com/unocss/unocss/issues/5080) [<samp>(055fc)</samp>](https://redirect.github.com/unocss/unocss/commit/055fced15) - **eslint-plugin**: Support eslint 10  -  by [@&#8203;sxzz](https://redirect.github.com/sxzz) in [#&#8203;5100](https://redirect.github.com/unocss/unocss/issues/5100) [<samp>(ef20f)</samp>](https://redirect.github.com/unocss/unocss/commit/ef20fd89c) - **examples**: Update vite svelte 5 example to svelte 5 syntax  -  by [@&#8203;henrikvilhelmberglund](https://redirect.github.com/henrikvilhelmberglund) in [#&#8203;5109](https://redirect.github.com/unocss/unocss/issues/5109) [<samp>(09d9a)</samp>](https://redirect.github.com/unocss/unocss/commit/09d9af88f) - **postcss**: Missing cjs entry  -  by [@&#8203;Jungzl](https://redirect.github.com/Jungzl) in [#&#8203;5074](https://redirect.github.com/unocss/unocss/issues/5074) [<samp>(df41f)</samp>](https://redirect.github.com/unocss/unocss/commit/df41f9f66) - **preset-mini, preset-wind4**: Update transform perspective generated css  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5114](https://redirect.github.com/unocss/unocss/issues/5114) [<samp>(91ee3)</samp>](https://redirect.github.com/unocss/unocss/commit/91ee3a59a) - **transformer-compile-class**: Support trigger with new line  -  by [@&#8203;zyyv](https://redirect.github.com/zyyv) in [#&#8203;5089](https://redirect.github.com/unocss/unocss/issues/5089) [<samp>(4214f)</samp>](https://redirect.github.com/unocss/unocss/commit/4214f6221) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v66.6.0...v66.6.1) </details> <details> <summary>vuejs/router (vue-router)</summary> ### [`v5.0.3`](https://redirect.github.com/vuejs/router/releases/tag/v5.0.3) [Compare Source](https://redirect.github.com/vuejs/router/compare/v5.0.2...v5.0.3) #####    🚨 Breaking Changes - **experimental**: - Make miss() throw internally and return never  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(077e1)</samp>](https://redirect.github.com/vuejs/router/commit/077e1740) - Add reroute() and deprecate NavigationResult  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(308db)</samp>](https://redirect.github.com/vuejs/router/commit/308db14a) - Remove selectNavigationResult  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(9e88a)</samp>](https://redirect.github.com/vuejs/router/commit/9e88aed4) #####    🚀 Features - Support \_parent in nested folders  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(0a37f)</samp>](https://redirect.github.com/vuejs/router/commit/0a37f474) - Warn on \_parent conflict  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(182fe)</samp>](https://redirect.github.com/vuejs/router/commit/182fe03a) - Set \_parent as non matchable by default  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(8f91c)</samp>](https://redirect.github.com/vuejs/router/commit/8f91c99f) - Warn on conflicting components for routes  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(34ace)</samp>](https://redirect.github.com/vuejs/router/commit/34aceb98) - Use type module  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(dc9ff)</samp>](https://redirect.github.com/vuejs/router/commit/dc9ffe81) - Add deprecation warning for next() callback in navigation guards  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(797f5)</samp>](https://redirect.github.com/vuejs/router/commit/797f55de) - Extract alias from definePage  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(835df)</samp>](https://redirect.github.com/vuejs/router/commit/835df1ff) - Display aliases in logs  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(7aa60)</samp>](https://redirect.github.com/vuejs/router/commit/7aa607fc) - Deprecate new NavigationResult(to) in favor of reroute(to)  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(382e3)</samp>](https://redirect.github.com/vuejs/router/commit/382e34b4) - **experimental**: - Handle aliasOf in resolvers  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(8fe45)</samp>](https://redirect.github.com/vuejs/router/commit/8fe453c9) - Generate aliases from override in resolver  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(a00ac)</samp>](https://redirect.github.com/vuejs/router/commit/a00ac355) - Warn against non absolute aliases  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(476c6)</samp>](https://redirect.github.com/vuejs/router/commit/476c6697) #####    🐞 Bug Fixes - Avoid non matchable routes in auto-routes  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(48649)</samp>](https://redirect.github.com/vuejs/router/commit/48649030) - Handle quotes in d.ts  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(d7764)</samp>](https://redirect.github.com/vuejs/router/commit/d7764700) - Avoid route entry in map for \_parent  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(1dfcc)</samp>](https://redirect.github.com/vuejs/router/commit/1dfccf82) - Handle nested groups  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(4a4be)</samp>](https://redirect.github.com/vuejs/router/commit/4a4bed94) - Stable route ordering for group folders with same path  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(1db94)</samp>](https://redirect.github.com/vuejs/router/commit/1db9467c) - Correct route ordering for group nodes with inflated scores  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(515f4)</samp>](https://redirect.github.com/vuejs/router/commit/515f4843) - Cleanup old route overrides  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(b28a7)</samp>](https://redirect.github.com/vuejs/router/commit/b28a71e2) - Remove name from \_parent.vue files  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(6e8f1)</samp>](https://redirect.github.com/vuejs/router/commit/6e8f1a11) - **ci**: - Format sponsor files before change detection  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(f68d6)</samp>](https://redirect.github.com/vuejs/router/commit/f68d6fad) - Use manual git commit in update-sponsors  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(8ee99)</samp>](https://redirect.github.com/vuejs/router/commit/8ee992cb) - **experimental**: - Resolve TS errors in resolver/router type hierarchy  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(a86f1)</samp>](https://redirect.github.com/vuejs/router/commit/a86f1f3a) - **types**: - Relax RouteMapGeneric constraint for interface-based RouteNamedMap  -  by [@&#8203;YevheniiKotyrlo](https://redirect.github.com/YevheniiKotyrlo) in [#&#8203;2624](https://redirect.github.com/vuejs/router/issues/2624) [<samp>(cdf7b)</samp>](https://redirect.github.com/vuejs/router/commit/cdf7b442) - **volar**: - Use `ts.getTokenPosOfNode` instead of `node.getStart`  -  by [@&#8203;KazariEX](https://redirect.github.com/KazariEX) in [#&#8203;2630](https://redirect.github.com/vuejs/router/issues/2630) [<samp>(0b050)</samp>](https://redirect.github.com/vuejs/router/commit/0b0504bd) #####    🏎 Performance - Avoid merging empty object in record  -  by [@&#8203;posva](https://redirect.github.com/posva) [<samp>(4213e)</samp>](https://redirect.github.com/vuejs/router/commit/4213eb66) #####     [View changes on GitHub](https://redirect.github.com/vuejs/router/compare/v5.0.2...v5.0.3) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.2.5`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#325-2026-02-21) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.2.4...v3.2.5) ##### language-core - **fix:** re-parse template when interpolation syntax breaks ([#&#8203;5971](https://redirect.github.com/vuejs/language-tools/issues/5971)) - Thanks to [@&#8203;Dsaquel](https://redirect.github.com/Dsaquel)! ##### language-service - **fix:** use default html data provider for document symbols ([#&#8203;5968](https://redirect.github.com/vuejs/language-tools/issues/5968)) - Thanks to [@&#8203;liangmiQwQ](https://redirect.github.com/liangmiQwQ)! ##### language-plugin-pug - **fix:** handle backtick attributes containing both quote types ([#&#8203;5970](https://redirect.github.com/vuejs/language-tools/issues/5970)) - Thanks to [@&#8203;baptistejamin](https://redirect.github.com/baptistejamin)! ##### workspace - **docs:** document all packages with consistent README structure ([#&#8203;5953](https://redirect.github.com/vuejs/language-tools/issues/5953)) - **docs:** update tsconfig schema of `plugins` option - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/0xJacky/nginx-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#7121
No description provided.