chore(deps): update all non-major dependencies#1562
Merged
renovate[bot] merged 1 commit intodevfrom Feb 18, 2026
Merged
Conversation
4f05a0f to
2c7cf2b
Compare
2c7cf2b to
fdc7fc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: go-resty/resty@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: mark3labs/mcp-go@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.