Kronos-Integration / kronos-service-manager-ui

administration ui for kronos
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.15.0 of ember-cli just got published.

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

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

As ember-cli is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/Kronos-Integration/kronos-service-manager-ui/builds/270773086?utm_source=github_status&utm_medium=notification) - ❌ **bitHound - Code** 2 failing files. [Details](https://www.bithound.io/github/Kronos-Integration/kronos-service-manager-ui/f8e687e81d8d63e930f36df6c1378784b092bee1/files#filter-failing-file) - ✅ **bitHound - Dependencies** No failing dependencies. [Details](https://www.bithound.io/github/Kronos-Integration/kronos-service-manager-ui/f8e687e81d8d63e930f36df6c1378784b092bee1/dependencies/npm?status=passing)

Release Notes Neverending Puppy Marathon

Setup

npm install -g ember-cli@2.15.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@2.15.0 -- 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

  • #7286 Update amd-name-resolver version to enable parallel babel transpile @mikrostew
  • #7309 model/project: Freeze app config before caching it @Turbo87
  • #7310 models/project: Hide app config caching behind CONFIG_CACHING feature flag @Turbo87

Thank you to all who took the time to contribute!

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

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

greenkeeper[bot] commented 7 years ago

Version 2.15.1 just got published.

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