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 🚨 #6

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

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

Branch Build failing 🚨
Dependency babel-preset-env
Current Version 1.3.2
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/fd04a90960df4c321a8643da668635b81b71358d/files?status=passing) - ❌ **bitHound - Dependencies** 1 failing dependency. [Details](https://www.bithound.io/github/billymoon/monsieur/fd04a90960df4c321a8643da668635b81b71358d/dependencies/npm#filter-failing-dep)
Release Notes v1.3.3

v1.3.3 (2017-04-07)

πŸ› Bug Fix

Adding electron as a target was an inadvertent breaking change as it no longer
allowed string versions. We added an exception for now, even though it is
inconsistent with other versions. Just as a note, the upcoming version 2.x will
allow both number and string versions.

We now force the const-es2015-check plugin to run first (so that it can
correctly report issues before they get transpiled away).

πŸš€ New Feature

  • Allow use babel-plugin- prefix for include and exclude (#242) (@yavorsky)

The include and exclude options now allow both prefixed (babel-plugin-transform-es2015-spread)
and prefix-less (transform-es2015-spread) plugin names.

πŸ“ Documentation

🏠 Internal

Commits

The new version differs by 12 commits .

  • a222453 1.3.3
  • 801c6d4 Fix and update changelog for v1.3.3 [skip ci]
  • 8701755 Ensure const-check plugin order (#257)
  • 19bd172 Update changelog (#253)
  • d7adb12 Merge pull request #252 from yavorsky/electron-string
  • b3edcf5 Support electron version in a string format.
  • c2e99b2 Merge pull request #245 from babel/existentialism-patch-1
  • b3f17b8 Note babel plugin prefix handling in include/exclude [skip ci]
  • f901427 Allow use babel-plugin- prefix for include and exclude. (#242)
  • b2057c0 Add simple smoke-test (#240)
  • fe74b77 Fix README: debug option shows info in stdout. (#236)
  • 500b2fb Add prepublish script

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: