Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

An in-range update of ember-cli-babel is breaking the build 🚨 #144

Open
greenkeeper bot opened this issue Nov 8, 2017 · 9 comments
Open

An in-range update of ember-cli-babel is breaking the build 🚨 #144

greenkeeper bot opened this issue Nov 8, 2017 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Nov 8, 2017

Version 6.9.0 of ember-cli-babel was just published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 6.8.2
Type dependency

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

ember-cli-babel is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 9 commits.

  • bf50699 v6.9.0
  • c933081 Add v6.9.0 to CHANGELOG.md.
  • f579f1b Merge pull request #176 from locks/ember-string-skip
  • fde084c Blacklists @ember/string modules if package is present
  • f354bf4 Merge pull request #186 from alvincrespo/patch-1
  • 7b08fdb Updates link to the Babel mono-repo
  • 88145d7 Merge pull request #185 from Turbo87/changelog
  • c2ef71a Add CHANGELOG file
  • 0de753c Add "lerna-changelog" dev dependency

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2017

After pinning to 6.8.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 16, 2017

Version 6.9.1 just got published.

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

Commits

The new version differs by 5 commits.

  • 0b37846 v6.9.1
  • c096806 Update CHANGELOG for v6.9.1.
  • cad6a3f Merge pull request #190 from rwjblue/fix-cli-version-detection
  • ed06a1f Properly detect host ember-cli version.
  • ef52763 Fix whitespace issues.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 16, 2017

Version 6.9.2 just got published.

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

Commits

The new version differs by 4 commits.

  • 62ae42e v6.9.2
  • 87e8221 Add v6.9.2 to CHANGELOG.md.
  • 81ee614 Merge pull request #192 from rwjblue/fix-stupid-mistake
  • 34c42e9 Project.prototype.emberCLIVersion is a function.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2017

Version 6.10.0 just got published.

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

Commits

The new version differs by 4 commits.

  • 94415d7 v6.10.0
  • ef1c2d8 Add v6.10.0 to the CHANGELOG.
  • d416009 Merge pull request #193 from rwjblue/allow-preset-opt-out
  • 1d8ea7b Allow configuration to opt-out of babel-preset-env.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2017

Version 6.11.0 just got published.

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

Commits

The new version differs by 7 commits.

  • f810c92 v6.11.0
  • 0987183 Merge pull request #197 from rwjblue/update-modules-polyfill
  • 3d058c9 Fix test fixtures to pass with new babel plugin version.
  • 7735c61 Update babel-plugin-ember-modules-api-polyfill to 2.3.0.
  • c2472ca Merge pull request #194 from jevanlingen/patch-1
  • 85e1636 Update README.md
  • 8138ec4 Fix link

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 6.12.0 just got published.

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

Commits

The new version differs by 6 commits.

  • d8f266c release v6.12.0 🎉
  • fd6c9a6 Merge pull request #204 from kellyselden/_shouldDoNothing
  • ea3a2c5 add test
  • 5442a39 add a no-op optimization
  • 4b68bef Merge pull request #199 from astronomersiva/remove_redundant_check
  • 1e1bba9 Remove redundant check for targets

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 6.13.0 just got published.

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

Commits

The new version differs by 18 commits.

  • 70f1dbd release v6.13.0 🎉
  • 6ba2ed1 Merge pull request #223 from mikrostew/bring-back-parallel
  • e33466e drop EOL nodes from CI, add latest (10)
  • f852120 try bumping timeout, seeing some timeouts on appveyor in the following
  • ef4e171 shut down workers after each test
  • a2c4784 avoid eagerly requiring plugins and presets
  • ef09f8a Tidy-up readme
  • 1af54b1 Merge pull request #221 from babel/fixup
  • 94fa307 fix:
  • f4add6e Merge pull request #220 from babel/upgrades
  • 58ff967 fix lints
  • 8c3f7b4 upgrade deps
  • 8fb95ef Merge pull request #219 from babel/tidy-up
  • 061d44c tidy-up
  • 295eb29 Merge pull request #217 from Bartheleway/bumps-broccoli-funnel-version

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 6.14.0 just got published.

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

Commits

The new version differs by 4 commits.

  • fcc6c89 release v6.14.0 🎉
  • 9d67987 Merge pull request #222 from babel/throw-unless-parallelizable
  • 8ea7de3 Add throwUnlessParallelizable
  • 458a881 Improve readme re: parallel builds

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2018

Version 6.14.1 just got published.

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

Commits

The new version differs by 3 commits.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants