Skip to content

chore(deps): Update npm-frontend-dev#242

Open
renovate[bot] wants to merge 1 commit intomainfrom
update/renovate-npm-frontend-dev
Open

chore(deps): Update npm-frontend-dev#242
renovate[bot] wants to merge 1 commit intomainfrom
update/renovate-npm-frontend-dev

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 2, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.29.39.4 age confidence
@tailwindcss/node (source) 4.1.184.2.4 age confidence
@tailwindcss/vite (source) 4.1.184.2.4 age confidence
@types/node (source) 25.0.1025.6.0 age confidence
@types/react (source) 19.2.919.2.14 age confidence
@vitejs/plugin-react (source) 5.1.25.2.0 age confidence
@vitest/coverage-v8 (source) 4.0.184.1.5 age confidence
@vitest/ui (source) 4.0.184.1.5 age confidence
autoprefixer 10.4.2310.5.0 age confidence
eslint (source) 9.39.29.39.4 age confidence
eslint-plugin-react-hooks (source) 7.0.17.1.1 age confidence
eslint-plugin-react-refresh ^0.4.24^0.5.0 age confidence
eslint-plugin-sonarjs (source) 3.0.53.0.7 age confidence
eslint-plugin-tailwind-canonical-classes 1.1.01.3.2 age confidence
globals 17.1.017.5.0 age confidence
lint-staged 16.2.716.4.0 age confidence
postcss (source) 8.5.68.5.10 age confidence
prettier (source) 3.8.13.8.3 age confidence
tailwindcss (source) 4.1.184.2.4 age confidence
typescript-eslint (source) 8.53.18.59.0 age confidence
vite (source) 7.3.17.3.2 age confidence
vitest (source) 4.0.184.1.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

tailwindlabs/tailwindcss (@​tailwindcss/node)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
  • Resolve tsconfig paths to allow for @import '@&#8203;/path/to/file'; when using @tailwindcss/vite (#​19803)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.2.0

Compare Source

v5.1.4

Compare Source

Fix canSkipBabel not accounting for babel.overrides (#​1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

v5.1.3

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • "before 6am on monday"

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file frontend labels Feb 2, 2026
@renovate renovate Bot enabled auto-merge February 2, 2026 05:40
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 4 times, most recently from 2c844fe to dc3b6c9 Compare February 4, 2026 22:10
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 2 times, most recently from 564590e to 8842b9a Compare February 8, 2026 01:35
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 6 times, most recently from 63fd7e4 to aa2dc74 Compare February 12, 2026 17:03
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 6 times, most recently from 3dcdb90 to eb57432 Compare February 20, 2026 15:09
@GraysonCAdams
Copy link
Copy Markdown
Collaborator

@renovatebot rebase

@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 4 times, most recently from f1afcf2 to 0ebc40a Compare February 25, 2026 21:53
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 5 times, most recently from 9ff7b18 to 4f76cfe Compare March 16, 2026 21:54
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 3 times, most recently from 52f623d to ee70fed Compare March 23, 2026 21:15
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 4 times, most recently from 08f515e to 57be5a6 Compare April 1, 2026 17:17
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 7 times, most recently from 1151af8 to a5e4a59 Compare April 10, 2026 04:58
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 7 times, most recently from 46acfa6 to 3afee16 Compare April 17, 2026 18:51
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch 2 times, most recently from 0e879cf to 2e8cd2f Compare April 20, 2026 21:34
@renovate renovate Bot force-pushed the update/renovate-npm-frontend-dev branch from 2e8cd2f to 5343d14 Compare April 21, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant