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

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1462
Author: @renovate[bot]
Created: 11/30/2025
Status: Merged
Merged: 11/30/2025
Merged by: @0xJacky

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

  • 7786a1e chore(deps): update all non-major dependencies

📊 Changes

2 files changed (+57 additions, -18 deletions)

View changed files

📝 go.mod (+19 -18)
📝 go.sum (+38 -0)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
github.com/casdoor/casdoor-go-sdk v1.38.0 -> v1.39.0 age confidence
github.com/go-acme/lego/v4 v4.28.1 -> v4.29.0 age confidence

Release Notes

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

v1.39.0

Compare Source

Features
  • fix Webhook struct to match Casdoor server definition (#​214) (558e2e2)
go-acme/lego (github.com/go-acme/lego/v4)

v4.29.0

Compare Source

  • Release date: 2025-11-29
  • Tag: v4.29.0
Added
  • [dnsprovider] Add DNS provider for United-Domains
  • [dnsprovider] Add DNS provider for Gigahost.no
  • [dnsprovider] Add DNS provider for EdgeCenter
  • [dnsprovider] Add DNS provider for AlibabaCloud ESA
  • [dnsprovider] edgeone: add zones mapping
  • [dnsprovider] namecheap: add experimental proxy support
Changed
  • [dnsprovider] gandiv5: update base API URL
Fixed
  • [dnsprovider] hetzner: use int64 for IDs
  • [dnsprovider] baiducloud: pagination and TTL
  • [dnsprovider] inwx: fix API breaking changes with record IDs

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/1462 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`7786a1e`](https://github.com/0xJacky/nginx-ui/commit/7786a1ec79af10d6bd75068def1d572e618a5242) chore(deps): update all non-major dependencies ### 📊 Changes **2 files changed** (+57 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+19 -18) 📝 `go.sum` (+38 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/casdoor/casdoor-go-sdk](https://redirect.github.com/casdoor/casdoor-go-sdk) | `v1.38.0` -> `v1.39.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.38.0/v1.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/go-acme/lego/v4](https://redirect.github.com/go-acme/lego) | `v4.28.1` -> `v4.29.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-acme%2flego%2fv4/v4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-acme%2flego%2fv4/v4.28.1/v4.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)</summary> ### [`v1.39.0`](https://redirect.github.com/casdoor/casdoor-go-sdk/releases/tag/v1.39.0) [Compare Source](https://redirect.github.com/casdoor/casdoor-go-sdk/compare/v1.38.0...v1.39.0) ##### Features - fix Webhook struct to match Casdoor server definition ([#&#8203;214](https://redirect.github.com/casdoor/casdoor-go-sdk/issues/214)) ([558e2e2](https://redirect.github.com/casdoor/casdoor-go-sdk/commit/558e2e2327742bdae75b778f02004016102aae0a)) </details> <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.29.0`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4290) [Compare Source](https://redirect.github.com/go-acme/lego/compare/v4.28.1...v4.29.0) - Release date: 2025-11-29 - Tag: [v4.29.0](https://redirect.github.com/go-acme/lego/releases/tag/v4.29.0) ##### Added - **\[dnsprovider]** Add DNS provider for United-Domains - **\[dnsprovider]** Add DNS provider for Gigahost.no - **\[dnsprovider]** Add DNS provider for EdgeCenter - **\[dnsprovider]** Add DNS provider for AlibabaCloud ESA - **\[dnsprovider]** edgeone: add zones mapping - **\[dnsprovider]** namecheap: add experimental proxy support ##### Changed - **\[dnsprovider]** gandiv5: update base API URL ##### Fixed - **\[dnsprovider]** hetzner: use int64 for IDs - **\[dnsprovider]** baiducloud: pagination and TTL - **\[dnsprovider]** inwx: fix API breaking changes with record IDs </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:15:33 +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#7077
No description provided.