Skip to content

Commit

Permalink
Bump Puppeteer to version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jun 11, 2019
1 parent 9d06b60 commit 2632657
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 97 deletions.
180 changes: 86 additions & 94 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
- The `lint-pkg-json` command lints now `package.json` files in the entire project's directories by default ([15890](https://github.com/WordPress/gutenberg/pull/15890)).
- The `lint-style` command lints now CSS and SCSS files in the entire project's directories by default ([15890](https://github.com/WordPress/gutenberg/pull/15890)).
- The `lint-js`, `lint-pkg-json` and `lint-style` commands ignore now files located in `build` and `node_modules` folders by default ([15977](https://github.com/WordPress/gutenberg/pull/15977)).
- The bundled `puppeteer` dependency has been updated from requiring `1.6.1` to requiring `^1.17.0` ([#14986](https://github.com/WordPress/gutenberg/pull/14986)). It uses Chromium v76 instead of Chromium v69.
- The bundled `jest-puppeteer` dependency has been updated from requiring `^4.0.0` to requiring `^4.2.0` ([#14986](https://github.com/WordPress/gutenberg/pull/14986)).

## 3.2.0 (2019-05-21)

### New Features

- Leverage `@wordpress/dependency-extraction-webpack-plugin` plugin to extract WordPress dependencies.
- The bundled `eslint` dependency has been updated from requiring `^5.12.1` to requiring `^5.16.0`.
- The bundled `puppeteer` dependency has been updated from requiring `1.6.1` to requiring `^1.16.0` ([#14986](https://github.com/WordPress/gutenberg/pull/14986)). It uses Chromium v76 instead of Chromium v69.
- The bundled `jest-puppeteer` dependency has been updated from requiring `^4.0.0` to requiring `^4.1.1` ([#14986](https://github.com/WordPress/gutenberg/pull/14986)).

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest-puppeteer": "^4.2.0",
"minimist": "^1.2.0",
"npm-package-json-lint": "^3.6.0",
"puppeteer": "^1.16.0",
"puppeteer": "^1.17.0",
"read-pkg-up": "^1.0.1",
"resolve-bin": "^0.4.0",
"source-map-loader": "^0.2.4",
Expand Down

0 comments on commit 2632657

Please sign in to comment.