qlik-oss / core-get-started

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

Update minor and patch #275

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.4.5 -> 7.5.0
@babel/preset-env (source) devDependencies minor 7.4.5 -> 7.5.0
eslint-config-airbnb-base devDependencies minor 13.1.0 -> 13.2.0
webpack devDependencies patch 4.35.0 -> 4.35.2

Release Notes

babel/babel ### [`v7.5.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v750-2019-07-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.5...v7.5.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10099](https://togithub.com/babel/babel/pull/10099) Disallow "let" as name at lexical bindings ([@​g-plane](https://togithub.com/g-plane)) ##### :rocket: New Feature - `babel-parser` - [#​10091](https://togithub.com/babel/babel/pull/10091) BigInt type for Flow ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​9450](https://togithub.com/babel/babel/pull/9450) Implement f# pipeline in parser ([@​mAAdhaTTah](https://togithub.com/mAAdhaTTah)) - [#​9912](https://togithub.com/babel/babel/pull/9912) [legacy decorators] Allow decorating generator methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9864](https://togithub.com/babel/babel/pull/9864) [@​babel/parser] Add "allowUndeclaredExports" option ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10109](https://togithub.com/babel/babel/pull/10109) Add [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) to [@​babel/preset-env](https://togithub.com/babel/preset-env) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs` - [#​9552](https://togithub.com/babel/babel/pull/9552) Create [@​babel/plugin-proposal-dynamic-import](https://togithub.com/babel/plugin-proposal-dynamic-import) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​9984](https://togithub.com/babel/babel/pull/9984) Transform for F# Pipeline ([@​thiagoarrais](https://togithub.com/thiagoarrais)) - `babel-plugin-transform-typescript`, `babel-types` - [#​9785](https://togithub.com/babel/babel/pull/9785) Implement TypeScript namespace support ([@​Wolvereness](https://togithub.com/Wolvereness)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​10072](https://togithub.com/babel/babel/pull/10072) fix await and yield for do expression ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-transform-react-constant-elements` - [#​10155](https://togithub.com/babel/babel/pull/10155) Added es3 backward compatibility for react helper code ([@​sormy](https://togithub.com/sormy)) - `babel-preset-env` - [#​10127](https://togithub.com/babel/babel/pull/10127) Bump compat-table and updating preset-env mappings ([@​existentialism](https://togithub.com/existentialism)) - [#​8897](https://togithub.com/babel/babel/pull/8897) Allow `defaults` query in preset-env ([@​existentialism](https://togithub.com/existentialism)) - `babel-parser` - [#​10132](https://togithub.com/babel/babel/pull/10132) fix import typeof in declare module ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10084](https://togithub.com/babel/babel/pull/10084) flow - allow type parameter defaults in function declarations ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-types` - [#​10126](https://togithub.com/babel/babel/pull/10126) fix exportKind declaration in babel-types ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-node` - [#​9951](https://togithub.com/babel/babel/pull/9951) Prevents exception on PnP ([@​arcanis](https://togithub.com/arcanis)) - `babel-generator` - [#​10041](https://togithub.com/babel/babel/pull/10041) Fix printer for explicitly inexact Flow types ([@​mrtnzlml](https://togithub.com/mrtnzlml)) - `babel-plugin-transform-typescript` - [#​10034](https://togithub.com/babel/babel/pull/10034) Use scope for typescript export removals ([@​Wolvereness](https://togithub.com/Wolvereness)) - [#​10019](https://togithub.com/babel/babel/pull/10019) fix(typescript): erase default export if exporting a TS type ([@​airato](https://togithub.com/airato)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-traverse` - [#​10029](https://togithub.com/babel/babel/pull/10029) Fixed computed keys for class expression ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​9384](https://togithub.com/babel/babel/pull/9384) Retry to fix object spread helper compatibility ([@​saschanaz](https://togithub.com/saschanaz)) - `babel-plugin-transform-destructuring` - [#​10013](https://togithub.com/babel/babel/pull/10013) fix destructuring rest with template literal ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#​9610](https://togithub.com/babel/babel/pull/9610) Use `injectInitialization` to generate ts parameter properties ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core` - [#​10157](https://togithub.com/babel/babel/pull/10157) Fix incorrect usage of $o instead of %o in debug ([@​ChlorideCull](https://togithub.com/ChlorideCull)) - `babel-helpers` - [#​10117](https://togithub.com/babel/babel/pull/10117) Simplify the helpers for classPrivateField{Get,Set} ([@​arv](https://togithub.com/arv)) - `babel-plugin-transform-typescript` - [#​10047](https://togithub.com/babel/babel/pull/10047) Refactor isImportTypeOnly helper function ([@​Andarist](https://togithub.com/Andarist)) ##### :memo: Documentation - `babel-plugin-proposal-partial-application`, `babel-plugin-syntax-partial-application` - [#​10103](https://togithub.com/babel/babel/pull/10103) docs: update readmes ([@​xtuc](https://togithub.com/xtuc))
webpack/webpack ### [`v4.35.2`](https://togithub.com/webpack/webpack/releases/v4.35.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.35.1...v4.35.2) ### Bugfixes - `realResource` must match absolute paths ### [`v4.35.1`](https://togithub.com/webpack/webpack/releases/v4.35.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.35.0...v4.35.1) ### Bugfixes - add `realResource` condition in rule to schema - fixes order of loaders when using a matchResource

Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

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



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