Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

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

Open
greenkeeper bot opened this issue Apr 30, 2018 · 2 comments
Open

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

greenkeeper bot opened this issue Apr 30, 2018 · 2 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 30, 2018

Version 3.1.3 of ember-cli was just published.

Branch Build failing 🚨
Dependency ember-cli
Current Version 3.1.2
Type devDependency

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

ember-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Greenprints

Setup

npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

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
Contributor Author

greenkeeper bot commented Apr 30, 2018

After pinning to 3.1.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
Contributor Author

greenkeeper bot commented May 4, 2018

Version 3.1.4 just got published.

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

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