-
Notifications
You must be signed in to change notification settings - Fork 1k
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 node-fetch and puppeteer in /cirq-web/cirq_ts #5888
Closed
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
Closed
Bump node-fetch and puppeteer in /cirq-web/cirq_ts #5888
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
requested review from
a team,
vtomole and
cduck
as code owners
September 21, 2022 17:26
dependabot
bot
added
dependencies
area/javascript
Pull requests that update Javascript code
labels
Sep 21, 2022
vtomole
approved these changes
Sep 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh god so many depandabot PRs!
vtomole
added
the
automerge
Tells CirqBot to sync and merge this PR. (If it's running.)
label
Sep 21, 2022
Automerge cancelled: A status check is failing. |
CirqBot
removed
the
automerge
Tells CirqBot to sync and merge this PR. (If it's running.)
label
Sep 21, 2022
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
3 times, most recently
from
September 27, 2022 19:29
f08f595
to
8555ae6
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
2 times, most recently
from
October 31, 2022 22:41
db2d26c
to
13cffc5
Compare
vtomole
added
the
automerge
Tells CirqBot to sync and merge this PR. (If it's running.)
label
Oct 31, 2022
CirqBot
added
the
front_of_queue_automerge
CirqBot uses this label to indicate (and remember) what's being merged next.
label
Oct 31, 2022
Automerge cancelled: A status check is failing. |
CirqBot
removed
automerge
Tells CirqBot to sync and merge this PR. (If it's running.)
front_of_queue_automerge
CirqBot uses this label to indicate (and remember) what's being merged next.
labels
Oct 31, 2022
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
2 times, most recently
from
December 8, 2022 17:44
6c5c1d6
to
5194b7c
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
from
December 19, 2022 19:24
5194b7c
to
6e7e3d2
Compare
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `node-fetch` from 2.6.1 to 2.6.7 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) Updates `puppeteer` from 10.0.0 to 18.0.4 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@v10.0.0...v18.0.4) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect - dependency-name: puppeteer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
from
January 5, 2023 21:35
6e7e3d2
to
6a2f55a
Compare
Superseded by #5998. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/cirq-web/cirq_ts/node-fetch-and-puppeteer-2.6.7
branch
February 4, 2023 10:43
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: M
50< lines changed <250
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps node-fetch to 2.6.7 and updates ancestor dependency puppeteer. These dependencies need to be updated together.
Updates
node-fetch
from 2.6.1 to 2.6.7Release notes
Sourced from node-fetch's releases.
Commits
1ef4b56
backport of #1449 (#1453)8fe5c4e
2.x: Specify encoding as an optional peer dependency in package.json (#1310)f56b0c6
fix(URL): prefer built in URL version when available and fallback to whatwg (...b5417ae
fix: import whatwg-url in a way compatible with ESM Node (#1303)18193c5
fix v2.6.3 that did not sending query params (#1301)ace7536
fix: properly encode url with unicode characters (#1291)152214c
Fix(package.json): Corrected main file path in package.json (#1274)Maintainer changes
This version was pushed to npm by endless, a new releaser for node-fetch since your current version.
Updates
puppeteer
from 10.0.0 to 18.0.4Release notes
Sourced from puppeteer's releases.
... (truncated)
Changelog
Sourced from puppeteer's changelog.
... (truncated)
Commits
37417b1
chore(main): release 18.0.4 (#8994)7e20554
fix: hardcode binding names (#8993)31e7b60
chore: implement basic evaluate in BiDi (#8989)692b48a
chore(main): release 18.0.3 (#8988)10a114d
fix: change injected.ts imports (#8987)c6912f3
chore(main): release 18.0.2 (#8985)181a148
fix: mark internal objects (#8984)882c7ce
chore(main): release 18.0.1 (#8983)d504597
fix: internal lazy params (#8982)7d69272
chore(main): release 18.0.0 (#8981)Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.
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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.