billymoon / monsieur

Bigger, but equally polite brother of Sir - the polite development server
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

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

Branch Build failing 🚨
Dependency babel-preset-env
Current Version 1.3.3
Type dependency

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

As babel-preset-env is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - βœ… **bitHound - Code** No failing files. [Details](https://www.bithound.io/github/billymoon/monsieur/70b7cc7bf7e74c13ec6a26b4c209248e351bd2d8/files?status=passing) - ❌ **bitHound - Dependencies** 1 failing dependency. [Details](https://www.bithound.io/github/billymoon/monsieur/70b7cc7bf7e74c13ec6a26b4c209248e351bd2d8/dependencies/npm#filter-failing-dep)
Release Notes v1.4.0

v1.4.0 (2017-04-14)

πŸš€ New Feature

Added 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

Commits

The new version differs by 11 commits .

  • 125e928 1.4.0
  • e22c26c Update changelog [skip ci]
  • 2aaecc5 Support spec option (#98)
  • 8bca925 Clarify note about loading polyfills only once (#282)
  • 2135fb9 Add a reminder about include/exclude options (#275)
  • 40da88e Chore: reduce package size. (#281) [skip ci]
  • cad1b2b Merge pull request #273 from babel/compat-table
  • 7033974 Bump compat-table for Edge 15 support
  • 38a1369 Remove deprecated comment (#271)
  • d197aa0 Merge pull request #270 from babel/issue268
  • c0d641e Add Android browser to name map

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.0 just got published.

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

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

greenkeeper[bot] commented 7 years ago

Version 1.5.1 just got published.

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

Release Notes v1.5.1

v1.5.1 (2017-05-22)

πŸ› Bug Fix

Commits

The new version differs by 3 commits.

See the full diff

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 5 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]

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.6.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 29 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 29 commits in total.

See the full diff