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

Update ember-cli to the latest version 🚀 #224

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 29, 2017

Version 2.17.0 of ember-cli was just published.

Dependency ember-cli
Current Version 2.16.2
Type devDependency

The version 2.17.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-cli.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Xmas preparation

Setup

npm install -g ember-cli@2.17.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.17.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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2017

Version 2.17.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 27, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2017

Version 2.17.2 just got published.

Update to this version instead 🚀

Release Notes Ho ho ho!

Setup

npm install -g ember-cli@2.17.2 -- 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.17.2 -- 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!

greenkeeper bot added a commit that referenced this pull request Jan 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 1, 2018

Version 2.18.0 just got published.

Update to this version instead 🚀

Release Notes Ná merye I turuhalmeri!

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 added a commit that referenced this pull request Jan 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2018

Version 2.18.1 just got published.

Update to this version instead 🚀

Release Notes நிலவெலி

Setup

npm install -g ember-cli@2.18.1 -- 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.18.1 -- 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!

greenkeeper bot added a commit that referenced this pull request Feb 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 2, 2018

Version 2.18.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2018

Version 3.0.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes Concrete and Gold

Setup

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

  • #7670 Support serving wasm with application/wasm @rwjblue
  • #7683 Revert "EmberApp: Remove deprecated contentFor() hooks"
  • #7691 Add support for .npmrc for blueprints @thoov
  • #7694 [BACKPORT release] Ensure config() is memoized
  • #7719 reorder ember-cli-build.js in blueprint @kellyselden
  • #7720 assert no filters matched @kellyselden
  • #7721 update eslint-plugin-node for addons
  • #7728 Passing defaultOptions to testem to prevent the cwd and config_dir set in testem.js from being ov
    erridden by ember-cli @arthirm
  • #7732 Merge pull request #7728 from arthirm/testem-bug-fix @arthirm
  • #7736 add addon-test-support/index.js to eslint glob bug mitigation @kellyselden

Thank you to all who took the time to contribute!

greenkeeper bot added a commit that referenced this pull request Apr 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes I ticked that box myself

Setup

npm install -g ember-cli@3.1.1 -- 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.1.1 -- 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!

greenkeeper bot added a commit that referenced this pull request Apr 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes California is Cold

Setup

npm install -g ember-cli@3.1.2 -- 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.1.2 -- 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!

greenkeeper bot added a commit that referenced this pull request May 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2018

Version 3.1.4 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 2, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

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!

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Sep 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2018

Version 3.4.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

  • The devDependency ember-cli was updated from 2.16.2 to 3.4.2.

Update to this version instead 🚀

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 added a commit that referenced this pull request Sep 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 20, 2018

  • The devDependency ember-cli was updated from 2.16.2 to 3.4.3.

Update to this version instead 🚀

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 greenkeeper bot closed this Oct 13, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/ember-cli-2.17.0 branch October 13, 2018 12:02
Turbo87 pushed a commit that referenced this pull request Oct 16, 2018
Bumps [testdouble](https://github.com/testdouble/testdouble.js) from 3.2.2 to 3.8.2.
<details>
<summary>Changelog</summary>

*Sourced from [testdouble's changelog](https://github.com/testdouble/testdouble.js/blob/master/CHANGELOG.md).*

> # Change Log
> 
> ## [v3.8.1](https://github.com/testdouble/testdouble.js/tree/v3.8.1) (2018-05-05)
> [Full Changelog](testdouble/testdouble.js@v3.8.0...v3.8.1)
> 
> **Implemented enhancements:**
> 
> - Better verification messages [\#161](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/161)
> 
> **Closed issues:**
> 
> - Trouble replacing ES6 classes [\#365](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/365)
> - You have a global leak: `\_\_core-js\_shared\_\_` [\#364](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/364)
> - testdouble causes bluebird to emit Unhandled rejection [\#168](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/168)
> - Should style API of chai.js doesn't always work on test doubles since 1.6.2 [\#134](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/134)
> 
> ## [v3.8.0](https://github.com/testdouble/testdouble.js/tree/v3.8.0) (2018-04-29)
> [Full Changelog](testdouble/testdouble.js@v3.7.0...v3.8.0)
> 
> **Implemented enhancements:**
> 
> - Improve td.replace error message for incorrect module path [\#355](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/355)
> 
> **Closed issues:**
> 
> - td.verify\(object.function\(new Class\("param"\)\)\) not asserting "param" [\#362](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/362)
> - How to Stub a Chained Function [\#360](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/360)
> - Critical dependency: the request of a dependency is an expression? [\#354](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/354)
> 
> **Merged pull requests:**
> 
> - Better missing module message for td.replace\(\) [\#363](https://github-redirect.dependabot.com/testdouble/testdouble.js/pull/363) ([searls](https://github.com/searls))
> 
> ## [v3.7.0](https://github.com/testdouble/testdouble.js/tree/v3.7.0) (2018-03-31)
> [Full Changelog](testdouble/testdouble.js@v3.6.0...v3.7.0)
> 
> **Closed issues:**
> 
> - Compare dates when using td.matchers.contains [\#358](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/358)
> - verifiable thenThrow [\#288](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/288)
> - docs: simple page that lists the entire API [\#253](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/253)
> - Planning Discussion for a move to TypeScript  [\#252](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/252)
> - More support for ES Modules [\#246](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/246)
> - Consider using \_.isObjectLike rather than \_.isPlainObject within td.object [\#224](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/224)
> 
> **Merged pull requests:**
> 
> - Enhance contains for edge cases, make nesting behave consistently [\#359](https://github-redirect.dependabot.com/testdouble/testdouble.js/pull/359) ([searls](https://github.com/searls))
> 
> ## [v3.6.0](https://github.com/testdouble/testdouble.js/tree/v3.6.0) (2018-03-24)
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`a6e4103`](testdouble/testdouble.js@a6e4103) 3.8.2
- [`7b222ae`](testdouble/testdouble.js@7b222ae) Merge pull request [#386](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/386) from testdouble/upgrade-things
- [`1e77fb1`](testdouble/testdouble.js@1e77fb1) upgrade example deps
- [`25cf41e`](testdouble/testdouble.js@25cf41e) upgrade deps
- [`20785c7`](testdouble/testdouble.js@20785c7) clear stupid jasmine warnings
- [`5659f33`](testdouble/testdouble.js@5659f33) standard --fix
- [`3e03d23`](testdouble/testdouble.js@3e03d23) upgrade everything
- [`1bbf695`](testdouble/testdouble.js@1bbf695) Merge pull request [#369](https://github-redirect.dependabot.com/testdouble/testdouble.js/issues/369) from jackjennings/patch-1
- [`952d852`](testdouble/testdouble.js@952d852) Fix method name typo in README example
- [`a9216e3`](testdouble/testdouble.js@a9216e3) Adding an AKA td.js b/c our google rank for "td.js" is bad
- Additional commits viewable in [compare view](testdouble/testdouble.js@v3.2.2...v3.8.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=testdouble&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.8.2)](https://dependabot.com/compatibility-score.html?dependency-name=testdouble&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.8.2)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

Dependabot will **not** automatically merge this PR because it includes a minor update to a development dependency.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants