Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine cirq-web updates from dependabot #7117

Merged
merged 5 commits into from
Mar 4, 2025

Conversation

pavoljuhas
Copy link
Collaborator

@pavoljuhas pavoljuhas commented Mar 4, 2025

Pick dependabot updates #7105 and #7108 which pass unit tests.

  • Bump the non-security group in /cirq-web/cirq_ts with 5 updates
  • Bump typescript from 5.7.3 to 5.8.2 in /cirq-web/cirq_ts
  • Refresh Cirq-web bundle files

dependabot bot and others added 5 commits March 1, 2025 15:10
Bumps the non-security group in /cirq-web/cirq_ts with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.1` | `22.13.8` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.2.0` | `24.3.0` |
| [three](https://github.com/mrdoob/three.js) | `0.173.0` | `0.174.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.173.0` | `0.174.0` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |


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

Updates `puppeteer` from 24.2.0 to 24.3.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.2.0...puppeteer-v24.3.0)

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

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

Updates `webpack` from 5.97.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.1...v5.98.0)

---
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-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
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-security
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Executed  check/ts-build
@pavoljuhas pavoljuhas requested review from vtomole and a team as code owners March 4, 2025 00:54
@pavoljuhas pavoljuhas requested a review from dabacon March 4, 2025 00:54
@CirqBot CirqBot added the size: L 250< lines changed <1000 label Mar 4, 2025
@pavoljuhas pavoljuhas requested a review from mhucka March 4, 2025 01:01
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

Attention: Patch coverage is 99.50980% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.15%. Comparing base (2ad4136) to head (ebcc56d).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
examples/magic_square.py 99.07% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #7117    +/-   ##
========================================
  Coverage   98.15%   98.15%            
========================================
  Files        1089     1093     +4     
  Lines       95251    95432   +181     
========================================
+ Hits        93497    93676   +179     
- Misses       1754     1756     +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mhucka mhucka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pavoljuhas pavoljuhas added this pull request to the merge queue Mar 4, 2025
Merged via the queue into quantumlib:main with commit f98f4c7 Mar 4, 2025
38 checks passed
@pavoljuhas pavoljuhas deleted the combine-cirq-web-updates branch March 4, 2025 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: L 250< lines changed <1000
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants