Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Update @babel/preset-env in /modules/frontend from 7.0.0-beta.42 to 7.1.6 #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Dec 1, 2018

Dependencies.io has updated @babel/preset-env (a npm dependency in /modules/frontend) from "7.0.0-beta.42" to "7.1.6".

7.1.6

Various bug fixes.

Thanks to neoziro, AlicanC and ljqx for their first PR! 馃帀

馃悰 Bug Fix

  • babel-generator
  • babel-types
  • babel-plugin-transform-flow-strip-types, babel-plugin-transform-react-jsx
    • #8701 Fix "TypeError: comments is not iterable". (AlicanC)
  • babel-core
    • #9004 Fix browser files to have the same API as the nodejs ones. (danez)
  • Other
    • #9007 [Types] fix generated TS/Flow comment types. (ljqx)
  • babel-preset-env
    • #8555 preset-env: fix opera from esmodules target and Browserslist not used. (ylemkimon)
  • babel-plugin-proposal-decorators, babel-traverse
  • babel-parser
    • #8972 Fix several edge cases with context expression state. (danez)

馃拝 Polish

  • babel-parser
    • #8984 Rename primitive types to reserved types. (danez)

馃彔 Internal

  • #8982 fix publish command [skip ci]. (hzoo)
  • #8988 Remove definition of micromatch which was removed.. (danez)

Committers: 10

7.1.5

Various bug fixes and additions.

And thanks to benmosher, ryanwmarsh, Cyp, vvyomjjain, byronluk, everdimension for their first PRs!

馃憮 Spec Compliancy

馃殌 New Feature

  • babel-parser
    • #8828 Typescript: Validate tuple type element positions. (Retsam)
    • #8883 [flow] Add support for parsing _ as implicit instantiation in call/new. (jbrown215)
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-typescript, babel-traverse
    • #8448 Remove Babylon plugins for features already merged to the ECMAScript spec. (nicolo-ribaudo)
  • babel-parser, babel-types
  • babel-preset-env

馃悰 Bug Fix

  • babel-parser
  • babel-core
    • #8910 Resolve babel.config.js 'babelrcRoots' values relative to the config file.. (loganfsmyth)
    • #8950 Fix message when plugin of a wrong type is passed. (everdimension)
  • babel-plugin-transform-block-scoping
  • babel-preset-env
    • #8926 preset-env: Edge support for arrow param destructuring. (benmosher)
  • babel-generator
  • babel-traverse
    • #8880 fix: Expression x === 'y' && '' should not evaluate to undefined.. (Cyp)

馃拝 Polish

Committers: 14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'jsonStrings' parser plugin does not increment line count
1 participant