Skip to content

Conversation

@greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

babel-preset-env just published its new version 1.1.0.

State Failing tests ⚠️
Dependency babel-preset-env
New version 1.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build kept failing.

It looks like your project, in its current form, is malfunctioning and this update didn’t really change that. I don’t want to leave you in the dark about updates though. I recommend you get your project passing and then check the impact of this update again.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

v1.1.0 (2016-12-13)

🚀 New Feature

  • Add exclude option, rename whitelist to include (#89) (@hzoo)

Example:

{
  "presets": [
    ["env", {
      "targets": {
        "browsers": ["last 2 versions", "safari >= 7"]
      },
      "include": ["transform-es2015-arrow-functions"],
      "exclude": [
        "transform-regenerator",
        "transform-async-to-generator",
        "map"
      ],
      "useBuiltIns": true
    }]
  ]
}

"exclude": ["transform-regenerator"] doesn't transform generators and removes regeneratorRuntime from being imported.

"exclude": ["transform-async-to-generator"] doesn't use the built-in async-to-gen transform so you can use something like fast-async.

"exclude": ["map"] doesn't include the Map polyfill if you know you aren't using it in your code (w/ useBuiltIns). (We will figure out a way to automatically do this #84).

If you pass a wrong plugin it will error: valid options for include/exclude are in /data/plugin-features.js and /data/built-in-features.js (without the es6.)


The new version differs by 22 commits .

  • 6412cd7 1.1.0
  • 048c37f fixes [skip ci]
  • 75baea4 changelog 1.1.0 [skip ci] (#93)
  • 69a807c add exclude option, rename whitelist to include (#89)
  • c7117bc Merge pull request #88 from babel/feature/move-erroneous-dependency-to-dev
  • 28af53f Cleanup lib before rebuilding (#87)
  • d5235ff Move linting dependency to be dev only
  • 03947da Update pathnames to aviod uppercase + consistent with other babel projects
  • 181a05a lint [skip ci]
  • 07dc85b Optimize result filtration. (#77)
  • 7794c32 call out useBuiltIns [skip ci]
  • 1e2de5f Refactor build data for clarity/consistency (#81)
  • 00b49e7 Update linting rules to cover all js (#82)
  • d1b06bb Update eslint config to align with other babel projects (#79)
  • e8ae4b0 add electron, opera to examples [skip ci]

There are 22 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@coveralls
Copy link

coveralls commented Dec 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling c39799b on greenkeeper-babel-preset-env-1.1.0 into 6208bd7 on master.

@Scrum Scrum merged commit 23052d6 into master Dec 15, 2016
@Scrum Scrum deleted the greenkeeper-babel-preset-env-1.1.0 branch December 15, 2016 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants