An open index of dependabot pull requests across open source projects.

Bump the action-deps group across 1 directory with 14 updates

Closed
Number: #164
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 16, 2025 at 05:57 PM UTC
(about 1 year ago)
Updated: June 23, 2025 at 05:06 PM UTC
(12 months ago)
Closed: June 23, 2025 at 05:06 PM UTC
(12 months ago)
Time to Close: 7 days
Labels:
dependencies javascript frontend
Description:

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

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

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.4...v2.12.5

Commits
  • f0e3d95 2.12.5
  • 9baadb2 chore: update dev dependencies (#3078)
  • e7cdebf fix: support non-native promises (#3068)
  • b5ca60c test(react/vanilla-utils/selectAtom): add test for creating fresh cache path ...
  • 6327521 test(react/vanilla-utils/freezeAtom): add tests for null and primitive handli...
  • 8d74967 test: additional test coverage for useAtomValue (#3073)
  • aabd4af chore(eslint): remove overrides for .js files (#3070)
  • 7c8ea63 chore(eslint): update to 'eslint-plugin-react-hooks@6.0.0-rc.1', remove 'esli...
  • e908891 chore(babel): migrate commonjs to esmodule (#3066)
  • 7c8411c chore(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
  • 5f77186 chore: update readme and package.json
  • d8467ee docs: update documentation completely (#198)
  • df12f2f refactor: enhance style and drop unwanted props (#197)
  • 70ad831 fix(lines): curves distorted when it's zero value (#195)
  • 7f331be revert: revert old lineStyle config to maintain compatibility (#194)
  • 82dbea0 fix(tooltip): internal text overrides text from listeners (#192)
  • bb1581e refactor: use css variables to override style (#191)
  • c2cfb10 fix: tooltip might be undefined see #126 #179 (#186)
  • e308ad8 build: update package dependencies (#187)
  • c2ef7e7 refactor: 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

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0

Version 0.514.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0

Version 0.513.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0

Version 0.512.0

What's Changed

New Contributors

... (truncated)

Commits

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

  • perf: Improve performance of getMatchRankings by replacing 4 string comparisons with a single indexOf (#158) (025e4cf)
Commits
  • c240500 fix: Make sure that later matches at the start of words rank higher than earl...
  • 025e4cf fix(perf): Improve performance of getMatchRankings by replacing 4 string comp...
  • e58f8ff chore: 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.2

7.6.1

Patch Changes

  • Updated dependencies:
    • react-router@7.6.1
Commits

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 blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-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] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders 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 blur in wire: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 @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-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] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders 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

Updates @types/react-dom from 19.1.5 to 19.1.6

Commits

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-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being 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 filter for rolldown-vite #470

Added filter so 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-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being 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 filter for rolldown-vite #470

Added filter so 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
  • bfb45ad release: plugin-react@4.5.2
  • 6ea9398 feat: add Vite 7-beta to peerDependencies range (#497)
  • 6db7e7c fix(deps): update all non-major dependencies (#469)
  • c450133 feat: suggest vite-plugin-react-oxc when using rolldown-vite (#491)
  • 4bec551 fix: use optimizeDeps.rollupOptions for rolldown-vite (#489)
  • 2f32052 release: plugin-react@4.5.1
  • 88585db fix: add explicit semicolon in preambleCode (#485)
  • 476e705 release: plugin-react@4.5.0
  • 02b1ede fix(hmr): skip HMR for JSX files with hooks (#480)
  • 5a94bd7 feat: 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 ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Commits

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 blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-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] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders 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 blur in wire: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 @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-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] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)
Commits
Package Dependencies
Ecosystem:
npm
Version Change:
7.6.0 → 7.6.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.4.1 → 4.5.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.511.0 → 0.515.0
Update Type:
Minor
Package:
axios
Ecosystem:
npm
Version Change:
1.9.0 → 1.10.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.4 → 19.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.5 → 19.1.6
Update Type:
Patch
Package:
webpack
Ecosystem:
npm
Version Change:
5.99.8 → 5.99.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.7 → 4.1.10
Update Type:
Patch
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.6.11 → 0.6.12
Update Type:
Patch
Package:
jotai
Ecosystem:
npm
Version Change:
2.12.4 → 2.12.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.0.1 → 8.0.3
Update Type:
Patch
Package:
jsvectormap
Ecosystem:
npm
Version Change:
1.6.0 → 1.7.0
Update Type:
Minor
Technical Details
ID: 1720151
UUID: 2596460176
Node ID: PR_kwDOMqijUM6awtaQ
Host: GitHub
Repository: zakerby/python-react-template
Mergeable: Yes
Merge State: Clean
Rebaseable: Yes