qlik-oss / core-get-started

Get started with Qlik Core.
MIT License
32 stars 15 forks source link

Update minor and patch #282

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 4.38.0 -> 4.39.2
webpack-dev-server devDependencies minor 3.7.2 -> 3.8.0
ws dependencies patch 7.1.1 -> 7.1.2

Release Notes

webpack/webpack ### [`v4.39.2`](https://togithub.com/webpack/webpack/releases/v4.39.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.39.1...v4.39.2) ### Bugfixes - fix ProfilingPlugin not ending traces correctly ### [`v4.39.1`](https://togithub.com/webpack/webpack/releases/v4.39.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.39.0...v4.39.1) ### Bugfixes - fix problem that progress lines were too long on some terminals - fix a problem that `...100%` is displayed instead of `100%` ### [`v4.39.0`](https://togithub.com/webpack/webpack/releases/v4.39.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.38.0...v4.39.0) ### Features - Infrastructure logger for node.js has now colors + symbols to mark different kind of messages - Logger API has now a `status` method which allows to write temporary status messages - ProgressPlugin default handler uses the Infrastructure Logger status message to output messages - Placeholders in paths can now be escaped with i. e. `[\id\]` - `Compiler.hooks.assetEmitted` have been added to get byte content of emitted assets ### Bugfixes - Logging output is now aligned to have space for symbols - renamed `Compiler.hooks.infrastructurelog` to `Compiler.hooks.infrastructureLog` - Properties that are defined on the Object.prototype can now be chunk ids (i. e. `constructor`) - `library.name` now supports placeholders in `libraryTarget: "system"` - 2 places were module profiles were incorrectly captured were fixed ### Dependencies - Forced upgrade of all direct dependencies - webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps
webpack/webpack-dev-server ### [`v3.8.0`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​380httpsgithubcomwebpackwebpack-dev-servercomparev372v380-2019-08-09) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.7.2...v3.8.0) ##### Bug Fixes - **server:** fix setupExitSignals usage ([#​2181](https://togithub.com/webpack/webpack-dev-server/issues/2181)) ([bbe410e](https://togithub.com/webpack/webpack-dev-server/commit/bbe410e)) - **server:** set port before instantiating server ([#​2143](https://togithub.com/webpack/webpack-dev-server/issues/2143)) ([cfbf229](https://togithub.com/webpack/webpack-dev-server/commit/cfbf229)) - check for name of HotModuleReplacementPlugin to avoid RangeError ([#​2146](https://togithub.com/webpack/webpack-dev-server/issues/2146)) ([4579775](https://togithub.com/webpack/webpack-dev-server/commit/4579775)) - **server:** check for external urls in array ([#​1980](https://togithub.com/webpack/webpack-dev-server/issues/1980)) ([fa78347](https://togithub.com/webpack/webpack-dev-server/commit/fa78347)) - **server:** fix header check for socket server ([#​2077](https://togithub.com/webpack/webpack-dev-server/issues/2077)) ([7f51859](https://togithub.com/webpack/webpack-dev-server/commit/7f51859)) - **server:** stricter headers security check ([#​2092](https://togithub.com/webpack/webpack-dev-server/issues/2092)) ([078ddca](https://togithub.com/webpack/webpack-dev-server/commit/078ddca)) ##### Features - **server:** add transportMode ([#​2116](https://togithub.com/webpack/webpack-dev-server/issues/2116)) ([b5b9cb4](https://togithub.com/webpack/webpack-dev-server/commit/b5b9cb4)) - **server:** serverMode 'ws' option ([#​2082](https://togithub.com/webpack/webpack-dev-server/issues/2082)) ([04483f4](https://togithub.com/webpack/webpack-dev-server/commit/04483f4)) - **server/client:** made progress option available to API ([#​1961](https://togithub.com/webpack/webpack-dev-server/issues/1961)) ([56274e4](https://togithub.com/webpack/webpack-dev-server/commit/56274e4)) ##### Potential Breaking changes We have migrated `serverMode` and `clientMode` to `transportMode` as an experimental option. If you want to use this feature, you have to change your settings. Related PR: [#​2116](https://togithub.com/webpack/webpack-dev-server/pull/2116) ##### [3.7.2](https://togithub.com/webpack/webpack-dev-server/compare/v3.7.1...v3.7.2) (2019-06-17) ##### Bug Fixes - **client:** add default fallback for client ([#​2015](https://togithub.com/webpack/webpack-dev-server/issues/2015)) ([d26b444](https://togithub.com/webpack/webpack-dev-server/commit/d26b444)) - **open:** set `wait: false` to run server.close successfully ([#​2001](https://togithub.com/webpack/webpack-dev-server/issues/2001)) ([2b4cb52](https://togithub.com/webpack/webpack-dev-server/commit/2b4cb52)) - **test:** fixed ProvidePlugin.test.js ([#​2002](https://togithub.com/webpack/webpack-dev-server/issues/2002)) ([47453cb](https://togithub.com/webpack/webpack-dev-server/commit/47453cb)) ##### [3.7.1](https://togithub.com/webpack/webpack-dev-server/compare/v3.7.0...v3.7.1) (2019-06-07) ##### Bug Fixes - retry finding port when port is null and get ports in sequence ([#​1993](https://togithub.com/webpack/webpack-dev-server/issues/1993)) ([bc57514](https://togithub.com/webpack/webpack-dev-server/commit/bc57514))
websockets/ws ### [`v7.1.2`](https://togithub.com/websockets/ws/releases/7.1.2) [Compare Source](https://togithub.com/websockets/ws/compare/7.1.1...7.1.2) ### Bug fixes - Fixed a bug that caused compress jobs to never be marked as complete ([#​1618](https://togithub.com/websockets/ws/issues/1618)).

Renovate configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is stale, 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.