Skip to content

chore(deps): update patch/minor dependencies#785

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major
Open

chore(deps): update patch/minor dependencies#785
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) 1.60.01.61.1 age confidence dependencies minor
apify/actions v1.1.2v1.4.0 age confidence action minor
apify/actor-python 3.133.14 age confidence final minor
apify/workflows v0.41.1v0.46.0 age confidence action minor
playwright (source) 1.60.01.61.1 age confidence dependencies minor
playwright (source) 1.59.11.61.1 age confidence dependencies minor
playwright (source) 1.60.01.61.1 age confidence devDependencies minor

Release Notes

microsoft/playwright (@​playwright/test)

v1.61.1

Compare Source

v1.61.0

Compare Source

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();

// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
  id: credentialId,
  userHandle,
  privateKey,
  publicKey,
});
await context.credentials.install();

const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();
New APIs
Network
Browser and Screencast
  • New option artifactsDir in browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.
  • New option cursor in screencast.showActions() controls the cursor decoration rendered for pointer actions.
  • The onFrame callback in screencast.start() now receives a timestamp of when the frame was presented by the browser.
Test runner
  • The testOptions.video option now supports the same set of modes as trace: new 'on-all-retries', 'retain-on-first-failure' and 'retain-on-failure-and-retries' values. See the video modes table for which runs are recorded and kept in each mode.
  • Supported expect.soft.poll(...).
  • New fullConfig.argv — a snapshot of process.argv from the runner process, handy for reading custom arguments passed after the -- separator.
  • New fullConfig.failOnFlakyTests mirrors the config option, so reporters can explain why a flaky run failed.
  • testInfo.errors now lists each sub-error of an AggregateError as a separate entry.
  • New -G command line shorthand for --grep-invert.
🛠️ Other improvements
  • Playwright now supports Ubuntu 26.04.
  • HAR and trace recordings now include WebSocket requests.
Browser Versions
  • Chromium 149.0.7827.55
  • Mozilla Firefox 151.0
  • WebKit 26.5

This version was also tested against the following stable channels:

  • Google Chrome 149
  • Microsoft Edge 149
apify/actions (apify/actions)

v1.4.0

Compare Source

Features
  • Add pull-after-push option to signed-commit action (#​33) (ffde975)

v1.3.2

Compare Source

Bug Fixes
  • increase child process output buffer size in signed-commit to handle large diffs (#​31) (49ee1be)

v1.3.1

Compare Source

Bug Fixes
  • pnpm-install: bump actions/cache to v6.1.0 to drop deprecated Node.js 20 runtime (#​29) (7927d91)

v1.3.0

Compare Source

Features
  • enhance MongoDB index checker with detailed sharding guidelines and common patterns (#​25) (ebbf103)
  • extend MongoDB index-check prompt with six more review patterns (#​21) (8bab229)
  • PR title check action (#​24) (28507c2)
  • Update model version from claude-opus-4-7 to claude-opus-4-8 (#​26) (f4bd7c9)
Bug Fixes
  • git-cliff-release: Improve behavior with no existing version tag (#​27) (9d7631e)

v1.2.0

Compare Source

Features
  • Update of MongoDB index checker, prompt, deduplication, etc. (#​17) (86b91e4)
Bug Fixes
  • Update signed-commit action to fix issues with unstaged or conflicted files (#​22) (5e8686c)
apify/workflows (apify/workflows)

v0.46.0

Compare Source

Features

v0.45.1

Compare Source

Bug Fixes
  • get_values: use head ref/sha on pull_request_target (#​303) (f199e0f)

v0.45.0

Compare Source

Features
  • Add more inputs and outputs to the commit action to make it more useful (#​298) (a1e8619)

  • Removes archived Grafana annotation action #​300

Bug Fixes
  • switch packageManager devEngines to warn + add minimumReleaseAge (#​286) (c0c1014)

v0.44.0

Compare Source

Features

v0.43.0

Compare Source

Features
  • Add default inputs to the commit action, add a README for it (#​292) (b8f2f31)
  • Move commit action to top level to align with other actions (#​291) (36f5d99)

v0.42.0

Compare Source

Features

v0.41.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • 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 enabled auto-merge (squash) May 28, 2026 14:24
@renovate

renovate Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[ERROR] This project is configured to use 11.5.1 of pnpm. Your current pnpm is v11.12.0
If you want to bypass this version check, you can set the "pmOnFail" configuration to "warn" or "ignore" (e.g. via --pm-on-fail=ignore). If using "devEngines.packageManager", you can set its "onFail" to "warn" or "ignore"

@renovate renovate Bot force-pushed the renovate/all-non-major branch 8 times, most recently from b71d36c to 94337f3 Compare June 4, 2026 11:40
@renovate renovate Bot force-pushed the renovate/all-non-major branch 5 times, most recently from 3195f2e to 0173031 Compare June 13, 2026 02:52
@renovate renovate Bot force-pushed the renovate/all-non-major branch 4 times, most recently from 74a36b5 to 472b2ab Compare June 21, 2026 21:11
@renovate renovate Bot force-pushed the renovate/all-non-major branch 5 times, most recently from c4d9181 to ad9fdba Compare June 30, 2026 13:45
@renovate renovate Bot requested review from DaveHanns and l2ysho as code owners June 30, 2026 13:45
@renovate renovate Bot force-pushed the renovate/all-non-major branch 4 times, most recently from e951031 to 0ae6882 Compare July 8, 2026 11:08
@renovate renovate Bot force-pushed the renovate/all-non-major branch 8 times, most recently from 9df0fec to 28d27a7 Compare July 10, 2026 10:36
@renovate renovate Bot force-pushed the renovate/all-non-major branch from 28d27a7 to dee2db9 Compare July 13, 2026 09: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.

1 participant