Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 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
@playwright/test (source) ^1.55.1 -> ^1.56.0 age confidence
@types/node (source) ^22.18.6 -> ^22.18.8 age confidence
@vitest/eslint-plugin ^1.3.13 -> ^1.3.16 age confidence
eslint-plugin-cypress ^5.1.1 -> ^5.2.0 age confidence
geckodriver ^6.0.1 -> ^6.0.2 age confidence
pnpm (source) 10.17.1 -> 10.18.1 age confidence
rolldown (source) 1.0.0-beta.40 -> 1.0.0-beta.42 age confidence
vue-tsc (source) ^3.1.0 -> ^3.1.1 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.56.0

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.16

Compare Source

v1.3.15

Compare Source

v1.3.14

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v5.2.0

Compare Source

Features
webdriverio-community/node-geckodriver (geckodriver)

v6.0.2: Release 6.0.2

Compare Source

  • chore(install): use modern tar to unpack (#​681) (bea9393)
  • chore(deps): bump lewagon/wait-on-check-action (#​676) (f7d35dd)
  • chore(deps-dev): bump tsx in the patch-deps-updates-main group (#​679) (4c6a385)
  • chore(deps-dev): bump release-it (#​678) (8296793)
  • chore(deps): bump tar-fs from 3.1.0 to 3.1.1 (#​677) (be060f8)
  • chore(deps-dev): bump eslint from 9.35.0 to 9.36.0 (#​675) (c6eb6e5)
  • chore(deps): bump vite from 7.1.2 to 7.1.5 (#​672) (881876b)
  • chore: resync lockfile after geckodriver 5.0.0 dev addition (#​667) (2a8b633)
  • ci: extend CI tests to Node.js 22 and 24 (#​666) (c47bc2b)
  • chore(deps): bump the major-deps-updates group across 1 directory with 2 updates (#​671) (1661b30)
  • chore: update .nvmrc to Node.js 22 (Active LTS) (#​665) (84684f3)
  • chore(deps-dev): bump eslint in the minor-deps-updates-main group (#​670) (131dfcf)
  • chore(deps): bump the patch-deps-updates-main group with 2 updates (#​669) (08d053a)
pnpm/pnpm (pnpm)

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.
rolldown/rolldown (rolldown)

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

v1.0.0-beta.41

Compare Source

🚀 Features
🐛 Bug Fixes
  • 'asset' module type and CJS format produces warnings and wrong output (#​6369) by @​IWANABETHATGUY
  • inlining constants in CJS by optimization.inlineConst incorrectly inlines non-constant values if the value is assigned more than once (#​6328) by @​IWANABETHATGUY
  • dev: add hasLatestBuildOutput instead of scheduleBuildIfStale and add edit-reload test (#​6321) by @​sapphi-red
🚜 Refactor
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
vuejs/language-tools (vue-tsc)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects

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
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6d0e250 to aeb8c4c Compare October 7, 2025 01:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aeb8c4c to 0a3a718 Compare October 7, 2025 04:54
@cexbrayat cexbrayat merged commit 37d0b13 into main Oct 7, 2025
51 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 7, 2025 08:18
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.

1 participant