Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.67.29.0 age confidence
@changesets/cli (source) 2.29.82.30.0 age confidence
@eslint/compat (source) 2.0.22.0.3 age confidence
@eslint/eslintrc 3.3.33.3.5 age confidence
@eslint/js (source) 9.39.29.39.4 age confidence
@tailwindcss/postcss (source) 4.1.184.2.2 age confidence
@types/node (source) 24.10.924.12.0 age confidence
@types/node (source) 24.10.924.12.0 age confidence
@types/react (source) 19.2.1019.2.14 age confidence
@types/sanitize-html (source) 2.16.02.16.1 age confidence
autoprefixer 10.4.2410.4.27 age confidence
eslint (source) 9.39.29.39.4 age confidence
eslint-config-next (source) 16.1.616.2.1 age confidence
eslint-config-turbo (source) 2.8.02.8.20 age confidence
eslint-plugin-playwright 2.5.12.10.1 age confidence
globals 17.2.017.4.0 age confidence
happy-dom 20.4.020.8.8 age confidence
postcss (source) 8.5.68.5.8 age confidence
rimraf 6.1.26.1.3 age confidence
turbo (source) 2.8.02.8.20 age confidence
typescript-eslint (source) 8.54.08.57.2 age confidence
vitest (source) 4.0.184.1.1 age confidence

Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
changesets/changesets (@​changesets/cli)

v2.30.0

Compare Source

eslint/rewrite (@​eslint/compat)

v2.0.3

Compare Source

Dependencies
  • The following workspace dependencies were updated
eslint/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)
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/postcss)

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)
postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
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

vercel/next.js (eslint-config-next)

v16.2.1

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • docs: post release amends (#​91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#​91698)
  • Fix adapter outputs for dynamic metadata routes (#​91680)
  • Turbopack: fix webpack loader runner layer (#​91727)
  • Fix server actions in standalone mode with cacheComponents (#​91711)
  • turbo-persistence: remove Unmergeable mmap advice (#​91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#​91701)
  • Turbopack: lazy require metadata and handle TLA (#​91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#​91666)
Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!

v16.2.0

Compare Source

v16.1.7

Compare Source

vercel/turborepo (eslint-config-turbo)

v2.8.20: Turborepo v2.8.20

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.19...v2.8.20

v2.8.19: Turborepo v2.8.19

Compare Source

What's Changed

turbo-ignore
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.18...v2.8.19

v2.8.18: Turborepo v2.8.18

Compare Source

What's Changed

create-turbo
@​turbo/codemod
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.17...v2.8.18

v2.8.17: Turborepo v2.8.17

Compare Source

What's Changed

create-turbo
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.16...v2.8.17

v2.8.16: Turborepo v2.8.16

Compare Source

What's Changed

turbo-ignore
@​turbo/codemod
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.15...v2.8.16

v2.8.15: Turborepo v2.8.15

Compare Source

What's Changed

create-turbo
@​turbo/repository
Changelog

Configuration

📅 Schedule: 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

vercel bot commented Jan 31, 2026

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

Project Deployment Actions Updated (UTC)
lexical-beautiful-mentions-docs Ready Ready Preview, Comment Mar 25, 2026 0:44am

@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) to v2.8.1 chore(deps): update devdependencies (non-major) Jan 31, 2026
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 983aff7 to 788c885 Compare January 31, 2026 17:56
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 788c885 to 7d9fdf0 Compare February 1, 2026 02:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7d9fdf0 to 871c064 Compare February 3, 2026 01:37
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 871c064 to e0e83f7 Compare February 3, 2026 05:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e0e83f7 to ca20833 Compare February 3, 2026 10:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ca20833 to 1af6184 Compare February 4, 2026 01:42
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1af6184 to d15e0f5 Compare February 4, 2026 15:05
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d15e0f5 to f34e5c8 Compare February 5, 2026 11:10
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from f34e5c8 to d1f6d52 Compare February 5, 2026 18:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d1f6d52 to 67280f2 Compare February 8, 2026 01:56
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 67280f2 to ed19944 Compare February 8, 2026 20:55
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ed19944 to 9bf6ffe Compare February 9, 2026 01:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 9bf6ffe to bc56215 Compare February 9, 2026 20:33
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from bc56215 to c8a1ddd Compare February 10, 2026 01:27
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1e649b4 to cf2f701 Compare February 16, 2026 02:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from cf2f701 to 8b50217 Compare February 16, 2026 18:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8b50217 to 8b24628 Compare February 17, 2026 19:47
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8b24628 to ccdcda8 Compare February 18, 2026 01:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ccdcda8 to 3528cc7 Compare February 18, 2026 05:39
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3528cc7 to 7f8a6df Compare February 18, 2026 13:50
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7f8a6df to 52b9822 Compare February 18, 2026 18:11
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 52b9822 to dcb7892 Compare February 19, 2026 02:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from dcb7892 to 494c928 Compare February 20, 2026 15:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 494c928 to 0af0575 Compare February 21, 2026 01:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0af0575 to 3634c9c Compare February 23, 2026 04:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3634c9c to 4ba0a45 Compare February 23, 2026 14:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 4ba0a45 to d504e2b Compare February 23, 2026 17:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d504e2b to 245498e Compare February 23, 2026 22:48
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