qlik-demo-team / qdt-react-website

Website using the qdt-react-template with examples of all of the components.
https://webapps.qlik.com/qdt-components/react/index.html
MIT License
2 stars 3 forks source link

Update babel monorepo #32

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.5
@babel/preset-env (source) devDependencies minor 7.4.5 -> 7.5.5
babel-eslint devDependencies patch 10.0.1 -> 10.0.3

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)) ### [`v7.5.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v754-2019-07-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.0...v7.5.4) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10188](https://togithub.com/babel/babel/pull/10188) Fix \_objectSpread2 for real ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`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))
babel/babel-eslint ### [`v10.0.3`](https://togithub.com/babel/babel-eslint/releases/v10.0.3) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v10.0.2...v10.0.3) Fixes [#​791](https://togithub.com/babel/babel-eslint/issues/791), also [eslint/eslint#​12117](https://togithub.com/eslint/eslint/issues/12117) Some context: [#​793 (comment)](https://togithub.com/babel/babel-eslint/pull/793#issuecomment-524435971) We ended up going with [@​JLHwung](https://togithub.com/JLHwung)'s PR [#​794](https://togithub.com/babel/babel-eslint/pull/794) which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own. babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases. ### [`v10.0.2`](https://togithub.com/babel/babel-eslint/releases/v10.0.2) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v10.0.1...v10.0.2) > Fixes [#​772](https://togithub.com/babel/babel-eslint/issues/772)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

: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.