Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) ^9.37.0 -> ^9.38.0 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.43 -> 1.0.0-beta.44 age confidence
@rolldown/pluginutils (source) ^1.0.0-beta.43 -> ^1.0.0-beta.44 age confidence
@tailwindcss/vite (source) ^4.1.14 -> ^4.1.15 age confidence
@types/node (source) ^22.18.10 -> ^22.18.12 age confidence
eslint (source) ^9.37.0 -> ^9.38.0 age confidence
lint-staged ^16.2.4 -> ^16.2.5 age confidence
playwright-chromium (source) ^1.56.0 -> ^1.56.1 age confidence
pnpm (source) 10.18.3 -> 10.19.0 age confidence
tailwindcss (source) ^4.1.14 -> ^4.1.15 age confidence
tsdown ^0.15.7 -> ^0.15.9 age confidence
typescript-eslint (source) ^8.46.1 -> ^8.46.2 age confidence
vite (source) ^7.1.16 -> ^7.1.19 age confidence
vue-router (source) ^4.6.0 -> ^4.6.3 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.44

Compare Source

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

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed
lint-staged/lint-staged (lint-staged)

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
microsoft/playwright (playwright-chromium)

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0
pnpm/pnpm (pnpm)

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1
rolldown/tsdown (tsdown)

v0.15.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.15.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

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.

vitejs/rolldown-vite (vite)

v7.1.19

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.18

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.17

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
vuejs/router (vue-router)

v4.6.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.6.1

Compare Source

Please refer to CHANGELOG.md for details.


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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 20, 2025

Open in StackBlitz

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

commit: b849a00

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cbc9ad2 to 3063e58 Compare October 20, 2025 10:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 89afcd3 to f35faf9 Compare October 21, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f35faf9 to b849a00 Compare October 21, 2025 14:23
@sapphi-red sapphi-red merged commit d990206 into main Oct 22, 2025
13 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch October 22, 2025 01:15
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