Bump playwright to 1.26.1 (#21357)

This commit is contained in:
Kyle D 2022-10-08 10:54:34 +02:00 committed by GitHub
parent bbbf9a4b93
commit 7bb12d7efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

View file

@ -571,7 +571,7 @@ steps:
# TODO: We should probably build all dependencies into a test image # TODO: We should probably build all dependencies into a test image
- name: test-e2e - name: test-e2e
image: mcr.microsoft.com/playwright:v1.24.0-focal image: mcr.microsoft.com/playwright:v1.26.1-focal
commands: commands:
- curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz - curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea - groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea

30
package-lock.json generated
View file

@ -47,7 +47,7 @@
"wrap-ansi": "8.0.1" "wrap-ansi": "8.0.1"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.25.2", "@playwright/test": "1.26.1",
"@stoplight/spectral-cli": "6.5.1", "@stoplight/spectral-cli": "6.5.1",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
@ -1378,13 +1378,13 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.25.2", "version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==", "integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"playwright-core": "1.25.2" "playwright-core": "1.26.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -9118,9 +9118,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.25.2", "version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==", "integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true, "dev": true,
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -12762,13 +12762,13 @@
} }
}, },
"@playwright/test": { "@playwright/test": {
"version": "1.25.2", "version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==", "integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*", "@types/node": "*",
"playwright-core": "1.25.2" "playwright-core": "1.26.1"
} }
}, },
"@popperjs/core": { "@popperjs/core": {
@ -18660,9 +18660,9 @@
} }
}, },
"playwright-core": { "playwright-core": {
"version": "1.25.2", "version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==", "integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true "dev": true
}, },
"pluralize": { "pluralize": {

View file

@ -47,7 +47,7 @@
"wrap-ansi": "8.0.1" "wrap-ansi": "8.0.1"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.25.2", "@playwright/test": "1.26.1",
"@stoplight/spectral-cli": "6.5.1", "@stoplight/spectral-cli": "6.5.1",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",