Update dependency puppeteer to v3 (master)#3
Open
renovate-tests wants to merge 1 commit intomasterfrom
Open
Conversation
c76a6b4 to
24cbf56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0->^3.0.0Release Notes
puppeteer/puppeteer
v3.0.2Compare Source
Highlights
uploadFilenow throws for non-existent files (#5733)Behind the scenes
srcdirectory being 100% TypeScript.Raw notes
4e8f091- chore: mark version v3.0.23911836- 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)v3.0.1Compare Source
Highlights
libgbm-devdependency that's needed for Linux builds (#5667, #5693)Behind the scenes
src/are now TypeScript files. We're working towards a 100% TS codebase which will enable us (amongst other things) to ship high-quality type definitions for TypeScript users.Raw notes
6029fdd- chore: mark version v3.0.1 (#5709)29ebd0b- chore: migrate src/ExecutionContext (#5705)69bfa80- docs(api): fix typo (#5706)8d5d76e- chore: migrate src/JSHandle to TS (#5703)42893d8- chore: migrate src/coverage to TypeScript (#5702)e3922ea- chore: enforce consistent spacing around object curlys (#5700)3600f2f- chore: migrate src/helpers.ts to ESM (#5699)f13c30a- chore: migratesrc/USKeyboardLayoutto typescript (#5695)a614bc4- chore: migratesrc/Connectionto TypeScript (#5694)376d234- chore: migrate src/WebSocketTransport to TypeScript (#5696)5c839f5- chore(docker): add missing libgbm1 dependency (#5693)e7a32a8- chore: migratesrc/pipetransportto typescript (#5692)4134b54- chore: migratesrc/helperto typescript (#5689)c32b049- chore: deletesrc/MultiMap(#5690)6638a24- chore: migratesrc/timeoutsettingsto typescript (#5691)ad6c57a- docs: fix DeviceDescriptor link (#5683)c4fe4e4- chore(ci): re-enable tests on Windows (#5637)49ca00f- docs(contributing): update testing section (#5657)1a57ba2- chore: migrate TaskQueue to TypeScript (#5658)ef3befa- chore: manage published files viafilesoption (#5659)35fc654- docs: change the Alpine Docker example to use env instead of launch option (#5666)20c22ad- chore: fix installing from GitHub URL (#5669)46ef9f7- docs(troubleshooting): list libgbm-dev dependency (#5667)532ae57- fix(JSHandle): restore file upload to its old behavior (#5655)3e4c8c9- chore(typescript): migrate src/Dialog (#5639)a9f6a26- chore: log reminder about tsc if DocLint fails locally (#5652)37bae17- docs(contributing): update npm dist tags section (#5650)80348dc- chore: bump version to v3.0.0-post (#5649)v3.0.0Compare Source
Big changes
PUPPETEER_PRODUCT=firefox npm install. Also, there’s now an example showing how to launch Firefox with Puppeteer.elementHandle.uploadFile(...filePaths)now triggers achangeevent, matching the old behavior in Puppeteer v1.20.0. (#5389)Behind the scenes
Raw notes
6760b92- chore: mark version v3.0.0 (#5642)3387aab- feat(chromium): roll Chromium to r737027 (#5644)c5df490- docs(readme): update cross-browser FAQ (#5634)35989a7- fix: set revision based on PUPPETEER_PRODUCT (#5643)d817ae5- fix: update preferred revision after Launcher is created (#5640)df81250- chore: update ws library (#5638)2529ee6- chore(eslint): add eslint typescript linting (#5635)88d843d- feat(TypeScript): move DeviceDescriptors to TS (#5595)1ce4fe7- chore(deps): update extract-zip to version 2 (#5610)0bcc5a7- chore: migrate remaining tests to Mocha (#5616)17cd870- chore: migrate unit tests to Mocha (#5600)262da92- chore(test): re-enable Firefox testing on CI (#5608)83d9d53- chore: update CI to run Travis + Linux + Chromium (#5583)21c2d31- docs(api): update another emulateMediaType example (#5607)fefa8ca- docs(api): update emulateMediaType example (#5606)bbdaf92- docs(README): remove unused badgesefe561e- chore: fix DocLint method diffing (#5594)841c2a5- chore: fix emulateMedia tests (#5593)8fa034b- chore: remove flakiness dashboard (#5592)4ee2c43- chore: fix Page.emulateMedia doclint failure (#5584)a99a3cf- chore: skip failing cookie tests in Firefox (#5575)88446df- chore: fix missedsrc/vslib/documentation (#5591)b3b0dc5- docs: replace invalid device descriptors link (#5589)99ecdba- docs: fix simple typo (#5585)7f7887e- docs(puppeteer-firefox): add deprecation warning to README (#5502)6522e4f- chore: Use expect for assertions (#5581)4c41421- chore: run Chromium on Node.js 12 on Travis (#5582)f434684- chore: fix link to source files in documentation (#5576)2b52b86- chore: remove travis-autodeploy (#5580)7a2a41f- chore: move code to src/ and emit with TypeScript (#5568)c82b556- docs: connect works with any supported browser (#5572)d678013- chore: upgrade TypeScript to 3.8 (#5566)3dff24a- chore: upgrade eslint to v6.8.0 (#5563)4b0fd8b- chore: upgrade to TypeScript 3.7 (#5562)29b626a- chore: upgrade TypeScript to 3.6 (#5559)5e8d79b- chore: upgrade to TypeScript 3.5 (#5556)b9240b1- chore: bump rimraf to v3.0.2 (#5431)067662c- Emit change event on uploadFile calls (#5389)a3d1536- Bugfix: Docker build failure (#5400)33f1967- (feat) Add option to fetch Firefox Nightly (#5467)807fbbd- chore: drop Node.js v8 support (#5365)0b1a9ce- chore: Replace Juggler with Firefox Nightly in CI (#5395)0b1777e- docs(api) Fix url (#5367)5ffcde2- chore: bump version to v2.1.1.-post (#5390)46386eb- chore: mark version v2.1.1 (#5388)9923e56- fix(filechooser): quick fix for the headful file chooser (#5369)1a1ef83- Add FAQ entry on cross-browser support (#5360)0d243b7- feat: make it possible to runinstall.jsscript withpuppeteer-core(#5325)c283fea- docs(api): add example to page.$$eval (#5200)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.