userdive / agent.js

:woman_technologist: Official USERDIVE module for webpage analytics
https://developers.userdive.com/
GNU General Public License v3.0
7 stars 6 forks source link

Update devDependencies #949

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​types/node devDependencies patch 11.13.10 -> 11.13.11 source
@​types/webpack devDependencies patch 4.4.31 -> 4.4.32 source
codecov devDependencies minor 3.3.0 -> 3.5.0 source
eslint-plugin-import devDependencies patch 2.17.2 -> 2.17.3 source
lerna devDependencies minor 3.13.4 -> 3.14.1 source
lint-staged devDependencies patch 8.1.6 -> 8.1.7 source
puppeteer devDependencies minor 1.15.0 -> 1.17.0 source
size-limit devDependencies patch 1.3.1 -> 1.3.5 source
terser-webpack-plugin devDependencies minor 1.2.4 -> 1.3.0 source
ts-node devDependencies minor 8.1.0 -> 8.2.0 source
webpack devDependencies minor 4.30.0 -> 4.32.2 source
webpack-dev-server devDependencies minor 3.3.1 -> 3.4.1 source

Release Notes

codecov/codecov-node ### [`v3.5.0`](https://togithub.com/codecov/codecov-node/compare/v3.4.0...e98d176505b669fe2973336fe9c037e6ea4f2948) [Compare Source](https://togithub.com/codecov/codecov-node/compare/v3.4.0...e98d176505b669fe2973336fe9c037e6ea4f2948) ### [`v3.4.0`](https://togithub.com/codecov/codecov-node/compare/v3.3.0...v3.4.0) [Compare Source](https://togithub.com/codecov/codecov-node/compare/v3.3.0...v3.4.0)
benmosher/eslint-plugin-import ### [`v2.17.3`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2173---2019-05-23) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.17.2...v2.17.3) ##### Fixed - [`no-common-js`]: Also throw an error when assigning ([#​1354], thanks [@​charlessuh]) - [`no-unused-modules`]: don't crash when lint file outside src-folder ([#​1347], thanks [@​rfermann]) - [`no-unused-modules`]: make `import { name as otherName }` work ([#​1340], [#​1342], thanks [@​rfermann]) - [`no-unused-modules`]: make appveyor tests passing ([#​1333], thanks [@​rfermann]) - [`named`]: ignore Flow `typeof` imports and `type` exports ([#​1345], thanks [@​loganfsmyth]) - [refactor] fix eslint 6 compat by fixing imports (thank [@​ljharb]) - Improve support for Typescript declare structures ([#​1356], thanks [@​christophercurrie]) ##### Docs - add missing `no-unused-modules` in README ([#​1358], thanks [@​golopot]) - [`no-unused-modules`]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#​1352], thanks [@​johndevedu]) [@​christophercurrie]: https://togithub.com/christophercurrie - Document `env` option for `eslint-import-resolver-webpack` ([#​1363], thanks [@​kgregory])
lerna/lerna ### [`v3.14.1`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3141httpsgithubcomlernalernacomparev3140v3141-2019-05-15) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.14.0...v3.14.1) ##### Bug Fixes - **collect-uncommitted:** Call `git` with correct arguments, test properly ([551e6e4](https://togithub.com/lerna/lerna/commit/551e6e4)), closes [#​2091](https://togithub.com/lerna/lerna/issues/2091) ### [`v3.14.0`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3140httpsgithubcomlernalernacomparev3134v3140-2019-05-14) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.13.4...v3.14.0) ##### Bug Fixes - **add:** Never pass filter options to nested bootstrap ([9a5a29c](https://togithub.com/lerna/lerna/commit/9a5a29c)), closes [#​1989](https://togithub.com/lerna/lerna/issues/1989) - **run-lifecycle:** Bump `npm-lifecycle` dependency to avoid noisy audit warning ([ea7c20d](https://togithub.com/lerna/lerna/commit/ea7c20d)) ##### Features - **conventional-commits:** Add conventional prerelease/graduation ([#​1991](https://togithub.com/lerna/lerna/issues/1991)) ([5d84b61](https://togithub.com/lerna/lerna/commit/5d84b61)), closes [#​1433](https://togithub.com/lerna/lerna/issues/1433) [#​1675](https://togithub.com/lerna/lerna/issues/1675) - **dist-tag:** Prompt for OTP when required ([af870bb](https://togithub.com/lerna/lerna/commit/af870bb)) - **exec:** Add just-in-time queue management ([23736e5](https://togithub.com/lerna/lerna/commit/23736e5)) - **import:** Add `--preserve-commit` option ([#​2079](https://togithub.com/lerna/lerna/issues/2079)) ([6a7448d](https://togithub.com/lerna/lerna/commit/6a7448d)) - **link:** generate shims for missing 'bin' scripts ([#​2059](https://togithub.com/lerna/lerna/issues/2059)) ([90acdde](https://togithub.com/lerna/lerna/commit/90acdde)), closes [#​1444](https://togithub.com/lerna/lerna/issues/1444) - **listable:** Use QueryGraph.toposort() helper ([84ce674](https://togithub.com/lerna/lerna/commit/84ce674)) - **publish:** Add `--otp` option ([6fcbc36](https://togithub.com/lerna/lerna/commit/6fcbc36)), closes [#​2076](https://togithub.com/lerna/lerna/issues/2076) - **publish:** Add just-in-time queue management ([ae6471c](https://togithub.com/lerna/lerna/commit/ae6471c)) - **publish:** Add OTP prompt during publish ([#​2084](https://togithub.com/lerna/lerna/issues/2084)) ([c56bda1](https://togithub.com/lerna/lerna/commit/c56bda1)), closes [#​1091](https://togithub.com/lerna/lerna/issues/1091) - **publish:** Display uncommitted changes when validation fails ([#​2066](https://togithub.com/lerna/lerna/issues/2066)) ([ea41fe9](https://togithub.com/lerna/lerna/commit/ea41fe9)) - **query-graph:** Add toposort() helper ([90759c2](https://togithub.com/lerna/lerna/commit/90759c2)) - **run:** Add just-in-time queue management ([#​2045](https://togithub.com/lerna/lerna/issues/2045)) ([6eca172](https://togithub.com/lerna/lerna/commit/6eca172)) - **run:** Extract `@lerna/run-topologically` ([3a8b175](https://togithub.com/lerna/lerna/commit/3a8b175)) - **version:** Add just-in-time queue management ([290539b](https://togithub.com/lerna/lerna/commit/290539b)) #### [3.13.4](https://togithub.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24) ##### Bug Fixes - **import:** Avoid "unrecognized input" error from colors when using `--flatten` ([#​2037](https://togithub.com/lerna/lerna/issues/2037)) ([51625fa](https://togithub.com/lerna/lerna/commit/51625fa)), closes [#​1644](https://togithub.com/lerna/lerna/issues/1644) - **version:** Resolve prerelease for version without bump ([#​2041](https://togithub.com/lerna/lerna/issues/2041)) ([aa11325](https://togithub.com/lerna/lerna/commit/aa11325)) - **version:** Search for complete tag prefix when composing GitHub releases ([024a6ab](https://togithub.com/lerna/lerna/commit/024a6ab)), closes [#​2038](https://togithub.com/lerna/lerna/issues/2038) #### [3.13.3](https://togithub.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17) ##### Bug Fixes - **child-process:** Centralize `exitCode` translation from string codes into numbers ([09c0103](https://togithub.com/lerna/lerna/commit/09c0103)), closes [#​2031](https://togithub.com/lerna/lerna/issues/2031) - **docs:** Add missing docs for `--tag-version-prefix` ([#​2035](https://togithub.com/lerna/lerna/issues/2035)) ([ff9c476](https://togithub.com/lerna/lerna/commit/ff9c476)), closes [#​1924](https://togithub.com/lerna/lerna/issues/1924) - **exec:** Handle node string error codes before setting process.exitCode ([#​2031](https://togithub.com/lerna/lerna/issues/2031)) ([c599c64](https://togithub.com/lerna/lerna/commit/c599c64)) #### [3.13.2](https://togithub.com/lerna/lerna/compare/v3.13.1...v3.13.2) (2019-04-08) ##### Bug Fixes - **lifecycles:** Avoid duplicating 'rooted leaf' lifecycles ([a7ad9b6](https://togithub.com/lerna/lerna/commit/a7ad9b6)) #### [3.13.1](https://togithub.com/lerna/lerna/compare/v3.13.0...v3.13.1) (2019-02-26) ##### Bug Fixes - **deps:** cosmiconfig ^5.1.0 ([ed48950](https://togithub.com/lerna/lerna/commit/ed48950)) - **deps:** npm-packlist ^1.4.1 ([aaf822e](https://togithub.com/lerna/lerna/commit/aaf822e)), closes [#​1932](https://togithub.com/lerna/lerna/issues/1932) - **deps:** pacote ^9.5.0 ([cdc2e17](https://togithub.com/lerna/lerna/commit/cdc2e17)) - **deps:** Upgrade octokit libs ([ea490cd](https://togithub.com/lerna/lerna/commit/ea490cd)) - **list:** Restore empty `--json` array output when no results ([2c925bd](https://togithub.com/lerna/lerna/commit/2c925bd)), closes [#​1945](https://togithub.com/lerna/lerna/issues/1945)
okonet/lint-staged ### [`v8.1.7`](https://togithub.com/okonet/lint-staged/releases/v8.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v8.1.6...v8.1.7) ##### Bug Fixes - Resolve security vulnerability in dependencies ([#​615](https://togithub.com/okonet/lint-staged/issues/615)) ([315890a](https://togithub.com/okonet/lint-staged/commit/315890a)), closes [#​600](https://togithub.com/okonet/lint-staged/issues/600)
GoogleChrome/puppeteer ### [`v1.17.0`](https://togithub.com/GoogleChrome/puppeteer/releases/v1.17.0) [Compare Source](https://togithub.com/GoogleChrome/puppeteer/compare/v1.16.0...v1.17.0) #### Big Changes - Chromium 76.0.3803.0 (r662092) #### API changes No API Changes. #### Bug Fixes - [#​4424](https://togithub.com/GoogleChrome/puppeteer/issues/4424) - puppeteer from html to pdf arabic fonts are not showing - [#​4443](https://togithub.com/GoogleChrome/puppeteer/issues/4443) - page.evaluate hangs on Args key has unicode char #### Raw notes [`89944e5`](https://togithub.com/GoogleChrome/puppeteer/commit/89944e5) - chore: mark version v1.17.0 [`76b24e6`](https://togithub.com/GoogleChrome/puppeteer/commit/76b24e6) - feat(chromium): roll Chromium to r662092 ([#​4462](https://togithub.com/GoogleChrome/puppeteer/issues/4462)) [`cbecfba`](https://togithub.com/GoogleChrome/puppeteer/commit/cbecfba) - test: convert license text file to LF line endings ([#​4438](https://togithub.com/GoogleChrome/puppeteer/issues/4438)) [`bad98ba`](https://togithub.com/GoogleChrome/puppeteer/commit/bad98ba) - fix(test): browser.disconnect should not be awaited ([#​4446](https://togithub.com/GoogleChrome/puppeteer/issues/4446)) [`90a1032`](https://togithub.com/GoogleChrome/puppeteer/commit/90a1032) - fix(network): stringify response headers for intercepted requests ([#​4436](https://togithub.com/GoogleChrome/puppeteer/issues/4436)) [`3f19bd5`](https://togithub.com/GoogleChrome/puppeteer/commit/3f19bd5) - docs(troubleshooting.md): Fixed alpine install example ([#​4445](https://togithub.com/GoogleChrome/puppeteer/issues/4445)) [`60249e0`](https://togithub.com/GoogleChrome/puppeteer/commit/60249e0) - fix: Page.setContent working with unicode strings ([#​4433](https://togithub.com/GoogleChrome/puppeteer/issues/4433)) [`3f23bb0`](https://togithub.com/GoogleChrome/puppeteer/commit/3f23bb0) - test: add failing evaluation test with utf8 ([#​4444](https://togithub.com/GoogleChrome/puppeteer/issues/4444)) [`8a1c249`](https://togithub.com/GoogleChrome/puppeteer/commit/8a1c249) - test: add SVG clicking test ([#​4432](https://togithub.com/GoogleChrome/puppeteer/issues/4432)) [`f7bac6e`](https://togithub.com/GoogleChrome/puppeteer/commit/f7bac6e) - docs(readme): Turn troubleshooting question into a question ([#​4426](https://togithub.com/GoogleChrome/puppeteer/issues/4426)) [`ba7d0a9`](https://togithub.com/GoogleChrome/puppeteer/commit/ba7d0a9) - docs(contributing): add dist-tag management ([#​4423](https://togithub.com/GoogleChrome/puppeteer/issues/4423)) [`0490649`](https://togithub.com/GoogleChrome/puppeteer/commit/0490649) - chore: bump version to v1.16.0-post ([#​4422](https://togithub.com/GoogleChrome/puppeteer/issues/4422)) ### [`v1.16.0`](https://togithub.com/GoogleChrome/puppeteer/releases/v1.16.0) [Compare Source](https://togithub.com/GoogleChrome/puppeteer/compare/v1.15.0...v1.16.0) #### Big Changes - Chromium 76.0.3786.0 (r656675) #### API changes ##### Added - [`browser.isConnected()`](https://togithub.com/GoogleChrome/puppeteer/blob/v1.16.0/docs/api.md#browserisconnected) ([`511dcf9`](https://togithub.com/GoogleChrome/puppeteer/commit/511dcf9d)) - [`target.worker()`](https://togithub.com/GoogleChrome/puppeteer/blob/v1.16.0/docs/api.md#targetworker) ([`1516e0d`](https://togithub.com/GoogleChrome/puppeteer/commit/1516e0df)) ##### Changed - [`accessibility.snapshot`](https://togithub.com/GoogleChrome/puppeteer/blob/v1.16.0/docs/api.md#accessibilitysnapshotoptions) now accepts a new `root` option ([`a3cb163`](https://togithub.com/GoogleChrome/puppeteer/commit/a3cb1630)) #### Bug Fixes - [#​4263](https://togithub.com/GoogleChrome/puppeteer/issues/4263) - page.queryObjects has crashed the browser since version 1.12.0 - [#​4337](https://togithub.com/GoogleChrome/puppeteer/issues/4337) - Request Interception issue with base href - [#​4364](https://togithub.com/GoogleChrome/puppeteer/issues/4364) - Page.setContent() fails when content includes \\x7F but is valid UTF-8 #### Raw notes [`a3cb163`](https://togithub.com/GoogleChrome/puppeteer/commit/a3cb163) - feat: `root` option in page.accessibility.snapshot() ([#​4318](https://togithub.com/GoogleChrome/puppeteer/issues/4318)) [`b3027a6`](https://togithub.com/GoogleChrome/puppeteer/commit/b3027a6) - test(page): make sure exposeFunction works with complex args ([#​4411](https://togithub.com/GoogleChrome/puppeteer/issues/4411)) [`5f66d82`](https://togithub.com/GoogleChrome/puppeteer/commit/5f66d82) - docs(readme): Document debugging with node --inspect-brk ([#​4345](https://togithub.com/GoogleChrome/puppeteer/issues/4345)) [`a0b54f0`](https://togithub.com/GoogleChrome/puppeteer/commit/a0b54f0) - docs(troubleshooting.md): Pin Alpine Chromium version ([#​4359](https://togithub.com/GoogleChrome/puppeteer/issues/4359)) [`1516e0d`](https://togithub.com/GoogleChrome/puppeteer/commit/1516e0d) - feat(workers): create workers from service workers and shared workers ([#​4397](https://togithub.com/GoogleChrome/puppeteer/issues/4397)) [`ef24c69`](https://togithub.com/GoogleChrome/puppeteer/commit/ef24c69) - fix(tracing): start without options ([#​4388](https://togithub.com/GoogleChrome/puppeteer/issues/4388)) [`9a2fb2a`](https://togithub.com/GoogleChrome/puppeteer/commit/9a2fb2a) - docs(troubleshooting.md): Update CentOS documentation ([#​4398](https://togithub.com/GoogleChrome/puppeteer/issues/4398)) [`de18c0e`](https://togithub.com/GoogleChrome/puppeteer/commit/de18c0e) - docs(firefox): Adding bug reference & prototype clarification to juggler ([#​4402](https://togithub.com/GoogleChrome/puppeteer/issues/4402)) [`511dcf9`](https://togithub.com/GoogleChrome/puppeteer/commit/511dcf9) - feat(browser): Add browser.isConnected() ([#​4403](https://togithub.com/GoogleChrome/puppeteer/issues/4403)) [`13f73b5`](https://togithub.com/GoogleChrome/puppeteer/commit/13f73b5) - feat(chromium): roll Chromium to r656675 ([#​4389](https://togithub.com/GoogleChrome/puppeteer/issues/4389)) [`1de9906`](https://togithub.com/GoogleChrome/puppeteer/commit/1de9906) - test: add cookie tests ([#​4365](https://togithub.com/GoogleChrome/puppeteer/issues/4365)) [`27c9f75`](https://togithub.com/GoogleChrome/puppeteer/commit/27c9f75) - fix(page): teach page.setContent to work with tricky content ([#​4366](https://togithub.com/GoogleChrome/puppeteer/issues/4366)) [`e2e6b88`](https://togithub.com/GoogleChrome/puppeteer/commit/e2e6b88) - feat(chromium): roll Chromium to r654752 ([#​4358](https://togithub.com/GoogleChrome/puppeteer/issues/4358)) [`f3db28c`](https://togithub.com/GoogleChrome/puppeteer/commit/f3db28c) - test: add failing test for request interception with sync XHRs ([#​4350](https://togithub.com/GoogleChrome/puppeteer/issues/4350)) [`d64f700`](https://togithub.com/GoogleChrome/puppeteer/commit/d64f700) - fix(docs): screen readers aren't the only kind of assistive technology ([#​4349](https://togithub.com/GoogleChrome/puppeteer/issues/4349)) [`1e29e5b`](https://togithub.com/GoogleChrome/puppeteer/commit/1e29e5b) - chore: bump version to v1.15.0-post ([#​4347](https://togithub.com/GoogleChrome/puppeteer/issues/4347))
ai/size-limit ### [`v1.3.5`](https://togithub.com/ai/size-limit/blob/master/CHANGELOG.md#​135) [Compare Source](https://togithub.com/ai/size-limit/compare/1.3.4...1.3.5) - Fix CI warning text. ### [`v1.3.4`](https://togithub.com/ai/size-limit/blob/master/CHANGELOG.md#​134) [Compare Source](https://togithub.com/ai/size-limit/compare/1.3.3...1.3.4) - Fix CI warning style. ### [`v1.3.3`](https://togithub.com/ai/size-limit/blob/master/CHANGELOG.md#​133) [Compare Source](https://togithub.com/ai/size-limit/compare/1.3.2...1.3.3) - Fix ignoring scoped packages. ### [`v1.3.2`](https://togithub.com/ai/size-limit/blob/master/CHANGELOG.md#​132) [Compare Source](https://togithub.com/ai/size-limit/compare/1.3.1...1.3.2) - Fix support extension-less `package.main` (by Homa Wong). - Add warning or Circle CI.
webpack-contrib/terser-webpack-plugin ### [`v1.3.0`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​130httpsgithubcomwebpack-contribterser-webpack-plugincomparev124v130-2019-05-24) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.4...v1.3.0) ##### Features - update terser to 4 version ([#​97](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/97)) ([15d1595](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/15d1595)) ##### [1.2.4](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.3...v1.2.4) (2019-05-15) ##### Bug Fixes - disable parallel on WSL due bugs ([#​90](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/90)) ([d9533dd](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/d9533dd)) - fallback for cache directory ([#​86](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/86)) ([3cdd2ed](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/3cdd2ed))
TypeStrong/ts-node ### [`v8.2.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.2.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.1...v8.2.0) **Added** - Expand FS cache to all file system operations **Changed** - Pass all files to "root scripts" TypeScript compiler option to improve performance ### [`v8.1.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.0...v8.1.1) **Fixed** - Remove `realpath` from TypeScript compiler to support existing use-cases without `preserveSymlinks`
webpack/webpack ### [`v4.32.2`](https://togithub.com/webpack/webpack/releases/v4.32.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.32.1...v4.32.2) ### Bugfixes - fix some weird schema validation messages - fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0) ### [`v4.32.1`](https://togithub.com/webpack/webpack/releases/v4.32.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.32.0...v4.32.1) ### Bugfixes - reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using `node: false`. ### [`v4.32.0`](https://togithub.com/webpack/webpack/releases/v4.32.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.31.0...v4.32.0) ### Features - Added `this.mode` to the loader API, to allow loaders to choose defaults by `mode` similar to webpacks options - Stack Trace for Errors in rejected Promises from `import()` now includes the stack from where the `import()` was called ### Bugfixes - The Parser can now analyse identifiers in rest patterns too - `const { a, ...rest } = obj`, where `rest` conflicts with an imported binding etc. - `node: false` now correctly disables `__dirname` and `__filename` too - `__dirname` and `__filename` now no longer evaluates to something when `node: false` or `node.__file/dirname: false` is set - `if(__dirname !== "")` is no longer replaced with `if(true)` in such scenarios - prefetching chunks is no executed **after** the initial module evaluation - This allows to override i. e. `__webpack_public_path__` for prefetching too - fixes a runtime crash when using side-effect-free modules with the DllPlugin ### Contribute - CI tests node.js 12 now too - webpack-bot now merges dependabot PRs automatically when status checks succeed ### [`v4.31.0`](https://togithub.com/webpack/webpack/releases/v4.31.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.30.0...v4.31.0) ### Features - add `errors-warnings` stats preset ### Bugfixes - allow top-level return in non-ESM modules
webpack/webpack-dev-server ### [`v3.4.1`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​341httpsgithubcomwebpackwebpack-dev-servercomparev340v341-2019-05-17) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.4.0...v3.4.1) ### [`v3.4.0`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​340httpsgithubcomwebpackwebpack-dev-servercomparev331v340-2019-05-17) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.3.1...v3.4.0) ##### Bug Fixes - don't use self.location.port ([#​1838](https://togithub.com/webpack/webpack-dev-server/issues/1838)) ([6d31984](https://togithub.com/webpack/webpack-dev-server/commit/6d31984)) - do not include config files in dist ([#​1883](https://togithub.com/webpack/webpack-dev-server/issues/1883)) ([c535bb2](https://togithub.com/webpack/webpack-dev-server/commit/c535bb2)) - only add client entry to web targets ([#​1775](https://togithub.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](https://togithub.com/webpack/webpack-dev-server/commit/cf4d0d0)) - update clientLogLevel to match docs and error ([#​1825](https://togithub.com/webpack/webpack-dev-server/issues/1825)) ([7f52bbf](https://togithub.com/webpack/webpack-dev-server/commit/7f52bbf)) - add errors-warnings preset ([#​1895](https://togithub.com/webpack/webpack-dev-server/issues/1895)) ([2a81ad2](https://togithub.com/webpack/webpack-dev-server/commit/2a81ad2)) ##### Features - added injectClient option ([#​1775](https://togithub.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](https://togithub.com/webpack/webpack-dev-server/commit/cf4d0d0)) - added injectHot option ([#​1775](https://togithub.com/webpack/webpack-dev-server/issues/1775)) ([cf4d0d0](https://togithub.com/webpack/webpack-dev-server/commit/cf4d0d0)) - added sockPort option ([#​1792](https://togithub.com/webpack/webpack-dev-server/issues/1792)) ([58d1682](https://togithub.com/webpack/webpack-dev-server/commit/58d1682)) - added sockHost option ([#​1858](https://togithub.com/webpack/webpack-dev-server/issues/1858)) ([f47dff2](https://togithub.com/webpack/webpack-dev-server/commit/f47dff2)) - support HEAD method ([#​1875](https://togithub.com/webpack/webpack-dev-server/issues/1875)) ([c2360e4](https://togithub.com/webpack/webpack-dev-server/commit/c2360e4)) - added liveReload option ([#​1889](https://togithub.com/webpack/webpack-dev-server/issues/1889)) ([fc4fe32](https://togithub.com/webpack/webpack-dev-server/commit/fc4fe32)) - update express to 4.17 version

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Japan.

:vertical_traffic_light: Automerge: Enabled.

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

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



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

codecov[bot] commented 5 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #949   +/-   ##
=======================================
  Coverage   91.52%   91.52%           
=======================================
  Files          25       25           
  Lines         637      637           
  Branches      112      112           
=======================================
  Hits          583      583           
  Misses         30       30           
  Partials       24       24