Skip to content

⬆️ Upgrade all non-major dependencies#4561

Merged
renovate[bot] merged 1 commit intodevelopfrom
renovate/all-non-major-dependencies
Mar 9, 2026
Merged

⬆️ Upgrade all non-major dependencies#4561
renovate[bot] merged 1 commit intodevelopfrom
renovate/all-non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2026

This PR contains the following updates:

Package Change Age Confidence
apexcharts (source) 5.10.15.10.3 age confidence
barryvdh/laravel-debugbar 4.0.104.1.1 age confidence
eslint (source) 10.0.210.0.3 age confidence
lucide-vue-next (source) ^0.575.0^0.577.0 age confidence
spatie/laravel-prometheus 1.4.01.5.0 age confidence
swagger-typescript-api 13.3.013.3.1 age confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v5.10.3: 💎 Version 5.10.3

Compare Source

Bug Fixes
  • SSR: Bar/column charts rendered duplicate elements in renderToString() (1b4bcb1f)

    SSRElement.appendChild and insertBefore were unconditionally pushing the
    child onto the children array without checking whether the child already had a
    parent. Because Bar.js creates elDataLabelsWrap, elGoalsMarkers, and
    elBarShadows once per series but calls elSeries.add() on every data-point
    iteration, 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 appendChild and insertBefore.

v5.10.2: 💎 Version 5.10.2

Compare Source

Bug Fixes
  • Tree-shaking: ESM entry points were incorrectly eliminated by bundlers

    dist/*.esm.js and dist/features/*.esm.js were missing from the
    sideEffects field in package.json. Bundlers such as Webpack and Rollup
    treat 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.1

Compare Source

What's Changed
New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.1.0...v4.1.1

v4.1.0

Compare Source

Biggest changes
  • Use JsonVardumper for smaller + more detailed depths
  • Add option to re-query and show results for SELECT queries
  • Popup query/explain results
  • Stricter checks for production env / non-debug mode, early exit
What's Changed
New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.0.10...v4.1.0

eslint/eslint (eslint)

v10.0.3

Compare Source

lucide-icons/lucide (lucide-vue-next)

v0.577.0: Version 0.577.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

v0.576.0: Version 0.576.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

spatie/laravel-prometheus (spatie/laravel-prometheus)

v1.5.0

Compare Source

What's Changed
  • Laravel 13.x Compatibility
  • Drop support for PHP < 8.4 and Laravel < 12
  • Update to Pest 4
acacode/swagger-typescript-api (swagger-typescript-api)

v13.3.1

Compare Source

Patch Changes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 📌 dependencies Pull requests that update a dependency file label Mar 9, 2026
@renovate renovate bot merged commit ea82abe into develop Mar 9, 2026
12 checks passed
@renovate renovate bot deleted the renovate/all-non-major-dependencies branch March 9, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📌 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants