Bump the action-deps group across 1 directory with 19 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(7 months ago)
(6 months ago)
(6 months ago)
dependencies javascript frontend
Bumps the action-deps group with 18 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| apexcharts | 5.2.0 |
5.3.6 |
| axios | 1.10.0 |
1.13.2 |
| jotai | 2.12.5 |
2.15.2 |
| lucide-react | 0.525.0 |
0.555.0 |
| match-sorter | 8.0.3 |
8.2.0 |
| react | 19.1.0 |
19.2.0 |
| @types/react | 19.1.8 |
19.2.7 |
| react-apexcharts | 1.7.0 |
1.9.0 |
| react-dom | 19.1.0 |
19.2.0 |
| @types/react-dom | 19.1.6 |
19.2.3 |
| react-hot-toast | 2.5.2 |
2.6.0 |
| react-router-dom | 7.6.3 |
7.9.6 |
| @tailwindcss/postcss | 4.1.11 |
4.1.17 |
| @vitejs/plugin-react | 4.6.0 |
5.1.1 |
| prettier | 3.6.2 |
3.7.3 |
| prettier-plugin-tailwindcss | 0.6.14 |
0.7.2 |
| vite | 7.0.4 |
7.2.6 |
| webpack | 5.100.1 |
5.103.0 |
Updates apexcharts from 5.2.0 to 5.3.6
Release notes
Sourced from apexcharts's releases.
đź’Ž Version 5.3.6
What's Changed
- fix shadow DOM height issue when using height 100%
- fix #5124; label formatter types
- fix(types): also use ApexParsing for ApexAxisChartSeries parsing prop by
@​damyanpetevin apexcharts/apexcharts.js#5091- Add Galician (gl) locale. by
@​torcein apexcharts/apexcharts.js#5096- feat: use blazediff instead of pixelmatch by
@​teimurjanin apexcharts/apexcharts.js#5104- Bugfix/5116 by
@​ksfchenin apexcharts/apexcharts.js#5117New Contributors
@​damyanpetevmade their first contribution in apexcharts/apexcharts.js#5091@​torcemade their first contribution in apexcharts/apexcharts.js#5096@​teimurjanmade their first contribution in apexcharts/apexcharts.js#5104@​ksfchenmade their first contribution in apexcharts/apexcharts.js#5117Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v5.3.3...v5.3.6
đź’Ž Version 5.3.3
What's Changed
- Added data parsing support for candlestick, boxplot, rangeBar and bubble charts
- Reset parsing flags during update when data is parsed. Fixes updateSeries and updateOptions bugs when parsing data.
- Feature/control legend css injection by
@​leechoohyoungin apexcharts/apexcharts.js#5074- Unhide pan/zoomselect for mobile/touch devices by
@​vingerhain apexcharts/apexcharts.js#5081- Add a missing type and removes an unused type by
@​Jo-varoin apexcharts/apexcharts.js#5065- Update LICENSE by
@​jberesin apexcharts/apexcharts.js#5087New Contributors
@​leechoohyoungmade their first contribution in apexcharts/apexcharts.js#5074@​vingerhamade their first contribution in apexcharts/apexcharts.js#5081@​Jo-varomade their first contribution in apexcharts/apexcharts.js#5065@​jberesmade their first contribution in apexcharts/apexcharts.js#5087Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v5.3.0...v5.3.3
đź’Ž Version 5.3.0
What's changed
- Data Parsing capabilites. ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/
- Pie/Donut/RadialBar series formats These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/
Commits
- See full diff in compare view
Updates axios from 1.10.0 to 1.13.2
Release notes
Sourced from axios's releases.
Release v1.13.2
Release notes:
Bug Fixes
- http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
- http: use default export for http2 module to support stubs; (#7196) (0588880)
Performance Improvements
Contributors to this release
Release v1.13.1
Release notes:
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
Release v1.13.0
Release notes:
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.13.2 (2025-11-04)
Bug Fixes
- http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
- http: use default export for http2 module to support stubs; (#7196) (0588880)
Performance Improvements
Contributors to this release
1.13.1 (2025-10-28)
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
1.13.0 (2025-10-27)
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release
... (truncated)
Commits
08b84b5chore(release): v1.13.2 (#7207)8d37233fix(http): fix 'socket hang up' bug for keep-alive requests when using timeou...12c314bperf(http): fix early loop exit; (#7202)f6d79e7chore(sponsor): update sponsor block (#7203)0588880fix(http): use default export for http2 module to support stubs; (#7196)1ef8e72chore(release): v1.13.1 (#7194)bcd5581fix(http): fixed a regression that caused the data stream to be interrupted f...c9b3371chore: enhance styling and responsiveness in client.html (#7173)9ead04d[Release] v1.13.0 (#7189)d000fbffix(http2): fix possible race condition when handling http2 stream on almost ...- Additional commits viewable in compare view
Updates jotai from 2.12.5 to 2.15.2
Release notes
Sourced from jotai's releases.
v2.15.2
This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.
What's Changed
- fix(internals): add dev-only warning for unsupported side effect by
@​dai-shiin pmndrs/jotai#3179- refactor(utils): prefer onInit over setSelf by
@​dai-shiin pmndrs/jotai#3172- fix(internals): add storeHooks.i to be called when atomState is created by
@​dmaskaskyin pmndrs/jotai#3181Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.1...v2.15.2
v2.15.1
A minor but important fix in utils.
What's Changed
- fix(unwrap): recover from errors by
@​darrenclarkin pmndrs/jotai#3163New Contributors
@​darrenclarkmade their first contribution in pmndrs/jotai#3163Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.0...v2.15.1
v2.15.0
This is another change in the internal functions of the core, to help Jotai ecosystem libraries.
What's Changed
- feat(internals): External building blocks surface by
@​dmaskaskyin pmndrs/jotai#3149- breaking: drop atom.unstable_is by
@​dai-shiin pmndrs/jotai#3150- add: read atom store hook and store hook tests by
@​dmaskaskyin pmndrs/jotai#3151New Contributors
@​Antisunnymade their first contribution in pmndrs/jotai#3155Full Changelog: https://github.com/pmndrs/jotai/compare/v2.14.0...v2.15.0
v2.14.0
This version changes the internal functions of the core. Libraries that depend on them, such as jotai-devtools, need to be updated correspondingly.
What's Changed
- refactor: buildingBlocks to storeState by
@​dmaskaskyin pmndrs/jotai#3105- allow atom with default update function to return reset and add tests by
@​scamdenin pmndrs/jotai#3137New Contributors
@​peterpmemade their first contribution in pmndrs/jotai#3132@​01-binarymade their first contribution in pmndrs/jotai#3138@​scamdenmade their first contribution in pmndrs/jotai#3137Full Changelog: https://github.com/pmndrs/jotai/compare/v2.13.1...v2.14.0
v2.13.1
... (truncated)
Commits
e47d0752.15.2155bebdchore: update dev dependencies (#3184)08d0a85test: migrate to Vitest fake timers, remove@​testing-library/user-event, and ...4afc31cadd storeHooks.i to be called when atomState is created (#3181)d825c2arefactor: prefer onInit over setSelf (#3172)6d7fc32fix(internals): add dev-only warning for unsupported side effect (#3179)0de70ccchore: publish.yml (#3183)7f6f09bchore: bump actions/checkout (#3182)f287c5d2.15.11200372chore: update dev dependencies (#3173)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for jotai since your current version.
Updates lucide-react from 0.525.0 to 0.555.0
Release notes
Sourced from lucide-react's releases.
Version 0.555.0
What's Changed
- fix(icons): changed
calendarsicon by@​jguddasin lucide-icons/lucide#3795- fix(docs): correct package name and description for Flutter and Lustre package (#3701) by
@​epifaniofranciscoin lucide-icons/lucide#3703- feat(angular): Angular V21 Support by
@​JeevanMaheshain lucide-icons/lucide#3807- chore(metadata): Adjust navigation category by
@​ericfennisin lucide-icons/lucide#3461- feat(icons): Add
waves-arrow-upandwaves-arrow-downby@​ericfennisin lucide-icons/lucide#3463- fix(icons): changed
scaleicon by@​jamiemlawin lucide-icons/lucide#3800- feat(icons): added
formicon by@​jguddasin lucide-icons/lucide#3558Full Changelog: https://github.com/lucide-icons/lucide/compare/0.554.0...0.555.0
Version 0.554.0
What's Changed
- fix(icons): Rename fingerprint icon to fingerprint-pattern by
@​ericfennisin lucide-icons/lucide#3767- feat(docs): added lucide-rails third-party package by
@​theieremanin lucide-icons/lucide#3769- fix(icons): changed
ampersandicon by@​jguddasin lucide-icons/lucide#3771- fix(icons): changed
folder-git-2icon by@​jguddasin lucide-icons/lucide#3790- fix(icons): update
anchoricon by@​jamiemlawin lucide-icons/lucide#2523- feat(icons): added
calendarsicon by@​jguddasin lucide-icons/lucide#3788Breaking change
For
lucide-reactandlucide-solid, imports forFingerprinticon are changed toFingerprintPattern.Lucide React
- import { Fingerprint } from "lucide-react"; + import { FingerprintPattern } from "lucide-react";Lucide Solid
- import { Fingerprint } from "lucide/solid"; + import { FingerprintPattern } from "lucide/solid";// Or
- import Fingerprint from "lucide/solid/icons/fingerprint";
- import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";
New Contributors
@​theieremanmade their first contribution in lucide-icons/lucide#3769Full Changelog: https://github.com/lucide-icons/lucide/compare/0.553.0...0.554.0
Version 0.553.0
What's Changed
- feat(icons): added
mouse-pointer-2-officon by@​domingaspin lucide-icons/lucide#3570
... (truncated)
Commits
Updates match-sorter from 8.0.3 to 8.2.0
Release notes
Sourced from match-sorter's releases.
v8.2.0
8.2.0 (2025-11-24)
Features
v8.1.0
8.1.0 (2025-07-24)
Features
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for match-sorter since your current version.
Updates react from 19.1.0 to 19.2.0
Release notes
Sourced from react's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@​acdlite@​sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@​kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@​eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@​acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@​acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@​sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@​sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@​sophiebits#34145)- Improve Owner and Component stacks in various places (
@​sebmarkbage,@​eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@​sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@​sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@​sebmarkbage,@​eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@​Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@​Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@​sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@​acdlite@​sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@​kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@​eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@​acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@​acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@​sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@​sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@​sophiebits#34145)- Improve Owner and Component stacks in various places (
@​sebmarkbage,@​eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@​sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@​sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@​sebmarkbage,@​eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@​Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@​Andarist#32461)
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)- Additional commits viewable in compare view
Updates @types/react from 19.1.8 to 19.2.7
Commits
- See full diff in compare view
Updates react-apexcharts from 1.7.0 to 1.9.0
Commits
- See full diff in compare view
Updates react-dom from 19.1.0 to 19.2.0
Release notes
Sourced from react-dom's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@​acdlite@​sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@​kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@​eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@​acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@​acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@​sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@​sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@​sophiebits#34145)- Improve Owner and Component stacks in various places (
@​sebmarkbage,@​eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@​sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@​sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@​sebmarkbage,@​eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@​Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@​Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@​sebmarkbage#32774)
... (truncated)
Changelog
Sourced from react-dom's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@​acdlite@​sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@​kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@​eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@​acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@​acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@​sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@​sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@​sophiebits#34145)- Improve Owner and Component stacks in various places (
@​sebmarkbage,@​eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@​sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@​sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@​sebmarkbage,@​eps1lon:Package Dependencies
Package:
prettier-plugin-tailwindcssEcosystem:
npmVersion Change:
0.6.14 → 0.7.2Update Type:
Minor
Technical Details
| ID: | 12204237 |
| UUID: | 3682323331 |
| Node ID: | PR_kwDOMqijUM62aq2J |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |