Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Update dependency babel-preset-env to v1.6.1 #80

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 6, 2018

This Pull Request updates dependency babel-preset-env from v1.6.0 to v1.6.1

Release Notes

v1.6.1

FYI we are moving this repo/package into https://github.com/babel/babel

🐛 Bug Fix
  • Update compat table to fix two small issues (#​445) (@​danez)

ES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. es6.math.imul is supported on Android as of version 4.4

  • Add polyfills for ES6 static Object methods (#441) (@​danez)

Functions such as Object.keys, Object.freeze, ... do already exist in ES5, but their behaviour changed in ES2015. babel-preset-env with builtIns: true now adds the core-js polyfills for this methods if the browser only supports the ES5 variant of the method (like IE11 for example)

  • Normalize module format of plugins/built-ins data (#376) (@​rtsao)


This PR has been generated by Renovate Bot.

@lucat1 lucat1 merged commit bec7aea into master Feb 6, 2018
@lucat1 lucat1 deleted the renovate/babel-preset-env-1.x branch February 6, 2018 13:30
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.

2 participants