-
Notifications
You must be signed in to change notification settings - Fork 0
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 🚨 #17
Comments
After pinning to 1.8.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes Release Notes for v1.10.0Big Changes
API ChangesAdded:Bug Fixes
Raw Notescffcaad - chore: mark version v1.10.0 CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.11.0Big Changes
API ChangesChanged:
Bug Fixes
Raw Notesa0cbaf3 - chore(types): lint the api docs with typescript (#3577) CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.12.0Big Changes
API ChangesAdded:
Changed:
Bug Fixes
Raw Notesa545059 - chore: mark version v1.12.0 CommitsThe new version differs by 73 commits.
There are 73 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.12.1Big Changes
API ChangesNo API changes. Bug FixesRaw Notesa1abd6c - chore: mark version v1.12.1 (#3885) |
Your tests are still failing with this version. Compare changes Release Notes for v1.12.2Big Changes
API ChangesNo API changes. Bug Fixes
Raw Notes9a90107 - chore: mark version v1.12.2 CommitsThe new version differs by 10 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.13.0Big Changes
API ChangesNo API changes. Bug Fixes
Raw Notesba5f94d - test: disable flaky cookies test (#4112) CommitsThe new version differs by 87 commits.
There are 87 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.14.0Big Changes
API changesAddedNo API changes. Bug Fixes
Raw notesfb8146e - chore: mark version v1.14.0 CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.15.0Big Changes
API changesAddedBug Fixes
Raw notes2394da8 - chore: mark version v1.15.0 CommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.16.0Big Changes
API changesAddedChanged
Bug Fixes
Raw notesa3cb163 - feat: CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.17.0Big Changes
API changesNo API Changes. Bug Fixes
Raw notes89944e5 - chore: mark version v1.17.0 CommitsThe new version differs by 12 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.18.0Big Changes
API changesNo API changes. Bug Fixes
Raw notes45873ea - feat(chromium): roll Chromium to r669486 (#4591) CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes 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 23 commits.
There are 23 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes 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 dependency puppeteer was updated from
1.8.0
to1.9.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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for v1.9.0
Big Changes
frame.goto
andframe.waitForNavigation
API Changes
Added:
browser.target()
(4e48dfc)frame.goto(url, options)
(5acf953)frame.waitForNavigation(options)
(5acf953)response.frame()
(5acf953)Bug Fixes
omitBackground: true
Raw Notes
4abf7d1 - docs(bundling): add docs about bundling for web (#3348)
8becb31 - test: add failing test for page.select (#3346)
5ebfe1a - docs(contributing): remove the --filter note (#3342)
cd54ce3 - fix(types): upgrade node types to 8.10.34 (#3341)
c9657f8 - docs(api.md): minor grammar and consistency fixes (#3320)
c237947 - chore(types): upgrade to TypeScript 3.1.1 (#3331)
842fee8 - fix(page): full page screenshot when defaultViewport is null (#3306)
e75e36b - feat(chromium): roll Chromium to r594312 (#3310)
85aca8e - chore(testserver): prepare test server (#3294)
9c89090 - chore(testrunner): fix readme description (#3293)
12e317c - chore: add .npmignore for testrunner (#3290)
5b3ddf5 - chore(testrunner): bump version to v0.5.0-post (#3291)
907d9be - chore: prepare testrunner to be published to npm (#3289)
4e48dfc - feat(launcher): add experimental "transport" option to pptr.connect (#3265)
5acf953 - feat(frame): introduce Frame.goto and Frame.waitForNavigation (#3276)
ad49f79 - docs(api.md): Fix description of SecurityDetails class (#3277)
0b9d8a6 - feat: async stacks for all "async" public methods (#3262)
9223bca - refactor: move navigation management to FrameManager (#3266)
27477a1 - docs(api.md): Fix typo (#3273)
b97bddf - refactor: unify response tracking in page.goto and waitForNavigation (#3258)
a1a211d - chore: nicer stack highlight (#3259)
a4abb4a - feat(chromium): Roll Chromium to r591618 (#3263)
7f00860 - fix(browserfetcher): Fix windows fetching (#3256)
f5d388a - docs(api.md): add example for Mouse class (#3244)
d547b9d - fix(browser): browser closing/disconnecting should abort navigations (#3245)
f0beabd - chore: drop DEBUG for public API calls (#3246)
d929f7e - fix: set JPG background to white when omitBackground option is used (#3240)
6ec3ce6 - chore: make sure Puppeteer bundling works (#3239)
f49687f - docs(api.md): add frame example (#3237)
a582acd - feat(chromium): roll Chromium to r590951 (#3236)
7ec0801 - fix: expect Network.responseReceived event is never dispatched (#3233)
c644a3b - test: make sure zero-width screenshots don't hang (#3214)
9c4b6d0 - refactor: use browser-compliant interface of 'ws' (#3218)
56b3bd8 - docs(readme.md): Added yarn guide also to puppeteer-core (#3227)
6581ee9 - docs: add
ndb
as a debugging tip (#3195)1b2c811 - refactor: move Connection to use ConnectionTransport (#3217)
c967aeb - docs(api.md): add an include statement for puppeteer-core (#3213)
c5511ec - docs(api.md): Clarify how to call page.setCookie (#3215)
78e9d5c - chore: bump version to v1.8.0-post (#3212)
Commits
The new version differs by 40 commits.
f6c05e6
chore: mark version v1.9.0 (#3350)
4abf7d1
docs(bundling): add docs about bundling for web (#3348)
8becb31
test: add failing test for page.select (#3346)
5ebfe1a
docs(contributing): remove the --filter note (#3342)
cd54ce3
fix(types): upgrade node types to 8.10.34 (#3341)
c9657f8
docs(api.md): minor grammar and consistency fixes (#3320)
c237947
chore(types): upgrade to TypeScript 3.1.1 (#3331)
842fee8
fix(page): full page screenshot when defaultViewport is null (#3306)
e75e36b
feat(chromium): roll Chromium to r594312 (#3310)
85aca8e
chore(testserver): prepare test server (#3294)
9c89090
chore(testrunner): fix readme description (#3293)
12e317c
chore: add .npmignore for testrunner (#3290)
5b3ddf5
chore(testrunner): bump version to v0.5.0-post (#3291)
907d9be
chore: prepare testrunner to be published to npm (#3289)
4e48dfc
feat(launcher): add experimental "transport" option to pptr.connect (#3265)
There are 40 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: