Skip to content

Commit

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

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.3.1 to 5.4.0.
<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.4.0</h2>
<h1>Feature changes</h1>
<h2>Custom query handler API</h2>
<p>The custom query handler support is no longer marked as experimental. The API has been updated to:</p>
<pre lang="javascript,"><code>puppeteer.registerCustomQueryHandler(name: string, queryHandler: CustomQueryHandler): void;
puppeteer.unregisterCustomQueryHandler(name: string): void;
puppeteer.customQueryHandlerNames(): string[];
puppeteer.clearCustomQueryHandlers(): void;
</code></pre>
<h2>New built-in query handlers</h2>
<p>Puppeteer now ships with two built-in handlers: <code>aria</code> and <code>pierce</code>:</p>
<ul>
<li>The <code>aria</code> handler (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6307">puppeteer/puppeteer#6307</a>) allows querying elements based on the accessibility tree.</li>
<li>The <code>pierce</code> handler (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/pull/6509">puppeteer/puppeteer#6509</a>) pierces shadow roots while querying for a CSS selector.</li>
</ul>
<h2>Roll Chromium 87.0.4272.0 (r809590)</h2>
<h1>Behind the scenes</h1>
<ul>
<li>We now enforce Conventional Commits through commitlint (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6483">#6483</a>)</li>
<li>We've started work towards automating the release process. This work can be tracked in <a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6482">puppeteer/puppeteer#6482</a>.</li>
</ul>
<h1>Raw notes</h1>
<p>5e5fed1d - fix: ignore spurious bindingCalled events (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6538">#6538</a>)
e6b8c77d - chore: fix travis config (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6537">#6537</a>)
c756fb49 - fix(utils): typo fix (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6522">#6522</a>)
f63a123e - chore(agnostification): agnostify web socket connections (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6520">#6520</a>)
c2c2bb7e - chore(agnostification): common/helper.ts (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6515">#6515</a>)
637a1f74 - chore: gitignore new-docs (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6511">#6511</a>)
e655bb6c - chore(agnostification): split up root Puppeteer class (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6504">#6504</a>)
f3086d7c - fix(launcher): support relative userDataDir on headless Windows (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6506">#6506</a>)
8fabe328 - feat(queryhandler): add built-in pierce handler (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6509">#6509</a>)
f04bec5a - chore: update eslint &amp; eslint plugins (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6487">#6487</a>)
4846b872 - chore(agnostification): split up launcher class (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6484">#6484</a>)
1ed38af7 - chore(node): move install.ts into node/ (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6490">#6490</a>)
e94a1e87 - chore: bump misc dependencies (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6488">#6488</a>)
936ccdca - chore: enforce Conventional Commits through commitlint (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6483">#6483</a>)
502ed8c8 - chore(agnostify): Create Node and Web initializer. (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6477">#6477</a>)
3afe1935 - feat(a11y-query): extend aria handler with waitFor (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6472">#6472</a>)
cc7f1fd0 - docs(queryhandler): add custom query handler docs (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6476">#6476</a>)
70ed8751 - fix(queryhandler) only expose custom handlers (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6475">#6475</a>)
950ae334 - feat(a11y-query): aria query handler sans waitfor (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6459">#6459</a>)
41ef3eec - fix: update preferences in default Firefox profile (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6465">#6465</a>)
92756531 - docs(examples): update selector for search example (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6471">#6471</a>)
49f25e24 - feat(chromium) roll Chromium to r809590 (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6458">#6458</a>)
4cdbebe1 - chore: disable firefox windows launcher test until Nov (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6451">#6451</a>)
75e3fb03 - docs(api): fix some outdated links (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6450">#6450</a>)
caa9a1ca - chore(agnostic): Remove use of util.promisify (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6446">#6446</a>)
96f3d439 - feat(console): expose stack trace for console messages (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6445">#6445</a>)
322cc96e - chore: remove npm run test-types call (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6447">#6447</a>)
72fe86fe - feat(a11y-query): introduce internal handlers (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6437">#6437</a>)
1396c9d4 - chore: bump version to v5.3.1-post (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6440">#6440</a>)
11ab4028 - fix: add mime dependency back to fix build (<a href="https://github-redirect.dependabot.com/puppeteer/puppeteer/issues/6441">#6441</a>)</p>
</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 Oct 25, 2020
2 parents 19acf17 + b392b36 commit 2e2be2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 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": "5.3.1",
"puppeteer": "5.4.0",
"puppeteer-cluster": "^0.22.0"
},
"devDependencies": {
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,10 +1045,10 @@ deprecation@^2.0.0, deprecation@^2.3.1:
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==

devtools-protocol@0.0.799653:
version "0.0.799653"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119"
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==
devtools-protocol@0.0.809251:
version "0.0.809251"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.809251.tgz#300b3366be107d5c46114ecb85274173e3999518"
integrity sha512-pf+2OY6ghMDPjKkzSWxHMq+McD+9Ojmq5XVRYpv/kPd9sTMQxzEt21592a31API8qRjro0iYYOc3ag46qF/1FA==

dir-glob@^3.0.1:
version "3.0.1"
Expand Down Expand Up @@ -2872,15 +2872,16 @@ puppeteer-cluster@^0.22.0:
dependencies:
debug "^4.1.1"

puppeteer@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.1.tgz#324e190d89f25ac33dba539f57b82a18553f8646"
integrity sha512-YTM1RaBeYrj6n7IlRXRYLqJHF+GM7tasbvrNFx6w1S16G76NrPq7oYFKLDO+BQsXNtS8kW2GxWCXjIMPvfDyaQ==
puppeteer@5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.4.0.tgz#b83893476e96ea103c9516bb958d17a71a9768ea"
integrity sha512-LgTqVW2ClEP4XGAT64FLQ0QWVhdNSRwJp9HfMFVfoJlZHGQu3HUbuBhR1hBow3DXZH1K3b/WfHxt1n8hr2uayw==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.799653"
devtools-protocol "0.0.809251"
extract-zip "^2.0.0"
https-proxy-agent "^4.0.0"
node-fetch "^2.6.1"
pkg-dir "^4.2.0"
progress "^2.0.1"
proxy-from-env "^1.0.0"
Expand Down

0 comments on commit 2e2be2c

Please sign in to comment.