Skip to content

Commit 8b97aa5

Browse files
dependabot[bot]wcourtneypavoljuhasvtomolesenecameeks
authored
Bump node-fetch and puppeteer in /cirq-web/cirq_ts (#5998)
* Bump node-fetch and puppeteer in /cirq-web/cirq_ts Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.9 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `node-fetch` from 2.6.1 to 2.6.9 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.9) Updates `puppeteer` from 10.0.0 to 19.6.3 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@v10.0.0...puppeteer-v19.6.3) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect - dependency-name: puppeteer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Updated "expected" images for screenshot tests. * dropme - show node.js version active on github CI * CI - add missing setup-node for typescript tests * CI - use actions/checkout@v3 for typescript tests * Revert "Updated "expected" images for screenshot tests." Check if original expected PNGs would work on GHA. This reverts commit 5599798. * Revert "Revert "Updated "expected" images for screenshot tests."" No joy - back to the updated PNGs. This reverts commit 4cf21fd. * dropme: is there anything suspicious in puppeteer dependencies? * Add logic that saves actual png and diff png to the directory. From a local run I can see that that the diff comes from the black/dark gray pixels. * fix ts-lint formatting * update the expected images with the ones generated from my macOS. The text symbols had been slightly darker and more bold (from a chrome update I suspect) causing the pixelmatcher to fail. This now passes locally on my macOS. * Log base64 encoding of captured images by GHA's run environment so they can be reconstructed to PNGs. * Update expected images using the pngs generated from base64 encodings of the GHA run. * restore .ts files back to their contents in master * Add missing import statement and remove debug statements and TODOs. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Courtney <[email protected]> Co-authored-by: Pavol Juhas <[email protected]> Co-authored-by: Victory Omole <[email protected]> Co-authored-by: Seneca Meeks <[email protected]> Co-authored-by: Tanuj Khattar <[email protected]>
1 parent c8f7a02 commit 8b97aa5

File tree

5 files changed

+197
-45
lines changed

5 files changed

+197
-45
lines changed
Loading
Loading
Loading

cirq-web/cirq_ts/package-lock.json

+196-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cirq-web/cirq_ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nyc": "^15.1.0",
3333
"pixelmatch": "^5.2.1",
3434
"pngjs": "^6.0.0",
35-
"puppeteer": "^10.0.0",
35+
"puppeteer": "^19.6.3",
3636
"temp": "^0.9.4",
3737
"three": "^0.137.0",
3838
"ts-loader": "^9.1.2",

0 commit comments

Comments
 (0)