-
Notifications
You must be signed in to change notification settings - Fork 1
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 🚨 #15
Comments
Version 1.3.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 |
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 15 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 26 commits .
There are 26 commits in total. See the full diff. |
Version 1.5.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 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 40 commits.
There are 40 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 🚀 CommitsThe new version differs by 43 commits.
There are 43 commits in total. See the full diff |
Version 1.5.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv1.5.2v1.5.2 (2017-06-07)🐛 Bug Fix
CommitsThe new version differs by 48 commits.
There are 48 commits in total. See the full diff |
Version 1.3.0 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
Release Notes
v1.3.0v1.3.0 (2017-03-30)
🐛 Bug Fix
We now properly check for
Symbol.species
support in ArrayBuffer and include thepolyfill if necessary. This should, as a side effect, fix ArrayBuffer-related
errors on IE9.
💅 Polish
We've simplified things by adding
electron
as a target instead of doing a bunch ofthings at runtime. Electron targets should now also be displayed in the debug output.
If you are targeting the
node
environment exclusively, the always-included web polyfills(like
dom.iterable
, and a few others) will now no longer be included.📝 Documentation
🏠 Internal
Commits
The new version differs by 8 commits .
8b2dc4f
1.3.0
6ebf857
Update changelog
046f326
Add check for ArrayBuffer[Symbol.species] (#233)
aead61c
Fill data with electron as a target. (#229)
48a329b
separate default builtins for platforms (#226)
a4d585c
remove deprecated projects (#223) [skip ci]
88cbe17
Merge pull request #216 from babel/update-npmignore
cf94af3
npmignore: Add related to build data and codecov.
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: