⬆️ Upgrade all non-major dependencies#4561
Merged
renovate[bot] merged 1 commit intodevelopfrom Mar 9, 2026
Merged
Conversation
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.10.1→5.10.34.0.10→4.1.110.0.2→10.0.3^0.575.0→^0.577.01.4.0→1.5.013.3.0→13.3.1Release Notes
apexcharts/apexcharts.js (apexcharts)
v5.10.3: 💎 Version 5.10.3Compare Source
Bug Fixes
SSR: Bar/column charts rendered duplicate elements in
renderToString()(1b4bcb1f)SSRElement.appendChildandinsertBeforewere unconditionally pushing thechild onto the children array without checking whether the child already had a
parent. Because
Bar.jscreateselDataLabelsWrap,elGoalsMarkers, andelBarShadowsonce per series but callselSeries.add()on every data-pointiteration, the SSR virtual DOM accumulated N×N bar paths and datalabel groups
instead of N. The fix mirrors standard browser DOM move semantics: if a node
already has a parent it is detached from that parent before being appended.
This affects both
appendChildandinsertBefore.v5.10.2: 💎 Version 5.10.2Compare Source
Bug Fixes
Tree-shaking: ESM entry points were incorrectly eliminated by bundlers
dist/*.esm.jsanddist/features/*.esm.jswere missing from thesideEffectsfield inpackage.json. Bundlers such as Webpack and Rolluptreat files not listed as having side effects as safe to drop when they are
not explicitly imported, which caused chart type and feature registrations to
be silently tree-shaken away in production builds. Adding both glob patterns
ensures the self-registering ESM bundles are always retained.
fruitcake/laravel-debugbar (barryvdh/laravel-debugbar)
v4.1.1Compare Source
What's Changed
New Contributors
Full Changelog: fruitcake/laravel-debugbar@v4.1.0...v4.1.1
v4.1.0Compare Source
Biggest changes
What's Changed
border-botton→border-bottomby @Copilot in #1975debugbar()helper by @ssw1cblarrion in #1989New Contributors
Full Changelog: fruitcake/laravel-debugbar@v4.0.10...v4.1.0
eslint/eslint (eslint)
v10.0.3Compare Source
lucide-icons/lucide (lucide-vue-next)
v0.577.0: Version 0.577.0Compare Source
What's Changed
ellipseicon by @KISHORE-KUMAR-S in #3749New Contributors
Full Changelog: lucide-icons/lucide@0.576.0...0.577.0
v0.576.0: Version 0.576.0Compare Source
What's Changed
package-*icons. by @karsa-mistmere in #4074receipticon by @karsa-mistmere in #4075cuboidicon tags and categories by @karsa-mistmere in #4095cuboidicon by @jamiemlaw in #4098fishing-rodicon by @7ender in #3839Full Changelog: lucide-icons/lucide@0.575.0...0.576.0
spatie/laravel-prometheus (spatie/laravel-prometheus)
v1.5.0Compare Source
What's Changed
acacode/swagger-typescript-api (swagger-typescript-api)
v13.3.1Compare Source
Patch Changes
96f5b8dThanks @js2me! - fixes #551 issue (@type property in interfaces)f032ff1Thanks @js2me! - fixed #893 issue639c3aeThanks @js2me! - fixed #1536 issueConfiguration
📅 Schedule: Branch creation - "every 2 weeks on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.