Bump the action-deps group in /frontend with 5 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by zakerby
dependencies javascript frontend
zakerby
Bumps the action-deps group in /frontend with 5 updates:
| Package | From | To |
|---|---|---|
| lucide-react | 0.510.0 |
0.511.0 |
| @tailwindcss/postcss | 4.1.6 |
4.1.7 |
| @types/react | 19.1.3 |
19.1.4 |
| @types/react-dom | 19.1.4 |
19.1.5 |
| tailwindcss | 4.1.6 |
4.1.7 |
Updates lucide-react from 0.510.0 to 0.511.0
Release notes
Sourced from lucide-react's releases.
Version 0.511.0
What's Changed
- fix(icons): Optimise a number of icons using
<line>and<polyline>by@jamiemlawin lucide-icons/lucide#3168- fix(icons): changed
clock-6icon by@jguddasin lucide-icons/lucide#3209- fix(icons): changed
axis-3dicon by@jguddasin lucide-icons/lucide#3199- fix(icons): changed
chevrons-left-right-ellipsisicon by@jguddasin lucide-icons/lucide#3189- fix(icons): changed
square-codeicon by@jguddasin lucide-icons/lucide#3173- fix(icons): changed
satelliteicon by@karsa-mistmerein lucide-icons/lucide#3180- fix(lucide-react-native): support react 19 (#2951) by
@jvliwanagin lucide-icons/lucide#3126- fix(icons): changed
factoryicon by@karsa-mistmerein lucide-icons/lucide#2970- fix(icons): changed
universityicon by@karsa-mistmerein lucide-icons/lucide#2965- fix(icons): changed
warehouseicon by@karsa-mistmerein lucide-icons/lucide#2966- fix(icons): changed
landmarkicon by@karsa-mistmerein lucide-icons/lucide#2967- chore(cspell): remove duplicate 'pilcrow' from
custom-words.txtby@Abdalrhman-Almarakebyin lucide-icons/lucide#3193- feat(icons): added
square-dashed-top-solidicon by@juanpablofernandezin lucide-icons/lucide#3204New Contributors
@jvliwanagmade their first contribution in lucide-icons/lucide#3126@juanpablofernandezmade their first contribution in lucide-icons/lucide#3204Full Changelog: https://github.com/lucide-icons/lucide/compare/0.510.0...0.511.0
Commits
- See full diff in compare view
Updates @tailwindcss/postcss from 4.1.6 to 4.1.7
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)- See full diff in compare view
Updates @types/react from 19.1.3 to 19.1.4
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.4 to 19.1.5
Commits
- See full diff in compare view
Updates tailwindcss from 4.1.6 to 4.1.7
Release notes
Sourced from tailwindcss's releases.
v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Changelog
Sourced from tailwindcss's changelog.
[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)
Commits
74e084aPrepare v4.1.7 release (#18040)f3157cdIgnore custom variants with:merge(…)selectors (#18020)4db711dFix-rotate-*with arbitary values (#18014)4fba87bUpgrade lightningcss to1.30.0(#17979)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)f0986cePrevent duplicate suggestions when using@themeand@utilitytogether (#1...- See full diff 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
+125
-125
Package Dependencies
lucide-react
npm
0.510.0 → 0.511.0
Minor
/frontend
@types/react
npm
19.1.3 → 19.1.4
Patch
/frontend
@types/react-dom
npm
19.1.4 → 19.1.5
Patch
/frontend
@tailwindcss/postcss
npm
4.1.6 → 4.1.7
Patch
/frontend
tailwindcss
npm
4.1.6 → 4.1.7
Patch
/frontend
Technical Details
| ID: | 478443 |
| UUID: | 2529315864 |
| Node ID: | PR_kwDOMqijUM6WwkwY |
| Host: | GitHub |
| Repository: | zakerby/python-react-template |
| Merge State: | Unknown |