Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.28.3 -> ^7.28.4 age confidence
@babel/types (source) ^7.28.2 -> ^7.28.4 age confidence
@eslint/js (source) ^9.34.0 -> ^9.35.0 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.34 -> 1.0.0-beta.36 age confidence
@rolldown/pluginutils (source) ^1.0.0-beta.34 -> ^1.0.0-beta.36 age confidence
@tailwindcss/vite (source) ^4.1.12 -> ^4.1.13 age confidence
@types/node (source) ^22.18.0 -> ^22.18.1 age confidence
eslint (source) ^9.34.0 -> ^9.35.0 age confidence
lint-staged ^16.1.5 -> ^16.1.6 age confidence
pnpm (source) 10.15.0 -> 10.15.1 age confidence
sass ^1.90.0 -> ^1.92.1 age confidence
tailwindcss (source) ^4.1.12 -> ^4.1.13 age confidence
typescript-eslint (source) ^8.40.0 -> ^8.43.0 age confidence
vue (source) ^3.5.20 -> ^3.5.21 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal
eslint/eslint (@​eslint/js)

v9.35.0

Compare Source

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.36

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • dev: introduce DevWatchOptions for enhanced file watching configuration (#​6057) by @​hyf0
  • unify to use is_in_node_modules from rolldown_plugin_utils (#​6066) by @​shulaoda
🧪 Testing
⚙️ Miscellaneous Tasks

v1.0.0-beta.35

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)
eslint/eslint (eslint)

v9.35.0

Compare Source

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
pnpm/pnpm (pnpm)

v10.15.1

Compare Source

Patch Changes
  • Fix .pnp.cjs crash when importing subpath #​9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #​9913.
sass/dart-sass (sass)

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

v1.91.0

Compare Source

  • Potentially breaking change: meta.inspect() (as well as other systems
    that use it such as @debug and certain error messages) now emits numbers
    with as high precision as is available instead of rounding to the nearest
    1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
    meta.inspect(), which is to provide full information about the structure of
    a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when
    calling a function or mixin is now deprecated. This was always outside the
    specified syntax, but it was historically treated the same as passing the rest
    argument at the end of the argument list whether or not that matched the
    visual order of the arguments.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.43.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.41.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vuejs/core (vue)

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 the dependencies label Sep 8, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@vitejs/plugin-vue@663
npm i https://pkg.pr.new/@vitejs/plugin-vue-jsx@663

commit: d608ac0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e562529 to bc3b2bd Compare September 8, 2025 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc3b2bd to d608ac0 Compare September 8, 2025 22:28
@sapphi-red sapphi-red merged commit dbcd1d0 into main Sep 9, 2025
13 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch September 9, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants