Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) ^1.52.0 -> ^1.55.0 age confidence devDependencies minor
@rsbuild/core (source) ^1.3.22 -> ^1.5.3 age confidence devDependencies minor
@rsbuild/plugin-babel (source) ^1.0.5 -> ^1.0.6 age confidence dependencies patch
@rsbuild/plugin-vue (source) 1.0.7 -> 1.1.2 age confidence devDependencies minor
@rslib/core (source) ^0.9.1 -> ^0.12.4 age confidence devDependencies minor
@types/node (source) ^22.15.29 -> ^22.18.1 age confidence devDependencies minor
@vue/babel-plugin-jsx (source) ^1.4.0 -> ^1.5.0 age confidence dependencies minor
node 22 -> 22.19.0 age confidence uses-with minor
playwright (source) ^1.52.0 -> ^1.55.0 age confidence devDependencies minor
pnpm (source) 10.11.0 -> 10.15.1 age confidence packageManager minor
simple-git-hooks ^2.13.0 -> ^2.13.1 age confidence devDependencies patch
typescript (source) ^5.8.3 -> ^5.9.2 age confidence devDependencies minor
vue (source) ^3.5.16 -> ^3.5.21 age confidence devDependencies patch

Release Notes

microsoft/playwright (@​playwright/test)

v1.55.0

Compare Source

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

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

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

v1.53.2

Compare Source

v1.53.1

Compare Source

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
web-infra-dev/rsbuild (@​rsbuild/core)

v1.5.3

Compare Source

What's Changed

New Features 🎉
Performance 🚀
  • perf: optimize pick function by replacing reduce with for...of loop by @​Copilot in #​6022
  • perf: optimize isPlainObject with Object.prototype caching by @​Copilot in #​6021
  • perf: optimize Object.values() call in nonce plugin to avoid redundant array conversion by @​Copilot in #​6023
Bug Fixes 🐞
  • fix: eliminate redundant getPlugin() call in plugin dependency sorting by @​Copilot in #​6002
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.0...v1.5.1

v1.5.0

Compare Source

🎉 See Announcing Rspack 1.5 for more details.

What's Changed

Breaking changes 💡
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.15...v1.5.0

v1.4.16

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rsbuild@v1.4.15...v1.4.16

v1.4.15

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from d3c59b1 to e7eb705 Compare July 8, 2025 13:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e0a07ba to 85b28e0 Compare July 15, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 56467bd to 668bbbc Compare July 23, 2025 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 64bd494 to 455e765 Compare July 31, 2025 10:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ab272bf to 629d820 Compare August 4, 2025 15:05
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 186a494 to 3620c1f Compare August 7, 2025 04:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b0c9b40 to 5a2390a Compare August 15, 2025 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3e49172 to 7342e4b Compare August 25, 2025 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3e1fed5 to 7088906 Compare September 2, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7088906 to acb78ad Compare September 4, 2025 14:47
@chenjiahan chenjiahan merged commit e9d0eb8 into main Sep 5, 2025
5 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch September 5, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant