[PR #1308] chore(deps): update all non-major dependencies #5673

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

Original Pull Request: https://github.com/0xJacky/nginx-ui/pull/1308

State: closed
Merged: Yes


This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/sashabaranov/go-openai v1.41.0 -> v1.41.1 age confidence require patch
github.com/urfave/cli/v3 v3.3.9 -> v3.4.1 age confidence require minor
go (source) 1.24.6 -> 1.25.0 age confidence golang minor
jsencrypt (source) ^3.5.3 -> ^3.5.4 age confidence dependencies patch

Release Notes

sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.41.1

Compare Source

What's Changed

Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.41.0...v1.41.1

urfave/cli (github.com/urfave/cli/v3)

v3.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0

golang/go (go)

v1.25.0

travist/jsencrypt (jsencrypt)

v3.5.4

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR 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.

**Original Pull Request:** https://github.com/0xJacky/nginx-ui/pull/1308 **State:** closed **Merged:** Yes --- This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [github.com/sashabaranov/go-openai](https://redirect.github.com/sashabaranov/go-openai) | `v1.41.0` -> `v1.41.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsashabaranov%2fgo-openai/v1.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsashabaranov%2fgo-openai/v1.41.0/v1.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) | `v3.3.9` -> `v3.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv3/v3.3.9/v3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.24.6` -> `1.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.24.6/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | golang | minor | | [jsencrypt](http://www.travistidwell.com/jsencrypt) ([source](https://redirect.github.com/travist/jsencrypt)) | [`^3.5.3` -> `^3.5.4`](https://renovatebot.com/diffs/npm/jsencrypt/3.5.3/3.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsencrypt/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsencrypt/3.5.3/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | --- ### Release Notes <details> <summary>sashabaranov/go-openai (github.com/sashabaranov/go-openai)</summary> ### [`v1.41.1`](https://redirect.github.com/sashabaranov/go-openai/releases/tag/v1.41.1) [Compare Source](https://redirect.github.com/sashabaranov/go-openai/compare/v1.41.0...v1.41.1) #### What's Changed - feat: add safety\_identifier params by [@&#8203;liushuangls](https://redirect.github.com/liushuangls) in [https://github.com/sashabaranov/go-openai/pull/1066](https://redirect.github.com/sashabaranov/go-openai/pull/1066) **Full Changelog**: https://github.com/sashabaranov/go-openai/compare/v1.41.0...v1.41.1 </details> <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`v3.4.1`](https://redirect.github.com/urfave/cli/releases/tag/v3.4.1) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.4.0...v3.4.1) #### What's Changed - Use recommended GitHub Actions runner labels by [@&#8203;meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/2181](https://redirect.github.com/urfave/cli/pull/2181) - chore(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/urfave/cli/pull/2179](https://redirect.github.com/urfave/cli/pull/2179)9 - Document that `v3` series is recommended for new development by [@&#8203;meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/2186](https://redirect.github.com/urfave/cli/pull/2186) **Full Changelog**: https://github.com/urfave/cli/compare/v3.4.0...v3.4.1 ### [`v3.4.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.3.9...v3.4.0) #### What's Changed - Export help display functions as variables to allow custom help display logic by [@&#8203;almas-x](https://redirect.github.com/almas-x) in [https://github.com/urfave/cli/pull/2150](https://redirect.github.com/urfave/cli/pull/2150) - Invoke OnUsageError when missing required flags by [@&#8203;MohitPanchariya](https://redirect.github.com/MohitPanchariya) in [https://github.com/urfave/cli/pull/2161](https://redirect.github.com/urfave/cli/pull/2161) - Fix:(issue\_2169) Allow trim space for string slice flags by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2171](https://redirect.github.com/urfave/cli/pull/2171) - Add example of flag groups to docs by [@&#8203;jllovet](https://redirect.github.com/jllovet) in [https://github.com/urfave/cli/pull/2178](https://redirect.github.com/urfave/cli/pull/2178) - Add installation instructions for gfmrun by [@&#8203;jllovet](https://redirect.github.com/jllovet) in [https://github.com/urfave/cli/pull/2177](https://redirect.github.com/urfave/cli/pull/2177) - Ensure public vars reference public types by [@&#8203;meatballhat](https://redirect.github.com/meatballhat) in [https://github.com/urfave/cli/pull/2180](https://redirect.github.com/urfave/cli/pull/2180) #### New Contributors - [@&#8203;almas-x](https://redirect.github.com/almas-x) made their first contribution in [https://github.com/urfave/cli/pull/2150](https://redirect.github.com/urfave/cli/pull/2150) - [@&#8203;MohitPanchariya](https://redirect.github.com/MohitPanchariya) made their first contribution in [https://github.com/urfave/cli/pull/2161](https://redirect.github.com/urfave/cli/pull/2161) - [@&#8203;jllovet](https://redirect.github.com/jllovet) made their first contribution in [https://github.com/urfave/cli/pull/2178](https://redirect.github.com/urfave/cli/pull/2178) **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0 </details> <details> <summary>golang/go (go)</summary> ### [`v1.25.0`](https://redirect.github.com/golang/go/compare/go1.24.6...go1.25rc2) </details> <details> <summary>travist/jsencrypt (jsencrypt)</summary> ### [`v3.5.4`](https://redirect.github.com/travist/jsencrypt/compare/v3.5.3...a0ae319f4011d90ec7dc15192c0f7be1f3946ee0) [Compare Source](https://redirect.github.com/travist/jsencrypt/compare/v3.5.3...a0ae319f4011d90ec7dc15192c0f7be1f3946ee0) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
kerem 2026-03-01 15:42:15 +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#5673
No description provided.