qlik-oss / core-get-started

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

Update minor and patch #278

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.5.4 -> 7.5.5
@babel/preset-env (source) devDependencies patch 7.5.4 -> 7.5.5
eslint-plugin-import devDependencies patch 2.18.0 -> 2.18.2
raw-loader devDependencies minor 3.0.0 -> 3.1.0
webpack devDependencies minor 4.35.3 -> 4.36.1
ws dependencies patch 7.1.0 -> 7.1.1

Release Notes

babel/babel ### [`v7.5.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v755-2019-07-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.4...v7.5.5) ##### :bug: Bug Fix - `babel-code-frame` - [#​10211](https://togithub.com/babel/babel/pull/10211) fix code-frame marker with highlighting ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-proposal-object-rest-spread` - [#​10200](https://togithub.com/babel/babel/pull/10200) Workaround [#​10179](https://togithub.com/babel/babel/issues/10179) in proposal-object-rest-spread ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10198](https://togithub.com/babel/babel/pull/10198) add assertShape to validate templateElement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super`, `babel-types` - [#​10017](https://togithub.com/babel/babel/pull/10017) destructuring private fields with array pattern / object pattern ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-flow-comments` - [#​9901](https://togithub.com/babel/babel/pull/9901) fix transform-flow-comments for import types ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-core`, `babel-helpers` - [#​10208](https://togithub.com/babel/babel/pull/10208) always throw when add missing helpers ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-plugin-transform-runtime` - [#​10207](https://togithub.com/babel/babel/pull/10207) Closes [#​10205](https://togithub.com/babel/babel/issues/10205) ([@​sag1v](https://togithub.com/sag1v)) - `babel-helpers`, `babel-plugin-transform-instanceof` - [#​10197](https://togithub.com/babel/babel/pull/10197) fix: custom instOfHandler result should be cast to boolean ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser`, `babel-plugin-transform-typescript` - [#​10014](https://togithub.com/babel/babel/pull/10014) Use correct extension for typescript fixtures ([@​danez](https://togithub.com/danez)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10189](https://togithub.com/babel/babel/pull/10189) perf: match ownKeys perf to the one of objectSpread ([@​JLHwung](https://togithub.com/JLHwung))
benmosher/eslint-plugin-import ### [`v2.18.2`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2182---2019-07-19) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2) - Skip warning on type interfaces ([#​1425], thanks [@​lencioni]) ### [`v2.18.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2181---2019-07-18) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.0...v2.18.1) ##### Fixed - Improve parse perf when using `@typescript-eslint/parser` ([#​1409], thanks [@​bradzacher]) - [`prefer-default-export`]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#​1377], thanks [@​sharmilajesupaul]) - [`no-unused-modules`]: Exclude package "main"/"bin"/"browser" entry points ([#​1404], thanks [@​rfermann]) - [`export`]: false positive for typescript overloads ([#​1412], thanks [@​golopot]) ##### Refactors - [`no-extraneous-dependencies`], `importType`: remove lodash ([#​1419], thanks [@​ljharb])
webpack-contrib/raw-loader ### [`v3.1.0`](https://togithub.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md#​310httpsgithubcomwebpack-contribraw-loadercomparev300v310-2019-07-18) [Compare Source](https://togithub.com/webpack-contrib/raw-loader/compare/v3.0.0...v3.1.0) ##### Features - improved validation error messages ([#​85](https://togithub.com/webpack-contrib/raw-loader/issues/85)) ([6cf76b8](https://togithub.com/webpack-contrib/raw-loader/commit/6cf76b8))
webpack/webpack ### [`v4.36.1`](https://togithub.com/webpack/webpack/releases/v4.36.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.36.0...v4.36.1) ### Bugfixes - fix regression in 4.36.0 when using happypack ### [`v4.36.0`](https://togithub.com/webpack/webpack/releases/v4.36.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.35.3...v4.36.0) ### Features - SourceMapDevToolPlugin `append` option now supports the default placeholders in addition to `[url]` - Arrays in resolve and parser options (Rule and Loader API) support backreferences with `"..."` when overriding options.
websockets/ws ### [`v7.1.1`](https://togithub.com/websockets/ws/releases/7.1.1) [Compare Source](https://togithub.com/websockets/ws/compare/7.1.0...7.1.1) ### Bug fixes - An error is now thrown if the `WebSocket` server constructor is used incorrectly ([`3641266`](https://togithub.com/websockets/ws/commit/36412662)).

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.