chore: Update Web dependencies#1830
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Merging this PR will not alter performance
Comparing Footnotes
|
Aureliolo
left a comment
There was a problem hiding this comment.
Decision: Minor + patch web-dep refresh (tailwindcss + @tailwindcss/vite 4.2.4 → 4.3.0; @eslint-react/eslint-plugin 5.7.4 → 5.7.5); CI green; Tailwind 4.3.0's behavioural bug-fixes don't touch our CSS surface (no @plugin/@variant directives in web/src/styles/).
Changelog digest:
- Covered: tailwindcss + @tailwindcss/vite 4.2.4 → 4.3.0 (minor) and @eslint-react/eslint-plugin 5.7.4 → 5.7.5 (patch — internal-only dep bumps).
- Relevant: Tailwind 4.3.0 bug fix for relative
@importpath resolution in@tailwindcss/vite(tailwindlabs/tailwindcss#19965) is the only fix that could affect us; ourweb/src/styles/global.csscolocates relative imports in the same directory, so the wrong-directory bug never bit us, but the fix removes a latent footgun. New utilities (@container-size,scrollbar-{auto,thin,none},scrollbar-gutter-*,zoom-*,tab-*) are purely additive. - Reviewed but not relevant:
@pluginpackage-vs-browser-CSS resolution fix (#19949) and@variantprocessing fix (#19966) — we use neither directive; canonicalisation tweaks only affect the@tailwindcss/upgrademigration tool, not normal builds; eslint-react 5.7.5 contains only@eslint/compat/@types/node/next/publint/tsdown/pnpmdep bumps with no rule or behaviour change.
Follow-ups: none blocking; optional later audit of web/src for hand-rolled scrollbar/zoom/tab styling that the new Tailwind utilities could replace.
This PR contains the following updates:
5.7.4→5.7.54.2.4→4.3.04.2.4→4.3.0Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v5.7.5Compare Source
🏗️ Internal
@eslint/compatfrom 2.0.5 to 2.1.0.@types/nodefrom 25.6.0 to 25.6.2.nextfrom 16.2.5 to 16.2.6.publintfrom 0.3.19 to 0.3.20.tsdownfrom 0.21.10 to 0.22.0.pnpmfrom 10.33.4 to 11.0.8.Full Changelog: Rel1cx/eslint-react@v5.7.4...v5.7.5
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.3.0Compare Source
Added
@container-sizeutility (#18901)scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)scrollbar-gutter-*utilities (#20018)zoom-*utilities (#20020)tab-*utilities (#20022)@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)@variantare processed by@tailwindcss/vite(#19966)basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)_whitespace in arbitrary values (#19986)w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988):has()variants from[&:has(…)]tohas-[…](#19991)styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)@utilitydefinitions with the same name but different value types (#19777)PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)startandendlegacy utilities without values do not generate CSS (#20003)--value(…)is required in functional@utilitydefinitions (#20005)-left-[(var(--a)+var(--b))]) (#20011)Configuration
📅 Schedule: (in timezone Etc/UTC)
* 0-6 * * 6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.