Skip to content

chore(deps): update devdependencies (non-major)#1439

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)
Open

chore(deps): update devdependencies (non-major)#1439
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)

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
@playwright/test (source) 1.58.11.59.1 age confidence
@tailwindcss/vite (source) 4.1.184.2.2 age confidence
@types/lodash (source) 4.17.234.17.24 age confidence
@types/node (source) 24.10.924.12.2 age confidence
@types/react (source) 19.2.1019.2.14 age confidence
@vitejs/plugin-react (source) 5.1.25.2.0 age confidence
eslint (source) 9.39.29.39.4 age confidence
happy-dom 20.4.020.9.0 age confidence
i18next-parser 9.3.09.4.0 age confidence
knip (source) 5.82.15.88.1 age confidence
prettier (source) 3.8.13.8.3 age confidence
pwa-asset-generator 8.1.28.1.4 age confidence
tailwindcss (source) 4.1.184.2.2 age confidence
typescript-eslint (source) 8.54.08.58.2 age confidence
vite (source) 7.3.17.3.2 age confidence
vitest (source) 4.0.184.1.4 age confidence

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

microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

v1.58.2

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

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)

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

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

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

Chores

capricorn86/happy-dom (happy-dom)

v20.9.0

Compare Source

v20.8.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where cookies from the current origin was being forwarded to the target origin in fetch requests - By @​capricorn86 in task #​2117

v20.8.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where export names can be interpolated as executable code in ESM - By @​capricorn86 in task #​2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to @​tndud042713 for reporting this!

v20.8.7

Compare Source

👷‍♂️ Patch fixes
  • Replace implementing Node.js Console with common IConsole interface to support latest version of Bun - By @​YevheniiKotyrlo in task #​1845

v20.8.6

Compare Source

👷‍♂️ Patch fixes

v20.8.5

Compare Source

👷‍♂️ Patch fixes

v20.8.4

Compare Source

v20.8.3

Compare Source

👷‍♂️ Patch fixes

v20.8.2

Compare Source

👷‍♂️ Patch fixes
  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @​capricorn86 in task #​2090

v20.8.1

Compare Source

👷‍♂️ Patch fixes

v20.8.0

Compare Source

v20.7.2

Compare Source

👷‍♂️ Patch fixes
  • Properly decode CSS escape sequences in attribute selector values - By @​silverwind

v20.7.1

Compare Source

v20.7.0

Compare Source

🎨 Features

v20.6.5

Compare Source

👷‍♂️ Patch fixes

v20.6.4

Compare Source

👷‍♂️ Patch fixes

v20.6.3

Compare Source

👷‍♂️ Patch fixes
  • Refactors query selector parser to be able to handle complex rules - By @​capricorn86 in task #​1910
  • Fixes issue related to using query selector for attribute in XML document - By @​capricorn86 in task #​1912
  • Fixes issue with using quotes within quotes for attribute query selector (e.g. [data-value="it's a test"]) - By @​capricorn86 in task #​2034

v20.6.2

Compare Source

👷‍♂️ Patch fixes
  • Update entities package version to resolve missing export for vue and vue-compat v3.5 - By @​acollins1991 in task #​2066

v20.6.1

Compare Source

v20.6.0

Compare Source

v20.5.5

Compare Source

v20.5.4

Compare Source

👷‍♂️ Patch fixes

v20.5.3

Compare Source

v20.5.2

Compare Source

v20.5.1

Compare Source

v20.5.0

Compare Source

i18next/i18next-parser (i18next-parser)

v9.4.0

Compare Source

webpro-nl/knip (knip)

v5.88.1: Release 5.88.1

Compare Source

v5.88.0: Release 5.88.0

Compare Source

v5.87.0

Compare Source

v5.86.0: Release 5.86.0

Compare Source

v5.85.0: Release 5.85.0

Compare Source

v5.84.1: Release 5.84.1

Compare Source

v5.84.0: Release 5.84.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
2do-txt Ready Ready Preview, Comment Apr 15, 2026 1:32am

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1d10323 to e9c25a9 Compare February 2, 2026 21:36
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react to v5.1.3 chore(deps): update devdependencies (non-major) Feb 2, 2026
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e9c25a9 to 2d9f0f5 Compare February 3, 2026 00:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2d9f0f5 to 016b3fb Compare February 3, 2026 09:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 016b3fb to 70f3f25 Compare February 4, 2026 14:53
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 70f3f25 to 49de854 Compare February 5, 2026 10:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 49de854 to c987533 Compare February 5, 2026 15:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c987533 to abf5a30 Compare February 6, 2026 17:49
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from abf5a30 to 2551f75 Compare February 8, 2026 01:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2551f75 to 8bd87d7 Compare February 8, 2026 21:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8bd87d7 to 0db2857 Compare February 9, 2026 01:30
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0db2857 to 3db9b4f Compare February 9, 2026 18:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3db9b4f to ec69d97 Compare February 10, 2026 01:28
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ec69d97 to 891b3cb Compare February 10, 2026 06:00
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 891b3cb to 6190ec1 Compare February 10, 2026 18:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 53772d0 to 1c045b7 Compare February 19, 2026 02:11
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1c045b7 to 1773108 Compare February 20, 2026 17:39
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1773108 to 528d805 Compare February 21, 2026 01:30
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 528d805 to 04678b8 Compare February 21, 2026 17:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 04678b8 to eb9fd3f Compare February 22, 2026 16:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from eb9fd3f to 5c7e0c2 Compare February 23, 2026 05:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5c7e0c2 to 60f2c75 Compare February 23, 2026 14:42
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 60f2c75 to 84a0560 Compare February 23, 2026 18:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 84a0560 to e688f62 Compare February 26, 2026 05:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e688f62 to a09bc84 Compare February 26, 2026 21:36
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from a09bc84 to 60cb1b9 Compare February 28, 2026 06:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 60cb1b9 to 936ed49 Compare March 3, 2026 01:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 936ed49 to 756c8a5 Compare March 14, 2026 22:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 756c8a5 to 3f519eb Compare March 16, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants