Skip to content

Commit

Permalink
Anglemmj7 patch 1 (#2)
Browse files Browse the repository at this point in the history
* chore: fix double click (#517)

It's known that clickCount doesn't click per count, so we add an
additional click with the correct count. We also start handling duration
in DoubeClick steps.

This PR also updates Puppeteer to the versions required by this PR.

* chore(main): release 2.11.0 (#518)

* chore: upgrade puppeteer to 19.11.0 (#521)

* chore(deps-dev): Bump puppeteer from 19.11.0 to 19.11.1 (#526)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.0
to 19.11.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>puppeteer-core: v19.11.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.0...puppeteer-core-v19.11.1">19.11.1</a>
(2023-04-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>implement click <code>count</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10069">#10069</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/8124a7d5bfc1cfa8cb579271f78ce586efc62b8e">8124a7d</a>)</li>
<li>implement flag for disabling headless warning (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10073">#10073</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/cfe9bbc852d014b31c754950590b6b6c96573eeb">cfe9bbc</a>)</li>
</ul>
<h2>puppeteer: v19.11.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.0...puppeteer-v19.11.1">19.11.1</a>
(2023-04-25)</h2>
<h3>Miscellaneous Chores</h3>
<ul>
<li><strong>puppeteer:</strong> Synchronize puppeteer versions</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 19.11.0 to 19.11.1</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/159513c8dbe2c9f51aa37dbe531d52b5daf1e106"><code>159513c</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10075">#10075</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/cfe9bbc852d014b31c754950590b6b6c96573eeb"><code>cfe9bbc</code></a>
fix: implement flag for disabling headless warning (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10073">#10073</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/35424cbc2b963a1e2fdd7e4a63f1167dca3eff3f"><code>35424cb</code></a>
chore: trigger DevTools flow on label</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1bd90f861eba1c209c748e8815543c7511a3d40c"><code>1bd90f8</code></a>
chore: fix devtools action... again</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b5c20bd4065558fc4395a1d25ee07982a942c840"><code>b5c20bd</code></a>
chore: fix devtools action</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/a85db46c401928f850833fc31e29523ae71857f4"><code>a85db46</code></a>
chore: add devtools action (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10077">#10077</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5e79d53bd3acae3b5a88faaac019c5faadd7576c"><code>5e79d53</code></a>
refactor: tests use toHaveLength and waitEvent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10061">#10061</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/8124a7d5bfc1cfa8cb579271f78ce586efc62b8e"><code>8124a7d</code></a>
fix: implement click <code>count</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10069">#10069</a>)</li>
<li>See full diff in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.0...puppeteer-v19.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=19.11.0&new-version=19.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer-core from 19.11.0 to 19.11.1 (#525)

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
19.11.0 to 19.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/releases">puppeteer-core's
releases</a>.</em></p>
<blockquote>
<h2>puppeteer-core: v19.11.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.0...puppeteer-core-v19.11.1">19.11.1</a>
(2023-04-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>implement click <code>count</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10069">#10069</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/8124a7d5bfc1cfa8cb579271f78ce586efc62b8e">8124a7d</a>)</li>
<li>implement flag for disabling headless warning (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10073">#10073</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/cfe9bbc852d014b31c754950590b6b6c96573eeb">cfe9bbc</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/159513c8dbe2c9f51aa37dbe531d52b5daf1e106"><code>159513c</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10075">#10075</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/cfe9bbc852d014b31c754950590b6b6c96573eeb"><code>cfe9bbc</code></a>
fix: implement flag for disabling headless warning (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10073">#10073</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/35424cbc2b963a1e2fdd7e4a63f1167dca3eff3f"><code>35424cb</code></a>
chore: trigger DevTools flow on label</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1bd90f861eba1c209c748e8815543c7511a3d40c"><code>1bd90f8</code></a>
chore: fix devtools action... again</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b5c20bd4065558fc4395a1d25ee07982a942c840"><code>b5c20bd</code></a>
chore: fix devtools action</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/a85db46c401928f850833fc31e29523ae71857f4"><code>a85db46</code></a>
chore: add devtools action (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10077">#10077</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5e79d53bd3acae3b5a88faaac019c5faadd7576c"><code>5e79d53</code></a>
refactor: tests use toHaveLength and waitEvent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10061">#10061</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/8124a7d5bfc1cfa8cb579271f78ce586efc62b8e"><code>8124a7d</code></a>
fix: implement click <code>count</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10069">#10069</a>)</li>
<li>See full diff in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.0...puppeteer-core-v19.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer-core&package-manager=npm_and_yarn&previous-version=19.11.0&new-version=19.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: use `count` for double click (#524)

* chore(deps): Bump colorette from 2.0.19 to 2.0.20 (#514)

Bumps [colorette](https://github.com/jorgebucaran/colorette) from 2.0.19
to 2.0.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jorgebucaran/colorette/releases">colorette's
releases</a>.</em></p>
<blockquote>
<h2>2.0.20</h2>
<ul>
<li>Enhance package.json by including type definitions in exports (<a
href="https://redirect.github.com/jorgebucaran/colorette/issues/96">#96</a>).
Thanks, <a
href="https://github.com/ahnpnl"><code>@​ahnpnl</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jorgebucaran/colorette/commit/811fd2f255ed6b3d56b5977353d32dae13088b65"><code>811fd2f</code></a>
2.0.20</li>
<li><a
href="https://github.com/jorgebucaran/colorette/commit/12a4291c78f6314e7887853cdbc3f9b4e92bb861"><code>12a4291</code></a>
fix: add <code>types</code> to <code>exports</code> (<a
href="https://redirect.github.com/jorgebucaran/colorette/issues/96">#96</a>)</li>
<li>See full diff in <a
href="https://github.com/jorgebucaran/colorette/compare/2.0.19...2.0.20">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=colorette&package-manager=npm_and_yarn&previous-version=2.0.19&new-version=2.0.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer from 19.11.1 to 20.0.0 (#532)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1
to 20.0.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>puppeteer-core: v20.0.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.1...puppeteer-core-v20.0.0">20.0.0</a>
(2023-05-02)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)</li>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add AbortSignal to waitForFunction (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10078">#10078</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/4dd4cb929242a6b1a621fd461edd3167d40e1c4c">4dd4cb9</a>)</li>
<li>drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/7405d6585aa09b240fbab09aa360674d4442b3d9">7405d65</a>)</li>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/df4d60c187aa11c4ad783827242e9511f4ec2aab">df4d60c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>use AbortSignal.throwIfAborted (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10105">#10105</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/575f00a31d0278f7ff27096e770ff84399cd9993">575f00a</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 0.5.0 to 1.0.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer: v20.0.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v20.0.0">20.0.0</a>
(2023-05-02)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/df4d60c187aa11c4ad783827242e9511f4ec2aab">df4d60c</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 19.11.1 to 20.0.0</li>
<li><code>@​puppeteer/browsers</code> bumped from 0.5.0 to 1.0.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/61605a0ed929fad97195664b2b769a900c059230"><code>61605a0</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10108">#10108</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/79d3ba09f7033ec1115acb3adffc40220670f317"><code>79d3ba0</code></a>
chore: release ng-schematics as 0.2.0 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10111">#10111</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/575f00a31d0278f7ff27096e770ff84399cd9993"><code>575f00a</code></a>
fix: use AbortSignal.throwIfAborted (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10105">#10105</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/a856f8ff7676dbfe07776122288b5b173818f425"><code>a856f8f</code></a>
docs: fix link in JSHandle (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10106">#10106</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/ec191c25e1647604ee6cf6bb6407a13b06d2f3c2"><code>ec191c2</code></a>
chore: remove BrowserFetcher namespace (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10107">#10107</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/7405d6585aa09b240fbab09aa360674d4442b3d9"><code>7405d65</code></a>
feat!: drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/21ed75890f620c7f53e012c8de6c9ec52ae9ad0c"><code>21ed758</code></a>
chore(deps): Bump <code>@​angular-devkit/schematics</code> from 15.2.6
to 15.2.7 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10099">#10099</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/df4d60c187aa11c4ad783827242e9511f4ec2aab"><code>df4d60c</code></a>
feat!: switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/edbfff7b04baffc29c01c37c595d6b3355c0dea0"><code>edbfff7</code></a>
fix: add Host header when used with http_proxy (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10080">#10080</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/e02a3cf6e4df0f79087535e286064ae8e7a3cf74"><code>e02a3cf</code></a>
chore(deps): Bump <code>@​angular-devkit/architect</code> from 0.1502.6
to 0.1502.7 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10093">#10093</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v20.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=19.11.1&new-version=20.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer-core from 19.11.1 to 20.0.0 (#531)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
19.11.1 to 20.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/releases">puppeteer-core's
releases</a>.</em></p>
<blockquote>
<h2>puppeteer-core: v20.0.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.1...puppeteer-core-v20.0.0">20.0.0</a>
(2023-05-02)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)</li>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add AbortSignal to waitForFunction (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10078">#10078</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/4dd4cb929242a6b1a621fd461edd3167d40e1c4c">4dd4cb9</a>)</li>
<li>drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/7405d6585aa09b240fbab09aa360674d4442b3d9">7405d65</a>)</li>
<li>switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/df4d60c187aa11c4ad783827242e9511f4ec2aab">df4d60c</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>use AbortSignal.throwIfAborted (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10105">#10105</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/575f00a31d0278f7ff27096e770ff84399cd9993">575f00a</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 0.5.0 to 1.0.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/61605a0ed929fad97195664b2b769a900c059230"><code>61605a0</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10108">#10108</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/79d3ba09f7033ec1115acb3adffc40220670f317"><code>79d3ba0</code></a>
chore: release ng-schematics as 0.2.0 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10111">#10111</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/575f00a31d0278f7ff27096e770ff84399cd9993"><code>575f00a</code></a>
fix: use AbortSignal.throwIfAborted (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10105">#10105</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/a856f8ff7676dbfe07776122288b5b173818f425"><code>a856f8f</code></a>
docs: fix link in JSHandle (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10106">#10106</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/ec191c25e1647604ee6cf6bb6407a13b06d2f3c2"><code>ec191c2</code></a>
chore: remove BrowserFetcher namespace (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10107">#10107</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/7405d6585aa09b240fbab09aa360674d4442b3d9"><code>7405d65</code></a>
feat!: drop support for node14 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10019">#10019</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/21ed75890f620c7f53e012c8de6c9ec52ae9ad0c"><code>21ed758</code></a>
chore(deps): Bump <code>@​angular-devkit/schematics</code> from 15.2.6
to 15.2.7 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10099">#10099</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/df4d60c187aa11c4ad783827242e9511f4ec2aab"><code>df4d60c</code></a>
feat!: switch to Chrome for Testing instead of Chromium (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10054">#10054</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/edbfff7b04baffc29c01c37c595d6b3355c0dea0"><code>edbfff7</code></a>
fix: add Host header when used with http_proxy (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10080">#10080</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/e02a3cf6e4df0f79087535e286064ae8e7a3cf74"><code>e02a3cf</code></a>
chore(deps): Bump <code>@​angular-devkit/architect</code> from 0.1502.6
to 0.1502.7 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10093">#10093</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.11.1...puppeteer-core-v20.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer-core&package-manager=npm_and_yarn&previous-version=19.11.1&new-version=20.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer from 20.0.0 to 20.2.1 (#547)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.0.0 to
20.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>puppeteer-core: v20.2.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.2.0...puppeteer-core-v20.2.1">20.2.1</a>
(2023-05-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use encode/decodeURIComponent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10183">#10183</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/d0c68ff002df37907968d3b999a8273590ac7c97">d0c68ff</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.2.0 to 1.3.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer: v20.2.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.2.0...puppeteer-v20.2.1">20.2.1</a>
(2023-05-15)</h2>
<h3>Miscellaneous Chores</h3>
<ul>
<li><strong>puppeteer:</strong> Synchronize puppeteer versions</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 20.2.0 to 20.2.1</li>
<li><code>@​puppeteer/browsers</code> bumped from 1.2.0 to 1.3.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer-core: v20.2.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.1.2...puppeteer-core-v20.2.0">20.2.0</a>
(2023-05-11)</h2>
<h3>Features</h3>
<ul>
<li>implement detailed errors for evaluation (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10114">#10114</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/317fa732f920382f9b3f6dea4e31ed31b04e25da">317fa73</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>downloadPath should be used by the install script (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10163">#10163</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/4398f66f281f1ffe5be81b529fc4751edfaf761d">4398f66</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.1.0 to 1.2.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1e0cb1a164ef178f0013afd99243a01783a0d0c6"><code>1e0cb1a</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10185">#10185</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/2808240c7130ad306ff7f4f3d46abd2465fec5f7"><code>2808240</code></a>
chore: implement Frames for BiDi (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10121">#10121</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/609584a8b886d22e175130b5f86d2c37e98fa4a3"><code>609584a</code></a>
refactor: add WorkerTarget and OtherTarget (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10181">#10181</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/d0c68ff002df37907968d3b999a8273590ac7c97"><code>d0c68ff</code></a>
fix: use encode/decodeURIComponent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10183">#10183</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/d388a6edfd164548b008cb0d8e9cb5c0d03cdcda"><code>d388a6e</code></a>
feat: add ability to uninstall a browser (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10179">#10179</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/2ba96c655726282bc01e2c6456ac870b17769ca9"><code>2ba96c6</code></a>
Revert &quot;refactor: update TypeScript to ES2022&quot; (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10184">#10184</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/db87ae65e175f679c65201ef6cb03d10914ac0b9"><code>db87ae6</code></a>
refactor: update TypeScript to ES2022 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10182">#10182</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/ccbb82d9cd5b77f8262c143a5663fc1f9938a8c4"><code>ccbb82d</code></a>
fix: update the command name (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10178">#10178</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/f342a129e8f3760c8ce9e0f3ccec104a6fa889f2"><code>f342a12</code></a>
refactor: introduce an internal PageTarget subclass (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10167">#10167</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/c05a94a8c4c557f2f9b1c6c7d31a69f0892ae87f"><code>c05a94a</code></a>
chore(deps): Bump <code>@​angular-devkit/architect</code> from 0.1502.7
to 0.1600.1 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10157">#10157</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.0.0...puppeteer-v20.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=20.0.0&new-version=20.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(main): release 2.11.1 (#527)

:robot: I have created a release *beep* *boop*
---


##
[2.11.1](https://github.com/puppeteer/replay/compare/v2.11.0...v2.11.1)
(2023-05-16)


### Bug Fixes

* use `count` for double click
([#524](https://github.com/puppeteer/replay/issues/524))
([f64a501](https://github.com/puppeteer/replay/commit/f64a501b1f9a2d6236a15c6426049449396490dd))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer from 20.2.1 to 20.3.0 (#550)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.2.1 to
20.3.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>puppeteer-core: v20.3.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.2.1...puppeteer-core-v20.3.0">20.3.0</a>
(2023-05-22)</h2>
<h3>Features</h3>
<ul>
<li>add an ability to trim cache for Puppeteer (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10199">#10199</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/1ad32ec9948ca3e07e15548a562c8f3c633b3dc3">1ad32ec</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>ElementHandle dragAndDrop should fail when interception is disabled
(<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10209">#10209</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/bcf5fd87aeeb822203c3388e8aa6dadaa0107690">bcf5fd8</a>)</li>
</ul>
<h2>puppeteer: v20.3.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.2.1...puppeteer-v20.3.0">20.3.0</a>
(2023-05-22)</h2>
<h3>Features</h3>
<ul>
<li>add an ability to trim cache for Puppeteer (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10199">#10199</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/1ad32ec9948ca3e07e15548a562c8f3c633b3dc3">1ad32ec</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>puppeteer-core bumped from 20.2.1 to 20.3.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/748759843343f4875884d72474f255d3f3193edc"><code>7487598</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10201">#10201</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b6d8145d06e3fa0335950f186669b19fe25ea996"><code>b6d8145</code></a>
chore(deps): Bump <code>@​angular-devkit/architect</code> from 0.1600.1
to 0.1600.2 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10205">#10205</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/bcf5fd87aeeb822203c3388e8aa6dadaa0107690"><code>bcf5fd8</code></a>
fix: ElementHandle dragAndDrop should fail when interception is disabled
(<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10">#10</a>...</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/9cba24a961ee4cde1c05f498bcb87d286bdf50c2"><code>9cba24a</code></a>
refactor: make it easier to extend trimCache (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10202">#10202</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1ad32ec9948ca3e07e15548a562c8f3c633b3dc3"><code>1ad32ec</code></a>
feat: add an ability to trim cache for Puppeteer (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10199">#10199</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/dab77d0c0666839ff4d8f1bd99fb1141c45d1618"><code>dab77d0</code></a>
refactor: use InitializationStatus consistently (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10192">#10192</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5a5e4d46a3775bb11c47aa40ed90700aa56c187d"><code>5a5e4d4</code></a>
refactor: change target promises to be deferred (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10191">#10191</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/354ac3bfc89a05d1115c2621cc3573679efc146c"><code>354ac3b</code></a>
chore: update <code>http-proxy-agent</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10190">#10190</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/372d12172b2c79fa5dc73e24a4ebe08d8cd6efb8"><code>372d121</code></a>
refactor: move target updates to the target manager (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10189">#10189</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/2e289a7e87260ee2feb687715de05d52eecc9080"><code>2e289a7</code></a>
chore(deps): Bump cross-fetch from 3.1.5 to 3.1.6 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10187">#10187</a>)</li>
<li>See full diff in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.2.1...puppeteer-v20.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer&package-manager=npm_and_yarn&previous-version=20.2.1&new-version=20.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer-core from 20.0.0 to 20.3.0 (#549)

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
20.0.0 to 20.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/releases">puppeteer-core's
releases</a>.</em></p>
<blockquote>
<h2>puppeteer-core: v20.3.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.2.1...puppeteer-core-v20.3.0">20.3.0</a>
(2023-05-22)</h2>
<h3>Features</h3>
<ul>
<li>add an ability to trim cache for Puppeteer (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10199">#10199</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/1ad32ec9948ca3e07e15548a562c8f3c633b3dc3">1ad32ec</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>ElementHandle dragAndDrop should fail when interception is disabled
(<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10209">#10209</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/bcf5fd87aeeb822203c3388e8aa6dadaa0107690">bcf5fd8</a>)</li>
</ul>
<h2>puppeteer-core: v20.2.1</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.2.0...puppeteer-core-v20.2.1">20.2.1</a>
(2023-05-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use encode/decodeURIComponent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10183">#10183</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/d0c68ff002df37907968d3b999a8273590ac7c97">d0c68ff</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.2.0 to 1.3.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer-core: v20.2.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.1.2...puppeteer-core-v20.2.0">20.2.0</a>
(2023-05-11)</h2>
<h3>Features</h3>
<ul>
<li>implement detailed errors for evaluation (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10114">#10114</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/317fa732f920382f9b3f6dea4e31ed31b04e25da">317fa73</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>downloadPath should be used by the install script (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10163">#10163</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/4398f66f281f1ffe5be81b529fc4751edfaf761d">4398f66</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.1.0 to 1.2.0</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer-core: v20.1.2</h2>
<h3>Dependencies</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/748759843343f4875884d72474f255d3f3193edc"><code>7487598</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10201">#10201</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b6d8145d06e3fa0335950f186669b19fe25ea996"><code>b6d8145</code></a>
chore(deps): Bump <code>@​angular-devkit/architect</code> from 0.1600.1
to 0.1600.2 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10205">#10205</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/bcf5fd87aeeb822203c3388e8aa6dadaa0107690"><code>bcf5fd8</code></a>
fix: ElementHandle dragAndDrop should fail when interception is disabled
(<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10">#10</a>...</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/9cba24a961ee4cde1c05f498bcb87d286bdf50c2"><code>9cba24a</code></a>
refactor: make it easier to extend trimCache (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10202">#10202</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/1ad32ec9948ca3e07e15548a562c8f3c633b3dc3"><code>1ad32ec</code></a>
feat: add an ability to trim cache for Puppeteer (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10199">#10199</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/dab77d0c0666839ff4d8f1bd99fb1141c45d1618"><code>dab77d0</code></a>
refactor: use InitializationStatus consistently (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10192">#10192</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5a5e4d46a3775bb11c47aa40ed90700aa56c187d"><code>5a5e4d4</code></a>
refactor: change target promises to be deferred (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10191">#10191</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/354ac3bfc89a05d1115c2621cc3573679efc146c"><code>354ac3b</code></a>
chore: update <code>http-proxy-agent</code> (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10190">#10190</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/372d12172b2c79fa5dc73e24a4ebe08d8cd6efb8"><code>372d121</code></a>
refactor: move target updates to the target manager (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10189">#10189</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/2e289a7e87260ee2feb687715de05d52eecc9080"><code>2e289a7</code></a>
chore(deps): Bump cross-fetch from 3.1.5 to 3.1.6 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10187">#10187</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.0.0...puppeteer-core-v20.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer-core&package-manager=npm_and_yarn&previous-version=20.0.0&new-version=20.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump puppeteer-core from 20.3.0 to 20.5.0 (#558)

Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
20.3.0 to 20.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puppeteer/puppeteer/releases">puppeteer-core's
releases</a>.</em></p>
<blockquote>
<h2>puppeteer-core: v20.5.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.4.0...puppeteer-core-v20.5.0">20.5.0</a>
(2023-05-31)</h2>
<h3>Features</h3>
<ul>
<li>Page.removeScriptToEvaluateOnNewDocument (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10250">#10250</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/b5a124ff738a03fa7eb5755b441af5b773447449">b5a124f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>bind trimCache to the instance (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10270">#10270</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/50e72a4d1164af7d53e31b8b83117f695ede7ae4">50e72a4</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.4.0 to 1.4.1</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>puppeteer-core: v20.4.0</h2>
<h2><a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.3.0...puppeteer-core-v20.4.0">20.4.0</a>
(2023-05-24)</h2>
<h3>Features</h3>
<ul>
<li>Page.setBypassServiceWorker (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10229">#10229</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/81f73a55f31892e55219ef9d37e235e988731fc1">81f73a5</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>stacktraces should not throw errors (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10231">#10231</a>)
(<a
href="https://github.com/puppeteer/puppeteer/commit/557ec24cfc084440197da67581bf9782f10eb346">557ec24</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li><code>@​puppeteer/browsers</code> bumped from 1.3.0 to 1.4.0</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/5fc136eec1def87db85dd1e3f2dc01f6e2b12a15"><code>5fc136e</code></a>
chore: release main (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10281">#10281</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/6923c6b3decc8312c765d672847beb8c8040a5e4"><code>6923c6b</code></a>
chore: simplify waitWithTimeout (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10278">#10278</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/6f8ea5764da83fd8310b20725b1bf4e858519e15"><code>6f8ea57</code></a>
chore: add Page.reload for BiDi (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10274">#10274</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/3fdad2174480ceec478aceae95caba4b69e405ac"><code>3fdad21</code></a>
chore: update Docs dependencies (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10275">#10275</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/e61d9cbb4bf858f7ed4273d34747693109bddefd"><code>e61d9cb</code></a>
chore: refactor waitForNetworkIdle + waitForEvent (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10277">#10277</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/54d6192262ce12dce829a47e90c8d6dcc67c0730"><code>54d6192</code></a>
chore: add methods to configure locators (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10273">#10273</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/b03acac30f1a28a333c82a45e79fe3f131b6fe21"><code>b03acac</code></a>
chore: add support for waitForNetworkIdle (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10261">#10261</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/2741b76d3020a29621d03dd80c1acc3883bc6a43"><code>2741b76</code></a>
chore(deps): Bump proxy-agent from 6.2.0 to 6.2.1 (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10267">#10267</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/3a1f4f0f8f5fe4e20c4ed69f5485a827a841cf54"><code>3a1f4f0</code></a>
fix: pass on the auth from the download URL (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10271">#10271</a>)</li>
<li><a
href="https://github.com/puppeteer/puppeteer/commit/50e72a4d1164af7d53e31b8b83117f695ede7ae4"><code>50e72a4</code></a>
fix: bind trimCache to the instance (<a
href="https://redirect.github.com/puppeteer/puppeteer/issues/10270">#10270</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.3.0...puppeteer-core-v20.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puppeteer-core&package-manager=npm_and_yarn&previous-version=20.3.0&new-version=20.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#499)

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action)
from 2.1.2 to 2.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ossf/scorecard-action/releases">ossf/scorecard-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>🌱 Bump github.com/ossf/scorecard/v4 from 4.10.2 to 4.10.5 by <a
href="https://github.com/spencerschrock"><code>@​spencerschrock</code></a>
in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1111">ossf/scorecard-action#1111</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Invalid SARIF files from a bug in scorecard
<ul>
<li><a
href="https://redirect.github.com/ossf/scorecard-action/issues/1076">#1076</a>,
<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1094">#1094</a></li>
</ul>
</li>
<li>Vulnerabilities check crashes if a vulnerable dependency is found
via OSVScanner
<ul>
<li><a
href="https://redirect.github.com/ossf/scorecard-action/issues/1092">#1092</a></li>
</ul>
</li>
<li>Scorecard action not reporting binary artifacts in the repo
<ul>
<li><a
href="https://redirect.github.com/ossf/scorecard-action/issues/1116">#1116</a></li>
</ul>
</li>
</ul>
<p><strong>Full Scorecard Changelog</strong>: <a
href="https://github.com/ossf/scorecard/compare/v4.10.2...v4.10.5">https://github.com/ossf/scorecard/compare/v4.10.2...v4.10.5</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ossf/scorecard-action/compare/v2.1.2...v2.1.3">https://github.com/ossf/scorecard-action/compare/v2.1.2...v2.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ossf/scorecard-action/commit/80e868c13c90f172d68d1f4501dee99e2479f7af"><code>80e868c</code></a>
:seedling: Bump docker tag for release. (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1117">#1117</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/aed6134b530f65762d8da8171e42d5ff9108d1a1"><code>aed6134</code></a>
:seedling: Bump golang.org/x/net from 0.7.0 to 0.8.0 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1099">#1099</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/33dfbd30942d716772ffc2fa55d8ea035df8fa73"><code>33dfbd3</code></a>
🌱 Bump github.com/ossf/scorecard/v4 from 4.10.2 to 4.10.5 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1111">#1111</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/193ae3767915e21afcbf44eff2fe6b41edb4d245"><code>193ae37</code></a>
:seedling: Bump actions/dependency-review-action from 3.0.3 to 3.0.4 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1110">#1110</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/ca9bf9578ec9f68bd1cd99bfbde41ba4f0516a50"><code>ca9bf95</code></a>
:seedling: Bump actions/cache from 3.2.6 to 3.3.1 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1103">#1103</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/fa1521272c15724b2dce74f8b1ce9bd6df33b7ae"><code>fa15212</code></a>
:seedling: Bump github/codeql-action from 2.2.4 to 2.2.7 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1105">#1105</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/136025e1eacdf84d71a9c3227f53d7c737852cd8"><code>136025e</code></a>
:seedling: Bump step-security/harden-runner from 2.1.0 to 2.2.1 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1104">#1104</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/c59c116cbead5af2de7d75f4d82cf5a2ef5b0304"><code>c59c116</code></a>
:seedling: Bump actions/cache from 3.2.5 to 3.2.6 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1097">#1097</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/7cc371152c77bfecfa34fdfb62b1630ff3682cf1"><code>7cc3711</code></a>
:seedling: Bump github.com/emicklei/go-restful (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1086">#1086</a>)</li>
<li><a
href="https://github.com/ossf/scorecard-action/commit/570a953ea0770f30a8aa0a778cfc4bc955bbf9c4"><code>570a953</code></a>
:seedling: Bump actions/cache from 3.2.4 to 3.2.5 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1088">#1088</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ossf/scorecard-action/compare/e38b1902ae4f44df626f11ba0734b14fb91f8f86...80e868c13c90f172d68d1f4501dee99e2479f7af">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ossf/scorecard-action&package-manager=github_actions&previous-version=2.1.2&new-version=2.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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…
  • Loading branch information
6 people authored Jun 8, 2023
1 parent c38294c commit 9e36037
Show file tree
Hide file tree
Showing 59 changed files with 1,306 additions and 270 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: run-checks

permissions:
contents: read
permissions: read-all

on:
merge_group:
Expand All @@ -24,15 +23,15 @@ jobs:
# https://github.com/actions/virtual-environments#available-environments
os: [ubuntu-latest, macos-latest, windows-latest]
# https://github.com/nodejs/Release#release-schedule
node: [14, 16, 18]
node: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 2

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: ${{ matrix.node }}

Expand All @@ -49,7 +48,7 @@ jobs:
npm run lint
- name: Run tests
uses: nick-invision/retry@v2
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
with:
max_attempts: 3
command: npm run test
Expand All @@ -59,15 +58,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [20]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 2

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: ${{ matrix.node }}

Expand All @@ -81,7 +80,7 @@ jobs:
npm run build
- name: Run tests in headful
uses: nick-invision/retry@v2
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
with:
max_attempts: 3
command: xvfb-run --auto-servernum npm run test:headful
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: Pre-release

permissions: read-all

on:
push:
branches:
- release-please-*

jobs:
pre-release:
if: "startsWith(github.event.head_commit.message, 'chore(main): release')"
if: "${{ startsWith(github.event.head_commit.message, 'chore(main): release') }}"
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish

permissions: read-all

on:
push:
tags:
Expand All @@ -8,11 +10,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

steps:
- name: 'Checkout code'
uses: actions/checkout@v3 # v2.4.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
with:
persist-credentials: false

- name: 'Run analysis'
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v1.0.2
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -40,14 +40,14 @@ jobs:

# Upload the results as artifacts (optional).
- name: 'Upload artifact'
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub’s code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v1.0.26
uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.10.2"
".": "2.11.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.11.1](https://github.com/puppeteer/replay/compare/v2.11.0...v2.11.1) (2023-05-16)


### Bug Fixes

* use `count` for double click ([#524](https://github.com/puppeteer/replay/issues/524)) ([f64a501](https://github.com/puppeteer/replay/commit/f64a501b1f9a2d6236a15c6426049449396490dd))

## [2.11.0](https://github.com/puppeteer/replay/compare/v2.10.2...v2.11.0) (2023-04-20)


### Features

* move `duration` to click attributes ([#507](https://github.com/puppeteer/replay/issues/507)) ([a87dbdd](https://github.com/puppeteer/replay/commit/a87dbdd1502e6c4196341fd38da86c38d25177b5))

## [2.10.2](https://github.com/puppeteer/replay/compare/v2.10.1...v2.10.2) (2023-03-07)


Expand Down
1 change: 1 addition & 0 deletions Main
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/puppeteer/replay.git
12 changes: 6 additions & 6 deletions __snapshots__/LighthouseStringifyExtension.test.ts.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exports['LighthouseStringifyExtension handles ending timespan 1'] = `
const fs = require('fs');
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -61,10 +61,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later

exports['LighthouseStringifyExtension handles ending navigation 1'] = `
const fs = require('fs');
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -133,10 +133,10 @@ exports[
'LighthouseStringifyExtension handles multiple sequential navigations 1'
] = `
const fs = require('fs');
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down
4 changes: 2 additions & 2 deletions __snapshots__/lighthouse.test.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ exports[
'Lighthouse user flow run via stringify produces a valid desktop flow report 1'
] = `
const fs = require('fs');
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down
40 changes: 20 additions & 20 deletions __snapshots__/stringify.test.ts.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
exports['stringify should print the correct script for a navigate step 1'] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -259,10 +259,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
exports[
'stringify should print the correct script for a emulateNetworkCondition step 1'
] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -524,10 +524,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
exports[
'stringify should print the correct script if the target is not the main page 1'
] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -795,10 +795,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
`;

exports['stringify should use step and flow timeouts 1'] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 10000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -1069,10 +1069,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
exports[
'stringify should print the correct script if the step is within an iframe 1'
] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -1341,10 +1341,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
`;

exports['stringify should print the correct script for a keydown step 1'] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -1599,10 +1599,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
`;

exports['stringify should print the correct script for a keyup step 1'] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -1857,10 +1857,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
`;

exports['stringify should print the correct script for scroll events 1'] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -2127,10 +2127,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
exports[
'stringify should print the correct script for waitForElement steps 1'
] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down Expand Up @@ -2392,10 +2392,10 @@ const puppeteer = require('puppeteer'); // v13.0.0 or later
exports[
'stringify should print the correct script for waitForExpression steps 1'
] = `
const puppeteer = require('puppeteer'); // v13.0.0 or later
const puppeteer = require('puppeteer'); // v19.11.1 or later
(async () => {
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({headless: 'new'});
const page = await browser.newPage();
const timeout = 5000;
page.setDefaultTimeout(timeout);
Expand Down
Loading

0 comments on commit 9e36037

Please sign in to comment.