nordnet / nordnet-ui-kit

Nordnet UI Kit
https://nordnet.github.io/nordnet-ui-kit/
106 stars 28 forks source link

chore(deps): update babel monorepo #598

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.2.3 -> 7.4.4
@babel/core (source) devDependencies minor 7.3.4 -> 7.4.5
@babel/plugin-proposal-class-properties devDependencies minor 7.3.4 -> 7.4.4
@babel/polyfill (source) devDependencies minor 7.2.5 -> 7.4.4
@babel/preset-env (source) devDependencies minor 7.3.4 -> 7.4.5
@babel/register devDependencies minor 7.0.0 -> 7.4.4

Release Notes

babel/babel ### [`v7.4.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v744-2019-04-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.4.3...v7.4.4) ##### :bug: Bug Fix - `babel-plugin-transform-flow-comments` - [#​9897](https://togithub.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​9893](https://togithub.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-parser` - [#​9766](https://togithub.com/babel/babel/pull/9766) Add TS support to [@​babel/parser](https://togithub.com/babel/parser)'s Scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9865](https://togithub.com/babel/babel/pull/9865) Always register global bindings as exportable ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​9887](https://togithub.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@​existentialism](https://togithub.com/existentialism)) - [#​9869](https://togithub.com/babel/babel/pull/9869) ! remove constant context assertions ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​9890](https://togithub.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@​devongovett](https://togithub.com/devongovett)) - `babel-traverse` - [#​9870](https://togithub.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@​danez](https://togithub.com/danez)) - `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types` - [#​9861](https://togithub.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@​coreyfarrell](https://togithub.com/coreyfarrell)) - `babel-types` - [#​9832](https://togithub.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@​evandervalk](https://togithub.com/evandervalk)) ### [`v7.4.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v743-2019-04-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.2.3...v7.4.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​9769](https://togithub.com/babel/babel/pull/9769) Don't accept '\\08' or '\\09' in strict mode. ([@​danez](https://togithub.com/danez)) - [#​9768](https://togithub.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@​danez](https://togithub.com/danez)) - [#​9767](https://togithub.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@​danez](https://togithub.com/danez)) - [#​9748](https://togithub.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :rocket: New Feature - `babel-plugin-transform-runtime` - [#​9754](https://togithub.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-polyfill` - [#​9780](https://togithub.com/babel/babel/pull/9780) Closes [#​9232](https://togithub.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@​zloirock](https://togithub.com/zloirock)) - `babel-cli` - [#​9807](https://togithub.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@​danez](https://togithub.com/danez)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9802](https://togithub.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@​AndreasCag](https://togithub.com/AndreasCag)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​9801](https://togithub.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@​MattiasBuelens](https://togithub.com/MattiasBuelens)) - `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring` - [#​9416](https://togithub.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@​motiz88](https://togithub.com/motiz88)) - `babel-plugin-transform-destructuring` - [#​9412](https://togithub.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@​motiz88](https://togithub.com/motiz88)) - `babel-traverse` - [#​9415](https://togithub.com/babel/babel/pull/9415) [@​babel/traverse](https://togithub.com/babel/traverse): Fix NodePath.getData. ([@​71](https://togithub.com/71)) - `babel-parser` - [#​9760](https://togithub.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@​danez](https://togithub.com/danez)) - [#​9700](https://togithub.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@​danez](https://togithub.com/danez)) - `babel-helpers` - [#​9756](https://togithub.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@​conartist6](https://togithub.com/conartist6)) - `babel-preset-env` - [#​9752](https://togithub.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@​zloirock](https://togithub.com/zloirock)) ##### :nail_care: Polish - `babel-parser` - [#​9762](https://togithub.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@​danez](https://togithub.com/danez)) - `babel-core`, `babel-plugin-transform-for-of` - [#​9698](https://togithub.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@​danez](https://togithub.com/danez)) ##### :house: Internal - Other - [#​9806](https://togithub.com/babel/babel/pull/9806) Update test262. ([@​danez](https://togithub.com/danez)) - `babel-parser`, `babel-preset-typescript` - [#​9761](https://togithub.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@​danez](https://togithub.com/danez))

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

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

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://nordnet-ui-kit-git-renovate-babel-monorepo.nordnet1.now.sh

codecov[bot] commented 5 years ago

Codecov Report

Merging #598 into master will decrease coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
- Coverage   84.12%   84.11%   -0.02%     
==========================================
  Files         212      212              
  Lines        1556     1555       -1     
  Branches      294      293       -1     
==========================================
- Hits         1309     1308       -1     
  Misses        212      212              
  Partials       35       35
codecov[bot] commented 5 years ago

Codecov Report

Merging #598 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #598   +/-   ##
=======================================
  Coverage   84.12%   84.12%           
=======================================
  Files         212      212           
  Lines        1556     1556           
  Branches      294      294           
=======================================
  Hits         1309     1309           
  Misses        212      212           
  Partials       35       35