Skip to content
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

Update puppeteer to the latest version 🚀 #228

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 26, 2019

The devDependency puppeteer was updated from 1.14.0 to 1.15.0.

This version is not covered by your current 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.


Release Notes for v1.15.0

Big Changes

  • Chromium 75.0.3765.0 (r650583)
  • Request Interception issues (#3471) are now fixed 🎉

API changes

Added

Bug Fixes

  • #3186 - Win10 x64 always throws timeout
  • #3471 - [umbrella] Fix Request Interception
  • #4197 - TypeError: Cannot read property 'call' of null
  • #4274 - Regression on click on a simple element
  • #4281 - Puppeteer consider visible element as not visible
  • #4299 - debugSession removed but Readme.md still references it
  • #4309 - Unable to send POST request, always sending GET request.
  • #4315 - Make golden tests ignore new lines differences

Raw notes

2394da8 - chore: mark version v1.15.0
06fdcae - docs(troubleshooting): remove unnecessary call (#4327)
5e21ba3 - feat: update DeviceDescriptors (#4321)
2d53651 - chore(git): Fix line endings in text files (#4320)
770411b - test: verify overriding postdata and method on navigation (#4317)
e3abb0a - feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312)
dde55b0 - test: Make intervention test Edge friendly (#4314)
2b68c10 - fix: Removing a dead flag. (#4310)
3def8a2 - docs(readme): fix debugging tips (#4304)
0c4d53b - test: add a test for queryObjects with navigation (#4303)
a8ffdad - feat(chromium): roll Chromium to r650583 (#4284)
145e868 - test: add failing test for clicking certain elements (#4282)
8f8e774 - test: split out request interception tests (#4278)
5ee21d9 - fix(page): intersect content quads with viewport (#4277)
2098877 - fix: gracefully handle multiple contexts for secondary DOM World (#4276)
2265974 - refactor: migrate onto Fetch domain (#4265)
a79b775 - fix: Allow PUPPETEER_EXECUTABLE_PATH to be set in npmrc and package.json (#4270)
08e9a4d - fix(launcher): support https for browserURL endpoint (#4268)
19606a3 - fix: cache disabling should stick when toggling request interception (#4260)
2a7c3fe - feat(chromium): roll Chromium to r649004 (#4259)
54cce43 - fix(ci): another attempt to fix puppeteer@next (#4258)
0eb256b - fix(ci): fix builds of puppeteer@next (#4257)
fd0f58e - fix: Use new requestId for interception request matching (#4248)
9d31068 - feat(chromium): roll Chromium to r648643 (#4256)
080b809 - docs(contributing): add instructions to build Chromium revisions (#4246)
67fbf46 - feat(chromium): roll Chromium to r647475 (#4240)
1b8769d - docs(troubleshooting): launching Chromium on Windows (#4235)
695b30a - docs(troubleshooting): fix docker example (#3743)
66ff492 - docs(api.md): Working link to Linux differences (#4232)
0adffcc - docs: add table-of-contents to troubleshooting (#4234)
2c6df6d - chore: bump version to v1.14.0-post (#4224)

Commits

The new version differs by 31 commits.

  • b9f4a95 chore: mark version v1.15.0 (#4346)
  • 06fdcae docs(troubleshooting): remove unnecessary call (#4327)
  • 5e21ba3 feat: update DeviceDescriptors (#4321)
  • 2d53651 chore(git): Fix line endings in text files (#4320)
  • 770411b test: verify overriding postdata and method on navigation (#4317)
  • e3abb0a feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312)
  • dde55b0 test: Make intervention test Edge friendly (#4314)
  • 2b68c10 fix: Removing a dead flag. (#4310)
  • 3def8a2 docs(readme): fix debugging tips (#4304)
  • 0c4d53b test: add a test for queryObjects with navigation (#4303)
  • a8ffdad feat(chromium): roll Chromium to r650583 (#4284)
  • 145e868 test: add failing test for clicking certain elements (#4282)
  • 8f8e774 test: split out request interception tests (#4278)
  • 5ee21d9 fix(page): intersect content quads with viewport (#4277)
  • 2098877 fix: gracefully handle multiple contexts for secondary DOM World (#4276)

There are 31 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 🌴

greenkeeper bot added a commit that referenced this pull request May 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2019

  • The devDependency puppeteer was updated from 1.14.0 to 1.16.0.

Update to this version instead 🚀

Release Notes for v1.16.0

Big Changes

  • Chromium 76.0.3786.0 (r656675)

API changes

Added

Changed

Bug Fixes

  • #4263 - page.queryObjects has crashed the browser since version 1.12.0
  • #4337 - Request Interception issue with base href
  • #4364 - Page.setContent() fails when content includes \x7F but is valid UTF-8

Raw notes

a3cb163 - feat: root option in page.accessibility.snapshot() (#4318)
b3027a6 - test(page): make sure exposeFunction works with complex args (#4411)
5f66d82 - docs(readme): Document debugging with node --inspect-brk (#4345)
a0b54f0 - docs(troubleshooting.md): Pin Alpine Chromium version (#4359)
1516e0d - feat(workers): create workers from service workers and shared workers (#4397)
ef24c69 - fix(tracing): start without options (#4388)
9a2fb2a - docs(troubleshooting.md): Update CentOS documentation (#4398)
de18c0e - docs(firefox): Adding bug reference & prototype clarification to juggler (#4402)
511dcf9 - feat(browser): Add browser.isConnected() (#4403)
13f73b5 - feat(chromium): roll Chromium to r656675 (#4389)
1de9906 - test: add cookie tests (#4365)
27c9f75 - fix(page): teach page.setContent to work with tricky content (#4366)
e2e6b88 - feat(chromium): roll Chromium to r654752 (#4358)
f3db28c - test: add failing test for request interception with sync XHRs (#4350)
d64f700 - fix(docs): screen readers aren't the only kind of assistive technology (#4349)
1e29e5b - chore: bump version to v1.15.0-post (#4347)

Commits

The new version differs by 17 commits.

  • 9f2635c chore: mark version v1.16.0 (#4421)
  • a3cb163 feat: root option in page.accessibility.snapshot() (#4318)
  • b3027a6 test(page): make sure exposeFunction works with complex args (#4411)
  • 5f66d82 docs(readme): Document debugging with node --inspect-brk (#4345)
  • a0b54f0 docs(troubleshooting.md): Pin Alpine Chromium version (#4359)
  • 1516e0d feat(workers): create workers from service workers and shared workers (#4397)
  • ef24c69 fix(tracing): start without options (#4388)
  • 9a2fb2a docs(troubleshooting.md): Update CentOS documentation (#4398)
  • de18c0e docs(firefox): Adding bug reference & prototype clarification to juggler (#4402)
  • 511dcf9 feat(browser): Add browser.isConnected() (#4403)
  • 13f73b5 feat(chromium): roll Chromium to r656675 (#4389)
  • 1de9906 test: add cookie tests (#4365)
  • 27c9f75 fix(page): teach page.setContent to work with tricky content (#4366)
  • e2e6b88 feat(chromium): roll Chromium to r654752 (#4358)
  • f3db28c test: add failing test for request interception with sync XHRs (#4350)

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2019

  • The devDependency puppeteer was updated from 1.14.0 to 1.17.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2019

  • The devDependency puppeteer was updated from 1.14.0 to 1.18.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

  • The devDependency puppeteer was updated from 1.14.0 to 1.18.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2019

  • The devDependency puppeteer was updated from 1.14.0 to 1.19.0.

Update to this version instead 🚀

@greenkeeper greenkeeper bot closed this Jul 29, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/puppeteer-1.15.0 branch July 29, 2019 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants