qlik-oss / core-get-started

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

Update minor and patch #293

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 minor 7.5.5 -> 7.6.0
@babel/preset-env (source) devDependencies minor 7.5.5 -> 7.6.0
webpack-cli devDependencies patch 3.3.7 -> 3.3.8

Release Notes

babel/babel ### [`v7.6.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v760-2019-09-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.5...v7.6.0) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser` - [#​10269](https://togithub.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@​vivek12345](https://togithub.com/vivek12345)) - `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​9498](https://togithub.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-core` - [#​10181](https://togithub.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` - [#​10217](https://togithub.com/babel/babel/pull/10217) Class Private Static Accessors ([@​tim-mc](https://togithub.com/tim-mc)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10148](https://togithub.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-typescript` - [#​10382](https://togithub.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@​dsgkirkby](https://togithub.com/dsgkirkby)) - `babel-parser` - [#​10352](https://togithub.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10248](https://togithub.com/babel/babel/pull/10248) Add static to class property builder ([@​yuri-karadzhov](https://togithub.com/yuri-karadzhov)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10396](https://togithub.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​10398](https://togithub.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@​rhyzx](https://togithub.com/rhyzx)) - `babel-preset-env` - [#​10397](https://togithub.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@​rhyzx](https://togithub.com/rhyzx)) - [#​10218](https://togithub.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@​AdamRamberg](https://togithub.com/AdamRamberg)) - [#​10284](https://togithub.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@​epicfaace](https://togithub.com/epicfaace)) - `babel-plugin-transform-named-capturing-groups-regex` - [#​10395](https://togithub.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​10098](https://togithub.com/babel/babel/pull/10098) fix typescript for babel-types ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10319](https://togithub.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@​deificx](https://togithub.com/deificx)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - [#​10369](https://togithub.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@​banga](https://togithub.com/banga)) - [#​10292](https://togithub.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​10366](https://togithub.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​10341](https://togithub.com/babel/babel/pull/10341) Add TSBigIntKeyword to [@​babel/types](https://togithub.com/babel/types) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-types` - [#​9960](https://togithub.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-flow-comments` - [#​10329](https://togithub.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@​zaygraveyard](https://togithub.com/zaygraveyard)) - `babel-helpers`, `babel-plugin-transform-react-constant-elements` - [#​10307](https://togithub.com/babel/babel/pull/10307) [fix] jsx helper calls order ([@​Sinewyk](https://togithub.com/Sinewyk)) - `babel-plugin-proposal-decorators` - [#​10302](https://togithub.com/babel/babel/pull/10302) fix: register inserted class declaration ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10070](https://togithub.com/babel/babel/pull/10070) Do expressions transform for switch statements ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10277](https://togithub.com/babel/babel/pull/10277) remove finally from completion record in try statement ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-transform-named-capturing-groups-regex` - [#​10136](https://togithub.com/babel/babel/pull/10136) fix capturing group for matchAll ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :nail_care: Polish - `babel-plugin-transform-runtime`, `babel-preset-env` - [#​10372](https://togithub.com/babel/babel/pull/10372) Don't allow instance properties transformation on namespace ([@​rhyzx](https://togithub.com/rhyzx)) ##### :memo: Documentation - [#​10313](https://togithub.com/babel/babel/pull/10313) Adds note about two approval policy to PR template ([@​thiagoarrais](https://togithub.com/thiagoarrais)) ##### :house: Internal - `babel-register` - [#​9847](https://togithub.com/babel/babel/pull/9847) Remove core-js dependency from [@​babel/register](https://togithub.com/babel/register) ([@​coreyfarrell](https://togithub.com/coreyfarrell)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-preset-env` - [#​10401](https://togithub.com/babel/babel/pull/10401) Use "validateLogs" for preset-env's debug fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10380](https://togithub.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@​banga](https://togithub.com/banga)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-dynamic-import`, `babel-preset-env` - [#​10326](https://togithub.com/babel/babel/pull/10326) Allow testing logs with `@babel/helper-transform-fixture-test-runner` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-runtime-corejs2`, `babel-runtime`, `babel-types` - [#​10331](https://togithub.com/babel/babel/pull/10331) Commit generated code ([@​JLHwung](https://togithub.com/JLHwung)) - `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` - [#​10228](https://togithub.com/babel/babel/pull/10228) Update dev dependencies and fix linting errors ([@​danez](https://togithub.com/danez)) - `babel-cli` - [#​10244](https://togithub.com/babel/babel/pull/10244) added flow to babel cli ([@​Letladi](https://togithub.com/Letladi)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10161](https://togithub.com/babel/babel/pull/10161) Improves the logic to import objects in helpers ([@​ifsnow](https://togithub.com/ifsnow)) - `babel-traverse` - [#​10243](https://togithub.com/babel/babel/pull/10243) perf: always return `void 0` as undefined node ([@​JLHwung](https://togithub.com/JLHwung))
webpack/webpack-cli ### [`v3.3.8`](https://togithub.com/webpack/webpack-cli/releases/v3.3.8) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8) Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​338-2019-09-05)

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.