ciena-blueplanet / ciena-devops-testbed

Used to test "pr-bumper" and "ciena-devops" integrations, and other DevOps-related activities
MIT License
1 stars 6 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.2.0 of ember-cli was just published.

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

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

ember-cli 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](https://travis-ci.org/ciena-blueplanet/ciena-devops-testbed/builds/399295331?utm_source=github_status&utm_medium=notification)

Release Notes Deliverance

Setup

npm install -g ember-cli@3.2.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@3.2.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

Thank you to all who took the time to contribute!

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 3.1.4 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 3.3.0 just got published.

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

Release Notes Believer

Setup

npm install -g ember-cli@3.3.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@3.3.0 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  5. ember-cli-update -- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.

Changelog

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

greenkeeper[bot] commented 6 years ago

Version 3.4.0 just got published.

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

greenkeeper[bot] commented 6 years ago

Version 3.4.1 just got published.

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for something something sassy

Setup

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

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

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!

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Journey before Destination

Setup

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

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

CHANGELOG

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

  • Users
  • Addon Developers
  • Core Contributors
    • No changes required

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Hamsterdam

Setup

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

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update - This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods - This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.1

Setup

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

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Lunchtime

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.6.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for White

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.6.1 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Aotearoa

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.8.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Nerdiest Precious Modules

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.8.1 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

  • #8261 add server/**/*.js to eslint node files for app @kellyselden
  • #8467 Ensure npm version is available during ember new / ember install foo. @rwjblue

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Grenoble

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.8.2 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Dancing with Sharks

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.9.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Decorative Arts

Setup

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

Project Update

  1. Run npx ember-cli-update --to 3.10.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  2. Run npx ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for I am the rebel spy!

Setup

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

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update --to 3.11.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!