Skip to content

chore(deps): update serenity/js and playwright #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@serenity-js/assertions (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/console-reporter (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/core (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/cucumber (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/playwright (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/rest (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/serenity-bdd (source) ^3.32.3 -> ^3.32.4 age confidence
@serenity-js/web (source) ^3.32.3 -> ^3.32.4 age confidence
playwright (source) ^1.53.2 -> ^1.54.1 age confidence

Release Notes

serenity-js/serenity-js (@​serenity-js/assertions)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
serenity-js/serenity-js (@​serenity-js/console-reporter)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
serenity-js/serenity-js (@​serenity-js/core)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
serenity-js/serenity-js (@​serenity-js/cucumber)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
serenity-js/serenity-js (@​serenity-js/playwright)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
  • deps: update playwright dependencies to v1.54.1 (d7fda0e)
serenity-js/serenity-js (@​serenity-js/rest)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
  • deps: update dependency agent-base to v7.1.4 (658ec4d)
serenity-js/serenity-js (@​serenity-js/serenity-bdd)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
serenity-js/serenity-js (@​serenity-js/web)

v3.32.4

Compare Source

Bug Fixes
  • core: removed unnecessary tsconfig files from build artifacts (6e4d4fa)
microsoft/playwright (playwright)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/serenityjs-and-playwright branch from 63a946c to 636e721 Compare July 11, 2025 15:03
@renovate renovate bot changed the title chore(deps): update dependency playwright to ^1.54.0 chore(deps): update dependency playwright to ^1.54.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/serenityjs-and-playwright branch from 636e721 to f32580f Compare July 26, 2025 16:12
@renovate renovate bot changed the title chore(deps): update dependency playwright to ^1.54.1 chore(deps): update serenity/js and playwright Jul 26, 2025
@renovate renovate bot force-pushed the renovate/serenityjs-and-playwright branch from f32580f to 4411595 Compare July 26, 2025 18:41
@renovate renovate bot merged commit 48a7006 into main Jul 26, 2025
3 checks passed
@renovate renovate bot deleted the renovate/serenityjs-and-playwright branch July 26, 2025 21:56
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.

0 participants