Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) ^9.36.0 -> ^9.37.0 age confidence devDependencies minor
@rolldown/pluginutils (source) 1.0.0-beta.41 -> 1.0.0-beta.43 age confidence dependencies patch
@rolldown/pluginutils (source) ^1.0.0-beta.41 -> ^1.0.0-beta.43 age confidence dependencies patch
@types/node (source) ^22.18.8 -> ^22.18.10 age confidence devDependencies patch
eslint (source) ^9.36.0 -> ^9.37.0 age confidence devDependencies minor
less (source) ^4.4.1 -> ^4.4.2 age confidence devDependencies patch
lint-staged ^16.2.3 -> ^16.2.4 age confidence devDependencies patch
playwright-chromium (source) ^1.55.1 -> ^1.56.0 age confidence devDependencies minor
pnpm (source) 10.17.1 -> 10.18.3 age confidence packageManager minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
tsdown ^0.15.6 -> ^0.15.7 age confidence devDependencies patch
typescript-eslint (source) ^8.45.0 -> ^8.46.1 age confidence devDependencies minor
vite (source) ^7.1.15 -> ^7.1.16 age confidence pnpm.catalog.rolldown-vite patch
vue-router (source) ^4.5.1 -> ^4.6.0 age confidence pnpm.catalog.default minor

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.43

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-beta.42

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • rust: improve constuction of PackageJson and remove unused fields (#​6418) by @​hyf0
  • introduce BindingResult to pass errors from rust to js (#​6390) by @​hyf0
  • rust: rename eager_rebuild to rebuild_strategy with enum (#​6394) by @​hyf0
  • rust/binding: use BindingError to cover JsError and NativeError (#​6388) by @​hyf0
  • rust/binding: rename BindingError to NativeError (#​6387) by @​hyf0
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
eslint/eslint (eslint)

v9.37.0

Compare Source

less/less.js (less)

v4.4.2

Compare Source

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

v16.2.4

Compare Source

Patch Changes
microsoft/playwright (playwright-chromium)

v1.56.0

Compare Source

pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.
pnpm/action-setup (pnpm/action-setup)

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

rolldown/tsdown (tsdown)

v0.15.7

Compare Source

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

v8.46.1

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.

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

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

vitejs/rolldown-vite (vite)

v7.1.16

Compare Source

Features
Bug Fixes
Reverts
vuejs/router (vue-router)

v4.6.0

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.

@renovate renovate bot added the dependencies label Oct 6, 2025
Copy link

pkg-pr-new bot commented Oct 6, 2025

Open in StackBlitz

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

commit: 4f83ecc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38809cc to d58566b Compare October 7, 2025 06:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2cf9021 to c2312f9 Compare October 14, 2025 13:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2312f9 to 4f83ecc Compare October 14, 2025 13:54
@sapphi-red sapphi-red merged commit f226dab into main Oct 14, 2025
12 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch October 14, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant