Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/types (source) ^7.28.0 -> ^7.28.1 age confidence
@eslint/js (source) ^9.30.1 -> ^9.31.0 age confidence
@rolldown/pluginutils (source) 1.0.0-beta.24 -> 1.0.0-beta.27 age confidence
@rolldown/pluginutils (source) ^1.0.0-beta.24 -> ^1.0.0-beta.27 age confidence
@types/node (source) ^22.16.0 -> ^22.16.3 age confidence
eslint (source) ^9.30.1 -> ^9.31.0 age confidence
playwright-chromium (source) ^1.53.2 -> ^1.54.1 age confidence
pnpm (source) 10.12.4 -> 10.13.1 age confidence
typescript-eslint (source) ^8.35.1 -> ^8.37.0 age confidence

Release Notes

babel/babel (@​babel/types)

v7.28.1

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator
📝 Documentation
↩️ Revert
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types
eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0-beta.27

Compare Source

🚀 Features
🐛 Bug Fixes
⚡ Performance
⚙️ Miscellaneous Tasks

v1.0.0-beta.26

Compare Source

🐛 Bug Fixes
⚙️ Miscellaneous Tasks

v1.0.0-beta.25

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
🧪 Testing
  • rust: automatically run extented test for minify_internal_exports: true (#​5213) by @​hyf0
  • rust: add basic tests for minifying internal exports (#​5211) by @​hyf0
⚙️ Miscellaneous Tasks
eslint/eslint (eslint)

v9.31.0

Compare Source

microsoft/playwright (playwright-chromium)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
pnpm/pnpm (pnpm)

v10.13.1

Compare Source

Patch Changes
  • Run user defined pnpmfiles after pnpmfiles of plugins.

v10.13.0

Compare Source

Minor Changes
  • Added the possibility to load multiple pnpmfiles. The pnpmfile setting can now accept a list of pnpmfile locations #​9702.

  • pnpm will now automatically load the pnpmfile.cjs file from any config dependency named @pnpm/plugin-* or pnpm-plugin-* #​9729.

    The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the pnpmfile.cjs files in the config dependencies can be explicitly listed using the pnpmfile setting in pnpm-workspace.yaml.

Patch Changes
  • When patching dependencies installed via pkg.pr.new, treat them as Git tarball URLs #​9694.
  • Prevent conflicts between local projects' config and the global config in dangerouslyAllowAllBuilds, onlyBuiltDependencies, onlyBuiltDependenciesFile, and neverBuiltDependencies #​9628.
  • Sort keys in pnpm-workspace.yaml with deep #​9701.
  • The pnpm rebuild command should not add pkgs included in ignoredBuiltDependencies to ignoredBuilds in node_modules/.modules.yaml #​9338.
  • Replaced shell-quote with shlex for quoting command arguments #​9381.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.37.0

Compare Source

🚀 Features
  • typescript-estree: infer tsconfigRootDir from call stack (#​11370)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.36.0

Compare Source

🚀 Features
  • typescript-eslint: support basePath in tseslint.config() (#​11357)
❤️ Thank You

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


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 Jul 14, 2025

Open in StackBlitz

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

commit: 176662e

@sapphi-red
Copy link
Member

The lint CI will be fixed by typescript-eslint/typescript-eslint@5c5e3d5

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c11723 to c9c52ca Compare July 14, 2025 20:00
@sapphi-red sapphi-red merged commit b969637 into main Jul 15, 2025
13 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch July 15, 2025 01:12
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