-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of puppeteer is breaking the build 🚨 #22
Comments
After pinning to 1.17.0 your tests are passing again. Downgrade this dependency 📌. |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.18.1Big Changes
API changesNo API changes. Bug Fixes
Raw notesd07c70a - chore: mark version v1.18.1 |
Your tests are still failing with this version. Compare changes Release Notes for v1.19.0Big Changes
API changesAddedBug Fixes#2946 - Handling File Input Dialogs Raw notesb6172e8 - chore: mark version v1.19.0 CommitsThe new version differs by 26 commits.
There are 26 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.20.0Big changes
API changesAddedBug fixese0c8d46 - fix: abort Raw notesa5f03ce - chore: mark version v1.20.0 (#4928) CommitsThe new version differs by 54 commits.
There are 54 commits in total. See the full diff |
The devDependency puppeteer was updated from
1.17.0
to1.18.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
puppeteer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for v1.18.0
Big Changes
API changes
No API changes.
Bug Fixes
Raw notes
45873ea - feat(chromium): roll Chromium to r669486 (#4591)
955e7cb - feat(page): move page.pdf to protocol streams (#4587)
6c2007f - docs(README.md): fix spelling of Stack Overflow (#4590)
62733a2 - fix(connection): bump websocket max received message size to 256Mb (#4571)
5087962 - feat(chromium): roll Chromium to r668716 (#4581)
6860d73 - fix(network): align HTTP status codes with IANA (#4567)
7922641 - fix(page): fix A2 and A3 format size (#4569)
65b7e8e - docs(api.md): add notes on race condition in page.setViewport (#4319)
8df0b3e - fix(network): allow fulfilling requests with status code 422 (#4566)
b2f9490 - fix(eval): be able to throw protocol like errors (#4551)
6a50888 - fix(firefox): fix missing awaits in mouse.click (#4561)
e1432cc - docs(contributing): update commit message example (#4560)
dd6fcfe - fix(page): fix missing awaits in mouse.click (#4541)
7faf1c9 - fix(BrowserFetcher): fix httpRequest when using proxy against http HOST (#4558)
4bcdfc9 - docs(api.md): clarify frame/page.goto()'s handling of HTTP error statuses (#4553)
aca99cd - docs(troubleshooting): add missing double quotes (#4548)
90df69c - fix(page): do evaluations with one roundtrip (#4539)
7e19846 - feat(chromium): roll Chromium to r666595 (#4530)
f79d0a3 - fix: try running without
--disable-gpu
on windows (#4523)15804d1 - test: remove debug console.log (#4522)
78d5106 - feat(chromium): roll Chromium to r665405 (#4516)
f52738e - docs(api.md): clarify on HTTP error responses (#4507)
94ff4de - docs(troubleshooting): fix comment (#4512)
ac611ba - fix(helper): fix Helper.installAsyncStackHooks method (#4478)
d221c02 - test: add test to verify fetching of dataURL requests (#4233)
015e330 - test: add oopif tests (#4495)
111350c - docs(troubleshooting.md): update Alpine instructions (#4494)
084cf02 - chore: bump version to v1.17.0-post (#4468)
Commits
The new version differs by 29 commits.
c96454d
chore: mark version v1.18.0 (#4606)
45873ea
feat(chromium): roll Chromium to r669486 (#4591)
955e7cb
feat(page): move page.pdf to protocol streams (#4587)
6c2007f
docs(README.md): fix spelling of Stack Overflow (#4590)
62733a2
fix(connection): bump websocket max received message size to 256Mb (#4571)
5087962
feat(chromium): roll Chromium to r668716 (#4581)
6860d73
fix(network): align HTTP status codes with IANA (#4567)
7922641
fix(page): fix A2 and A3 format size (#4569)
65b7e8e
docs(api.md): add notes on race condition in page.setViewport (#4319)
8df0b3e
fix(network): allow fulfilling requests with status code 422 (#4566)
b2f9490
fix(eval): be able to throw protocol like errors (#4551)
6a50888
fix(firefox): fix missing awaits in mouse.click (#4561)
e1432cc
docs(contributing): update commit message example (#4560)
dd6fcfe
fix(page): fix missing awaits in mouse.click (#4541)
7faf1c9
fix(BrowserFetcher): fix httpRequest when using proxy against http HOST (#4558)
There are 29 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: