[PR #44] [CLOSED] PR 44: build(deps-dev): bump @playwright/test from 1.45.3 to 1.47.2 #218

Closed
opened 2026-03-13 17:42:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/44
Author: @dependabot[bot]
Created: 9/23/2024
Status: Closed

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


📝 Commits (1)

  • c409f4c build(deps-dev): bump @playwright/test from 1.45.3 to 1.47.2

📊 Changes

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

View changed files

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

📄 Description

Bumps @playwright/test from 1.45.3 to 1.47.2.

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.0

Network Tab improvements

The Network tab in the UI mode and trace viewer has several nice improvements:

  • filtering by asset type and URL
  • better display of query string parameters
  • preview of font assets

Network tab now has filters

Credit to @​kubajanik for these wonderful improvements!

--tsconfig CLI option

By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:

# Pass a specific tsconfig
</tr></table> 

... (truncated)

Commits
  • d93029f chore: mark v1.47.2 (#32729)
  • 0c6217a cherry-pick(#32699): fix(codegen): use content_frame property in python
  • f96b487 cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...
  • 937424f cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • Additional commits viewable in compare view

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/44 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/playwright/test-1.47.2` --- ### 📝 Commits (1) - [`c409f4c`](https://github.com/Aetherinox/ntfy-desktop/commit/c409f4cc96176f4e6e4abb113756d0f01d24f4f1) build(deps-dev): bump @playwright/test from 1.45.3 to 1.47.2 ### 📊 Changes **2 files changed** (+13 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+12 -16) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.3 to 1.47.2. <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.47.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/pull/32699-">microsoft/playwright#32699</a> [REGRESSION]: fix(codegen): use content_frame property in python/.NET <a href="https://redirect.github.com/microsoft/playwright/issues/32706-">microsoft/playwright#32706</a> [REGRESSION]: page.pause() does not pause test timeout after 1.47 <a href="https://redirect.github.com/microsoft/playwright/pull/32661">microsoft/playwright#32661</a> - fix(trace-viewer): time delta between local and remote actions</p> <h2>Browser Versions</h2> <ul> <li>Chromium 129.0.6668.29</li> <li>Mozilla Firefox 130.0</li> <li>WebKit 18.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 128</li> <li>Microsoft Edge 128</li> </ul> <h2>v1.47.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/32480">microsoft/playwright#32480</a> - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 <a href="https://redirect.github.com/microsoft/playwright/issues/32552">microsoft/playwright#32552</a> - [REGRESSION]: broken UI in Trace Viewer while showing network response body</p> <h2>Browser Versions</h2> <ul> <li>Chromium 129.0.6668.29</li> <li>Mozilla Firefox 130.0</li> <li>WebKit 18.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 128</li> <li>Microsoft Edge 128</li> </ul> <h2>v1.47.0</h2> <h2>Network Tab improvements</h2> <p>The Network tab in the UI mode and trace viewer has several nice improvements:</p> <ul> <li>filtering by asset type and URL</li> <li>better display of query string parameters</li> <li>preview of font assets</li> </ul> <p><img src="https://github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2" alt="Network tab now has filters" /></p> <p>Credit to <a href="https://github.com/kubajanik"><code>@​kubajanik</code></a> for these wonderful improvements!</p> <h2><code>--tsconfig</code> CLI option</h2> <p>By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:</p> <pre lang="sh"><code># Pass a specific tsconfig &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/d93029f32f9d0e2e2b30830ce3fde37f62273293"><code>d93029f</code></a> chore: mark v1.47.2 (<a href="https://redirect.github.com/microsoft/playwright/issues/32729">#32729</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0c6217a85f8065a1815318b0505100f3c6234959"><code>0c6217a</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32699">#32699</a>): fix(codegen): use content_frame property in python</li> <li><a href="https://github.com/microsoft/playwright/commit/f96b4870302bb39df2f8c10b152d03b0411093fe"><code>f96b487</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32714">#32714</a>): fix(test runner): page.pause() should enable debug mode ...</li> <li><a href="https://github.com/microsoft/playwright/commit/937424fb59058495779e970dab4a443fdcf5f782"><code>937424f</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32661">#32661</a>): fix(trace-viewer): time delta between local and … (<a href="https://redirect.github.com/microsoft/playwright/issues/32663">#32663</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/3d2ffd0fe97f23f480092054da5928539a3c5beb"><code>3d2ffd0</code></a> chore: mark v1.47.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/32617">#32617</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/dba13193001e5f89a2bff6c56723ae1856b138af"><code>dba1319</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32589">#32589</a>): docs: release note fixes for 1.47</li> <li><a href="https://github.com/microsoft/playwright/commit/90f959a11c17d17e040a4f0c5aed7e4bfdf6799e"><code>90f959a</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32553">#32553</a>): fix(trace-viewer): fix ui issue on network request details</li> <li><a href="https://github.com/microsoft/playwright/commit/13e6e48a2b95f2e7da808a0bafc5687507ab9efb"><code>13e6e48</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32491">#32491</a>): fix(test runner): allow directory imports with path mapp...</li> <li><a href="https://github.com/microsoft/playwright/commit/8762407038f237dd16fc29182239bd2b73681f59"><code>8762407</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32492">#32492</a>): Revert &quot;fix(test runner): align with typescript … (<a href="https://redirect.github.com/microsoft/playwright/issues/32560">#32560</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/f9145b1a7e29c2a00ab19ffc6f01d0b1f299559c"><code>f9145b1</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/32516">#32516</a>): chore: allow query as string in Python/.NET</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.45.3...v1.47.2">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.45.3&new-version=1.47.2)](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-13 17:42:04 +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#218
No description provided.