build(deps): bump chromium-bidi to 0.5.18 (#12307)

This commit is contained in:
Alex Rudenko 2024-04-23 14:22:20 +02:00 committed by GitHub
parent 02cf1c713d
commit a94fee9c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 12 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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"

View File

@ -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"],