Skip to content

Commit d25815f

Browse files
authored
chore: bump playwright and puppeteer (#3010)
1 parent 4ab2f31 commit d25815f

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
# We don't test on Windows as the tests are flaky
3535
os: [ ubuntu-22.04 ]
36-
node-version: [ 16, 18, 20, 22 ]
36+
node-version: [ 16, 18, 20, 22, 24 ]
3737

3838
runs-on: ${{ matrix.os }}
3939

.github/workflows/test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# tests on windows are extremely unstable
2424
# os: [ ubuntu-22.04, windows-2019 ]
2525
os: [ ubuntu-22.04 ]
26-
node-version: [ 16, 18, 20, 22 ]
26+
node-version: [ 16, 18, 20, 22, 24 ]
2727

2828
steps:
2929
- name: Cancel Workflow Action

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"lerna": "^8.0.0",
105105
"lint-staged": "^16.0.0",
106106
"nock": "^13.4.0",
107-
"playwright": "1.51.1",
107+
"playwright": "1.53.0",
108108
"portastic": "^1.0.1",
109109
"proxy": "^1.0.2",
110110
"puppeteer": "24.10.0",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
}
2525
],
2626
"schedule": ["every weekday"],
27-
"ignoreDeps": ["crawlee", "cheerio", "playwright", "yarn"]
27+
"ignoreDeps": ["crawlee", "cheerio", "yarn"]
2828
}

yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ __metadata:
783783
lerna: "npm:^8.0.0"
784784
lint-staged: "npm:^16.0.0"
785785
nock: "npm:^13.4.0"
786-
playwright: "npm:1.51.1"
786+
playwright: "npm:1.53.0"
787787
portastic: "npm:^1.0.1"
788788
proxy: "npm:^1.0.2"
789789
puppeteer: "npm:24.10.0"
@@ -10862,15 +10862,6 @@ __metadata:
1086210862
languageName: node
1086310863
linkType: hard
1086410864

10865-
"playwright-core@npm:1.51.1":
10866-
version: 1.51.1
10867-
resolution: "playwright-core@npm:1.51.1"
10868-
bin:
10869-
playwright-core: cli.js
10870-
checksum: 10c0/4f004d9dea5ecbd76b84c858fa4880ed955600b6cda972a3e8093ea47e150ce20bf2ea806e73e740497d34f4b61b080c208339a661fc75ad04d8f00bedcc21e0
10871-
languageName: node
10872-
linkType: hard
10873-
1087410865
"playwright-core@npm:1.53.0, playwright-core@npm:^1.52.0":
1087510866
version: 1.53.0
1087610867
resolution: "playwright-core@npm:1.53.0"
@@ -10880,18 +10871,18 @@ __metadata:
1088010871
languageName: node
1088110872
linkType: hard
1088210873

10883-
"playwright@npm:1.51.1":
10884-
version: 1.51.1
10885-
resolution: "playwright@npm:1.51.1"
10874+
"playwright@npm:1.53.0":
10875+
version: 1.53.0
10876+
resolution: "playwright@npm:1.53.0"
1088610877
dependencies:
1088710878
fsevents: "npm:2.3.2"
10888-
playwright-core: "npm:1.51.1"
10879+
playwright-core: "npm:1.53.0"
1088910880
dependenciesMeta:
1089010881
fsevents:
1089110882
optional: true
1089210883
bin:
1089310884
playwright: cli.js
10894-
checksum: 10c0/2aea553b8b1086ee419e72c9d4f4117686e6bdb5e09e0f47dfe563ce0f0bd79c4ee79dd9c8a0f023a2fb7803b81d4fdc552887410d16c036be07f21ab72b3f46
10885+
checksum: 10c0/8d995114808b92f2005bd12ff5e494cdc3fa2d484f4d85a3e54be1fb99e88ae3e34b24792d83bb987462c73e553a0fa37a2a70264afbf67894b51c1498cf5a11
1089510886
languageName: node
1089610887
linkType: hard
1089710888

0 commit comments

Comments
 (0)