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

Bump got and gts in /cirq-web/cirq_ts #5881

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps got and gts. These dependencies needed to be updated together.
Removes got
Updates gts from 3.1.0 to 3.1.1

Changelog

Sourced from gts's changelog.

Changelog

4.0.0 (2022-07-04)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#686)

Features

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8 (#624) (23a4abb)
  • deps: update dependency eslint-plugin-prettier to v4 (#657) (5408bfe)
  • deps: update dependency prettier to ~2.5.0 (#660) (8789fd4)
  • deps: update dependency prettier to ~2.6.0 (#670) (2feba2c)
  • deps: update dependency prettier to ~2.7.0 (#696) (3c677fd)
  • deps: update dependency write-file-atomic to v4 (#687) (f16a3e1)
  • deps: update typescript-eslint monorepo to v5 (#688) (ed2fd0c)
  • deps: upgrade to eslint 8.x (#693) (7ae5c8b)
  • drop update notifier (#706) (cab7704)
  • pin prettier to 2.3.x (#641) (323fb4a)

Build System

Commits

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 [got](https://github.com/sindresorhus/got) and [gts](https://github.com/google/gts). These dependencies needed to be updated together.

Removes `got`

Updates `gts` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gts/commits)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: gts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, vtomole and cduck as code owners September 20, 2022 21:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2022
@CirqBot CirqBot added the size: XL lines changed >1000 label Sep 20, 2022
Copy link
Collaborator

@vtomole vtomole left a comment

Choose a reason for hiding this comment

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

LGTM

@vtomole vtomole added the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Sep 20, 2022
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Sep 20, 2022
@CirqBot CirqBot merged commit 45f33d1 into master Sep 20, 2022
@CirqBot CirqBot removed the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Sep 20, 2022
@CirqBot CirqBot deleted the dependabot/npm_and_yarn/cirq-web/cirq_ts/got-and-gts--removed branch September 20, 2022 21:47
@CirqBot CirqBot removed the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Sep 20, 2022
rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
Bumps [got](https://github.com/sindresorhus/got) and [gts](https://github.com/google/gts). These dependencies needed to be updated together.
Removes `got`
Updates `gts` from 3.1.0 to 3.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/google/gts/blob/main/CHANGELOG.md">gts's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a href="https://github.com/google/gts/compare/v3.1.0...v4.0.0">4.0.0</a> (2022-07-04)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>drop support for node.js 10.x (<a href="https://github-redirect.dependabot.com/google/gts/issues/686">#686</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>generate .editorconfig (<a href="https://github-redirect.dependabot.com/google/gts/issues/500">#500</a>) (<a href="https://github.com/google/gts/commit/81397e0fd9a7f141c00b52f47c3c5d9a921292ad">81397e0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency eslint-config-prettier to v8 (<a href="https://github-redirect.dependabot.com/google/gts/issues/624">#624</a>) (<a href="https://github.com/google/gts/commit/23a4abb50a539a93a7d1043669b2e42a887415fa">23a4abb</a>)</li>
<li><strong>deps:</strong> update dependency eslint-plugin-prettier to v4 (<a href="https://github-redirect.dependabot.com/google/gts/issues/657">#657</a>) (<a href="https://github.com/google/gts/commit/5408bfeda4eb9cc22fb948442cda4fb6da631ed7">5408bfe</a>)</li>
<li><strong>deps:</strong> update dependency prettier to ~2.5.0 (<a href="https://github-redirect.dependabot.com/google/gts/issues/660">#660</a>) (<a href="https://github.com/google/gts/commit/8789fd42388aead5cb572a543ae218563b21ac94">8789fd4</a>)</li>
<li><strong>deps:</strong> update dependency prettier to ~2.6.0 (<a href="https://github-redirect.dependabot.com/google/gts/issues/670">#670</a>) (<a href="https://github.com/google/gts/commit/2feba2cdf8884420349256420c8b5ccc9cb858c8">2feba2c</a>)</li>
<li><strong>deps:</strong> update dependency prettier to ~2.7.0 (<a href="https://github-redirect.dependabot.com/google/gts/issues/696">#696</a>) (<a href="https://github.com/google/gts/commit/3c677fdbad4772aea0be25c1cdd8149a88b0d735">3c677fd</a>)</li>
<li><strong>deps:</strong> update dependency write-file-atomic to v4 (<a href="https://github-redirect.dependabot.com/google/gts/issues/687">#687</a>) (<a href="https://github.com/google/gts/commit/f16a3e1a1101bc5dab90ac3ab1437dd7758adf4e">f16a3e1</a>)</li>
<li><strong>deps:</strong> update typescript-eslint monorepo to v5 (<a href="https://github-redirect.dependabot.com/google/gts/issues/688">#688</a>) (<a href="https://github.com/google/gts/commit/ed2fd0ce1be4826239b97bc1c8fdae5c61c50e62">ed2fd0c</a>)</li>
<li><strong>deps:</strong> upgrade to eslint 8.x (<a href="https://github-redirect.dependabot.com/google/gts/issues/693">#693</a>) (<a href="https://github.com/google/gts/commit/7ae5c8b827abb41844ba6f533821bf3d0a7f302b">7ae5c8b</a>)</li>
<li>drop update notifier (<a href="https://github-redirect.dependabot.com/google/gts/issues/706">#706</a>) (<a href="https://github.com/google/gts/commit/cab7704389c2ba7e8e426da08397af47991d8596">cab7704</a>)</li>
<li>pin prettier to 2.3.x (<a href="https://github-redirect.dependabot.com/google/gts/issues/641">#641</a>) (<a href="https://github.com/google/gts/commit/323fb4acacc9bfc1fcba06b27135a77acc54b15a">323fb4a</a>)</li>
</ul>
<h3>Build System</h3>
<ul>
<li>drop support for node.js 10.x (<a href="https://github-redirect.dependabot.com/google/gts/issues/686">#686</a>) (<a href="https://github.com/google/gts/commit/12cd913b6e9eb97e52b1cf3a275aadfa4517fdcb">12cd913</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/google/gts/commits">compare view</a></li>
</ul>
</details>
<br />


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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 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.

None yet

2 participants