Skip to content

Commit 41d0bb1

Browse files
build(deps-dev): bump @playwright/test from 1.49.1 to 1.50.1 (#1455)
* build(deps-dev): bump @playwright/test from 1.49.1 to 1.50.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.1 to 1.50.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.1...v1.50.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fixed types --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Osbourne <[email protected]>
1 parent 558de6f commit 41d0bb1

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

injected/integration-test/helpers/harness.js

+5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ import { polyfillProcessGlobals } from '../../unit-test/helpers/polyfill-process
88

99
const DATA_DIR_PREFIX = 'ddg-temp-';
1010

11+
/**
12+
* @import {PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestType} from "@playwright/test"
13+
*/
14+
1115
/**
1216
* A single place
1317
* @param {typeof import("@playwright/test").test} test
18+
* @return {TestType<PlaywrightTestArgs & PlaywrightTestOptions & PlaywrightWorkerArgs & PlaywrightWorkerOptions & { altServerPort: number }, {}>}
1419
*/
1520
export function testContextForExtension(test) {
1621
return test.extend({

package-lock.json

+15-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"devDependencies": {
3939
"@duckduckgo/eslint-config": "github:duckduckgo/eslint-config#v0.1.0",
40-
"@playwright/test": "^1.49.1",
40+
"@playwright/test": "^1.50.1",
4141
"@types/eslint__js": "^8.42.3",
4242
"eslint": "^9.18.0",
4343
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)