Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) ^1.50.1 -> ^1.54.2 age confidence
@rsbuild/core (source) ^1.2.10 -> ^1.4.15 age confidence
@rslib/core (source) ^0.5.0 -> ^0.11.2 age confidence
@types/node (source) ^22.13.4 -> ^22.17.1 age confidence
@​winner-fed/utils ^0.13.4 -> ^0.16.10 age confidence
@​winner-fed/winjs ^0.13.4 -> ^0.16.10 age confidence
playwright (source) ^1.50.1 -> ^1.54.2 age confidence
simple-git-hooks ^2.11.1 -> ^2.13.1 age confidence
typescript (source) ^5.7.3 -> ^5.9.2 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

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

v1.52.0

Compare Source

v1.51.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning: 2149630.634 does not fit into a 32-bit signed integer
https://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133

v1.51.0

Compare Source

web-infra-dev/rsbuild (@​rsbuild/core)

v1.4.15

Compare Source

What's Changed

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

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

v1.4.14

Compare Source

What's Changed

Trusted Publishing

All Rsbuild npm packages are now published based on npm's trusted publishing, making Rsbuild's npm packages more secure and transparent.

See:

Screenshot 2025-08-04 at 22 25 28
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.13...v1.4.14

v1.4.13

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v1.4.12...v1.4.13

v1.4.12

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v1.4.11...v1.4.12

v1.4.11

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.10...v1.4.11

v1.4.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.9...v1.4.10

v1.4.9

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.8...v1.4.9

v1.4.8

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.7...v1.4.8

v1.4.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.6...v1.4.7

v1.4.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
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 6 times, most recently from 28416c9 to 34378fa Compare March 6, 2025 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f0bf37d to bd086ac Compare March 14, 2025 06:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9a4c099 to a5c1fe9 Compare March 24, 2025 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0a6fe0f to e51ab9e Compare April 1, 2025 19:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9a39225 to fc741de Compare July 22, 2025 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 237dae7 to 0f74e34 Compare July 31, 2025 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 30fad1a to cf1fc62 Compare August 7, 2025 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 12d24c1 to cc1ec54 Compare August 8, 2025 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f05e4d to ba2d6af Compare August 10, 2025 10:19
@cklwblove cklwblove merged commit 1a2e2b3 into main Aug 10, 2025
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 10, 2025 10:20
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