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

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

Open
Number: #161
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 09, 2025 at 04:55 PM UTC
(about 1 year ago)
Updated: June 09, 2025 at 04:55 PM UTC
(about 1 year ago)
Labels:
dependencies javascript
Description:

Bumps the action-deps group with 12 updates in the /frontend directory:

Package From To
jotai 2.12.4 2.12.5
jsvectormap 1.6.0 1.7.0
lucide-react 0.511.0 0.513.0
match-sorter 8.0.1 8.0.2
react-router-dom 7.6.0 7.6.2
@tailwindcss/postcss 4.1.7 4.1.8
@types/react 19.1.4 19.1.6
@types/react-dom 19.1.5 19.1.6
@vitejs/plugin-react 4.4.1 4.5.1
postcss 8.5.3 8.5.4
prettier-plugin-tailwindcss 0.6.11 0.6.12
webpack 5.99.8 5.99.9

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.513.0

Release notes

Sourced from lucide-react's releases.

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

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

Commits

Updates match-sorter from 8.0.1 to 8.0.2

Release notes

Sourced from match-sorter's releases.

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
  • 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.8

Release notes

Sourced from @​tailwindcss/postcss's releases.

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.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.6

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.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

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.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

Updates postcss from 8.5.3 to 8.5.4

Release notes

Sourced from postcss's releases.

8.5.4

Changelog

Sourced from postcss's changelog.

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.8

Release notes

Sourced from tailwindcss's releases.

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.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 webpack from 5.99.8 to 5.99.9

Release notes

Sourced from webpack's releases.

v5.99.9

Fixes

  • HMR might fail if there are new initial chunks
  • Destructuring namespace import with default
  • Destructuring namespace import with computed-property
  • Generate valid code for es export generation for multiple module entries
  • Fixed public path issue for ES modules
  • Asset modules work when lazy compilation used
  • Eliminate unused statements in certain scenarios
  • Fixed regression with location and order of dependencies
  • Fixed typescript types
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
Commits:
1
Files Changed:
2
Additions:
+141
Deletions:
-133
Package Dependencies
Ecosystem:
npm
Version Change:
7.6.0 → 7.6.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.4.1 → 4.5.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.511.0 → 0.513.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.4 → 19.1.6
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.8
Update Type:
Patch
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.4
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.2
Update Type:
Patch
Package:
jsvectormap
Ecosystem:
npm
Version Change:
1.6.0 → 1.7.0
Update Type:
Minor
Technical Details
ID: 1358595
UUID: 2578911668
Node ID: PR_kwDOMqijUM6ZtxG0
Host: GitHub
Repository: zakerby/python-react-template
Merge State: Unknown