Skip to content

⬆️ Upgrade all non-major dependencies#4930

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-non-major-dependencies
Open

⬆️ Upgrade all non-major dependencies#4930
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fortawesome/fontawesome-free (source) 7.2.07.3.1 age confidence
@lucide/vue (source) 1.20.01.25.0 age confidence
@tailwindcss/vite (source) 4.3.14.3.3 age confidence
@types/luxon (source) 3.7.13.7.2 age confidence
@vitejs/plugin-vue (source) 6.0.76.0.8 age confidence
@vue/eslint-config-typescript 14.8.014.9.0 age confidence
apexcharts (source) 5.15.05.16.0 age confidence
autoprefixer 10.5.010.5.4 age confidence
axios (source) 1.18.01.18.1 age confidence
barryvdh/laravel-debugbar 4.3.04.4.0 age confidence
daisyui (source) 5.5.235.7.0 age confidence
dompurify 3.4.113.4.12 age confidence
eslint (source) 10.5.010.7.0 age confidence
eslint-plugin-vue (source) 10.9.210.10.0 age confidence
globals 17.6.017.7.0 age confidence
guzzlehttp/guzzle (source) 7.12.07.15.1 age confidence
intervention/image (source) 4.1.44.2.0 age confidence
laravel-vite-plugin 3.1.03.1.3 age confidence
laravel/framework (source) 13.16.113.20.0 age confidence
marked (source) 18.0.518.0.7 age confidence
nunomaduro/collision 8.9.48.9.5 age confidence
papaparse (source) 5.5.35.5.4 age confidence
phpunit/phpunit (source) 13.2.113.2.4 age confidence
prettier (source) 3.8.43.9.6 age confidence
sass 1.101.01.101.3 age confidence
spatie/laravel-permission 8.0.08.3.0 age confidence
spatie/laravel-sitemap 8.1.08.2.0 age confidence
swagger-typescript-api 13.12.213.12.6 age confidence
tailwindcss (source) 4.3.14.3.3 age confidence
typescript-eslint (source) 8.61.18.65.0 age confidence
vite (source) 8.0.168.1.5 age confidence
vue (source) 3.5.383.5.40 age confidence
vue-router (source) 5.1.05.2.0 age confidence
vue-tsc (source) 3.3.53.3.7 age confidence

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v7.3.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.3.0

Compare Source

lucide-icons/lucide (@​lucide/vue)

v1.25.0: Version 1.25.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.24.0...1.25.0

v1.24.0: Version 1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

v1.23.0: Version 1.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.22.0...1.23.0

v1.22.0: Version 1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.21.0...1.22.0

v1.21.0: Version 1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.20.0...1.21.0

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.3

Compare Source

Fixed
  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#​20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#​20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#​20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#​20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#​20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#​20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#​20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#​20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#​20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#​20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#​20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#​20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#​20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#​20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#​20336)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.8

Features
Bug Fixes
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

apexcharts/apexcharts.js (apexcharts)

v5.16.0: 💎 Version 5.16.0

Compare Source

✨ Features
Drilldown navigation (opt-in)

Click a data point to drill into a child level, with a breadcrumb trail and back navigation. Supported on bar, column, pie, donut, treemap, and heatmap. Tree-shakeable: import the feature and enable it.

import ApexCharts from 'apexcharts'
import 'apexcharts/features/drilldown'

const options = {
  chart: {
    type: 'bar',
    drilldown: {
      enabled: true,
      series: [
        { id: 'fruits', name: 'Fruits', data: [{ x: 'Apple', y: 40 }, { x: 'Banana', y: 30 }] },
      ],
      // breadcrumb: { show: true, position: 'top-left', rootLabel: 'All' },
      // animation: { zoomFromPoint: true }, // unfold the child from the clicked point
      // onDrillDown: async ({ point }) => fetchChild(point), // async level loading
    },
  },
  series: [{ name: 'Categories', data: [{ x: 'Fruits', y: 70, drilldown: 'fruits' }, { x: 'Vegetables', y: 55 }] }],
}
  • Child levels are declared inline in chart.drilldown.series, or fetched on demand via onDrillDown.
  • Breadcrumb is configurable (position, separator, rootLabel, formatter) and includes a back-arrow.
  • Optional animation.zoomFromPoint unfolds the child level outward from the clicked point (and folds back on drill-up).
Pie / donut external (outer) data labels with leader lines (opt-in)

Render each slice's name outside the pie, connected by a leader line, so users no longer need to map legend colors back to slices. Pie and donut only (ignored for polarArea). The percentage keeps rendering inside the slice.

plotOptions: {
  pie: {
    dataLabels: {
      external: {
        show: true,
        // formatter: (name, { percent }) => [name, percent.toFixed(1) + '%'],
        // connector: { show: true, width: 1, length: 16, gap: 6 },
      },
    },
  },
}
Scatter jitter: strip plots and overplotting (opt-in)

Spread overlapping scatter points apart. Two uses, one engine. Offsets are in axis units, deterministic (SSR-safe), and applied to the drawn positions only, so tooltips still show the true values.

  • Strip plots: pass compact { x: 'Category', y: [v1, v2, ...] } data. Each category becomes a band and its values scatter horizontally within it. Every value is a real, hoverable marker; the sticky tooltip follows the hovered dot.
  • Overplotting: on ordinary { x, y } data, add small random offsets so dense clusters fan out.
plotOptions: { scatter: { jitter: { enabled: true, x: 0.35 /*, y: 0, distributed: false */ } } },
series: [
  { name: 'Frankfurt', data: [{ x: 'Frankfurt', y: [120, 118, 130, 109, 142] }] },
  { name: 'Mumbai', data: [{ x: 'Mumbai', y: [182, 176, 195, 168, 201] }] },
]

Marker styling reuses the standard markers / colors / fill config; set jitter.distributed: true to color each band separately.

Data reducer for range charts

chart.dataReducer now downsamples rangeArea and rangeBar series via min-max bucket aggregation (preserving the visual extremes of each bucket), complementing the existing LTTB reduction for line/area.

chart: { dataReducer: { enabled: true, threshold: 500, targetPoints: 250 } }
🐛 Fixes
  • Drilldown: reset the legend-collapse state when drilling so a child level is not rendered with a parent's series hidden.

v5.15.2: 💎 Version 5.15.2

Compare Source

Fixes

Draw-animation frame no longer touches a destroyed chart

An animated chart (e.g. an area chart) schedules a requestAnimationFrame during render() to run its mask-reveal / draw animation. If the chart was destroyed before that frame fired, the stale callback ran against already-cleared DOM and threw:

TypeError: Cannot read properties of null (reading 'node')   // in runMaskReveal

The classic trigger is React StrictMode, which mounts → unmounts → remounts a component in development: the first mount queues the animation frame, the unmount calls destroy() (which nulls w.dom.elDefs), and the queued frame then fires against the torn-down chart. Any sufficiently rapid unmount hit the same race.

The fix adds an internal isDestroyed flag, set by destroy() (but not by updates), that the deferred draw-animation callbacks - mask reveal, stroke draw, and bulk reveal - check and bail on before touching the DOM. The flag is cleared on the next render, so re-mounting re-arms animations normally.

This complements the detached-chart destroy() fix in 5.15.1; together they resolve the teardown crashes tracked in react-apexcharts#602.

v5.15.1: 💎 Version 5.15.1

Compare Source

A small patch release with a single stability fix: charts that are torn down before they ever mount no longer throw.


Fixes

destroy() no longer throws on an un-mounted / detached chart

Calling destroy() (or an internal clear()) on a chart that never finished rendering threw:

TypeError: Cannot read properties of undefined (reading 'node')

This happened when a chart was constructed against an element that wasn't connected to the DOM - so create() bailed out early before building the SVG, leaving w.dom.Paper undefined - and the chart was then destroyed. Common triggers:

  • A React useEffect cleanup (or a Vue unmounted hook) tearing the chart down before the element was ever attached.
  • A queued resize/update() firing after the host element had already been removed.

The teardown path now guards on the SVG actually having been created, cancels any pending resize redraw, and tolerates a missing Apex._chartInstances registry, so destroying a never-mounted chart is a safe no-op.

Fixes react-apexcharts#602 and vue-apexcharts#256.

postcss/autoprefixer (autoprefixer)

v10.5.4

Compare Source

v10.5.3

Compare Source

v10.5.2

Compare Source

  • Moved -webkit-fill-available before -moz-available, so Firefox
    will use -webkit- version which is closer to stretch.

v10.5.1

Compare Source

axios/axios (axios)

v1.18.1

Compare Source

v1.18.1 — June 21, 2026

This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.

🐛 Bug Fixes

  • AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. (#​10913)
  • Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. (#​10917, #​10930, #​10942, #​10993)
  • Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. (#​10959, #​11021)
  • AxiosURLSearchParams: Switched the encoder callback to an arrow function so encoder.call(this) receives the AxiosURLSearchParams instance correctly. (#​11019)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

fruitcake/laravel-debugbar (barryvdh/laravel-debugbar)

v4.4.0

Compare Source

Highlights:
  • New AI tab is enabled by default, when laravel/ai is installed
  • Set DEBUGBAR_CAPTURE_STREAMED=true to capture streamed responses when they finish
What's Changed
New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.3.0...v4.4.0

saadeghi/daisyui (daisyui)

v5.7.0

Compare Source

Features
  • New modifier menu-paged for navigating inside and outside of nested menus (63566ce)

v5.6.22

Compare Source

Bug Fixes
  • collapse compatibility with Tailwind CSS utility class in colgroup. closes: #​4463 (f905291)

v5.6.21

Compare Source

Bug Fixes

v5.6.20

Compare Source

Bug Fixes
  • Allow footer-center to receive responsive prefixes. Closes: #​4493 (c52612e)

v5.6.19

Compare Source

Bug Fixes

v5.6.18

Compare Source

Bug Fixes
  • add margin-inline-end: auto to .fieldset-legend to prevent iOS legend stretch (#​4627). closes: #​4611 (44c26c0)

v5.6.17

Compare Source

Bug Fixes

v5.6.16

Compare Source

Bug Fixes

v5.6.15

Compare Source

Bug Fixes

v5.6.14

Compare Source

Bug Fixes
  • tabs-border line size (539a61c)
  • disabled select style in fieldset. closes: #​4604
  • fix: prevent --join-* propagation to children of .join-item. closes: #​4597
  • fix: show open collapse ::details-content when prefers-reduced-motion. closes: #​4612

v5.6.13

Compare Source

Bug Fixes
  • modal-start and modal-end RTL (0958416)

v5.6.12

Compare Source

Bug Fixes
  • email input RTL style in join (76148f7)

v5.6.11

Compare Source

Bug Fixes

v5.6.10

Compare Source

Bug Fixes

v5.6.9

Compare Source

Bug Fixes

v5.6.8

Compare Source

Bug Fixes
  • indicator center and middle misalign when item is a child. closes: #​4602 (6ceb65b)

v5.6.7

Compare Source

Bug Fixes
  • loading in prefers-reduced-motion now has slow animation instead of no animation. closes: #​4599 (f25acfd)

v5.6.6

Compare Source

Bug Fixes

v5.6.5

Compare Source

Bug Fixes
  • prevent tab conflict with Tailwind's new optional tab class (1b6f11a), closes #​4595

v5.6.4

Compare Source

Bug Fixes
  • tooltip position in RTL (e7f8a4f)

v5.6.3

Compare Source

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2 weeks on Monday"
  • 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 Jun 29, 2026
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch 16 times, most recently from 0423265 to 7fad2b2 Compare July 5, 2026 20:54
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch 13 times, most recently from 783a116 to dab245f Compare July 12, 2026 19:07
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch 27 times, most recently from d2961bf to 6d95984 Compare July 19, 2026 21:00
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch from 6d95984 to bfe0401 Compare July 21, 2026 01:00
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch from bfe0401 to 1e2ea96 Compare July 21, 2026 08:12
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