alpha
Login
or
Join now
danielroe.dev
/
page-speed.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily.
page-speed.dev
core-web-vitals
pagespeed
performance
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore(deps): bump playwright versions
author
Daniel Roe
date
2 months ago
(May 17, 2026, 8:37 PM +0200)
commit
6c392f38
6c392f38ce660e7fce8242cd9cd925eb179648e9
parent
589ecb29
589ecb29a6877b35589cf760ab23169747906c9a
+32
-21
3 changed files
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
package.json
pnpm-lock.yaml
+1
-1
.github/workflows/ci.yml
View file
Reviewed
···
35
35
runs-on: ubuntu-latest
36
36
timeout-minutes: 15
37
37
container:
38
38
-
image: mcr.microsoft.com/playwright:v1.52.0-noble
38
38
+
image: mcr.microsoft.com/playwright:v1.60.0-noble
39
39
40
40
steps:
41
41
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+2
-2
package.json
View file
Reviewed
···
10
10
"lint": "eslint .",
11
11
"postinstall": "nuxt prepare && simple-git-hooks",
12
12
"test:e2e": "playwright test test/e2e",
13
13
-
"test:e2e:update": "docker run --rm --network host -v $(pwd):/work/ -v /tmp/playwright-nm:/work/node_modules -w /work/ -it mcr.microsoft.com/playwright:v1.52.0-noble bash -c 'corepack enable && pnpm i && pnpm playwright test test/e2e --update-snapshots'"
13
13
+
"test:e2e:update": "docker run --rm --network host -v $(pwd):/work/ -v /tmp/playwright-nm:/work/node_modules -w /work/ -it mcr.microsoft.com/playwright:v1.60.0-noble bash -c 'corepack enable && pnpm i && pnpm playwright test test/e2e --update-snapshots'"
14
14
},
15
15
"dependencies": {
16
16
"@azure/identity": "^4.5.0",
···
32
32
"@actions/http-client": "3.0.0",
33
33
"@nuxt/eslint": "1.4.1",
34
34
"@nuxt/test-utils": "3.21.0",
35
35
-
"@playwright/test": "1.52.0",
35
35
+
"@playwright/test": "1.60.0",
36
36
"eslint": "9.39.2",
37
37
"mock-driver": "link:./test/mock-driver",
38
38
"nano-staged": "^0.9.0",
+29
-18
pnpm-lock.yaml
View file
Reviewed
···
59
59
version: 1.4.1(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1))(magicast@0.3.5)(typescript@5.8.3)(vite@6.3.5(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.0))
60
60
'@nuxt/test-utils':
61
61
specifier: 3.21.0
62
62
-
version: 3.21.0(@playwright/test@1.52.0)(magicast@0.3.5)(playwright-core@1.52.0)(typescript@5.8.3)
62
62
+
version: 3.21.0(@playwright/test@1.60.0)(magicast@0.3.5)(playwright-core@1.60.0)(typescript@5.8.3)
63
63
'@playwright/test':
64
64
-
specifier: 1.52.0
65
65
-
version: 1.52.0
64
64
+
specifier: 1.60.0
65
65
+
version: 1.60.0
66
66
eslint:
67
67
specifier: 9.39.2
68
68
version: 9.39.2(jiti@2.6.1)
···
1128
1128
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
1129
1129
engines: {node: '>=14'}
1130
1130
1131
1131
-
'@playwright/test@1.52.0':
1132
1132
-
resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==}
1131
1131
+
'@playwright/test@1.60.0':
1132
1132
+
resolution: {integrity: sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==}
1133
1133
engines: {node: '>=18'}
1134
1134
hasBin: true
1135
1135
···
2980
2980
2981
2981
glob@10.4.5:
2982
2982
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
2983
2983
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2983
2984
hasBin: true
2984
2985
2985
2986
glob@8.1.0:
2986
2987
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
2987
2988
engines: {node: '>=12'}
2988
2988
-
deprecated: Glob versions prior to v9 are no longer supported
2989
2989
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2989
2990
2990
2991
global-directory@4.0.1:
2991
2992
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
···
3967
3968
engines: {node: '>=18'}
3968
3969
hasBin: true
3969
3970
3970
3970
-
playwright@1.52.0:
3971
3971
-
resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==}
3971
3971
+
playwright-core@1.60.0:
3972
3972
+
resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==}
3973
3973
+
engines: {node: '>=18'}
3974
3974
+
hasBin: true
3975
3975
+
3976
3976
+
playwright@1.60.0:
3977
3977
+
resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==}
3972
3978
engines: {node: '>=18'}
3973
3979
hasBin: true
3974
3980
···
4624
4630
tar@7.4.3:
4625
4631
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
4626
4632
engines: {node: '>=18'}
4633
4633
+
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
4627
4634
4628
4635
terser-webpack-plugin@5.3.14:
4629
4636
resolution: {integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==}
···
4793
4800
4794
4801
unplugin-vue-router@0.12.0:
4795
4802
resolution: {integrity: sha512-xjgheKU0MegvXQcy62GVea0LjyOdMxN0/QH+ijN29W62ZlMhG7o7K+0AYqfpprvPwpWtuRjiyC5jnV2SxWye2w==}
4803
4803
+
deprecated: 'Merged into vuejs/router. Migrate: https://router.vuejs.org/guide/migration/v4-to-v5.html'
4796
4804
peerDependencies:
4797
4805
vue-router: ^4.4.0
4798
4806
peerDependenciesMeta:
···
4907
4915
4908
4916
uuid@8.3.2:
4909
4917
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
4918
4918
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
4910
4919
hasBin: true
4911
4920
4912
4921
validate-npm-package-license@3.0.4:
···
6291
6300
transitivePeerDependencies:
6292
6301
- magicast
6293
6302
6294
6294
-
'@nuxt/test-utils@3.21.0(@playwright/test@1.52.0)(magicast@0.3.5)(playwright-core@1.52.0)(typescript@5.8.3)':
6303
6303
+
'@nuxt/test-utils@3.21.0(@playwright/test@1.60.0)(magicast@0.3.5)(playwright-core@1.60.0)(typescript@5.8.3)':
6295
6304
dependencies:
6296
6305
'@nuxt/kit': 3.20.1(magicast@0.3.5)
6297
6306
c12: 3.3.2(magicast@0.3.5)
···
6316
6325
tinyexec: 1.0.2
6317
6326
ufo: 1.6.1
6318
6327
unplugin: 2.3.11
6319
6319
-
vitest-environment-nuxt: 1.0.1(@playwright/test@1.52.0)(magicast@0.3.5)(playwright-core@1.52.0)(typescript@5.8.3)
6328
6328
+
vitest-environment-nuxt: 1.0.1(@playwright/test@1.60.0)(magicast@0.3.5)(playwright-core@1.60.0)(typescript@5.8.3)
6320
6329
vue: 3.5.25(typescript@5.8.3)
6321
6330
optionalDependencies:
6322
6322
-
'@playwright/test': 1.52.0
6323
6323
-
playwright-core: 1.52.0
6331
6331
+
'@playwright/test': 1.60.0
6332
6332
+
playwright-core: 1.60.0
6324
6333
transitivePeerDependencies:
6325
6334
- magicast
6326
6335
- typescript
···
6525
6534
'@pkgjs/parseargs@0.11.0':
6526
6535
optional: true
6527
6536
6528
6528
-
'@playwright/test@1.52.0':
6537
6537
+
'@playwright/test@1.60.0':
6529
6538
dependencies:
6530
6530
-
playwright: 1.52.0
6539
6539
+
playwright: 1.60.0
6531
6540
6532
6541
'@polka/url@1.0.0-next.29': {}
6533
6542
···
9729
9738
9730
9739
playwright-core@1.52.0: {}
9731
9740
9732
9732
-
playwright@1.52.0:
9741
9741
+
playwright-core@1.60.0: {}
9742
9742
+
9743
9743
+
playwright@1.60.0:
9733
9744
dependencies:
9734
9734
-
playwright-core: 1.52.0
9745
9745
+
playwright-core: 1.60.0
9735
9746
optionalDependencies:
9736
9747
fsevents: 2.3.2
9737
9748
···
10818
10829
terser: 5.44.1
10819
10830
yaml: 2.8.0
10820
10831
10821
10821
-
vitest-environment-nuxt@1.0.1(@playwright/test@1.52.0)(magicast@0.3.5)(playwright-core@1.52.0)(typescript@5.8.3):
10832
10832
+
vitest-environment-nuxt@1.0.1(@playwright/test@1.60.0)(magicast@0.3.5)(playwright-core@1.60.0)(typescript@5.8.3):
10822
10833
dependencies:
10823
10823
-
'@nuxt/test-utils': 3.21.0(@playwright/test@1.52.0)(magicast@0.3.5)(playwright-core@1.52.0)(typescript@5.8.3)
10834
10834
+
'@nuxt/test-utils': 3.21.0(@playwright/test@1.60.0)(magicast@0.3.5)(playwright-core@1.60.0)(typescript@5.8.3)
10824
10835
transitivePeerDependencies:
10825
10836
- '@cucumber/cucumber'
10826
10837
- '@jest/globals'