Skip to content

Commit

Permalink
Bump the non-security group in /cirq-web/cirq_ts with 4 updates (#7019)
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), [npm](https://github.com/npm/cli), [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three).


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

Updates `npm` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@libnpmhook-v11.0.0...v11.1.0)

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

Updates `@types/three` from 0.172.0 to 0.173.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-minor
  dependency-group: non-security
- dependency-name: npm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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

* Mark up `*.bundle.js` files as machine generated

One liner obfuscated js code is not very useful in diffs.

---------

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 Feb 3, 2025
1 parent 06e818a commit 3f67923
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*_pb2.py linguist-generated=true
*_pb2.pyi linguist-generated=true

# Cirq-web javascript bundles generated using check/ts-build
*.bundle.js linguist-generated=true
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-2024 Three.js Authors
* Copyright 2010-2025 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-2024 Three.js Authors
* Copyright 2010-2025 Three.js Authors
* SPDX-License-Identifier: MIT
*/
50 changes: 25 additions & 25 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": "^7.0.4",
"@types/temp": "^0.9.0",
"@types/three": "^0.172.0",
"@types/three": "^0.173.0",
"canvas": "^3.1.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.172.0",
"three": "^0.173.0",
"ts-loader": "^9.1.2",
"ts-mock-imports": "^1.3.7",
"ts-node": "^10.0.0",
Expand Down

0 comments on commit 3f67923

Please sign in to comment.