Skip to content
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 ember-cli-babel is breaking the build 🚨 #91

Open
greenkeeper bot opened this issue Jun 2, 2017 · 10 comments
Open

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

greenkeeper bot opened this issue Jun 2, 2017 · 10 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 2, 2017

Version 6.4.0 of ember-cli-babel just got published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 6.3.0
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 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 💪

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 8 commits.

  • 6f2fdc1 v6.4.0
  • 9d65b8c Update yarn.lock for manual package.json changes.
  • 9ad43a0 Merge pull request #145 from aheuermann/disable-babelrc
  • c701403 Add note about babelrc files being ignored
  • 96eeeb5 Disable loading configuration from .babelrc.
  • 28104d6 Merge pull request #152 from babel/babel-preset-env
  • a24b01f Disable mocha timeouts.
  • 9ccd3a4 [FIXES #150] update babel-preset-env

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 2, 2017

Version 6.4.2 just got published.

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

Commits

The new version differs by 11 commits.

  • bf126fe v6.4.2
  • 3f9f223 Merge pull request #158 from dwickern/sourcemaps
  • 8119645 Respect babel sourceMaps option
  • 90cde9e Merge pull request #157 from rwjblue/add-plugin-info
  • b5aa0b3 Add info on adding custom plugins.
  • 63045ce v6.4.1
  • 6e8bc39 Merge pull request #154 from rwjblue/provide-annotation-to-babel-transpiler
  • 465353d Refactor README.
  • 79e5604 Update babel-plugin-debug-macros to avoid message building when test passes.
  • c53b873 Add convienient broccoli debug tooling.
  • 4e523f5 Provide annotation to broccoli-babel-transpiler.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2017

Version 6.5.0 just got published.

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

Commits

The new version differs by 5 commits.

  • 403b4bf v6.5.0
  • f93f6e2 Merge pull request #159 from rwjblue/add-shims-support
  • bcc62b7 Merge pull request #155 from babel/node-engines
  • 305ab9b Add emberjs/rfcs#176 support by default.
  • 4213eac only support supported versions of node

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2017

Version 6.5.1 just got published.

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

Commits

The new version differs by 2 commits.

  • fdd8b26 6.5.1
  • 51a0a44 Revert "Add emberjs/rfcs#176 support by default."

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2017

Version 6.6.0 just got published.

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

Commits

The new version differs by 6 commits ahead by 6, behind by 2.

  • 6ea1cec v6.6.0
  • 6ac2390 Merge pull request #161 from rwjblue/avoid-issues-with-ember-debug
  • d632119 Add more tests to ensure public modules API's are stripped.
  • 4f9a45e Ensure import is removed properly when using mixed configuration.
  • 4b644fe Ensure both inspect and assert are properly supported.
  • 3550cb9 Avoid conflicting transforms for @ember/debug.

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 70 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
  • 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
  • 94415d7 v6.10.0
  • ef1c2d8 Add v6.10.0 to the CHANGELOG.

There are 70 commits in total.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 6.15.0 just got published.

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

Commits

The new version differs by 6 commits.

  • 160bd60 release v6.15.0 🎉
  • 4e4d65a fix docs re: throwUnlessParallelizable
  • cb5a382 Merge pull request #230 from kellyselden/babel-plugin-debug-macros
  • 98e266d update babel-plugin-debug-macros to 0.2.0-beta.6
  • 8d8c591 Merge pull request #225 from Turbo87/changelog
  • 19f5225 Update Changelog

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2018

Version 6.16.0 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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants