From de42e20d85bbc5dcb275735d9197e32104b9eb8f Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 7 Jun 2024 13:48:48 +0200 Subject: [PATCH] build(deps): bump chromium-bidi to 0.5.21 (#12551) --- package-lock.json | 19 +++++-------------- packages/puppeteer-core/package.json | 2 +- test/TestExpectations.json | 21 --------------------- 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 446db44fd47..fca2610049b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10237,7 +10237,6 @@ "version": "3.23.8", "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", - "dev": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } @@ -12538,7 +12537,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.3", - "chromium-bidi": "0.5.20", + "chromium-bidi": "0.5.21", "debug": "4.3.5", "devtools-protocol": "0.0.1286932", "ws": "8.17.0" @@ -12562,26 +12561,18 @@ "license": "MIT" }, "packages/puppeteer-core/node_modules/chromium-bidi": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.20.tgz", - "integrity": "sha512-RZa5N+VXCQ5W3wp0KynCtljy7bglk1VaB82H7a5OKiXGUOiz5G4CEwo89ovOk/DtvkLULr5AoQaG5O7VUxlZyQ==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.21.tgz", + "integrity": "sha512-NBae4qUvK43I/mvD7SPWyxlfGOsCHJrZ6NQmmsypgAmF4a2EBNLqQjmMLxuWl2oAkfFXrTmVk+Lt28ElgH3/Fg==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", - "zod": "3.23.5" + "zod": "3.23.8" }, "peerDependencies": { "devtools-protocol": "*" } }, - "packages/puppeteer-core/node_modules/chromium-bidi/node_modules/zod": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.5.tgz", - "integrity": "sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, "packages/puppeteer-core/node_modules/devtools-protocol": { "version": "0.0.1286932", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1286932.tgz", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 595daca6252..bc0bcd7743b 100644 --- a/packages/puppeteer-core/package.json +++ b/packages/puppeteer-core/package.json @@ -120,7 +120,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.3", - "chromium-bidi": "0.5.20", + "chromium-bidi": "0.5.21", "debug": "4.3.5", "devtools-protocol": "0.0.1286932", "ws": "8.17.0" diff --git a/test/TestExpectations.json b/test/TestExpectations.json index d1b9fb50ef5..a359ff0d24b 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2043,20 +2043,6 @@ "expectations": ["FAIL"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should be able to reconnect", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" - }, - { - "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should be able to reconnect to a disconnected browser", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" - }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should be able to reconnect to a disconnected browser", "platforms": ["darwin", "linux", "win32"], @@ -2351,13 +2337,6 @@ "expectations": ["SKIP"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work when subframe issues window.stop()", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: evaluating in the frame that was just attached causes an error in chromium-bidi" - }, { "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with DOM history.back()/history.forward()", "platforms": ["darwin", "linux", "win32"],