jukbot / smart-industry

🏭 Open Source Manufacturing Execution System for JobShop type manufacturer.
https://smart-mes.firebaseapp.com
Apache License 2.0
357 stars 134 forks source link

Bump puppeteer from 1.6.2 to 1.7.0 #26

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps puppeteer from 1.6.2 to 1.7.0.

Release notes *Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).* > ## v1.7.0 > ## Big Changes > - Chromium 70.0.3508.0 (r579032) > - `page.type` now supports typing emoji > - from now on, we'll publish a [puppeteer-core](https://www.npmjs.com/package/puppeteer-core) package that doesn't download Chromium at install-time. > > ## API Changes > > #### Changed: > > - [`puppeteer.defaultArgs()`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#puppeteerdefaultargsoptions) now accepts arguments that help it infer Chromium command-line flags. (68250886) > - [`puppeteer.launch()`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#puppeteerlaunchoptions) argument `ignoreDefaultArgs` now acceps an array of flags to ignore. (40466cb3) > - [`page.pdf()`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#pagepdfoptions) accepts a new argument `preferCSSPageSize` (12e3510eca7da8) > > > #### Added: > - [`browserContext.pages()`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#browsercontextpages) (c018ff15) > - [`class TimeoutError`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#class-timeouterror) (204c7ec8) > - [`puppeteer.launch()`](https://github.com/GoogleChrome/puppeteer/blob/v1.7.0/docs/api.md#puppeteerlaunchoptions) has new option - `defaultViewport`. This option allows to specify or disable default viewport emulation. (25632133) > > ## Bug Fixes > > - [#1096](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/1096) - page.type has Emoji issues (UTF-8) > - [#1183](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/1183) - window inner size not equal to viewport size > - [#1260](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/1260) - GPU is always disabled when running in headless mode. > - [#1694](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/1694) - Conditional catch for errors > - [#1963](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/1963) - Missing options preferCSSPageSize and ignoreInvalidPageRanges in Page.pdf() > - [#2823](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2823) - docs: Puppeteeer with Chrome Extensions > - [#2854](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2854) - Feature Request: clearer UX for waitForSelector inverse > - [#2898](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2898) - not working "page.click" if "setJavaScriptEnabled" is "false" > - [#2925](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2925) - puppeteer@next is not autoupdated > - [#2970](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2970) - There are some missing responses on 'page.on("response") when I invoke 'page.goto()' > - [#3000](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3000) - Page._pageBindings is declared as `Map` but used as JS object > - [#3038](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3038) - defaultViewport option does nothing > - [#3040](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3040) - Requests don't finish when request interception is enabled but there is no handler to call `request.continue` > > ## Raw Notes > > be7626f - fix: revert ExecutionContext reporting. ([#3058](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3058)) > 28ccf5d - docs(api.md): some grammar/wording ([#3057](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3057)) > 204c7ec - feat: introduce puppeteer/Errors ([#3056](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3056)) > 231a2be - feat: expose frame's execution contexts ([#3048](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3048)) > b84404c - docs(api.md): fix a typo ([#3055](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3055)) > 8c713ef - fix(browserfetcher): handle extract-zip errors ([#3052](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3052)) > 40466cb - feat(launcher): ignoreDefaultArgs to accept array of options ([#3049](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3049)) > 1be7545 - chore: enhance markdown preprocessor ([#3050](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3050)) > 81d42c4 - feat: prepare for publishing puppeteer-core ([#3047](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3047)) > d822401 - docs(api.md): clarify coordinate system in mouse ([#3041](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3041)) > 608f5b7 - docs(api.md): clarification note on request interception ([#3042](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3042)) > 735e17e - docs(troubleshooting): Add instructions to run on App Engine and Cloud Functions ([#3021](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3021)) > ... (truncated)
Commits - [`66caee4`](https://github.com/GoogleChrome/puppeteer/commit/66caee4c609eb5115538c76372eb9bce996e08f1) chore: mark version v1.7.0 ([#3059](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3059)) - [`be7626f`](https://github.com/GoogleChrome/puppeteer/commit/be7626fa5e8d12aae38e639b8c5b3e525c5384c4) fix: revert ExecutionContext reporting. ([#3058](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3058)) - [`28ccf5d`](https://github.com/GoogleChrome/puppeteer/commit/28ccf5d795e0b3d2f3f5504b6543f681a5f9c7b9) docs(api.md): some grammar/wording ([#3057](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3057)) - [`204c7ec`](https://github.com/GoogleChrome/puppeteer/commit/204c7ec8c45087adec5e970392efbcfe0c545c94) feat: introduce puppeteer/Errors ([#3056](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3056)) - [`231a2be`](https://github.com/GoogleChrome/puppeteer/commit/231a2be9710f4f918b3dd7f388bf5976d80d826f) feat: expose frame's execution contexts ([#3048](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3048)) - [`b84404c`](https://github.com/GoogleChrome/puppeteer/commit/b84404c94ee59d47308ccf1c220f1cdb091436ec) docs(api.md): fix a typo ([#3055](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3055)) - [`8c713ef`](https://github.com/GoogleChrome/puppeteer/commit/8c713ef1bd0ca9f83e1b1b8560190245c80b688e) fix(browserfetcher): handle extract-zip errors ([#3052](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3052)) - [`40466cb`](https://github.com/GoogleChrome/puppeteer/commit/40466cb3a45312986ed126d932cec896c9f13dbe) feat(launcher): ignoreDefaultArgs to accept array of options ([#3049](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3049)) - [`1be7545`](https://github.com/GoogleChrome/puppeteer/commit/1be7545b7098ef6c286c3a4992d7bd372995db6d) chore: enhance markdown preprocessor ([#3050](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3050)) - [`81d42c4`](https://github.com/GoogleChrome/puppeteer/commit/81d42c4688618f19b74513230e7e30c69599f4ed) feat: prepare for publishing puppeteer-core ([#3047](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3047)) - Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.6.2...v1.7.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Looks like puppeteer is up-to-date now, so this is no longer needed.