Skip to content

Bump npm from 7.16.0 to 8.11.0 in /cirq-web/cirq_ts #5435

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

Merged
merged 2 commits into from
Jun 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2022

Bumps npm from 7.16.0 to 8.11.0.

Release notes

Sourced from npm's releases.

libnpmhook: v8.0.3

8.0.3 (2022-04-06)

Bug Fixes

Dependencies

libnpmhook libnpmhook-v8.0.2

Documentation

libnpmhook libnpmhook-v8.0.1

Bug Fixes

  • set proper workspace repo urls in package.json (#4476) (0cfc155)
Changelog

Sourced from npm's changelog.

v8.11.0 (2022-05-25)

Features

Bug Fixes

Documentation

Dependencies

v8.10.0 (2022-05-11)

Features

Bug Fixes

Dependencies

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for npm since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [npm](https://github.com/npm/cli) from 7.16.0 to 8.11.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v7.16.0...v8.11.0)

---
updated-dependencies:
- dependency-name: npm
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team, vtomole and cduck as code owners June 2, 2022 15:54
@dependabot dependabot bot added dependencies area/javascript Pull requests that update Javascript code labels Jun 2, 2022
@dependabot dependabot bot requested a review from tanujkhattar June 2, 2022 15:54
@CirqBot CirqBot added the size: XL lines changed >1000 label Jun 2, 2022
@MichaelBroughton MichaelBroughton self-assigned this Jun 2, 2022
Copy link
Collaborator

@MichaelBroughton MichaelBroughton left a comment

Choose a reason for hiding this comment

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

Seems fine.

@MichaelBroughton MichaelBroughton added the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Jun 2, 2022
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Jun 2, 2022
@CirqBot CirqBot merged commit 37b14f9 into master Jun 2, 2022
@CirqBot CirqBot removed the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Jun 2, 2022
@CirqBot CirqBot deleted the dependabot/npm_and_yarn/cirq-web/cirq_ts/npm-8.11.0 branch June 2, 2022 20:39
@CirqBot CirqBot removed the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Jun 2, 2022
MichaelBroughton added a commit that referenced this pull request Jun 2, 2022
CirqBot pushed a commit that referenced this pull request Jun 2, 2022
Reverts #5435

This was the last PR to go in that broke cirq-pre. Going to see if removing this fixes things.
rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
Bumps [npm](https://github.com/npm/cli) from 7.16.0 to 8.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/npm/cli/releases">npm's releases</a>.</em></p>
<blockquote>
<h2>libnpmhook: v8.0.3</h2>
<h3><a href="https://github.com/npm/cli/compare/libnpmhook-v8.0.2...libnpmhook-v8.0.3">8.0.3</a> (2022-04-06)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4667">#4667</a>) (<a href="https://github.com/npm/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262">e3da5df</a>)</li>
<li>update readme badges (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4658">#4658</a>) (<a href="https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d">2829cb2</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><code>@​npmcli/template-oss</code><a href="https://github.com/3"><code>@​3</code></a>.2.1 (<a href="https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08">aac01b8</a>)</li>
<li><code>@​npmcli/template-oss</code><a href="https://github.com/3"><code>@​3</code></a>.2.2 (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4639">#4639</a>) (<a href="https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f">a59fd2c</a>)</li>
</ul>
<h2>libnpmhook libnpmhook-v8.0.2</h2>
<h3>Documentation</h3>
<ul>
<li>standardize changelog heading (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4510">#4510</a>) (<a href="https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f">91f03ee</a>)</li>
</ul>
<h2>libnpmhook libnpmhook-v8.0.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>set proper workspace repo urls in package.json (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4476">#4476</a>) (<a href="https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754">0cfc155</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/npm/cli/blob/latest/CHANGELOG.md">npm's changelog</a>.</em></p>
<blockquote>
<h2>v8.11.0 (2022-05-25)</h2>
<h3>Features</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/8898710220a3d84b0a9ea2a6d9cf880e50b94c9e"><code>8898710</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4879">#4879</a> feat: deprecated set-script, birthday, --global, and --local (<a href="https://github.com/fritzy"><code>@​fritzy</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/7307c8de388cd14c96c42d70b7e567ec343ad084"><code>7307c8d</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4940">#4940</a> feat(libnpmpack): bump pacote for better workspace awareness (<a href="https://github.com/nlf"><code>@​nlf</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/400c80f570228a2c0ffe09d6564cc88dc2f356c3"><code>400c80f</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4913">#4913</a> fix(ci): remove node_modules post-validation (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/124df81391ea5810b29d2af9500ed597f076d597"><code>124df81</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4910">#4910</a> fix: clean up npm cache tests (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/ee3308a7a08799ec7e86237165ebaf278d9a4f9f"><code>ee3308a</code></a> fix: remove dead code from get-identity (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/357b0af2af2b07a58d2d837043d1d77c9495d8b5"><code>357b0af</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4917">#4917</a> fix: pass prefix and workspaces to libnpmpack (<a href="https://github.com/nlf"><code>@​nlf</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/0f89e0750f2ac9b5b4794b5718d047b5286283c8"><code>0f89e07</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4935">#4935</a> fix: add global getter to npm class (<a href="https://github.com/nlf"><code>@​nlf</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/83ed8d0d4fb51716fa58608fa3c1ee8eb0a93571"><code>83ed8d0</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4922">#4922</a> docs: update roadmap link in readme (<a href="https://github.com/OmriBarZik"><code>@​OmriBarZik</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/ed054d477093be3da96968d217c244cf2efd3ef1"><code>ed054d4</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4933">#4933</a> docs: fix broken link in changelog (<a href="https://github.com/yonran"><code>@​yonran</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/632ce87bbd23707cba2c49b95d5db755b3d68638"><code>632ce87</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4915">#4915</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/7b2b77adca730e516c1b187092374a01de7f0f56"><code>7b2b77a</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4915">#4915</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/f3b0a2407c7e213b1660ef7024c861dcb0eacb50"><code>f3b0a24</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4915">#4915</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/0df3011ec59ba76c12fb8fbfb29ff4d601cc4bdb"><code>0df3011</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4915">#4915</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/dc38ab96fca99069449e6c5e492062b94a1264b6"><code>dc38ab9</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4919">#4919</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0"><code>353e2f9</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4940">#4940</a> deps: <code>[email protected] [email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/f4d41265931c3c2eee433e27f4535c7a209e69fa"><code>f4d4126</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4941">#4941</a> deps: <code>[email protected]</code></li>
</ul>
<h2>v8.10.0 (2022-05-11)</h2>
<h3>Features</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/911f55dc6ac3672f48740d0675f67c934c01aaf4"><code>911f55d</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4864">#4864</a> feat: add --iwr alias for --include-workspace-root (<a href="https://github.com/fritzy"><code>@​fritzy</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/bfb8bccbe83753e527b43c8a3889696087dbe8f1"><code>bfb8bcc</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4874">#4874</a> feat: add flag --omit-lockfile-registry-resolved (<a href="https://github.com/fritzy"><code>@​fritzy</code></a>) (<a href="https://github.com/npm/cli/blob/latest/mailto:[email protected]">Caleb ツ Everett</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/48d2db6037487fd782f67bbcd2cf12e009ece17b"><code>48d2db6</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4862">#4862</a> fix: remove test coverage map (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/38cf29a0054544c575b6bce953f1d433dbb6a3b5"><code>38cf29a</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4868">#4868</a> fix: cleanup star/unstar (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/5baa4a7c64319485604982f9060702a7cee8a85c"><code>5baa4a7</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4857">#4857</a> fix: consolidate bugs, docs, repo command logic (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
<li><a href="https://github.com/npm/cli/commit/5a50762faa37ae5964ae6f12595b20b367056c0a"><code>5a50762</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4875">#4875</a> fix(arborist): link deps lifecycle scripts (<a href="https://github.com/ruyadorno"><code>@​ruyadorno</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a href="https://github.com/npm/cli/commit/d58bf40abf7c3ff8ae400f50e5e5a19c33138707"><code>d58bf40</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4856">#4856</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/86f443e97aa58c1a06b8eb6f523656274234bb71"><code>86f443e</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4872">#4872</a> deps: <code>[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/f9984e64e714937fa69f14850a1d3ed7ccfc934c"><code>f9984e6</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4880">#4880</a> deps: <code>@npmcli/[email protected]</code></li>
<li><a href="https://github.com/npm/cli/commit/ba599154dc8ea9f424410fb7dc382d5829215920"><code>ba59915</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/4881">#4881</a> deps: <code>[email protected]</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/npm/cli/commit/d60cfbcb43745705fd418fc2a7b8b427c6611911"><code>d60cfbc</code></a> 8.11.0</li>
<li><a href="https://github.com/npm/cli/commit/c538cfc915e0aca1687f224893231f46e3f9b2f4"><code>c538cfc</code></a> chore: update AUTHORS</li>
<li><a href="https://github.com/npm/cli/commit/57e7da224d37acfb74738a2d339d245b96ae7a6e"><code>57e7da2</code></a> chore: changelog for v8.11.0</li>
<li><a href="https://github.com/npm/cli/commit/f4d41265931c3c2eee433e27f4535c7a209e69fa"><code>f4d4126</code></a> deps: [email protected]</li>
<li><a href="https://github.com/npm/cli/commit/446fadf023b2615cc4aef586271957ab20256f1e"><code>446fadf</code></a> chore(latest): release libnpmpack 4.1.0</li>
<li><a href="https://github.com/npm/cli/commit/353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0"><code>353e2f9</code></a> deps: [email protected] [email protected]</li>
<li><a href="https://github.com/npm/cli/commit/7307c8de388cd14c96c42d70b7e567ec343ad084"><code>7307c8d</code></a> feat(libnpmpack): bump pacote for better workspace awareness</li>
<li><a href="https://github.com/npm/cli/commit/ed054d477093be3da96968d217c244cf2efd3ef1"><code>ed054d4</code></a> docs: fix broken link in changelog (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4933">#4933</a>)</li>
<li><a href="https://github.com/npm/cli/commit/8de831fdf310468cca48c689bd09a71698afc4cc"><code>8de831f</code></a> chore(fix): replace with exact comparison function (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4925">#4925</a>)</li>
<li><a href="https://github.com/npm/cli/commit/83ed8d0d4fb51716fa58608fa3c1ee8eb0a93571"><code>83ed8d0</code></a> docs: update roadmap link in readme (<a href="https://github-redirect.dependabot.com/npm/cli/issues/4922">#4922</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v7.16.0...v8.11.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~lukekarrys">lukekarrys</a>, a new releaser for npm since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=npm&package-manager=npm_and_yarn&previous-version=7.16.0&new-version=8.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/quantumlib/Cirq/network/alerts).

</details>
rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
…lib#5439)

Reverts quantumlib#5435

This was the last PR to go in that broke cirq-pre. Going to see if removing this fixes things.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies area/javascript Pull requests that update Javascript code size: XL lines changed >1000
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants