We now allow configuring the browser debug logging behavior (#6210)
Raw notes
4ee4649d - chore: mark v5.2.1 (#6254)
e89e264a - feat(chromium): roll Chromium to r782078 (#6250)
b2f69183 - fix: configure debug logging in browser (#6210)
040f37ec - docs: fix link text (#6245)
9fdf2ba2 - chore(docs): migrate page.pdf() docs (#6228)
23315844 - docs(troubleshooting): install libXss in Dockerfile (#6236)
042c4a23 - chore: mark 5.2.0-post (#6240)
v5.2.0
Feature changes
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.
export interface QueryHandler {
queryOne?: (element: Element | Document, selector: string) => Element | null;
queryAll?: (element: Element | Document, selector: string) => Element[] | NodeListOf<Element>;
}
Bug fixes and improvements
The ESM build now includes file extensions in its import statements to match the ESM spec. Note that the ESM build is still considered experimental and should not be relied on.
The docs on running Firefox Nightly are now much clearer.
We now vendor in common dependencies such as Mitt so they can be used more easily outside of the Node module resolution ecosystem.
Raw notes
028f1442 - chore: mark v5.2.0 (#6238)
313774c5 - feat: change QueryHandler to contain QueryOne and QueryAll methods (#6218)
82645e85 - docs: better describe how to install Firefox Nightly with Puppeteer (#6226)
f1a6b8d6 - chore: vendor Mitt & update project structure (#6209)
fb806109 - docs(troubleshooting): drops obsolete dependencies (#5354)
This version was pushed to npm by jobay, a new releaser for puppeteer since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps puppeteer from 1.20.0 to 5.2.1.
Release notes
Sourced from puppeteer's releases.
Commits
4ee4649
chore: mark v5.2.1 (#6254)e89e264
feat(chromium): roll Chromium to r782078 (#6250)b2f6918
fix: configure debug logging in browser (#6210)040f37e
docs: fix link text9fdf2ba
chore(docs): migrate page.pdf() docs (#6228)2331584
docs(troubleshooting): install libXss in Dockerfile (#6236)042c4a2
chore: mark 5.2.0-post (#6240)028f144
chore: mark v5.2.0 (#6238)313774c
feat: change QueryHandler to contain QueryOne and QueryAll methods (#6218)82645e8
docs: better describe how to install Firefox Nightly with Puppeteer (#6226)Maintainer changes
This version was pushed to npm by jobay, a new releaser for puppeteer since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)