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

Scripts: Upgrade puppeteer dependency #20268

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 39 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"config": {
"GUTENBERG_PHASE": 2
"GUTENBERG_PHASE": 2,
"puppeteer_chromium_revision": 706915
},
"dependencies": {
"@wordpress/a11y": "file:packages/a11y",
Expand Down
4 changes: 4 additions & 0 deletions packages/scripts/CHANGELOG.md
@@ -1,5 +1,9 @@
## Master

### New Features

- The bundled `puppeteer` dependency has been updated from requiring `^2.0.0` to requiring `^2.1.1` ([#20268](https://github.com/WordPress/gutenberg/pull/20268)). It still uses Chromium v79. See the [full list of changes](https://github.com/GoogleChrome/puppeteer/releases/tag/v2.1.0).

## 7.1.2 (2020-02-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -58,7 +58,7 @@
"minimist": "^1.2.0",
"npm-package-json-lint": "^4.0.3",
"prettier": "npm:wp-prettier@1.19.1",
"puppeteer": "^2.0.0",
"puppeteer": "^2.1.1",
"read-pkg-up": "^1.0.1",
"request": "^2.88.0",
"resolve-bin": "^0.4.0",
Expand Down