Skip to content

Commit

Permalink
Merge #89
Browse files Browse the repository at this point in the history
89: chore(deps): bump puppeteer from 3.3.0 to 5.2.1 r=jniles a=dependabot-preview[bot]

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 3.3.0 to 5.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer's releases</a>.</em></p>
<blockquote>
<h2>v5.2.1</h2>
<h2>Highlights</h2>
<ul>
<li>Chromium 85.0.4182.0 (r782078)</li>
<li>We now allow configuring the browser debug logging behavior  (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6210">#6210</a>)</li>
</ul>
<h2>Raw notes</h2>
<p>4ee4649d - chore: mark v5.2.1 (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6254">#6254</a>)
e89e264a - feat(chromium): roll Chromium to r782078 (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6250">#6250</a>)
b2f69183 - fix: configure debug logging in browser (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6210">#6210</a>)
040f37ec - docs: fix link text (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6245">#6245</a>)
9fdf2ba2 - chore(docs): migrate page.pdf() docs (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6228">#6228</a>)
23315844 - docs(troubleshooting): install libXss in Dockerfile (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6236">#6236</a>)
042c4a23 - chore: mark 5.2.0-post (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6240">#6240</a>)</p>
<h2>v5.2.0</h2>
<h2>Feature changes</h2>
<p>The experimental API for registering custom query handlers is slightly changed such that one registers query handlers containing two strategies: one for querying a single element and one for querying all matching elements.</p>
<p>The API for custom query handlers is unchanged:</p>
<pre lang="ts"><code>__experimental_registerCustomQueryHandler(name: string, queryHandler: QueryHandler): void;
__experimental_unregisterCustomQueryHandler(name: string): void;
__experimental_customQueryHandlers(): Map&lt;string, QueryHandler&gt;;
__experimental_clearQueryHandlers(): void;
</code></pre>
<p>but QueryHandler is now defined as:</p>
<pre lang="ts"><code>export interface QueryHandler {
  queryOne?: (element: Element | Document, selector: string) =&gt; Element | null;
  queryAll?: (element: Element | Document, selector: string) =&gt; Element[] | NodeListOf&lt;Element&gt;;
}
</code></pre>
<h2>Bug fixes and improvements</h2>
<ul>
<li>The ESM build now includes file extensions in its import statements to match the ESM spec. <em>Note that the ESM build is still considered experimental and should not be relied on.</em></li>
<li>The docs on running Firefox Nightly are now much clearer.</li>
<li>We now vendor in common dependencies such as Mitt so they can be used more easily outside of the Node module resolution ecosystem.</li>
</ul>
<h2>Raw notes</h2>
<p>028f1442 - chore: mark v5.2.0 (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6238">#6238</a>)
313774c5 - feat: change QueryHandler to contain QueryOne and QueryAll methods (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6218">#6218</a>)
82645e85 - docs: better describe how to install Firefox Nightly with Puppeteer (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6226">#6226</a>)
f1a6b8d6 - chore: vendor Mitt &amp; update project structure (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6209">#6209</a>)
fb806109 - docs(troubleshooting): drops obsolete dependencies (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/5354">#5354</a>)</p>
<!-- raw HTML omitted -->
</blockquote>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Aug 18, 2020
2 parents e8495ce + 8e1725f commit 1152ea2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"debug": "^4.1.1",
"inline-source": "7.2.0",
"puppeteer": "3.3.0",
"puppeteer": "5.2.1",
"puppeteer-cluster": "^0.22.0"
},
"devDependencies": {
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,11 @@ detect-repo-changelog@1.0.1:
lodash.find "^4.6.0"
pify "^2.3.0"

devtools-protocol@0.0.781568:
version "0.0.781568"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.781568.tgz#4cdca90a952d2c77831096ff6cd32695d8715a04"
integrity sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==

dir-glob@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
Expand Down Expand Up @@ -3006,15 +3011,17 @@ puppeteer-cluster@^0.22.0:
dependencies:
debug "^4.1.1"

puppeteer@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.3.0.tgz#95839af9fdc0aa4de7e5ee073a4c0adeb9e2d3d7"
integrity sha512-23zNqRltZ1PPoK28uRefWJ/zKb5Jhnzbbwbpcna2o5+QMn17F0khq5s1bdH3vPlyj+J36pubccR8wiNA/VE0Vw==
puppeteer@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.1.tgz#7f0564f0a5384f352a38c8cc42af875cd87f4ea6"
integrity sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.781568"
extract-zip "^2.0.0"
https-proxy-agent "^4.0.0"
mime "^2.0.3"
pkg-dir "^4.2.0"
progress "^2.0.1"
proxy-from-env "^1.0.0"
rimraf "^3.0.2"
Expand Down

0 comments on commit 1152ea2

Please sign in to comment.