Skip to content

Commit

Permalink
Bump the non-security group in /cirq-web/cirq_ts with 4 updates (#6980)
Browse files Browse the repository at this point in the history
* Bump the non-security group in /cirq-web/cirq_ts with 4 updates

Bumps the non-security group in /cirq-web/cirq_ts with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [puppeteer](https://github.com/puppeteer/puppeteer), [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three).


Updates `@types/node` from 22.10.7 to 22.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `puppeteer` from 24.1.0 to 24.1.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.1.0...puppeteer-v24.1.1)

Updates `three` from 0.137.5 to 0.172.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.128.0 to 0.172.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-security
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-security
- dependency-name: three
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-security
- dependency-name: "@types/three"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-security
...

Signed-off-by: dependabot[bot] <[email protected]>

* Refresh Cirq-web bundle files

Executed  check/ts-build

* Refresh expected PNG screenshots for Cirq-web

Only non-essential differences between actual and expected images.

* ts-test-e2e - output generated PNGs in base64 encoding

* Fix paths to generated files

And preserve exit code from the test command.

* Add temporary AWK script for extracting PNGs from GHA log

* Refresh expected PNG screenshots for Cirq-web

Use actual PNGs generated by the GitHub action job.

* Remove temporary PNG-saving code from cirq-web tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavol Juhas <[email protected]>
  • Loading branch information
dependabot[bot] and pavoljuhas authored Jan 28, 2025
1 parent b73eb28 commit e1c902e
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 55 deletions.
2 changes: 1 addition & 1 deletion cirq-web/cirq_ts/dist/bloch_sphere.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cirq-web/cirq_ts/dist/bloch_sphere.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license
* Copyright 2010-2022 Three.js Authors
* Copyright 2010-2024 Three.js Authors
* SPDX-License-Identifier: MIT
*/
2 changes: 1 addition & 1 deletion cirq-web/cirq_ts/dist/circuit.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cirq-web/cirq_ts/dist/circuit.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license
* Copyright 2010-2022 Three.js Authors
* Copyright 2010-2024 Three.js Authors
* SPDX-License-Identifier: MIT
*/
Binary file modified cirq-web/cirq_ts/e2e/bloch_sphere/bloch_sphere_expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cirq-web/cirq_ts/e2e/circuit/circuit_expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 77 additions & 49 deletions cirq-web/cirq_ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cirq-web/cirq_ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/pngjs": "^6.0.0",
"@types/puppeteer": "^5.4.3",
"@types/temp": "^0.9.0",
"@types/three": "^0.128.0",
"@types/three": "^0.172.0",
"canvas": "^2.8.0",
"chai": "^4.3.4",
"concurrently": "^9.1.2",
Expand All @@ -34,7 +34,7 @@
"pngjs": "^7.0.0",
"puppeteer": "^24.1.0",
"temp": "^0.9.4",
"three": "^0.137.0",
"three": "^0.172.0",
"ts-loader": "^9.1.2",
"ts-mocha": "^10.0.0",
"ts-mock-imports": "^1.3.7",
Expand Down

0 comments on commit e1c902e

Please sign in to comment.