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

chore(deps): update all minor dependencies (master) (minor) #2238

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor ^7.5.5 -> ^7.6.0
@babel/core (source) devDependencies minor ^7.5.5 -> ^7.6.0
@babel/plugin-transform-runtime devDependencies minor ^7.5.5 -> ^7.6.0
@babel/preset-env (source) devDependencies minor ^7.5.5 -> ^7.6.0
@babel/runtime devDependencies minor ^7.5.5 -> ^7.6.0
eslint (source) devDependencies minor ^6.3.0 -> ^6.4.0
eslint-config-prettier devDependencies minor ^6.1.0 -> ^6.3.0
http-proxy-middleware dependencies minor ^0.19.1 -> ^0.20.0
puppeteer devDependencies minor ^1.19.0 -> ^1.20.0
webpack devDependencies minor ^4.39.3 -> ^4.40.2

Release Notes

babel/babel

v7.6.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-runtime, babel-preset-env
📝 Documentation
🏠 Internal
  • babel-register
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-preset-env
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-dynamic-import, babel-preset-env
  • babel-runtime-corejs2, babel-runtime, babel-types
  • babel-cli, babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-node, babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-cli
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
eslint/eslint

v6.4.0

Compare Source

  • e915fff Docs: Improve examples and clarify default option (#​12067) (Yuping Zuo)
  • 540296f Update: enforceForClassMembers option to accessor-pairs (fixes #​12063) (#​12192) (Milos Djermanovic)
  • d3c2334 Update: flag nested block with declaration as error (#​12193) (David Waller)
  • b2498d2 Update: Fix handling of property names in no-self-assign (#​12105) (Milos Djermanovic)
  • 1ee61b0 Update: enforceForClassMembers computed-property-spacing (fixes #​12049) (#​12214) (Milos Djermanovic)
  • 520c922 Docs: Added naming convention details to plugin usage (#​12202) (Henrique Barcelos)
  • f826eab Fix: Allow line comment exception in object-curly-spacing (fixes #​11902) (#​12216) (Milos Djermanovic)
  • db2a29b Update: indentation of comment followed by semicolon (fixes #​12232) (#​12243) (Kai Cataldo)
  • ae17d1c Fix: no-sequences is reporting incorrect locations (#​12241) (Milos Djermanovic)
  • 365331a Fix: object-shorthand providing invalid fixes for typescript (#​12260) (Brad Zacher)
  • 1c921c6 New: add no-import-assign (fixes #​12237) (#​12252) (Toru Nagashima)
  • 3be04fd New: Add prefer-regex-literals rule (fixes #​12238) (#​12254) (Milos Djermanovic)
  • 37c0fde Update: Report global Atomics calls in no-obj-calls (fixes #​12234) (#​12258) (Milos Djermanovic)
  • 985c9e5 Fix: space-before-function-paren autofix removes comments (fixes #​12259) (#​12264) (Milos Djermanovic)
  • 01da7d0 Fix: eqeqeq rule reports incorrect locations (#​12265) (Milos Djermanovic)
  • 319e4d8 Docs: adding finally example (#​12256) (Jens Melgaard)
  • d52328f Docs: fix no-sequences with examples (#​12239) (Milos Djermanovic)
  • a41fdc0 Fix: Remove autofixer for no-unsafe-negation (#​12157) (Milos Djermanovic)
  • e38f5fd Update: fix no-octal-escape false negatives after \0 (#​12079) (Milos Djermanovic)
  • 9418fbe Sponsors: Sync README with website (ESLint Jenkins)
  • acc5ec5 Sponsors: Sync README with website (ESLint Jenkins)
  • 460c5ad Sponsors: Sync README with website (ESLint Jenkins)
  • 0313441 New: add rule default-param-last (fixes #​11361) (#​12188) (Chiawen Chen)
  • 7621f5d Update: add more specific linting messages to space-in-parens (#​11121) (Che Fisher)
  • 21eb904 Fix: basePath of OverrideTester (fixes #​12032) (#​12205) (Toru Nagashima)
  • 86e5e65 Sponsors: Sync README with website (ESLint Jenkins)
  • 2b1a13f Fix: no-extra-boolean-cast reports wrong negation node (fixes #​11324) (#​12197) (Milos Djermanovic)
  • ba8c2aa Sponsors: Sync README with website (ESLint Jenkins)
  • a0a9746 Docs: Fix link in no-irregular-whitespace.md (#​12196) (Timo Tijhof)
  • e10eeba Fix: quotes autofix produces syntax error with octal escape sequences (#​12118) (Milos Djermanovic)
prettier/eslint-config-prettier

v6.3.0

Compare Source

  • Added: [@​typescript-eslint/brace-style]. Thanks to Masafumi Koba
    (@​ybiquitous)!

v6.2.0

Compare Source

  • Added: [@​typescript-eslint/quotes] (as a [special
    rule][@​typescript-eslint/quotes-special]). Thanks to Masafumi Koba
    (@​ybiquitous)!
chimurai/http-proxy-middleware

v0.20.0

Compare Source

  • fix(ws): concurrent websocket requests do not get upgraded (#​335)
  • chore: drop node 6 (BREAKING CHANGE)
  • chore: update to micromatch@4 (BREAKING CHANGE)
  • chore: update dev dependencies
  • refactor: migrate to typescript (#​328)
  • feat(middleware): Promise / async support (#​328)
  • refactor: remove legacy options proxyHost and proxyTable (BREAKING CHANGE)
GoogleChrome/puppeteer

v1.20.0

Compare Source

Big changes

API changes

Added

Bug fixes

e0c8d46 - fix: abort page.waitFor{Request,Response} when page closes (#​4865)
417981a - fix(firefox): fix cookies in default browser context (#​4850)
b9b6ca1 - fix(network): enable removing headers using request.continue (#​4797)
4acce55 - fix(test): enable cross-process viewport test (#​4806)
f2056a8 - fix(test): enable redirect inside sync XHR test (#​4805)
f4f2189 - fix(page): fix typo in page.screenshot method (#​4786)
e2db16f - fix(tests): make eval test resilient to error format (#​4793)
1b4a030 - fix(test): make sure selection is not empty before running copy command (#​4772)
7a60746 - fix(tests): background page tests should wait for the page (#​4769)

Raw notes

a5f03ce - chore: mark version v1.20.0 (#​4928)
f504c04 - test: mark Page.close test as failing in Firefox (#​4929)
e17d38c - docs(readme): explain significance of Chromium revision (#​4811)
9384359 - docs(troubleshooting): fix Alpine version link (#​4927)
fca9d45 - docs(contributing): clarify release process (#​4923)
97ff359 - docs(contributing): fix some typos (#​4917)
c2651c2 - refactor: Pass FrameManager to NetworkManager constructor (#​4907)
73fd7ff - feat(api): add element.select and element.evaluate for consistency (#​4892)
135bb42 - docs: update README.md (#​4857)
cba0f98 - docs(troubleshooting): Fix missing package in Docker instructions (#​4877)
07eaad9 - fix(api): tbd release date (#​4872)
e0c8d46 - fix: abort page.waitForRequest/Response when page closes (#​4865)
faa4527 - chore(testrunner): bump TestRunner version to v0.8.0 (#​4856)
498492d - test: add a test for errors inside promise (#​4838)
417981a - fix(firefox): fix cookies in default browser context (#​4850)
b6b2950 - feat(chromium): roll Chromium to r686378 (#​4841)
01b8880 - test(firefox): disable BigInt tests for Firefox (#​4849)
f595bc0 - test: fix tests to work on node6 (#​4851)
f47ed16 - feat: update DeviceDescriptors to include 6.5 inch iPhone XR and similar (#​4846)
0e0a679 - feat(chromium): roll Chromium to r682225 (#​4844)
ff6d2a3 - docs(puppeteer-chromium): docker alpine switch to Alpine 3.10 (#​4644)
2871bcd - chore(bisect): inherit parent ENV when launching script (#​4842)
d687c81 - chore(flakiness-dashboard): skip API Coverage for realz (#​4843)
5d2378f - chore(ci): fix firefox tests on Travis (#​4828)
85bd4a8 - chore(flakiness): fix flakiness on Appveyour and Travis (#​4827)
8f5117b - chore(flakiness): another travis attempt (#​4826)
d347fcb - chore(flakiness): add travis to flakiness dashboard (#​4825)
763e390 - chore(flaky): save build result (#​4819)
608b15f - chore(flakiness): limit max builds to 100 (#​4818)
f753ec6 - chore(testrunner): distinguish between TERMINATED and CRASHED (#​4821)
c047624 - chore: generate testIds on CIs only (#​4817)
656fe46 - docs(circleci): Improve CircleCI troubleshooting docs (#​4813)
374177b - docs(circleci): Add CircleCI to troubleshooting docs (#​4810)
dcff850 - chore(flakiness): update flakiness format (#​4808)
b9b6ca1 - fix(network): be able to remove headers using request.continue (#​4797)
4acce55 - fix(test): enable cross process viewport test (#​4806)
a95ec70 - chore(test): label coverage+debuger test with upstream bug (#​4807)
f2056a8 - fix(test): enable redirect inside sync XHR test (#​4805)
f4f2189 - fix(page): fix page.screenshot method (#​4786)
eb44e26 - test: add page.bringToFront test (#​4778)
f733c33 - chore(flakiness): revert compression for dashboard.json (#​4794)
5c7c45f - chore(coverage): fix coverage for events (#​4787)
7ee9af4 - chore(flakiness): enable flakiness dashboard on Appveyor (#​4789)
e252dcf - chore(flakiness): Flakiness Dashboard fixes (#​4788)
e2db16f - fix(tests): make eval test resilient to error format (#​4793)
932c8cb - chore: introduce initial version of flakiness dashboard (#​4781)
2f205a4 - feat(chromium): roll Chromium to r681777 (#​4771)
1b4a030 - fix(test): make sure selection is not empty before running copy command (#​4772)
7406b18 - chore(testrunner): introduce tests for TestRunner (#​4773)
3bbc45a - chore: improve //utils/check_availability.js (#​4770)
cc805e7 - chore(readme): fix typo (#​4749)
7fded54 - docs(api): fix typo (#​4761)
7a60746 - fix(tests): background page tests should wait for the page (#​4769)
62f5dc7 - chore: bump version to v1.19.0-post (#​4745)

webpack/webpack

v4.40.2

Compare Source

Bugfixes

  • fix a bug where asset is undefined

v4.40.1

Compare Source

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename

v4.40.0

Compare Source

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • new getter methods to get assets compilation.getAssets() and compilation.getAsset(name)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

alexander-akait
alexander-akait previously approved these changes Sep 3, 2019
@codecov
Copy link

codecov bot commented Sep 3, 2019

Codecov Report

Merging #2238 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2238   +/-   ##
======================================
  Coverage    93.9%   93.9%           
======================================
  Files          34      34           
  Lines        1280    1280           
  Branches      368     368           
======================================
  Hits         1202    1202           
  Misses         71      71           
  Partials        7       7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00903f6...8cd5c0a. Read the comment docs.

anshumanv
anshumanv previously approved these changes Sep 3, 2019
knagaitsev
knagaitsev previously approved these changes Sep 3, 2019
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-prettier to ^6.2.0 (master) chore(deps): update all minor dependencies (master) (minor) Sep 3, 2019
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 62c9a88 to 3003a8e Compare September 3, 2019 19:59
@hiroppy
Copy link
Member

hiroppy commented Sep 4, 2019

    /home/vsts/work/1/s/node_modules/http-proxy-middleware/node_modules/micromatch/index.js:48
        let isMatch = picomatch(String(patterns[i]), { ...options,
                                                       ^^^

    SyntaxError: Unexpected token ...                                     ^^^

http-proxy-middleware doesn't support Node@6.

@alexander-akait
Copy link
Member

Only for next

@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 4 times, most recently from 056f6d1 to 3c91cfc Compare September 10, 2019 15:24
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 3 times, most recently from 60975d5 to 1a1fec6 Compare September 12, 2019 19:09
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 5 times, most recently from 8842ba7 to 1428300 Compare September 14, 2019 11:30
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 1428300 to 8cd5c0a Compare September 16, 2019 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants