mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Bump puppeteer from 1.9.0 to 4.0.1 #122

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps puppeteer from 1.9.0 to 4.0.1.

Release notes

Sourced from puppeteer's releases.

v4.0.1

Bug fixes

  • The link the troubleshooting docs is now fixed and links to the main branch, not the removed master branch. Fixes #6082.

Raw notes

16972ca - pull in master => main renaming b537a67 - chore: mark v4.0.1

v4.0.0

Breaking change: Puppeteer no longer uses Node’s EventEmitter library

As part of our work to make Puppeteer agnostic of its environment we are removing the dependency on Node’s EventEmitter in favour of an event emitter that is not tied to Node. Under the hood we use Mitt, but we extend Mitt with additional functionality to match most of the methods that Node’s EventEmitter provides. The following methods have been removed from Puppeteer classes that extend EventEmitter:

  • eventNames()
  • getMaxListeners()
  • listeners(eventName)
  • prependListener
  • prependOnceListener
  • setMaxListeners(n)
  • rawListeners(eventName)

Additionally all the static methods on the EventEmitter class are not supported:

  • listenerCount(emitter, eventName)
  • defaultMaxListeners
  • errorMonitor

Node’s EventEmitter emitted a newListener event when a listener was added and a removeListener event when one was removed. These are not supported and will not be emitted.

New features and improvements

  • Send/receive debug logs are now split out into separate channels making the logs much clearer (#6017)
  • You can now call isJavaScriptEnabled() on a Puppeteer page to find out if JS is enabled on the page (#5993)

Bug fixes

  • Puppeteer is now much better at killing lingering browser processes, especially when you exit a test run with Ctrl-C (#6011)

Behind the scenes

  • We've started work on a new documentation system that uses TSDoc to generate documentation from our source code and have been porting documentation into code accordingly.

Raw notes

5493494 - chore: mark version 4.0.0 03ab1c1 - fix: improve Ctrl + C support (#6011) b659969 - chore: migrate away from Node's EventEmitter (#5979) 6e060ce - fix(connection): separate send/receive debug logging (#6017)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jackfranklin, a new releaser for puppeteer 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](https://github.com/mmore500/conduit/network/alerts).
codecov[bot] commented 3 years ago

Codecov Report

Merging #122 into master will decrease coverage by 0.10%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   65.98%   65.88%   -0.11%     
==========================================
  Files         380      380              
  Lines       11954    11954              
==========================================
- Hits         7888     7876      -12     
- Misses       4066     4078      +12     
Impacted Files Coverage Δ
...ype=trivial/impl/TrivialDequeImmediateSendDuct.hpp 65.38% <0.00%> (-11.54%) :arrow_down:
tests/uit/ducts/thread/SteppingThreadDuct.hpp 85.32% <0.00%> (-8.26%) :arrow_down:
...t/spouts/wrappers/wrappers/CachingSpoutWrapper.cpp 100.00% <0.00%> (+3.22%) :arrow_up:
...get=stepping+type=any/a::BoundedMoodyCamelDuct.hpp 73.33% <0.00%> (+3.33%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 00a7236...9a5b76a. Read the comment docs.

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

mmore500 commented 3 years ago

@dependabot ignore this major version

dependabot[bot] commented 3 years ago

OK, I won't notify you about version 4.x.x again, unless you re-open this PR or update to a 4.x.x release yourself.