Bump the action-deps group in /frontend with 10 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies javascript
Bumps the action-deps group in /frontend with 10 updates:
| Package | From | To |
|---|---|---|
| apexcharts | 5.2.0 |
5.3.1 |
| axios | 1.10.0 |
1.11.0 |
| lucide-react | 0.525.0 |
0.532.0 |
| match-sorter | 8.0.3 |
8.1.0 |
| react | 19.1.0 |
19.1.1 |
| react-dom | 19.1.0 |
19.1.1 |
| react-router-dom | 7.6.3 |
7.7.1 |
| @vitejs/plugin-react | 4.6.0 |
4.7.0 |
| vite | 7.0.4 |
7.0.6 |
| webpack | 5.100.1 |
5.101.0 |
Updates apexcharts from 5.2.0 to 5.3.1
Release notes
Sourced from apexcharts's releases.
đź’Ž 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.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Commits
b76c4acchore(release): v1.11.0 (#6974)e72c193fix: form-data npm pakcage (#6970)8517aa1fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214cafix: prevent RangeError when using large Buffers (#6961)6161947refactor: use spread operator instead of '.apply()' (#6938)a1d16ddrefactor: use an object spread instead of Object.assign (#6939)07183cdchore(sponsor): update sponsor block (#6952)ef36347docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6achore(sponsor): update sponsor block (#6948)a406a93chore(sponsor): update sponsor block (#6937)- See full diff in compare view
Updates lucide-react from 0.525.0 to 0.532.0
Release notes
Sourced from lucide-react's releases.
Version 0.532.0
What's Changed
- feat(icons): added
handbagicon by@​jamiemlawin lucide-icons/lucide#3298- fix(icons): changed
wrenchicon by@​karsa-mistmerein lucide-icons/lucide#3459Full Changelog: https://github.com/lucide-icons/lucide/compare/0.531.0...0.532.0
Version 0.531.0
What's Changed
- fix(icons): changed
user-staricon by@​karsa-mistmerein lucide-icons/lucide#3464- feat(icons): added
clipboard-clockicon by@​beanduongin lucide-icons/lucide#3427New Contributors
@​beanduongmade their first contribution in lucide-icons/lucide#3427Full Changelog: https://github.com/lucide-icons/lucide/compare/0.530.0...0.531.0
Version 0.530.0
What's Changed
- feat(icons): added
user-staricon by@​MArtytraM99in lucide-icons/lucide#3331New Contributors
@​MArtytraM99made their first contribution in lucide-icons/lucide#3331Full Changelog: https://github.com/lucide-icons/lucide/compare/0.529.0...0.530.0
Version 0.529.0
What's Changed
- fix(icons): changed
shovelicon by@​karsa-mistmerein lucide-icons/lucide#3458- fix(icons): changed
castleicon by@​karsa-mistmerein lucide-icons/lucide#2972- fix(icons): Rename
location-edittomap-pin-pencilby@​ericfennisin lucide-icons/lucide#3462- feat(icons): added
map-minusicon by@​MarianoFranzesein lucide-icons/lucide#3259New Contributors
@​MarianoFranzesemade their first contribution in lucide-icons/lucide#3259Full Changelog: https://github.com/lucide-icons/lucide/compare/0.528.0...0.529.0
Version 0.528.0
What's Changed
- fix(icons): changed
lassoicon by@​jguddasin lucide-icons/lucide#3454- fix(icons): changed
gemicon by@​karsa-mistmerein lucide-icons/lucide#3442- fix(icons): Refine
refresh-ccw-dotto match otherrefresh-icons by@​jamiemlawin lucide-icons/lucide#3437- fix(icons): changed
croissanticon by@​karsa-mistmerein lucide-icons/lucide#3428- fix(icons): changed
sprouticon by@​jamiemlawin lucide-icons/lucide#3430- fix(icons): arcified playback icons by
@​karsa-mistmerein lucide-icons/lucide#3425- fix(icons): changed
sparklesicon by@​karsa-mistmerein lucide-icons/lucide#3426- fix(icons): arcify
arrow-big-icons by@​jamiemlawin lucide-icons/lucide#3356- feat(icons): added
hat-glassesicon by@​karsa-mistmerein lucide-icons/lucide#3431
... (truncated)
Commits
- See full diff in compare view
Updates match-sorter from 8.0.3 to 8.1.0
Commits
947cfa4feat(perf): improve getAcronym (#161)- See full diff in compare view
Updates react from 19.1.0 to 19.1.1
Commits
87e33caSet release versions to 19.1.15a1eb6ffix: rename bottom stack frame (#33680)- See full diff in compare view
Updates react-dom from 19.1.0 to 19.1.1
Commits
87e33caSet release versions to 19.1.1b793948Bump next prerelease version numbers (#32782)- See full diff in compare view
Updates react-router-dom from 7.6.3 to 7.7.1
Release notes
Sourced from react-router-dom's releases.
react-router-dom-v5-compat@6.4.0-pre.15
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.15
- react-router-dom@6.4.0-pre.15
react-router-dom-v5-compat@6.4.0-pre.11
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.11
- react-router-dom@6.4.0-pre.11
react-router-dom-v5-compat@6.4.0-pre.10
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.10
- react-router-dom@6.4.0-pre.10
react-router-dom-v5-compat@6.4.0-pre.9
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.9
- react-router-dom@6.4.0-pre.9
Changelog
Sourced from react-router-dom's changelog.
7.7.1
Patch Changes
- Updated dependencies:
react-router@7.7.17.7.0
Patch Changes
- Updated dependencies:
react-router@7.7.0
Commits
4eb1fd1chore: Update version for release (#14068)929f773chore: Update version for release (pre) (#14051)14666ddMerge branch 'release-next' into dev63f0cd3chore: Update version for release (#14015)b843323Upgrade prettier (#13916)b7753cfchore: Update version for release (pre) (#14008)216222bchore: Update version for release (pre) (#13999)7204a29chore: Update version for release (pre) (#13980)- See full diff in compare view
Updates @vitejs/plugin-react from 4.6.0 to 4.7.0
Release notes
Sourced from @​vitejs/plugin-react's releases.
plugin-react@4.7.0
Add HMR support for compound components (#518)
HMR now works for compound components like this:
const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div>export const Accordion = { Root, Item }
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example:// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
Changelog
Sourced from @​vitejs/plugin-react's changelog.
4.7.0 (2025-07-18)
Add HMR support for compound components (#518)
HMR now works for compound components like this:
const Root = () => <div>Accordion Root</div> const Item = () => <div>Accordion Item</div>export const Accordion = { Root, Item }
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example:// previously this causes type errors react({ babel: { plugins: ['babel-plugin-react-compiler'] } }) .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
Commits
8041706release: plugin-react@4.7.0bbfd1b7chore: update changelog for #537fdc9d9afeat: add hmr support for compound components (#518)d14f31dfix(deps): update all non-major dependencies (#568)22be17fbuild: use tsdown for plugin-react / plugin-react-oxc (#554)840f0b1chore(deps): update prettier (#556)cfe2912fix(deps): update all non-major dependencies (#540)11f56d6fix: returnPlugin[]instead ofPluginOption[](#537)9da5e19fix(deps): update all non-major dependencies (#519)1583c5dchore: remove Vite 7 beta from supported range (#517)- See full diff in compare view
Updates vite from 7.0.4 to 7.0.6
Release notes
Sourced from vite's releases.
v7.0.6
Please refer to CHANGELOG.md for details.
v7.0.5
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.0.6 (2025-07-24)
Bug Fixes
- deps: update all non-major dependencies (#20442) (e49f505)
- dev: incorrect sourcemap when optimized CJS is imported (#20458) (ead2dec)
- module-runner: normalize file:// on windows (#20449) (1c9cb49)
- respond with correct headers and status code for HEAD requests (#20421) (23d04fc)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#20441) (f689d61)
- remove some files from prettier ignore (#20459) (8403f69)
Code Refactoring
7.0.5 (2025-07-17)
Bug Fixes
- deps: update all non-major dependencies (#20406) (1a1cc8a)
- remove special handling for
Accept: text/html(#20376) (c9614b9)- watch assets referenced by
new URL(, import.meta.url)(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
Commits
bdde0f9release: v7.0.623d04fcfix: respond with correct headers and status code for HEAD requests (#20421)ead2decfix(dev): incorrect sourcemap when optimized CJS is imported (#20458)e49f505fix(deps): update all non-major dependencies (#20442)f689d61chore(deps): update rolldown-related dependencies (#20441)8403f69chore: remove some files from prettier ignore (#20459)1c9cb49fix(module-runner): normalize file:// on windows (#20449)24e6a0crefactor: use environment transform request (#20430)832f687release: v7.0.5c9614b9fix: remove special handling forAccept: text/html(#20376)- Additional commits viewable in compare view
Updates webpack from 5.100.1 to 5.101.0
Release notes
Sourced from webpack's releases.
v5.101.0
Fixes
- Fixed concatenate optimization for ESM that caused undefined export
- Respect the
output.environment.nodePrefixForCoreModulesoption everywhere- Respect the
output.importMetaNameoption everywhere- Fixed await async dependencies when accepting them during HMR
- Better typescript types
Features
- Added colors helpers for CLI
- Enable tree-shaking for ESM external modules with named imports
- Added the
deferImportoption to parser optionsPerformance Improvements
- Fixed a regression in module concatenation after implementing deferred import support
- Fixed a potential performance issue in CleanPlugin
- Avoid extra
requirein some placesv5.100.2
Fixes
- Keep consistent CSS order
- Dependency without the source order attribute must keep their original index
- Keep module traversal consistent across reexport scenarios
Performance Improvements
- Extend
importPhasesPluginonly when enabledeferImport(#19689)
Commits
5b87bedchore(release): 5.101.0fbb7a8dfix: await async dependencies when accepting them during HMR (#19739)36a976bfeat: added thedeferImportoption to parser options (#19737)92304dffix: top level await don't leaves imported module wrapped in a Promise on HMRf6b7a8edocs: update examples (#19742)1eb5bb1chore(deps-dev): bump the dependencies group with 2 updates (#19743)42daf55fix: fix potential performance issue in CleanPlugin (#19735)2259693chore(deps-dev): bump the dependencies group across 1 directory with 2 update...3d2dfd2chore(deps): update (#19736)1f19f95refactor: standardize ESM naming management (#19730)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+131
-126
Package Dependencies
react-router-dom
npm
7.6.3 → 7.7.1
Minor
/frontend
@vitejs/plugin-react
npm
4.6.0 → 4.7.0
Minor
/frontend
lucide-react
npm
0.525.0 → 0.532.0
Minor
/frontend
react-dom
npm
19.1.0 → 19.1.1
Patch
/frontend
webpack
npm
5.100.1 → 5.101.0
Minor
/frontend
apexcharts
npm
5.2.0 → 5.3.1
Minor
/frontend
match-sorter
npm
8.0.3 → 8.1.0
Minor
/frontend
Technical Details
| ID: | 4250348 |
| UUID: | 2701763418 |
| Node ID: | PR_kwDOMqijUM6hCaNa |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |
| Merge State: | Unknown |