Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^22.18.3 -> ^22.18.6 age confidence
@vitest/eslint-plugin ^1.3.9 -> ^1.3.12 age confidence
chromedriver ^140.0.2 -> ^140.0.3 age confidence
lint-staged ^16.1.6 -> ^16.2.0 age confidence
pnpm (source) 10.16.1 -> 10.17.0 age confidence
rolldown (source) 1.0.0-beta.37 -> 1.0.0-beta.39 age confidence
start-server-and-test ^2.1.0 -> ^2.1.2 age confidence
zx (source) ^8.8.1 -> ^8.8.3 age confidence

Release Notes

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

v1.3.12

Compare Source

v1.3.10

Compare Source

giggio/node-chromedriver (chromedriver)

v140.0.3

Compare Source

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

v16.2.0

Compare Source

Minor Changes
  • #​1615 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.

  • #​1611 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.

  • #​1637 82fcc07 Thanks @​iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.

  • #​1647 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #​1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags --hide-unstaged --no-hide-partially-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #​1552.

  • #​1648 7900b3b Thanks @​iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.

Patch Changes
pnpm/pnpm (pnpm)

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
rolldown/rolldown (rolldown)

v1.0.0-beta.39

Compare Source

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

v1.0.0-beta.38

Compare Source

💥 BREAKING CHANGES
  • rolldown_plugin_oxc_runtime: embed helpers to support browser environment (#​6177) by @​shulaoda
🚀 Features
🐛 Bug Fixes
💼 Other
  • rolldown: support to build rolldown with .wasm binding (#​6153) by @​hyf0
  • rolldown: refactor build.ts to prepare to support build rolldown package with wasi binding (#​6152) by @​hyf0
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
  • hmr: ensure each test isolated to be able to be retryed (#​6142) by @​hyf0
⚙️ Miscellaneous Tasks
bahmutov/start-server-and-test (start-server-and-test)

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes
google/zx (zx)

v8.8.3: — Sealing Gasket

Compare Source

Continues #​1339 to prevent injections via Proxy input or custom toString() manipulations.

v8.8.2: — Leaking Valve

Compare Source

Fixes potential cmd injection via kill() method for Windows platform. #​1337 #​1339. Affects the versions range 8.7.1...8.8.1.


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 force-pushed the renovate/all-minor-patch branch from 381be3a to af8934f Compare September 22, 2025 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af8934f to 56dcb0a Compare September 22, 2025 06:51
@cexbrayat cexbrayat merged commit 1d8ba61 into main Sep 22, 2025
51 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 22, 2025 09:10
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