[PR #94] [MERGED] PR 94: build(deps-dev): bump @playwright/test from 1.52.0 to 1.53.0 #110

Closed
opened 2026-03-02 23:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/94
Author: @dependabot[bot]
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @Aetherinox

Base: mainHead: dependabot/npm_and_yarn/playwright/test-1.53.0


📝 Commits (1)

  • 0ce0c1a build(deps-dev): bump @playwright/test from 1.52.0 to 1.53.0

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 package-lock.json (+12 -12)
📝 package.json (+1 -1)

📄 Description

Bumps @playwright/test from 1.52.0 to 1.53.0.

Release notes

Sourced from @​playwright/test's releases.

v1.53.0

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter:

  • 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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aetherinox/ntfy-desktop/pull/94 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@Aetherinox](https://github.com/Aetherinox) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/playwright/test-1.53.0` --- ### 📝 Commits (1) - [`0ce0c1a`](https://github.com/Aetherinox/ntfy-desktop/commit/0ce0c1a71a48f36dd8550bb42757554effca057f) build(deps-dev): bump @playwright/test from 1.52.0 to 1.53.0 ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+12 -12) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.52.0 to 1.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@​playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.53.0</h2> <h2>Trace Viewer and HTML Reporter Updates</h2> <ul> <li> <p>New Steps in Trace Viewer and HTML reporter: <!-- raw HTML omitted --></p> </li> <li> <p>New option in <code>'html'</code> reporter to set the title of a specific test run:</p> <pre lang="js"><code>import { defineConfig } from '@playwright/test'; <p>export default defineConfig({ reporter: [['html', { title: 'Custom test run <a href="https://redirect.github.com/microsoft/playwright/issues/1028">#1028</a>' }]] }); </code></pre></p> </li> </ul> <h2>Miscellaneous</h2> <ul> <li> <p>New option <a href="https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path-option-kind"><code>kind</code></a> in <a href="https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path">testInfo.snapshotPath()</a> controls which snapshot path template is used.</p> </li> <li> <p>New method <a href="https://playwright.dev/docs/api/class-locator#locator-describe">locator.describe()</a> to describe a locator. Used for trace viewer and reports.</p> <pre lang="js"><code>const button = page.getByTestId('btn-sub').describe('Subscribe button'); await button.click(); </code></pre> </li> <li> <p><code>npx playwright install --list</code> will now list all installed browsers, versions and locations.</p> </li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 138.0.7204.4</li> <li>Mozilla Firefox 139.0</li> <li>WebKit 18.5</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 137</li> <li>Microsoft Edge 137</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/682277722ce7d2a8cde94d26c2e8a0be627cc97d"><code>6822777</code></a> chore: mark v1.53.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/36266">#36266</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/3940798fcb67e428f03b1765e0b4e38100d4e19a"><code>3940798</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36260">#36260</a>): fix(html-reporter): race condition where form submission...</li> <li><a href="https://github.com/microsoft/playwright/commit/8ecfb12b60c0dc73799b31781228bd1e0bd5f6e5"><code>8ecfb12</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36258">#36258</a>): fix: restore proper class name escaping</li> <li><a href="https://github.com/microsoft/playwright/commit/48ae25977a8a404fcabdf709910e5779a202b194"><code>48ae259</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36231">#36231</a>): feat(chromium): roll to 1178</li> <li><a href="https://github.com/microsoft/playwright/commit/56eb92ab855ecbe910635f131d0d8f28760a363a"><code>56eb92a</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36227">#36227</a>): fix: java style selector string</li> <li><a href="https://github.com/microsoft/playwright/commit/1f643a38016e38953ea1e078b6f6cebcdfebd669"><code>1f643a3</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36214">#36214</a>): fix: ensure ElementHandlerDispatcher has FrameDispatcher...</li> <li><a href="https://github.com/microsoft/playwright/commit/88e4873f30c85d89b9d08500b74c7e3987a94379"><code>88e4873</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36206">#36206</a>): fix(ai snapshot): wait for blocking CSS (<a href="https://redirect.github.com/microsoft/playwright/issues/36206">#36206</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/f7fb27424bf8958aab5ab82b4f7e8f40d1054a3f"><code>f7fb274</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36203">#36203</a>): fix: capture snapshot for ai during navigation (<a href="https://redirect.github.com/microsoft/playwright/issues/36203">#36203</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/b1734fd65c11e0659399645c9d0f346380a91a99"><code>b1734fd</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36211">#36211</a>): chore: prepare to language ports roll</li> <li><a href="https://github.com/microsoft/playwright/commit/2e57a78da8f1efb83429bee22edc30ca39041181"><code>2e57a78</code></a> chore: add release notes for v1.53 (<a href="https://redirect.github.com/microsoft/playwright/issues/36196">#36196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.52.0...v1.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.52.0&new-version=1.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:31:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#110
No description provided.