katallaxie / generator-angular2-preboot

Companion generator for the Angular 2 Preboot of @katallaxie
MIT License
1 stars 0 forks source link

An in-range update of babel-preset-env is breaking the build 🚨 #35

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.5.0 of babel-preset-env just got published.

Branch Build failing 🚨
Dependency babel-preset-env
Current Version 1.4.0
Type devDependency

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 :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/katallaxie/generator-angular2-preboot/builds/234390812?utm_source=github_status&utm_medium=notification)

Release Notes v1.5.0

v1.5.0 (2017-05-19)

πŸš€ New Feature

We were originally waiting on 2.x for a breaking change, but since node v7.10
and other targets are causing some pain, we decided to land a backwards
compatible version.

🏠 Internal

Commits

The new version differs by 14 commits.

  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test
  • 58055c8 Support target versions as strings (#231)
  • 78ed702 Bump electron-to-chromium
  • abdbeec Tweak version mappings to match compat-table updates (#323)
  • 0e917de Bump browserslist. (#319)
  • 20ddb72 Bump compat-table (#307)
  • 966922d Add debug-fixtures and test/tmp to .eslintignore (#305)
  • db5daff Remove hidden files from debug fixtures targets. (#287)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.5.2

v1.5.2 (2017-06-07)

πŸ› Bug Fix

browser targets should be overridden by explicit targets, and we inadvertently broke this when we landed string version support.

Commits

The new version differs by 8 commits.

  • f4ce53c 1.5.2
  • 00490ac Merge pull request #346 from babel/issue345
  • 2896925 Add node 8 to travis (#347)
  • 0017129 Ensure explicit targets always override browsers key targets
  • e23bd47 README: Add string type as valid node target value (#337) [skip ci]
  • 5ff37e3 1.5.1
  • 86ce2db Update changelog for v1.5.1 [skip ci]
  • cb11cb1 Compile with loose mode (#332)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.6.0

v1.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 Fix

We added support for using browserslist's chromeandroid in targets.

πŸ“ Documentation

Thanks to @graingert and @pfiaux for pointing out some needed updates to the uglify-js-related docs.

Commits

The new version differs by 10 commits.

  • 8d09fa5 1.6.0
  • 6e06755 Update changelog
  • 9e3f5e8 Update yarn.lock
  • 0da8e7b Tweak uglify option docs (#368)
  • f5ee86f Merge pull request #367 from babel/chromeandroid
  • 9eb6b3b add test
  • 3c841bf Handle chromeandroid browserslist value.
  • fd11bb3 Bump compat-table for node8 support (#363)
  • d1b05fa add probot-stale [skip ci] (#353)
  • 240456f Update changelog for v1.5.2 [skip ci]

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.6.1

πŸ› 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)
Commits

The new version differs by 19 commits.

  • 58b64d5 1.6.1
  • 0d32122 Update Changelog
  • 801e3a2 Merge pull request #445 from babel/update-compat-table
  • a90509a Update compat table to fix two small issues
  • 38c77a2 Add polyfills for ES6 static Object methods
  • 1f724f2 Fix yarn.lock
  • d4b82a0 Clarify purpose of the tool in README (#419)
  • 75d96cb Merge pull request #416 from babel/fix-docs
  • 35d57d2 Docs: fix claim about node versions in readme
  • be7a61c Flesh out readme (#410)
  • c64aea2 add basic example [skip ci] (#409)
  • 332481f Add Node usage (#398) [skip ci]
  • ee4dd92 Merge pull request #400 from devdevil666/feature/license
  • b59c87b Change license
  • 7011207 Rename Babili to Babel-Minify (#392)

There are 19 commits in total.

See the full diff