quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Update node dependencies & generate bundled JavaScript files #6720

Closed mhucka closed 3 weeks ago

mhucka commented 3 weeks ago

PR #4903 could not be merged due to a failed check. The check failure occurred because the bundled JavaScript files in cirq-web/cirq_ts/dist need updating. This PR updates those files, and also makes the minimum changes to package.json necessary to avoid npm install failing with Node version v20.17.0 (which is the current latest LTS version).

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.83%. Comparing base (f56a799) to head (a0c1b4f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6720 +/- ## ========================================== - Coverage 97.83% 97.83% -0.01% ========================================== Files 1077 1077 Lines 92487 92487 ========================================== - Hits 90485 90484 -1 - Misses 2002 2003 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.