-
Notifications
You must be signed in to change notification settings - Fork 0
Description
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency puppeteer was updated from 3.0.1
to 3.0.2
.
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
- ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v3.0.2
Highlights
uploadFile
now throws for non-existent files (#5733)- Puppeteer currently fails to extract Chromium when installing on Node 14 (see tracking bug: #5719). We now detect if you're on Node 14 and log a helpful error (#5732).
Behind the scenes
- Many more files have been migrated to TypeScript and we're continuing with the goal of the
src
directory being 100% TypeScript.
Raw notes
4e8f091 - chore: mark version v3.0.2
3911836 - chore: small CI tidy ups (#5751)
5e2a029 - chore: use Node's promisify function (#5748)
1b9d9e9 - chore: log useful error for Node v14 breakage (#5732)
a7d2485 - chore: split out CI into unit tests + extra checks (#5749)
3ed2f6b - chore: remove puppeteer-web (#5750)
1358b45 - chore: migrate src/LifecycleWatcher (#5734)
79e82e5 - fix: make uploadFile throw for non-existent files (#5733)
1a4e260 - chore: migrate src/BrowserFetcher to TypeScript (#5727)
8509f46 - chore: migrate src/Accessibility to TypeScript (#5726)
930cc32 - chore: migrate src/Errors to TypeScript (#5725)
30aff82 - chore: migrate src/Events to TypeScript (#5724)
1823828 - chore: migrate src/Tracing to TypeScript (#5723)
3050196 - fix: update clipboard read write permissions after upstream change (#5721)
0731049 - chore: update pngjs to 5.0.0 and jpeg-js to 0.3.7 (#5676)
ddb8ba1 - chore: tidy up and de-duplicate Travis CI config (#5716)
9d297f0 - chore: Bump version to 3.0.1-post (#5717)
be8f8a2 - chore: Add macOS to Travis CI (#5708)
133abb0 - chore: migrate src/Input to typescript (#5710)
11bc5a6 - chore: migrate src/Worker to typescript (#5715)
Commits
The new version differs by 20 commits.
646f42e
chore: mark version v3.0.2 (#5752)
3911836
chore: small CI tidy ups (#5751)
5e2a029
chore: use Node's promisify function (#5748)
1b9d9e9
chore: log useful error for Node v14 breakage (#5732)
a7d2485
chore: split out CI into unit tests + extra checks (#5749)
3ed2f6b
chore: remove puppeteer-web (#5750)
1358b45
chore: migrate src/LifecycleWatcher (#5734)
79e82e5
fix: make uploadFile throw for non-existent files (#5733)
1a4e260
chore: migrate src/BrowserFetcher to TypeScript (#5727)
8509f46
chore: migrate src/Accessibility to TypeScript (#5726)
930cc32
chore: migrate src/Errors to TypeScript (#5725)
30aff82
chore: migrate src/Events to TypeScript (#5724)
1823828
chore: migrate src/Tracing to TypeScript (#5723)
3050196
fix: update clipboard read write permissions after upstream change (#5721)
0731049
chore: update pngjs to 5.0.0 and jpeg-js to 0.3.7 (#5676)
There are 20 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 🌴