From 9237390b83b4428792a76cb7386b1231d4b167c2 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:54:29 +0200 Subject: [PATCH] build(dependencies): bump `chromium-bidi` to `0.5.17` (#12245) --- package-lock.json | 14 +++++++------- packages/puppeteer-core/package.json | 2 +- test/TestExpectations.json | 14 -------------- 3 files changed, 8 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b13204c450..39e73060fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12025,9 +12025,9 @@ } }, "packages/ng-schematics/node_modules/@angular/cli/node_modules/pacote/node_modules/tar": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", - "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dev": true, "dependencies": { "chownr": "^2.0.0", @@ -12259,7 +12259,7 @@ "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.2.1", - "chromium-bidi": "0.5.16", + "chromium-bidi": "0.5.17", "debug": "4.3.4", "devtools-protocol": "0.0.1262051", "ws": "8.16.0" @@ -12282,9 +12282,9 @@ "license": "MIT" }, "packages/puppeteer-core/node_modules/chromium-bidi": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.16.tgz", - "integrity": "sha512-IT5lnR44h/qZQ4GaCHvBxYIl4cQL2i9UvFyYeRyVdcpY04hx5H720HQfe/7Oz7ndxaYVLQFGpCO71J4X2Ye/Gw==", + "version": "0.5.17", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.17.tgz", + "integrity": "sha512-BqOuIWUgTPj8ayuBFJUYCCuwIcwjBsb3/614P7tt1bEPJ4i1M0kCdIl0Wi9xhtswBXnfO2bTpTMkHD71H8rJMg==", "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 93218ef19a6..830b1fa395b 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.1", - "chromium-bidi": "0.5.16", + "chromium-bidi": "0.5.17", "debug": "4.3.4", "devtools-protocol": "0.0.1262051", "ws": "8.16.0" diff --git a/test/TestExpectations.json b/test/TestExpectations.json index ecc688b4c82..d15eda39fa1 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -3396,13 +3396,6 @@ "expectations": ["SKIP"], "comment": "TODO: Needs support for enabling cache in BiDi without CDP https://github.com/w3c/webdriver-bidi/issues/582" }, - { - "testIdPattern": "[requestinterception-experimental.spec] cooperative request interception Page.setRequestInterception should cache if cache enabled", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: Fixed in the next chromium-bidi release" - }, { "testIdPattern": "[requestinterception-experimental.spec] cooperative request interception Page.setRequestInterception should cooperatively continue by priority", "platforms": ["darwin", "linux", "win32"], @@ -3583,13 +3576,6 @@ "expectations": ["SKIP"], "comment": "TODO: Needs support for enabling cache in BiDi without CDP https://github.com/w3c/webdriver-bidi/issues/582" }, - { - "testIdPattern": "[requestinterception.spec] request interception Page.setRequestInterception should cache if cache enabled", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"], - "comment": "TODO: Fixed in the next chromium-bidi release" - }, { "testIdPattern": "[requestinterception.spec] request interception Page.setRequestInterception should intercept", "platforms": ["darwin", "linux", "win32"],