Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): Bump puppeteer-core from 21.3.5 to 21.3.6 (#678)
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 21.3.5 to 21.3.6. <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: v21.3.6</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.5...puppeteer-core-v21.3.6">21.3.6</a> (2023-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li>remove the flag disabling bfcache (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11047">#11047</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/b0d73755193e7c60deb70df120859b5db87e7817">b0d7375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/eedbb13ada2531fa1fe239a09b4c9297a689542e"><code>eedbb13</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11051">#11051</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/b0d73755193e7c60deb70df120859b5db87e7817"><code>b0d7375</code></a> fix: remove the flag disabling bfcache (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11047">#11047</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/30bd0300788e6a58b457867d030da5637d00abdf"><code>30bd030</code></a> chore: use yargs for mocha runner (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11045">#11045</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/03b22ab45664b9989a1296cec2ae139e106c1d3a"><code>03b22ab</code></a> chore(deps): Bump glob from 10.3.4 to 10.3.10 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11043">#11043</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/897fb64aba817439fc136c1cf7e93a95ad68b259"><code>897fb64</code></a> chore(deps): Bump <code>@swc/core</code> from 1.3.86 to 1.3.90 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11042">#11042</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/f59537e405a7d2c9b05ae545f613bb63450949bc"><code>f59537e</code></a> ci: add sharding for chrome (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11038">#11038</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/bd6c246b18903573f2c2d210c437abd11e091e27"><code>bd6c246</code></a> chore: add <code>@typescript-eslint/no-import-type-side-effects</code> (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11040">#11040</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/e853e636d41f97ddf137f1de36b997965dab2ad9"><code>e853e63</code></a> refactor: use common debugError (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11039">#11039</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/48f9382d5e6d9dc2b11e6d37caf4c598e0afdbf6"><code>48f9382</code></a> test: synchronize bidi expectations changes for Bug 1756595 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11005">#11005</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/aa16ab1cffbea6c3cca0b8d660a4a52a63a0035f"><code>aa16ab1</code></a> chore: use RxJS for wait for Navigation (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/11024">#11024</a>)</li> <li>See full diff in <a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.5...puppeteer-core-v21.3.6">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=21.3.5&new-version=21.3.6)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information