Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) ^7.27.4 -> ^7.28.4 age confidence devDependencies minor
@babel/preset-env (source) ^7.27.2 -> ^7.28.3 age confidence devDependencies minor
@rollup/plugin-typescript (source) ^12.1.2 -> ^12.1.4 age confidence devDependencies patch
@vitest/coverage-v8 (source) ^3.1.4 -> ^3.2.4 age confidence devDependencies minor
@vitest/eslint-plugin ^1.2.1 -> ^1.3.15 age confidence devDependencies minor
babel-plugin-polyfill-regenerator (source) ^0.6.4 -> ^0.6.5 age confidence devDependencies patch
esbuild ^0.25.5 -> ^0.25.10 age confidence dependencies patch
eslint (source) ^9.28.0 -> ^9.37.0 age confidence devDependencies minor
eslint-plugin-import ^2.31.0 -> ^2.32.0 age confidence devDependencies minor
node 22.16.0 -> 22.20.0 age confidence uses-with minor
prettier (source) ^3.5.3 -> ^3.6.2 age confidence devDependencies minor
rollup (source) ^4.41.1 -> ^4.52.4 age confidence devDependencies minor
rollup (source) ^4.41.1 -> ^4.52.4 age confidence dependencies minor
rollup-plugin-dts ^6.2.1 -> ^6.2.3 age confidence devDependencies patch
typescript (source) ^5.8.3 -> ^5.9.3 age confidence devDependencies minor
typescript-eslint (source) ^8.33.0 -> ^8.45.0 age confidence devDependencies minor
vitest (source) ^3.1.4 -> ^3.2.4 age confidence devDependencies minor
zx (source) ^8.5.4 -> ^8.8.4 age confidence devDependencies minor

Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
rollup/plugins (@​rollup/plugin-typescript)

v12.1.4

2025-06-28

Bugfixes

v12.1.3

2025-06-17

Bugfixes
  • fix: fixes #​1652 compile when source exists anywhere in the working directory (#​1653)
vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.15

Compare Source

v1.3.14

Compare Source

v1.3.13

Compare Source

v1.3.12

Compare Source

v1.3.10

Compare Source

v1.3.9

Compare Source

v1.3.8

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

Bug Fixes
  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#​740) (d48741a)
Features
  • prefer-describe-function-title: Check for unnecessary .name (#​744) (5f1fe04)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0: v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0

v1.2.7

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

What's Changed

  • Add no-importing-from-vitest-globals and prefer-importing-from-vitest-globals rules by @​samuelko123 in #​711

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

v1.2.2

Compare Source

Bug Fixes
  • valid-title: Added support for call signatures as well (#​710) (6a06cf9)
babel/babel-polyfills (babel-plugin-polyfill-regenerator)

v0.6.5

Compare Source

evanw/esbuild (esbuild)

v0.25.10

Compare Source

  • Fix a panic in a minification edge case (#​4287)

    This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value undefined in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):

    function identity(x) { return x }
    identity({ y: identity(123) })
  • Fix @supports nested inside pseudo-element (#​4265)

    When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as ::placeholder for correctness. The CSS nesting specification says the following:

    The nesting selector cannot repre


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Berlin, 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog labels Sep 30, 2025
@github-actions github-actions bot added the context-v3 Related to tailwind-merge v3 label Sep 30, 2025
Copy link

codspeed-hq bot commented Sep 30, 2025

CodSpeed Performance Report

Merging #606 will not alter performance

Comparing renovate/all-minor-patch (c2152d3) with main (3e8856d)

Summary

✅ 5 untouched

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1060369 to 4e84754 Compare October 3, 2025 09:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e84754 to c2152d3 Compare October 3, 2025 20:42
@dcastil dcastil merged commit 148f9ff into main Oct 4, 2025
5 of 6 checks passed
@dcastil dcastil deleted the renovate/all-minor-patch branch October 4, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v3 Related to tailwind-merge v3 dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant