Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) ^9.38.0 -> ^9.39.1 age confidence
@types/node (source) ^22.18.11 -> ^22.19.0 age confidence
@typescript-eslint/utils (source) ^8.46.1 -> ^8.46.3 age confidence
@vitest/eslint-plugin ^1.3.23 -> ^1.4.0 age confidence
chromedriver ^141.0.3 -> ^141.0.6 age confidence
cypress (source) ^15.5.0 -> ^15.6.0 age confidence
eslint (source) ^9.38.0 -> ^9.39.1 age confidence
eslint-plugin-playwright ^2.2.2 -> ^2.3.0 age confidence
globals ^16.4.0 -> ^16.5.0 age confidence
jsdom ^27.0.1 -> ^27.1.0 age confidence
nightwatch (source) ^3.12.2 -> ^3.12.3 age confidence
pkgroll ^2.20.0 -> ^2.20.1 age confidence
pnpm (source) 10.18.3 -> 10.20.0 age confidence
typescript-eslint (source) ^8.46.1 -> ^8.46.3 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.3 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.46.3

Compare Source

This was a version bump only for utils 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.2

Compare Source

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

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

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

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
giggio/node-chromedriver (chromedriver)

v141.0.6

Compare Source

v141.0.5

Compare Source

v141.0.4

Compare Source

cypress-io/cypress (cypress)

v15.6.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.3.0

Compare Source

Bug Fixes
Features
sindresorhus/globals (globals)

v16.5.0

Compare Source


jsdom/jsdom (jsdom)

v27.1.0

Compare Source

  • Improved CSS parsing by switching to @acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixed package.json "engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.
nightwatchjs/nightwatch (nightwatch)

v3.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: nightwatchjs/nightwatch@v3.12.2...v3.12.3

privatenumber/pkgroll (pkgroll)

v2.20.1

Compare Source

Bug Fixes
  • wildcard pattern matching for root-level and filename patterns (7385506)
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

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
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.3

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.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.

vuejs/language-tools (vue-tsc)

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on <template> (#​5734) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template with lang="html" (#​5728) - Thanks to @​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to @​KazariEX!

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error when propTypes has no elements (#​5704) - Thanks to @​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to @​so1ve!
Other Changes
  • docs: fix vue-tsc broken link to example boilerplate in README.md (#​5721) - Thanks to @​heyakyra!

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 Pull requests that update a dependency file label Nov 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 47c8571 to 6bda57e Compare November 3, 2025 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bda57e to df55db8 Compare November 5, 2025 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant