From a94fee9c6614a5c5500198909c6a2c55d2aff9e7 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 23 Apr 2024 14:22:20 +0200 Subject: [PATCH] build(deps): bump chromium-bidi to 0.5.18 (#12307) --- package-lock.json | 8 ++++---- packages/puppeteer-core/package.json | 2 +- test/TestExpectations.json | 7 ------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0c7b224e75..c476ba49895 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12260,7 +12260,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.2", - "chromium-bidi": "0.5.17", + "chromium-bidi": "0.5.18", "debug": "4.3.4", "devtools-protocol": "0.0.1273771", "ws": "8.16.0" @@ -12283,9 +12283,9 @@ "license": "MIT" }, "packages/puppeteer-core/node_modules/chromium-bidi": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.17.tgz", - "integrity": "sha512-BqOuIWUgTPj8ayuBFJUYCCuwIcwjBsb3/614P7tt1bEPJ4i1M0kCdIl0Wi9xhtswBXnfO2bTpTMkHD71H8rJMg==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.18.tgz", + "integrity": "sha512-GdSfxYXG0FtE3Rg9RBVd1OtHwvjRo8eb/9mtluK/KPNRcQ61JdC2Vl2Vkp96mO4LPMCNH0/Z26k3HU26fHjaCg==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", diff --git a/packages/puppeteer-core/package.json b/packages/puppeteer-core/package.json index 477fc03d564..5d5a6480839 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.2", - "chromium-bidi": "0.5.17", + "chromium-bidi": "0.5.18", "debug": "4.3.4", "devtools-protocol": "0.0.1273771", "ws": "8.16.0" diff --git a/test/TestExpectations.json b/test/TestExpectations.json index d97deee0092..24dfc6b5490 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -986,13 +986,6 @@ "expectations": ["SKIP"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, - { - "testIdPattern": "[browser.spec] Browser specs Browser.process should keep connected after the last page is closed", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "The new headless does not allow opening a tab after the browser was closed" - }, { "testIdPattern": "[browser.spec] Browser specs Browser.process should not return child_process for remote browser", "platforms": ["darwin", "linux", "win32"],