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

Bump the action-deps group in /frontend with 7 updates

Merged
Number: #151
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 12, 2025 at 09:15 AM UTC
(about 1 year ago)
Updated: May 12, 2025 at 09:30 AM UTC
(about 1 year ago)
Merged: May 12, 2025 at 09:30 AM UTC
(about 1 year ago)
by zakerby
Time to Close: 16 minutes
Labels:
dependencies javascript frontend
Assignees:
zakerby
Description:

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

Package From To
jotai 2.12.3 2.12.4
lucide-react 0.507.0 0.509.0
react-router-dom 7.5.3 7.6.0
@tailwindcss/postcss 4.1.5 4.1.6
@types/react 19.1.2 19.1.3
tailwindcss 4.1.5 4.1.6
webpack 5.99.7 5.99.8

Updates jotai from 2.12.3 to 2.12.4

Release notes

Sourced from jotai's releases.

v2.12.4

We deprecate devstore capability, which will be dropped in the next minor version. Please use the latest jotai-devtools library.

What's Changed

New Contributors

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

Commits

Updates lucide-react from 0.507.0 to 0.509.0

Release notes

Sourced from lucide-react's releases.

Version 0.509.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.508.0...0.509.0

Version 0.508.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.507.0...0.508.0

Commits

Updates react-router-dom from 7.5.3 to 7.6.0

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

Patch Changes

  • Updated dependencies:
    • react-router@7.6.0
Commits

Updates @tailwindcss/postcss from 4.1.5 to 4.1.6

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.6

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

  • Ensure negative arbitrary scale values generate negative values (#17831)
  • Fix HAML extraction with embedded Ruby (#17846)
  • Don't scan files for utilities when using @reference (#17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#17889)
  • Don't scan .log files for classes by default (#17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#17925)
  • Download platform specific package if optionalDependencies are skipped (#17929)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.6] - 2025-05-09

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

  • Ensure negative arbitrary scale values generate negative values (#17831)
  • Fix HAML extraction with embedded Ruby (#17846)
  • Don't scan files for utilities when using @reference (#17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#17889)
  • Don't scan .log files for classes by default (#17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#17925)
  • Download platform specific package if optionalDependencies are skipped (#17929)
Commits

Updates @types/react from 19.1.2 to 19.1.3

Commits

Updates tailwindcss from 4.1.5 to 4.1.6

Release notes

Sourced from tailwindcss's releases.

v4.1.6

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

  • Ensure negative arbitrary scale values generate negative values (#17831)
  • Fix HAML extraction with embedded Ruby (#17846)
  • Don't scan files for utilities when using @reference (#17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#17889)
  • Don't scan .log files for classes by default (#17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#17925)
  • Download platform specific package if optionalDependencies are skipped (#17929)
Changelog

Sourced from tailwindcss's changelog.

[4.1.6] - 2025-05-09

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

  • Ensure negative arbitrary scale values generate negative values (#17831)
  • Fix HAML extraction with embedded Ruby (#17846)
  • Don't scan files for utilities when using @reference (#17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#17889)
  • Don't scan .log files for classes by default (#17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#17925)
  • Download platform specific package if optionalDependencies are skipped (#17929)
Commits

Updates webpack from 5.99.7 to 5.99.8

Release notes

Sourced from webpack's releases.

v5.99.8

Fixes

  • Fixed type error with latest @types/node
  • 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:
+212
Deletions:
-110
Package Dependencies
Ecosystem:
npm
Version Change:
7.5.3 → 7.6.0
Update Type:
Minor
Path:
/frontend
Ecosystem:
npm
Version Change:
0.507.0 → 0.509.0
Update Type:
Minor
Path:
/frontend
Ecosystem:
npm
Version Change:
19.1.2 → 19.1.3
Update Type:
Patch
Path:
/frontend
Package:
webpack
Ecosystem:
npm
Version Change:
5.99.7 → 5.99.8
Update Type:
Patch
Path:
/frontend
Ecosystem:
npm
Version Change:
4.1.5 → 4.1.6
Update Type:
Patch
Path:
/frontend
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.5 → 4.1.6
Update Type:
Patch
Path:
/frontend
Package:
jotai
Ecosystem:
npm
Version Change:
2.12.3 → 2.12.4
Update Type:
Patch
Path:
/frontend
Technical Details
ID: 179503
UUID: 2513234955
Node ID: PR_kwDOMqijUM6VzOwL
Host: GitHub
Repository: zakerby/python-react-template
Merge State: Unknown