babel-preset-env@1.1.0 breaks build ⚠️ #118
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello lovely humans,
babel-preset-env just published its new version 1.1.0.
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
excludeoption, renamewhitelisttoinclude(#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 removesregeneratorRuntimefrom 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 theMappolyfill 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/excludeare in /data/plugin-features.js and /data/built-in-features.js (without thees6.)The new version differs by 22 commits .
6412cd71.1.0048c37ffixes [skip ci]75baea4changelog 1.1.0 [skip ci] (#93)69a807cadd exclude option, rename whitelist to include (#89)c7117bcMerge pull request #88 from babel/feature/move-erroneous-dependency-to-dev28af53fCleanup lib before rebuilding (#87)d5235ffMove linting dependency to be dev only03947daUpdate pathnames to aviod uppercase + consistent with other babel projects181a05alint [skip ci]07dc85bOptimize result filtration. (#77)7794c32call out useBuiltIns [skip ci]1e2de5fRefactor build data for clarity/consistency (#81)00b49e7Update linting rules to cover all js (#82)d1b06bbUpdate eslint config to align with other babel projects (#79)e8ae4b0add 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