Bump the action-deps group across 1 directory with 14 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(12 months ago)
(12 months ago)
dependencies javascript frontend
Bumps the action-deps group with 13 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| axios | 1.9.0 |
1.10.0 |
| jotai | 2.12.4 |
2.12.5 |
| jsvectormap | 1.6.0 |
1.7.0 |
| lucide-react | 0.511.0 |
0.515.0 |
| match-sorter | 8.0.1 |
8.0.3 |
| react-router-dom | 7.6.0 |
7.6.2 |
| @tailwindcss/postcss | 4.1.7 |
4.1.10 |
| @types/react | 19.1.4 |
19.1.8 |
| @types/react-dom | 19.1.5 |
19.1.6 |
| @vitejs/plugin-react | 4.4.1 |
4.5.2 |
| postcss | 8.5.3 |
8.5.6 |
| prettier-plugin-tailwindcss | 0.6.11 |
0.6.12 |
| webpack | 5.99.8 |
5.99.9 |
Updates axios from 1.9.0 to 1.10.0
Release notes
Sourced from axios's releases.
Release v1.10.0
Release notes:
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
Changelog
Sourced from axios's changelog.
1.10.0 (2025-06-14)
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
Commits
73a836dchore(release): v1.10.0 (#6943)3d343b8fix(package): add module entry point for React Native; (#6933)0f50af8fix(adapter): pass fetchOptions to fetch function (#6883)ee7799erefactor: remove unused import in test (#6922)eb0a2dbchore: fix typos in test (#6923)7d55139docs(readme): improve error descriptions; (#6920)f4fc6b8chore(sponsor): update sponsor block (#6921)5064b10fix(form-data): convert boolean values to strings in FormData serialization (...c7e0feaCI: add Node 24 (#6913)7ba895cchore(sponsor): update sponsor block (#6907)- Additional commits viewable in compare view
Updates jotai from 2.12.4 to 2.12.5
Release notes
Sourced from jotai's releases.
v2.12.5
An improvement for some edge cases.
What's Changed
- fix: support non-native promises by
@dai-shiin pmndrs/jotai#3068New Contributors
@donaldthaimade their first contribution in pmndrs/jotai#3073Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.4...v2.12.5
Commits
f0e3d952.12.59baadb2chore: update dev dependencies (#3078)e7cdebffix: support non-native promises (#3068)b5ca60ctest(react/vanilla-utils/selectAtom): add test for creating fresh cache path ...6327521test(react/vanilla-utils/freezeAtom): add tests for null and primitive handli...8d74967test: additional test coverage for useAtomValue (#3073)aabd4afchore(eslint): remove overrides for .js files (#3070)7c8ea63chore(eslint): update to 'eslint-plugin-react-hooks@6.0.0-rc.1', remove 'esli...e908891chore(babel): migrate commonjs to esmodule (#3066)7c8411cchore(eslint): enforce file extension usage for internal modules, ignore exte...- See full diff in compare view
Updates jsvectormap from 1.6.0 to 1.7.0
Release notes
Sourced from jsvectormap's releases.
v1.7.0
- feat(maps): add Brazil map (#160) (f13156c)
- feat: add setSelectedMarkers and fix element events (#162 (fa3208b))
- refactor: rename jsvectormap.js to jsvectormap.esm.js (afce9da)
- refactor: drop class definition comment from classes (#164 (a87a1bb))
- feat(lines): add curved lines with curvature option (#165) (79ba655)
- fix(lines): programmatic creation of lines fails (#168) (b74d42f)
- refactor: enhance marker and line components (#169) (74d2912)
- refactor: replace deprecated pageY/XOffset with scrollY/X (#170) (1362f18)
- chore: replace class with id (c172982)
- fix: hide tooltip via prevent default (#180) (38dc963)
- feat: support ability to customize zoom buttons (#182) (c13b5d4)
- fix: panning to scroll on mobile devices #171 (#183) (3083525)
- refactor: missing using zoomInOption variable at #182 (c2ef7e7)
- fix: tooltip might be undefined see #126 #179 (#186) (c2cfb10)
- refactor: use css variables to override style #191 (bb1581e)
- fix(tooltip): internal text overrides text from listeners #192 (82dbea0)
- revert: revert old lineStyle config to maintain compatibility #194 (7f331be)
- fix(lines): curves distorted when it's zero value #195 (70ad831)
- refactor: enhance style and drop unwanted props #197 (df12f2f)
Commits
5f77186chore: update readme and package.jsond8467eedocs: update documentation completely (#198)df12f2frefactor: enhance style and drop unwanted props (#197)70ad831fix(lines): curves distorted when it's zero value (#195)7f331berevert: revert old lineStyle config to maintain compatibility (#194)82dbea0fix(tooltip): internal text overrides text from listeners (#192)bb1581erefactor: use css variables to override style (#191)c2cfb10fix: tooltip might be undefined see #126 #179 (#186)e308ad8build: update package dependencies (#187)c2ef7e7refactor: missing using zoomInOption variable at #182- Additional commits viewable in compare view
Updates lucide-react from 0.511.0 to 0.515.0
Release notes
Sourced from lucide-react's releases.
Version 0.515.0
What's Changed
- fix(icons): changed
house-plusicon by@jguddasin lucide-icons/lucide#3238- fix(icons): changed
radiationicon by@jamiemlawin lucide-icons/lucide#3303- feat(icons): added
rectangle-circleicon by@zefir-gitin lucide-icons/lucide#3245New Contributors
@zefir-gitmade their first contribution in lucide-icons/lucide#3245Full Changelog: https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0
Version 0.514.0
What's Changed
- fix(icons): changed
trophyicon by@jguddasin lucide-icons/lucide#2475- fix(pull-request-icon-preview): pinned and --forced svgson installati… by
@jguddasin lucide-icons/lucide#3289- chore(metadata): added tag to
bandageicon by@jamiemlawin lucide-icons/lucide#3300- fix(icons): changed
settings-2icon by@jguddasin lucide-icons/lucide#2974- fix(docs): #2984 absoluteStrokeWidth not resetting with Reset button by
@epifaniofranciscoin lucide-icons/lucide#3261- feat(icons): added book-alert icon by
@domasmarkin lucide-icons/lucide#3249New Contributors
@domasmarkmade their first contribution in lucide-icons/lucide#3249Full Changelog: https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0
Version 0.513.0
What's Changed
- feat(icons): Add sim card icon from lab by
@ericfennisin lucide-icons/lucide#3275Full Changelog: https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0
Version 0.512.0
What's Changed
- feat(icons): added
circle-pound-sterlingicon by@lieonlionin lucide-icons/lucide#2822- build(deps-dev): bump vite from 6.3.2 to 6.3.4 by
@dependabotin lucide-icons/lucide#3181- docs(docs): added testing website locally instructions by
@briz123in lucide-icons/lucide#3124- build(deps-dev): bump vite from 6.0.7 to 6.1.6 by
@dependabotin lucide-icons/lucide#3236- fix(icons): changed
square-check-bigicon by@jguddasin lucide-icons/lucide#3156- fix(icons): changed
list-collapseicon by@jguddasin lucide-icons/lucide#3081- fix(icons): changed
battery-*icons by@jguddasin lucide-icons/lucide#3083- fix(icons): changed
paperclipicon by@jguddasin lucide-icons/lucide#2956- fix(icons): changed
erasericon by@jguddasin lucide-icons/lucide#3076- feat(icons): Add
cloud-checkicon by@lscheibelin lucide-icons/lucide#2612- feat(icon): add
id-card-lanyardicon by@python2911in lucide-icons/lucide#2898- feat(angular): update peer dependencies for Angular to support version 20.x by
@JeevanMaheshain lucide-icons/lucide#3273- fix(icons): changed
file-badgeicon by@jguddasin lucide-icons/lucide#2934- feat(icons): added
grid-3x2icon by@qubratin lucide-icons/lucide#3216New Contributors
... (truncated)
Commits
19fa01bbuild(deps-dev): bump vite from 6.3.2 to 6.3.4 (#3181)- See full diff in compare view
Updates match-sorter from 8.0.1 to 8.0.3
Release notes
Sourced from match-sorter's releases.
v8.0.3
8.0.3 (2025-06-14)
Bug Fixes
- Make sure that later matches at the start of words rank higher than earlier substring matches (#160) (c240500)
v8.0.2
8.0.2 (2025-05-22)
Bug Fixes
Commits
c240500fix: Make sure that later matches at the start of words rank higher than earl...025e4cffix(perf): Improve performance of getMatchRankings by replacing 4 string comp...e58f8ffchore: remove changelog file- See full diff in compare view
Updates react-router-dom from 7.6.0 to 7.6.2
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
react-router-dom-v5-compat@6.4.0-pre.8
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.8
- react-router-dom@6.4.0-pre.8
Changelog
Sourced from react-router-dom's changelog.
7.6.2
Patch Changes
- Updated dependencies:
react-router@7.6.27.6.1
Patch Changes
- Updated dependencies:
react-router@7.6.1
Commits
49e7664chore: Update version for release (#13733)a36c505chore: Update version for release (#13670)15087c0chore: Update version for release (pre) (#13669)4eb6fd8chore: Update version for release (pre) (#13653)ec173d8chore: Update version for release (pre) (#13637)8389d48Update dev dependencies to React 19 (#13558)- See full diff in compare view
Updates @tailwindcss/postcss from 4.1.7 to 4.1.10
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]→/16) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]→-mb-128) (#18212)- Upgrade: Do not migrate
blurinwire:model.blur(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
v4.1.8
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]→/16) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]→-mb-128) (#18212)- Upgrade: Do not migrate
blurinwire:model.blur(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)
Commits
Updates @types/react from 19.1.4 to 19.1.8
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.5 to 19.1.6
Commits
- See full diff in compare view
Updates @vitejs/plugin-react from 4.4.1 to 4.5.2
Release notes
Sourced from @vitejs/plugin-react's releases.
plugin-react@4.5.2
Suggest
@vitejs/plugin-react-oxcif rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxcwhenrolldown-viteis detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: falsein the plugin options.Use
optimizeDeps.rollupOptionsinstead ofoptimizeDeps.esbuildOptionsfor rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptionsbeing deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
plugin-react@4.5.1
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
plugin-react@4.5.0
Add
filterfor rolldown-vite #470Added
filterso that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
Changelog
Sourced from @vitejs/plugin-react's changelog.
4.5.2 (2025-06-10)
Suggest
@vitejs/plugin-react-oxcif rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxcwhenrolldown-viteis detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: truein the plugin options.Use
optimizeDeps.rollupOptionsinstead ofoptimizeDeps.esbuildOptionsfor rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptionsbeing deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
4.5.1 (2025-06-03)
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
4.5.0 (2025-05-23)
Add
filterfor rolldown-vite #470Added
filterso that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
Commits
bfb45adrelease: plugin-react@4.5.26ea9398feat: add Vite 7-beta to peerDependencies range (#497)6db7e7cfix(deps): update all non-major dependencies (#469)c450133feat: suggestvite-plugin-react-oxcwhen usingrolldown-vite(#491)4bec551fix: useoptimizeDeps.rollupOptionsfor rolldown-vite (#489)2f32052release: plugin-react@4.5.188585dbfix: add explicit semicolon in preambleCode (#485)476e705release: plugin-react@4.5.002b1edefix(hmr): skip HMR for JSX files with hooks (#480)5a94bd7feat: add filter (#470)- Additional commits viewable in compare view
Updates postcss from 8.5.3 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Commits
91d6eb5Release 8.5.6 version65ffc55Update dependenciesecd20ebFix ContainerWithChildren to allow discriminating the node type by comparing ...c181597Release 8.5.5 versionc5523fbUpdate dependencies2e3450crefactor:importshould be listed beforerequire(#2052)4d720bdUpdate EM text6cb4a66Release 8.5.4 versionec5c1e0Update dependenciese85e938Fix code format- Additional commits viewable in compare view
Updates prettier-plugin-tailwindcss from 0.6.11 to 0.6.12
Release notes
Sourced from prettier-plugin-tailwindcss's releases.
v0.6.12
- Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
[0.6.12] - 2025-05-30
- Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Commits
Updates tailwindcss from 4.1.7 to 4.1.10
Release notes
Sourced from tailwindcss's releases.
v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]→/16) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]→-mb-128) (#18212)- Upgrade: Do not migrate
blurinwire:model.blur(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
v4.1.8
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)
Changelog
Sourced from tailwindcss's changelog.
[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]→/16) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]→-mb-128) (#18212)- Upgrade: Do not migrate
blurinwire:model.blur(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)
Commits
d06bbb8Prepare v4.1.10 (#18290)ddb0befFix missing space around-when using%regression (#18289)b88371aPrepare v4.1.9 (#18285)aa817fbfix: don't break CSS keywords when formatting math expressions (#18220)bea843cCSS Parser: Handle string with semi-colon in custom properties. (#18251)8bfbac5docs: fix typo in container.ts comment ("a the" -> "the") (#18223)-
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+239Deletions:
-231
Package Dependencies
prettier-plugin-tailwindcss
npm
0.6.11 → 0.6.12
Patch
Technical Details
| ID: | 1720151 |
| UUID: | 2596460176 |
| Node ID: | PR_kwDOMqijUM6awtaQ |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |