mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #1562] [MERGED] chore(deps): update all non-major dependencies #1341
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/1562
Author: @renovate[bot]
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @renovate[bot]
Base:
dev← Head:renovate/all-minor-patch📝 Commits (1)
fdc7fc7chore(deps): update all non-major dependencies📊 Changes
6 files changed (+32 additions, -75 deletions)
View changed files
📝
app/package.json(+3 -3)📝
docs/package.json(+1 -1)📝
go.mod(+3 -3)📝
go.sum(+6 -0)📝
pnpm-lock.yaml(+17 -66)📝
pnpm-workspace.yaml(+2 -2)📄 Description
This PR contains the following updates:
^5.3.6→^5.6.0v2.17.1→v2.17.2v0.43.2→v0.44.0v1.79.0→v1.79.1^17.0.2→^17.0.310.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc→10.30.0Release Notes
apexcharts/apexcharts.js (apexcharts)
v5.6.0: 💎 Version 5.6.0Compare Source
Bug Fixes
Critical Fix: Tooltip and Chart Interactions Restored (#5168)
<foreignObject>element, which contains the legend wrapper, was incorrectly positioned as the last child in the SVG DOM, causing it to overlay and block all mouse events on the chart<foreignObject>is always the first child element (at the back of the z-order), allowing chart interactions to work properlyComprehensive DOM Ordering Tests
If you experienced tooltip or interaction issues in v5.5.0/v5.5.1, this release fully resolves those problems. Simply upgrade to v5.6.0 - no code changes required on your end.
v5.5.1Compare Source
v5.5.0: 💎 Version 5.5.0Compare Source
Major Features
Server-Side Rendering (SSR) Support
ApexCharts now fully supports SSR for Next.js, Nuxt, SvelteKit, Astro, and other modern meta-frameworks! This has been one of the most requested features. (#4288)
Server-side rendering:
Client-side hydration:
Package exports:
import ApexCharts from 'apexcharts'(orapexcharts/client)import ApexCharts from 'apexcharts/ssr'Accessibility Support
Added comprehensive accessibility features to make charts usable for everyone:
📦 Bundle Sizes
Browser bundles:
apexcharts.esm.js: 878 KB (unminified)apexcharts.common.js: 462 KB (minified CommonJS)apexcharts.min.js: 462 KB (minified UMD)SSR bundles (new!):
apexcharts.ssr.esm.js: 891 KB (unminified ESM for Node.js)apexcharts.ssr.common.js: 467 KB (minified CommonJS for Node.js)Breaking Changes
None! This release is fully backward compatible with v5.4.0.
v5.4.0: 💎 Version 5.4.0Compare Source
🚀 Major Changes
Build System Modernization
Performance Improvements
🐛 Bug Fixes
Refactoring & Code Quality
Testing Improvements
💝 Contributors
Thank you to all contributors:
go-resty/resty (github.com/go-resty/resty/v2)
v2.17.2Compare Source
Release Notes
Backport
Release
Full Changelog: https://github.com/go-resty/resty/compare/v2.17.1...v2.17.2
mark3labs/mcp-go (github.com/mark3labs/mcp-go)
v0.44.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.43.2...v0.44.0
grpc/grpc-go (google.golang.org/grpc)
v1.79.1: Release 1.79.1Compare Source
Bug Fixes
-devsuffix from the User-Agent header. (#8902)markedjs/marked (marked)
v17.0.3Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v10.30.0Compare Source
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.