Skip to content

Commit c72b2b8

Browse files
renovate[bot]Renovatebothugo-vrijswijk
authored
chore(deps): update playwright monorepo to v1.58.2 (#1866)
* chore(deps): update playwright monorepo to v1.58.2 * Fix linting --------- Co-authored-by: Renovatebot <[email protected]> Co-authored-by: Hugo van Rijswijk <[email protected]>
1 parent 3d7ec84 commit c72b2b8

4 files changed

Lines changed: 21 additions & 23 deletions

File tree

packages/e2e/helpers/custom-matchers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async function toExist(this: ExpectMatcherState, locator: unknown, options?: { t
3636
do {
3737
const elements = await locator.elementHandles();
3838
if (elements.length > 1) {
39-
// eslint-disable-next-line @typescript-eslint/no-base-to-string
4039
throw new Error(`Found ${elements.length} elements matching ${String(locator)}`);
4140
}
4241
pass = (elements.length === 1) !== this.isNot;
@@ -58,7 +57,6 @@ async function toExist(this: ExpectMatcherState, locator: unknown, options?: { t
5857
promise: this.promise,
5958
});
6059

61-
// eslint-disable-next-line @typescript-eslint/no-base-to-string
6260
return hint + '\n\n' + `Expected locator to${not} exist: ${String(locator)}`;
6361
},
6462
};

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"keywords": [],
1414
"author": "Nico Jansen",
1515
"devDependencies": {
16-
"@playwright/test": "1.57.0",
16+
"@playwright/test": "1.58.2",
1717
"@stryker-mutator/dashboard-common": "workspace:*",
1818
"@stryker-mutator/dashboard-contract": "workspace:*",
1919
"@types/jsonwebtoken": "9.0.10"

packages/website-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mutation-testing-elements": "3.7.1",
2525
"mutation-testing-metrics": "3.7.1",
2626
"mutation-testing-report-schema": "3.7.1",
27-
"playwright": "1.57.0",
27+
"playwright": "1.58.2",
2828
"tailwindcss": "4.1.18",
2929
"vite": "7.3.1",
3030
"vitest": "4.0.18",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)