256.json (9371B)
1 { 2 "number": 256, 3 "title": "Bump @playwright/test from 1.22.2 to 1.29.1", 4 "state": "closed", 5 "diff_file": "256.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-01-03T16:43:51Z", 8 "closed_at": "2023-01-03T16:44:44Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/playwright/test-1.29.1", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.22.2 to 1.29.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/Microsoft/playwright/releases\"><code>@\u200bplaywright/test</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v1.29.1</h2>\n<h2>Highlights</h2>\n<p><a href=\"https://github-redirect.dependabot.com/microsoft/playwright/issues/18928\">microsoft/playwright#18928</a> - [BUG] Electron firstWindow times out after upgrading to 1.28.0\n<a href=\"https://github-redirect.dependabot.com/microsoft/playwright/issues/19246\">microsoft/playwright#19246</a> - [BUG] Electron firstWindow times out after upgrading to 1.28.1\n<a href=\"https://github-redirect.dependabot.com/microsoft/playwright/issues/19412\">microsoft/playwright#19412</a> - [REGRESSION]: 1.28 does not work with electron-serve anymore.\n<a href=\"https://github-redirect.dependabot.com/microsoft/playwright/issues/19540\">microsoft/playwright#19540</a> - [BUG] electron.app.getAppPath() returns the path one level higher if you run electron pointing to the directory\n<a href=\"https://github-redirect.dependabot.com/microsoft/playwright/issues/19548\">microsoft/playwright#19548</a> - [REGRESSION]: Ubuntu 18 LTS not supported anymore</p>\n<h2>Browser Versions</h2>\n<ul>\n<li>Chromium 109.0.5414.46</li>\n<li>Mozilla Firefox 107.0</li>\n<li>WebKit 16.4</li>\n</ul>\n<p>This version was also tested against the following stable channels:</p>\n<ul>\n<li>Google Chrome 108</li>\n<li>Microsoft Edge 108</li>\n</ul>\n<h2>v1.29.0</h2>\n<h2>New APIs</h2>\n<ul>\n<li>\n<p>New method <a href=\"https://playwright.dev/docs/api/class-route#route-fetch\"><code>route.fetch()</code></a> and new option <code>json</code> for <a href=\"https://playwright.dev/docs/api/class-route#route-fulfill\"><code>route.fulfill()</code></a>:</p>\n<pre lang=\"js\"><code>await page.route('**/api/settings', async route => {\n // Fetch original settings.\n const response = await route.fetch();\n<p>// Force settings theme to a predefined value.\nconst json = await response.json();\njson.theme = 'Solorized';</p>\n<p>// Fulfill with modified data.\nawait route.fulfill({ json });\n});\n</code></pre></p>\n</li>\n<li>\n<p>New method <a href=\"https://playwright.dev/docs/api/class-locator#locator-all\"><code>locator.all()</code></a> to iterate over all matching elements:</p>\n<pre lang=\"js\"><code>// Check all checkboxes!\nconst checkboxes = page.getByRole('checkbox');\nfor (const checkbox of await checkboxes.all())\n await checkbox.check();\n</code></pre>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/microsoft/playwright/commit/0bdca2b913631d80a8b10c17b26b80208009e516\"><code>0bdca2b</code></a> chore: mark v1.29.1 (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19633\">#19633</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/f2916d4ced40359089a4cca2cc74a95a49a9802a\"><code>f2916d4</code></a> cherry-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19627\">#19627</a>): fix(screenshot): account for <code>screenshot === undefined</code> ...</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/db88d4ba0fa18bdcf873ea4fc34602d9c3d30ec9\"><code>db88d4b</code></a> chery-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19625\">#19625</a>): chore: bring ubuntu bionic back (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19629\">#19629</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/5d07c48e17a668fe128a13dc0c815f923102aff4\"><code>5d07c48</code></a> chery-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19617\">#19617</a>): feat(chromium): roll to r1041 (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19623\">#19623</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/25c747d5efa8cff688169b896f32e1f5b3543022\"><code>25c747d</code></a> chery-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19605\">#19605</a>): chore: fix docs roll (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19608\">#19608</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/ae7a8d2aa76d42f13fc7d140026c72a6044afadc\"><code>ae7a8d2</code></a> chery-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19573\">#19573</a>): docs: add 1.29 language port release notes (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19606\">#19606</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/5c0e23d6aa2bb6664b82346c8e2d360a4447a203\"><code>5c0e23d</code></a> chery-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19596\">#19596</a>): fix: render discouraged / deprecated types (<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19598\">#19598</a>)</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/0237b7b74258e7ddf6db24772131e9ce94fd5def\"><code>0237b7b</code></a> cherry-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19601\">#19601</a>): fix(electron): fix the directory app path</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/e78bd2436c44fa80931ff946c2177c4387e6e495\"><code>e78bd24</code></a> cherry-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19599\">#19599</a>): fix(electron): allow using pre-ready apis</li>\n<li><a href=\"https://github.com/microsoft/playwright/commit/d10cc91cf6a4bc8f633ea33a44d7c683a95083eb\"><code>d10cc91</code></a> cherry-pick(<a href=\"https://github-redirect.dependabot.com/Microsoft/playwright/issues/19580\">#19580</a>): fix: properly handle negated timed-out <code>toPass</code> matcher</li>\n<li>Additional commits viewable in <a href=\"https://github.com/Microsoft/playwright/compare/v1.22.2...v1.29.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2023-01-03T16:44:46Z", 27 "body": "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." 28 } 29 ], 30 "review_comments": [] 31 }