Release notes
*Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).*
> ## v1.14.0
> ## Big Changes
>
> - Chromium 75.0.3738.0 (r641577)
>
> ## API changes
>
> #### Added
>
> No API changes.
>
> ## Bug Fixes
>
> - [#4150](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4150) - pptr.dev elementHandle.$ API example throws Error: Node is either not visible or not an HTMLElement
>
> ## Raw notes
>
> fb8146e - chore: mark version v1.14.0
> 26d6e91 - docs(troubleshooting.md): Update Alpine example ([#4203](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4203))
> 72866e9 - test: Change cookies unsecure test title ([#4187](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4187))
> 0d0e620 - docs(api.md): update ElementHandle example ([#4169](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4169))
> c6c3249 - feat(chromium): roll Chromium to r641577 ([#4178](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4178))
> 11afadc - fix: Respect the loglevel for logging ([#4014](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4014))
> 28bab53 - docs(troubleshooting.md): Add missing depencies ([#4182](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4182))
> 6056757 - test: make sure frames are reported from-inside shadow DOM ([#4167](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4167))
> 854b1c0 - feat(executioncontext): support bigints transferring ([#4016](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4016))
> 27cf859 - docs(api.md): add note regarding puppeteer.executablePath() ([#4092](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4092))
> 3511a35 - test: fix fixtures test when run with env DUMPIO=1 ([#4123](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4123))
> 808d1bb - docs(api.md): add links to CDP guide and pptr.dev ([#4159](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4159))
> 0c8ace2 - fix(types): add jsdoc for the DOMWorld on frames ([#4158](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4158))
> 26abcda - docs(troubleshooting): updated Lambda resources ([#4140](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4140))
> 6474b3f - test: ensure Page.setBypassCSP works with iFrames ([#4155](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4155))
> e3a4f34 - feat(firefox): roll Firefox to 765beffc ([#4156](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4156))
> 42351c7 - feat(firefox): Implement header overrides in request interception ([#4142](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4142))
> 5d6535c - test: Fix should fire for fetches test ([#4139](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4139))
> 87a8d74 - test: add a failing test that tries to click a fixed button in an iframe ([#4130](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4130))
> 1623bef - test: improve test coverage for Request.continue ([#4096](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4096))
> f32d77e - test: check if the executable path is an exact match ([#4117](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4117))
> 7462bda - chore: bump version to v1.13.0-post ([#4115](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4115))
>
> ## v1.13.0
> ## Big Changes
> - Chromium 74.0.3723.0 (r637110)
>
> ## API Changes
>
> No API changes.
>
>
> ## Bug Fixes
> ... (truncated)
Commits
- [`3fa91ca`](https://github.com/GoogleChrome/puppeteer/commit/3fa91cace372588bae7d710cefb81879076dc219) chore: mark version v1.14.0 ([#4222](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4222))
- [`26d6e91`](https://github.com/GoogleChrome/puppeteer/commit/26d6e91fd57cfa906a43f38151e5b35a779435ff) docs(troubleshooting.md): Update Alpine example ([#4203](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4203))
- [`72866e9`](https://github.com/GoogleChrome/puppeteer/commit/72866e9467ea124644412706e3ec196113cf5348) test: Change cookies unsecure test title ([#4187](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4187))
- [`0d0e620`](https://github.com/GoogleChrome/puppeteer/commit/0d0e620405ff15a8b8bb2e0e05cc7f1e2e8b95ea) docs(api.md): update ElementHandle example ([#4169](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4169))
- [`c6c3249`](https://github.com/GoogleChrome/puppeteer/commit/c6c32491ec0a0209ab651c098e955d15c9305ab9) feat(chromium): roll Chromium to r641577 ([#4178](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4178))
- [`11afadc`](https://github.com/GoogleChrome/puppeteer/commit/11afadc6808eab0b727e804defbcd0d15f54aead) fix: Respect the loglevel for logging ([#4014](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4014))
- [`28bab53`](https://github.com/GoogleChrome/puppeteer/commit/28bab53bf67c24ea500111ed6364ec9d7119a99c) docs(troubleshooting.md): Add missing depencies ([#4182](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4182))
- [`6056757`](https://github.com/GoogleChrome/puppeteer/commit/60567575d27c6fd9294044b397cef59a178fe06a) test: make sure frames are reported from-inside shadow DOM ([#4167](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4167))
- [`854b1c0`](https://github.com/GoogleChrome/puppeteer/commit/854b1c09126800eca86e7ac42e0ab8f16076e32e) feat(executioncontext): support bigints transferring ([#4016](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4016))
- [`27cf859`](https://github.com/GoogleChrome/puppeteer/commit/27cf8594c2cf76874a65cae2ab5a3b2a658d4962) docs(api.md): add note regarding puppeteer.executablePath() ([#4092](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4092))
- Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.12.2...v1.14.0)
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 will not automatically merge this PR because it includes a minor update to a production dependency.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps puppeteer from 1.12.2 to 1.14.0.
Release notes
*Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).* > ## v1.14.0 > ## Big Changes > > - Chromium 75.0.3738.0 (r641577) > > ## API changes > > #### Added > > No API changes. > > ## Bug Fixes > > - [#4150](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4150) - pptr.dev elementHandle.$ API example throws Error: Node is either not visible or not an HTMLElement > > ## Raw notes > > fb8146e - chore: mark version v1.14.0 > 26d6e91 - docs(troubleshooting.md): Update Alpine example ([#4203](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4203)) > 72866e9 - test: Change cookies unsecure test title ([#4187](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4187)) > 0d0e620 - docs(api.md): update ElementHandle example ([#4169](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4169)) > c6c3249 - feat(chromium): roll Chromium to r641577 ([#4178](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4178)) > 11afadc - fix: Respect the loglevel for logging ([#4014](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4014)) > 28bab53 - docs(troubleshooting.md): Add missing depencies ([#4182](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4182)) > 6056757 - test: make sure frames are reported from-inside shadow DOM ([#4167](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4167)) > 854b1c0 - feat(executioncontext): support bigints transferring ([#4016](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4016)) > 27cf859 - docs(api.md): add note regarding puppeteer.executablePath() ([#4092](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4092)) > 3511a35 - test: fix fixtures test when run with env DUMPIO=1 ([#4123](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4123)) > 808d1bb - docs(api.md): add links to CDP guide and pptr.dev ([#4159](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4159)) > 0c8ace2 - fix(types): add jsdoc for the DOMWorld on frames ([#4158](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4158)) > 26abcda - docs(troubleshooting): updated Lambda resources ([#4140](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4140)) > 6474b3f - test: ensure Page.setBypassCSP works with iFrames ([#4155](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4155)) > e3a4f34 - feat(firefox): roll Firefox to 765beffc ([#4156](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4156)) > 42351c7 - feat(firefox): Implement header overrides in request interception ([#4142](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4142)) > 5d6535c - test: Fix should fire for fetches test ([#4139](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4139)) > 87a8d74 - test: add a failing test that tries to click a fixed button in an iframe ([#4130](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4130)) > 1623bef - test: improve test coverage for Request.continue ([#4096](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4096)) > f32d77e - test: check if the executable path is an exact match ([#4117](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4117)) > 7462bda - chore: bump version to v1.13.0-post ([#4115](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4115)) > > ## v1.13.0 > ## Big Changes > - Chromium 74.0.3723.0 (r637110) > > ## API Changes > > No API changes. > > > ## Bug Fixes > ... (truncated)Commits
- [`3fa91ca`](https://github.com/GoogleChrome/puppeteer/commit/3fa91cace372588bae7d710cefb81879076dc219) chore: mark version v1.14.0 ([#4222](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4222)) - [`26d6e91`](https://github.com/GoogleChrome/puppeteer/commit/26d6e91fd57cfa906a43f38151e5b35a779435ff) docs(troubleshooting.md): Update Alpine example ([#4203](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4203)) - [`72866e9`](https://github.com/GoogleChrome/puppeteer/commit/72866e9467ea124644412706e3ec196113cf5348) test: Change cookies unsecure test title ([#4187](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4187)) - [`0d0e620`](https://github.com/GoogleChrome/puppeteer/commit/0d0e620405ff15a8b8bb2e0e05cc7f1e2e8b95ea) docs(api.md): update ElementHandle example ([#4169](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4169)) - [`c6c3249`](https://github.com/GoogleChrome/puppeteer/commit/c6c32491ec0a0209ab651c098e955d15c9305ab9) feat(chromium): roll Chromium to r641577 ([#4178](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4178)) - [`11afadc`](https://github.com/GoogleChrome/puppeteer/commit/11afadc6808eab0b727e804defbcd0d15f54aead) fix: Respect the loglevel for logging ([#4014](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4014)) - [`28bab53`](https://github.com/GoogleChrome/puppeteer/commit/28bab53bf67c24ea500111ed6364ec9d7119a99c) docs(troubleshooting.md): Add missing depencies ([#4182](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4182)) - [`6056757`](https://github.com/GoogleChrome/puppeteer/commit/60567575d27c6fd9294044b397cef59a178fe06a) test: make sure frames are reported from-inside shadow DOM ([#4167](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4167)) - [`854b1c0`](https://github.com/GoogleChrome/puppeteer/commit/854b1c09126800eca86e7ac42e0ab8f16076e32e) feat(executioncontext): support bigints transferring ([#4016](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4016)) - [`27cf859`](https://github.com/GoogleChrome/puppeteer/commit/27cf8594c2cf76874a65cae2ab5a3b2a658d4962) docs(api.md): add note regarding puppeteer.executablePath() ([#4092](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4092)) - Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.12.2...v1.14.0)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 will not automatically merge this PR because it includes a minor update to a production dependency.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.