[PR #1486] [MERGED] chore(deps): update all non-major dependencies #1312

Closed
opened 2026-02-26 12:11:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1486
Author: @renovate[bot]
Created: 12/13/2025
Status: Merged
Merged: 12/15/2025
Merged by: @0xJacky

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

  • 98e3e54 chore(deps): update all non-major dependencies

📊 Changes

6 files changed (+295 additions, -251 deletions)

View changed files

📝 app/package.json (+5 -5)
📝 docs/package.json (+2 -2)
📝 go.mod (+5 -5)
📝 go.sum (+10 -0)
📝 pnpm-lock.yaml (+268 -234)
📝 pnpm-workspace.yaml (+5 -5)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^6.6.1 -> ^6.7.1 age confidence
@types/node (source) ^24.10.3 -> ^24.10.4 age confidence
@vitejs/plugin-vue (source) ^6.0.2 -> ^6.0.3 age confidence
autoprefixer ^10.4.22 -> ^10.4.23 age confidence
eslint (source) ^9.39.1 -> ^9.39.2 age confidence
github.com/casdoor/casdoor-go-sdk v1.39.0 -> v1.40.0 age confidence
github.com/gabriel-vasile/mimetype v1.4.11 -> v1.4.12 age confidence
github.com/go-co-op/gocron/v2 v2.18.2 -> v2.19.0 age confidence
github.com/go-playground/validator/v10 v10.28.0 -> v10.29.0 age confidence
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.3.11 -> v1.3.12 age confidence
less (source) ^4.4.2 -> ^4.5.1 age confidence

Release Notes

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

v6.7.1

Compare Source

   🐞 Bug Fixes
  • pnpm: Do not set catalogMode when catalogs is not enabled  -  by @​antfu (0471e)
    View changes on GitHub

v6.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)

v1.40.0

Compare Source

gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)

v1.4.12: RFC822, GRIB, Zlib support

Compare Source

What's Changed

  • zip+json: add benchmarks for better performance tracking of pathological inputs in #​730
  • zip+json: performance improvements for pathological cases in #​732
  • Fix integer overflow panic on 32bit architectures in #​733
  • ci: add more linters and fix their warnings in #​734
  • jar: manifest must be first in #​735
  • rfc822: add support in #​740
  • grib: add support in #​742
  • zlib: add support in #​743

Full Changelog: https://github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.19.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0

go-playground/validator (github.com/go-playground/validator/v10)

v10.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0

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

v1.3.12

Compare Source

less/less.js (less)

v4.5.1

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


  • 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/1486 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`98e3e54`](https://github.com/0xJacky/nginx-ui/commit/98e3e54452278396c4825f1b9d752623f7617d61) chore(deps): update all non-major dependencies ### 📊 Changes **6 files changed** (+295 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+5 -5) 📝 `docs/package.json` (+2 -2) 📝 `go.mod` (+5 -5) 📝 `go.sum` (+10 -0) 📝 `pnpm-lock.yaml` (+268 -234) 📝 `pnpm-workspace.yaml` (+5 -5) </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) | [`^6.6.1` -> `^6.7.1`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/6.6.1/6.7.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/6.7.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@antfu%2feslint-config/6.6.1/6.7.1?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.3` -> `^24.10.4`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.3/24.10.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.10.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.3/24.10.4?slim=true) | | [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | [`^6.0.2` -> `^6.0.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/6.0.2/6.0.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/6.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/6.0.2/6.0.3?slim=true) | | [autoprefixer](https://redirect.github.com/postcss/autoprefixer) | [`^10.4.22` -> `^10.4.23`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.22/10.4.23) | ![age](https://developer.mend.io/api/mc/badges/age/npm/autoprefixer/10.4.23?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/autoprefixer/10.4.22/10.4.23?slim=true) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^9.39.1` -> `^9.39.2`](https://renovatebot.com/diffs/npm/eslint/9.39.1/9.39.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.39.1/9.39.2?slim=true) | | [github.com/casdoor/casdoor-go-sdk](https://redirect.github.com/casdoor/casdoor-go-sdk) | `v1.39.0` -> `v1.40.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.39.0/v1.40.0?slim=true) | | [github.com/gabriel-vasile/mimetype](https://redirect.github.com/gabriel-vasile/mimetype) | `v1.4.11` -> `v1.4.12` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.11/v1.4.12?slim=true) | | [github.com/go-co-op/gocron/v2](https://redirect.github.com/go-co-op/gocron) | `v2.18.2` -> `v2.19.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.19.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.18.2/v2.19.0?slim=true) | | [github.com/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | `v10.28.0` -> `v10.29.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.28.0/v10.29.0?slim=true) | | [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go) | `v1.3.11` -> `v1.3.12` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.3.11/v1.3.12?slim=true) | | [less](http://lesscss.org) ([source](https://redirect.github.com/less/less.js)) | [`^4.4.2` -> `^4.5.1`](https://renovatebot.com/diffs/npm/less/4.4.2/4.5.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/less/4.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/less/4.4.2/4.5.1?slim=true) | --- ### Release Notes <details> <summary>antfu/eslint-config (@&#8203;antfu/eslint-config)</summary> ### [`v6.7.1`](https://redirect.github.com/antfu/eslint-config/releases/tag/v6.7.1) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v6.7.0...v6.7.1) #####    🐞 Bug Fixes - **pnpm**: Do not set `catalogMode` when catalogs is not enabled  -  by [@&#8203;antfu](https://redirect.github.com/antfu) [<samp>(0471e)</samp>](https://redirect.github.com/antfu/eslint-config/commit/0471e4c) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v6.7.0...v6.7.1) ### [`v6.7.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v6.7.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v6.6.1...v6.7.0) #####    🚀 Features - Add more options to toggle configs  -  by [@&#8203;antfu](https://redirect.github.com/antfu) [<samp>(203b8)</samp>](https://redirect.github.com/antfu/eslint-config/commit/203b887) #####    🐞 Bug Fixes - **pnpm**: Respect `yaml` and `jsonc` config in the factory, close [#&#8203;791](https://redirect.github.com/antfu/eslint-config/issues/791)  -  by [@&#8203;antfu](https://redirect.github.com/antfu) in [#&#8203;791](https://redirect.github.com/antfu/eslint-config/issues/791) [<samp>(3e0c5)</samp>](https://redirect.github.com/antfu/eslint-config/commit/3e0c5df) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v6.6.1...v6.7.0) </details> <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v6.0.3`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small-603-2025-12-12-small) ##### Features - add Vite 8 support ([2080d41](https://redirect.github.com/vitejs/vite-plugin-vue/commit/2080d411397b758d32144ce33d904e042c009504)) ##### Bug Fixes - **deps:** update all non-major dependencies ([#&#8203;707](https://redirect.github.com/vitejs/vite-plugin-vue/issues/707)) ([799f419](https://redirect.github.com/vitejs/vite-plugin-vue/commit/799f419565467a9db675e68eefd0551b9c16e3e6)) - **hmr:** reload when components switch between vapor and vdom ([#&#8203;714](https://redirect.github.com/vitejs/vite-plugin-vue/issues/714)) ([6c45fe5](https://redirect.github.com/vitejs/vite-plugin-vue/commit/6c45fe52944a4ed73b896c8fefba1adfe0a81998)) ##### Performance Improvements - replace debug with obug ([#&#8203;705](https://redirect.github.com/vitejs/vite-plugin-vue/issues/705)) ([684ac30](https://redirect.github.com/vitejs/vite-plugin-vue/commit/684ac30f8325c13b94a0a35e53ef9470dd134042)) ##### Miscellaneous Chores - **deps:** update upstream ([#&#8203;706](https://redirect.github.com/vitejs/vite-plugin-vue/issues/706)) ([d910114](https://redirect.github.com/vitejs/vite-plugin-vue/commit/d9101144a81632ec05f4d49c32e5003293118c88)) - upgrade deps, setup tsgo ([037e540](https://redirect.github.com/vitejs/vite-plugin-vue/commit/037e5403e9ce6bd0a038010b6e3003a9ac4c7f66)) </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.23`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10423) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.22...10.4.23) - Reduced dependencies (by [@&#8203;hyperz111](https://redirect.github.com/hyperz111)). </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...9278324aa0023d223874825b0d4b6ac75783096a) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2) </details> <details> <summary>casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)</summary> ### [`v1.40.0`](https://redirect.github.com/casdoor/casdoor-go-sdk/compare/v1.39.0...v1.40.0) [Compare Source](https://redirect.github.com/casdoor/casdoor-go-sdk/compare/v1.39.0...v1.40.0) </details> <details> <summary>gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)</summary> ### [`v1.4.12`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.12): RFC822, GRIB, Zlib support [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12) #### What's Changed - zip+json: add benchmarks for better performance tracking of pathological inputs in [#&#8203;730](https://redirect.github.com/gabriel-vasile/mimetype/pull/730) - zip+json: performance improvements for pathological cases in [#&#8203;732](https://redirect.github.com/gabriel-vasile/mimetype/pull/732) - Fix integer overflow panic on 32bit architectures in [#&#8203;733](https://redirect.github.com/gabriel-vasile/mimetype/pull/733) - ci: add more linters and fix their warnings in [#&#8203;734](https://redirect.github.com/gabriel-vasile/mimetype/pull/734) - jar: manifest must be first in [#&#8203;735](https://redirect.github.com/gabriel-vasile/mimetype/pull/735) - rfc822: add support in [#&#8203;740](https://redirect.github.com/gabriel-vasile/mimetype/pull/740) - grib: add support in [#&#8203;742](https://redirect.github.com/gabriel-vasile/mimetype/pull/742) - zlib: add support in [#&#8203;743](https://redirect.github.com/gabriel-vasile/mimetype/pull/743) **Full Changelog**: <https://github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12> </details> <details> <summary>go-co-op/gocron (github.com/go-co-op/gocron/v2)</summary> ### [`v2.19.0`](https://redirect.github.com/go-co-op/gocron/releases/tag/v2.19.0) [Compare Source](https://redirect.github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0) #### What's Changed - feat: add scheduler lifecycle monitoring <> [#&#8203;785](https://redirect.github.com/go-co-op/gocron/issues/785) by [@&#8203;iyashjayesh](https://redirect.github.com/iyashjayesh) in [#&#8203;889](https://redirect.github.com/go-co-op/gocron/pull/889) - feat: expose default cron implementation by [@&#8203;JohnRoesler](https://redirect.github.com/JohnRoesler) in [#&#8203;906](https://redirect.github.com/go-co-op/gocron/pull/906) - build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;903](https://redirect.github.com/go-co-op/gocron/pull/903) **Full Changelog**: <https://github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0> </details> <details> <summary>go-playground/validator (github.com/go-playground/validator/v10)</summary> ### [`v10.29.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.29.0) [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.28.0...v10.29.0) #### What's Changed - fix: minor spelling fix in docs by [@&#8203;Perfect5th](https://redirect.github.com/Perfect5th) in [#&#8203;1472](https://redirect.github.com/go-playground/validator/pull/1472) - Bump golang.org/x/text from 0.29.0 to 0.30.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1473](https://redirect.github.com/go-playground/validator/pull/1473) - Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1474](https://redirect.github.com/go-playground/validator/pull/1474) - Fix integer overflows in test when run on 32bit systems by [@&#8203;gibmat](https://redirect.github.com/gibmat) in [#&#8203;1479](https://redirect.github.com/go-playground/validator/pull/1479) - fix: exclude modernize linter by [@&#8203;nodivbyzero](https://redirect.github.com/nodivbyzero) in [#&#8203;1487](https://redirect.github.com/go-playground/validator/pull/1487) - Bump golangci/golangci-lint-action from 8 to 9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1490](https://redirect.github.com/go-playground/validator/pull/1490) - Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1485](https://redirect.github.com/go-playground/validator/pull/1485) - Support for ISO 9362:2022 BIC (SWIFT) codes by [@&#8203;fira42073](https://redirect.github.com/fira42073) in [#&#8203;1478](https://redirect.github.com/go-playground/validator/pull/1478) - Bump golang.org/x/crypto from 0.43.0 to 0.44.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1492](https://redirect.github.com/go-playground/validator/pull/1492) - Fix: validation now rejects phone codes starting with +0 by [@&#8203;nodivbyzero](https://redirect.github.com/nodivbyzero) in [#&#8203;1476](https://redirect.github.com/go-playground/validator/pull/1476) - Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1495](https://redirect.github.com/go-playground/validator/pull/1495) - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1497](https://redirect.github.com/go-playground/validator/pull/1497) - fix/1500:Update Sierra Leone currency code from SLL to SLE by [@&#8203;princekm096](https://redirect.github.com/princekm096) in [#&#8203;1501](https://redirect.github.com/go-playground/validator/pull/1501) - Fix/1481 skip invalid type validations by [@&#8203;KaranLathiya](https://redirect.github.com/KaranLathiya) in [#&#8203;1498](https://redirect.github.com/go-playground/validator/pull/1498) - Fix 1502 update ccy codes by [@&#8203;princekm096](https://redirect.github.com/princekm096) in [#&#8203;1503](https://redirect.github.com/go-playground/validator/pull/1503) - Added alphanumspace string validator by [@&#8203;haribabuk113](https://redirect.github.com/haribabuk113) in [#&#8203;1484](https://redirect.github.com/go-playground/validator/pull/1484) - `excluded_unless` bug fix by [@&#8203;chargraves85](https://redirect.github.com/chargraves85) in [#&#8203;1307](https://redirect.github.com/go-playground/validator/pull/1307) #### New Contributors - [@&#8203;Perfect5th](https://redirect.github.com/Perfect5th) made their first contribution in [#&#8203;1472](https://redirect.github.com/go-playground/validator/pull/1472) - [@&#8203;gibmat](https://redirect.github.com/gibmat) made their first contribution in [#&#8203;1479](https://redirect.github.com/go-playground/validator/pull/1479) - [@&#8203;fira42073](https://redirect.github.com/fira42073) made their first contribution in [#&#8203;1478](https://redirect.github.com/go-playground/validator/pull/1478) - [@&#8203;princekm096](https://redirect.github.com/princekm096) made their first contribution in [#&#8203;1501](https://redirect.github.com/go-playground/validator/pull/1501) - [@&#8203;KaranLathiya](https://redirect.github.com/KaranLathiya) made their first contribution in [#&#8203;1498](https://redirect.github.com/go-playground/validator/pull/1498) - [@&#8203;haribabuk113](https://redirect.github.com/haribabuk113) made their first contribution in [#&#8203;1484](https://redirect.github.com/go-playground/validator/pull/1484) - [@&#8203;chargraves85](https://redirect.github.com/chargraves85) made their first contribution in [#&#8203;1307](https://redirect.github.com/go-playground/validator/pull/1307) **Full Changelog**: <https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0> </details> <details> <summary>tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common)</summary> ### [`v1.3.12`](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.11...v1.3.12) [Compare Source](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go/compare/v1.3.11...v1.3.12) </details> <details> <summary>less/less.js (less)</summary> ### [`v4.5.1`](https://redirect.github.com/less/less.js/compare/v4.4.2...1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f) [Compare Source](https://redirect.github.com/less/less.js/compare/v4.4.2...1df9072ee9ebdadc791bf35dfb1dbc3ef9f1948f) </details> --- ### 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](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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:11:09 +03:00
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#1312
No description provided.