Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update puppeteer to the latest version 🚀#24

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
greenkeeper wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromgreenkeeper/puppeteer-3.0.0

Conversation

@greenkeeper
Copy link
Contributor


☝️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 dependencypuppeteer was updated from2.1.1 to3.0.0.

This version isnot covered by yourcurrent version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher:mathias
License: Apache-2.0

Release Notes for v3.0.0

Big changes

  • Chromium 81.0.4044.0 (r737027)
  • Puppeteer can now fetch a Firefox Nightly binary for you viaPUPPETEER_PRODUCT=firefox npm install.
  • There's nowan example showing how to launch Firefox with Puppeteer.
  • File uploads are generally more reliable (#5363) andelementHandle.uploadFile(...filePaths) now triggers achange event, matching the old behavior in Puppeteer v1.20.0. (#5389)
  • Node.js v8.x.x is no longer supported. (#5136)

Behind the scenes

  • Puppeteer is migrating to TypeScript. Although this doesn't affect the way developers can consume Puppeteer, it improves the quality of the Puppeteer type definitions which can be used by modern editors.
  • Our custom test runner framework has been removed in favor of Mocha, reducing maintenance overhead.
  • Our CI setup and the way we deal with test flakiness is being reworked in order to increase our confidence of landing PRs without breaking anything.

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 badges
efe561e - 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.js script withpuppeteer-core (#5325)
c283fea - docs(api): add example to page.$$eval (#5200)

Commits

The new version differs by 44 commits.

  • 6760b92chore: mark version v3.0.0 (#5642)
  • 3387aabfeat(chromium): roll Chromium to r737027 (#5644)
  • c5df490docs(readme): update cross-browser FAQ (#5634)
  • 35989a7fix: set revision based on PUPPETEER_PRODUCT (#5643)
  • d817ae5fix: update preferred revision after Launcher is created (#5640)
  • df81250chore: update ws library (#5638)
  • 2529ee6chore(eslint): add eslint typescript linting (#5635)
  • 88d843dfeat(TypeScript): move DeviceDescriptors to TS (#5595)
  • 1ce4fe7chore(deps): update extract-zip to version 2 (#5610)
  • 0bcc5a7chore: migrate remaining tests to Mocha (#5616)
  • 17cd870chore: migrate unit tests to Mocha (#5600)
  • 262da92chore(test): re-enable Firefox testing on CI (#5608)
  • 83d9d53chore: update CI to run Travis + Linux + Chromium (#5583)
  • 21c2d31docs(api): update another emulateMediaType example (#5607)
  • fefa8cadocs(api): update emulateMediaType example (#5606)

There are 44 commits in total.

See thefull diff


FAQ and help

There is a collection offrequently asked questions. If those don’t help, you can alwaysask the humans behind Greenkeeper.


YourGreenkeeper bot 🌴

greenkeeperbot added a commit that referenced this pull requestApr 22, 2020
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencypuppeteer was updated from2.1.1 to3.0.1.

Update to this version instead 🚀

Commits

The new version differs by 30 commits.

  • feec588chore: add test for npm package installing correctly (#5714)
  • 1615c9cchore: addinstall.js tofiles for publishing (#5712)
  • 6029fddchore: mark version v3.0.1 (#5709)
  • 29ebd0bchore: migrate src/ExecutionContext (#5705)
  • 69bfa80Update api.md (#5706)
  • 8d5d76echore: migrate src/JSHandle to TS (#5703)
  • 42893d8chore: migrate src/coverage to TypeScript (#5702)
  • e3922eachore: enforce consistent spacing around object curlys (#5700)
  • 3600f2fchore: migrate src/helpers.ts to ESM (#5699)
  • f13c30achore: migratesrc/USKeyboardLayout to typescript (#5695)
  • a614bc4chore: migratesrc/Connection to TypeScript (#5694)
  • 376d234chore: migrate src/WebSocketTransport to TypeScript (#5696)
  • 5c839f5chore(docker): add missing libgbm1 dependency (#5693)
  • e7a32a8chore: migratesrc/pipetransport to typescript (#5692)
  • 4134b54chore: migratesrc/helper to typescript (#5689)

There are 30 commits in total.

See thefull diff

greenkeeperbot added a commit that referenced this pull requestApr 28, 2020
@greenkeeper
Copy link
ContributorAuthor

  • Thedependencypuppeteer was updated from2.1.1 to3.0.2.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestMay 6, 2020
@greenkeeper
Copy link
ContributorAuthor


🚨Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • Thedependencypuppeteer was updated from2.1.1 to3.0.3.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestMay 7, 2020
@greenkeeper
Copy link
ContributorAuthor


🚨Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • Thedependencypuppeteer was updated from2.1.1 to3.0.4.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestMay 18, 2020
@greenkeeper
Copy link
ContributorAuthor


🚨Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • Thedependencypuppeteer was updated from2.1.1 to3.1.0.

Update to this version instead 🚀

@greenkeeper
Copy link
ContributorAuthor


🚨Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • Thedependencypuppeteer was updated from2.1.1 to3.2.0.

Update to this version instead 🚀

greenkeeperbot added a commit that referenced this pull requestMay 29, 2020
greenkeeperbot added a commit that referenced this pull requestJun 2, 2020
@greenkeeper
Copy link
ContributorAuthor


🚨Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • Thedependencypuppeteer was updated from2.1.1 to3.3.0.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp