-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of babel-preset-env is breaking the build 🚨 #52
Comments
Version 1.1.10 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 8 commits .
See the full diff. |
Version 1.1.11 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.1.11v.1.1.11 (2017-03-01)🐛 Bug Fix📝 Documentation🏠 Internal
CommitsThe new version differs by 16 commits .
There are 16 commits in total. See the full diff. |
Version 1.2.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.2.0v1.2.0 (2017-03-03)🚀 New FeatureSupport for { "presets": [ ["env", { "targets": { "chrome": 55, "uglify": true }, "useBuiltIns": true, "modules": false }] ] } 🐛 Bug FixFixes a number of bugs that caused some incorrect and/or missing environment data when parsing CommitsThe new version differs by 31 commits .
There are 31 commits in total. See the full diff. |
Version 1.2.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.2.1v1.2.1 (2017-03-06)🐛 Bug Fix
Our plugin data was missing a mapping for the 📝 Documentation
CommitsThe new version differs by 35 commits .
There are 35 commits in total. See the full diff. |
Version 1.2.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.2.2v1.2.2 (2017-03-14)🐛 Bug Fix
When parsing plugin data, we weren't properly handling browser families. This caused Fixes an issue where some TypedArray features were not being polyfilled properly. (s/o to @alippai for the report!) 📝 Documentation
🏠 InternalCommitsThe new version differs by 60 commits .
There are 60 commits in total. See the full diff. |
Version 1.3.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv1.3.0v1.3.0 (2017-03-30)🐛 Bug Fix
We now properly check for 💅 PolishWe've simplified things by adding If you are targeting the 📝 Documentation🏠 InternalCommitsThe new version differs by 68 commits .
There are 68 commits in total. See the full diff. |
Version 1.3.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 |
Version 1.3.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 |
Version 1.3.3 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.3.3v1.3.3 (2017-04-07)🐛 Bug FixAdding electron as a target was an inadvertent breaking change as it no longer
We now force the 🚀 New FeatureThe 📝 Documentation
🏠 Internal
CommitsThe new version differs by 13 commits .
See the full diff. |
Version 1.4.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.4.0v1.4.0 (2017-04-14)🚀 New FeatureAdded an option to enable more spec compliant, but potentially slower, transformations for any plugins in this preset that support them.
We updated our mappings so that you can get native support for async/await and other goodies when targeting Edge 15! 🐛 Bug Fix
Fixed a bug that was ignoring Android targets in browserslist queries (for example: "Android >= 4"). 📝 Documentation
🏠 Internal
CommitsThe new version differs by 24 commits .
There are 24 commits in total. See the full diff. |
Version 1.5.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv1.5.0v1.5.0 (2017-05-19)🚀 New Feature
We were originally waiting on 2.x for a breaking change, but since node v7.10 🏠 Internal
CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Version 1.5.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 |
Version 1.5.2 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv1.5.2v1.5.2 (2017-06-07)🐛 Bug Fix
CommitsThe new version differs by 8 commits.
See the full diff |
Version 1.6.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.6.0v1.6.0 (2017-07-04)🚀 New Feature
We updated our mappings to support native trailing function commas and string paddings in Node.js 8+. 🐛 Bug FixWe added support for using browserslist's 📝 Documentation
Thanks to @graingert and @pfiaux for pointing out some needed updates to the CommitsThe new version differs by 10 commits.
See the full diff |
Version 1.6.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes1.6.1🐛 Bug FixES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. Functions such as CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Version 1.1.9 of babel-preset-env just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As babel-preset-env is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
❌ continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details
❌ ci/circleci Your tests failed on CircleCI Details
Commits
The new version differs by 20 commits .
846b7a2
1.1.9
48049aa
update compat (#169)
d1f301e
Add tests for debug output (#156)
9667dae
Fixes #143. Log correct targets. (#155)
48bde3b
Fix compat-table link in contributing.md
a59cf5b
Update yarn lockfile (#152)
27f33a1
Update README examples to fix website [skip ci] (#151)
55aa7ff
Use external Electron to Chromium library (#144)
96efb98
Merge pull request #146 from babel/typos
5fd3406
Fix few typos
7acd181
Merge pull request #125 from babel/feature/extract-option-validation
b8c768f
Extract option normalization into independant file
d726a5b
Update yarnfile
785d8ea
devDeps: eslint-config-babel v5.0.0 (#139)
fcf220c
Merge pull request #138 from yavorsky/debug-example
There are 20 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: