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-blueprint-test-helpers to the latest version 🚀 #210

Merged

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 3, 2017

Version 0.18.0 of ember-cli-blueprint-test-helpers just got published.

Dependency ember-cli-blueprint-test-helpers
Current Version 0.17.2
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ember-cli-blueprint-test-helpers.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 30 commits.

  • 1035a58 v0.18.0
  • c39cd62 Update CHANGELOG
  • 1579172 Merge pull request #113 from ember-cli/greenkeeper/strip-ansi-4.0.0
  • 3ea68e1 Merge pull request #121 from christophercurrie/patch-1
  • 2e3a5f6 Fix lint error
  • 53f96b9 Fix #119 support scoped packages
  • d339bb5 fix(package): update debug to version 3.0.0
  • 727b2db Merge pull request #117 from ember-cli/greenkeeper/chai-4.1.0
  • 55725ee Merge pull request #116 from ember-cli/greenkeeper/fs-extra-4.0.0
  • fa35096 fix(package): update fs-extra to version 4.0.0
  • 401c183 Merge pull request #115 from ember-cli/greenkeeper/mocha-eslint-4.0.0
  • 3f6ecd9 chore(package): update mocha-eslint to version 4.0.0
  • 050a5b5 fix(package): update chai to version 4.1.0
  • c0d75b0 Merge pull request #114 from ember-cli/greenkeeper/eslint-4.1.0
  • 964949c chore(package): update eslint to version 4.1.0

There are 30 commits in total.

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 🌴

@Turbo87 Turbo87 merged commit 48083f7 into master Oct 4, 2017
@Turbo87 Turbo87 deleted the greenkeeper/ember-cli-blueprint-test-helpers-0.18.0 branch October 4, 2017 06:59
Turbo87 pushed a commit that referenced this pull request Oct 17, 2018
Bumps [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) from 4.0.1 to 4.4.0.
<details>
<summary>Changelog</summary>

*Sourced from [ember-cli-qunit's changelog](https://github.com/ember-cli/ember-cli-qunit/blob/master/CHANGELOG.md).*

> # Change Log
> 
> ## v4.3.2 (2018-02-16)
> 
> #### 🐛 Bug Fix
> * Update ember-qunit to 3.3.2 (fixing an issue with `waitUntil`)
> 
> #### Committers: 1
> - Robert Jackson ([rwjblue](https://github.com/rwjblue))
> 
> ## v4.3.1 (2018-02-11)
> 
> #### 🚀 Enhancement
> * [#204](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/pull/204) Update dependencies to latest versions. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
> 
> #### 🏠 Internal
> * [#200](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/pull/200) Update RELEASE.md for lerna-changelog & travis deploy. ([[**kategengler**](https://github.com/kategengler)](https://github.com/kategengler))
> 
> #### Committers: 2
> - Katie Gengler ([kategengler](https://github.com/kategengler))
> - Robert Jackson ([rwjblue](https://github.com/rwjblue))
> 
> ## v4.3.0 (2018-01-17)
> 
> #### 🐛 Bug Fix
> * Update minimum version of ember-qunit to 3.3.0.
>   * [emberjs/ember-qunit#307](https://github-redirect.dependabot.com/emberjs/ember-qunit/pull/307) Remove `exception` method from QUnit test adapter when using Ember 2.17+.  ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
>   * [emberjs/ember-qunit#306](https://github-redirect.dependabot.com/emberjs/ember-qunit/pull/306) Update to QUnit 2.5.0. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
>     * Adds `assert.rejects`.
>     * Reduces the delays around `assert.async` and returning promises from hook methods.
>     * Adds a native promise unhandled rejection handler.
>     * Fixes an issue with `notrycatch` mode being ignored for promises returned (e.g. it would previously always `.catch` every returned promise).
>   * [emberjs/ember-qunit#304](https://github-redirect.dependabot.com/emberjs/ember-qunit/pull/304) [BREAKING BUGFIX] Add validation for `Ember.onerror` in testing. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
> 
> ## v4.2.1 (2017-12-18)
> 
> #### 🐛 Bug Fix
> * [#198](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/pull/198) Update minimum version of ember-qunit. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
>   * Ensures re-exports from ember-test-helpers are still present (with a deprecation).
>   * Ensures that `Ember.testing` is set properly from "normal" non `moduleFor*` and/or `setup*Test` style tests.
> 
> #### 🏠 Internal
> * [#197](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/pull/197) Update ember-cli blueprint to 2.17.1.. ([[**rwjblue**](https://github.com/rwjblue)](https://github.com/rwjblue))
> 
> #### Committers: 1
> - Robert Jackson ([rwjblue](https://github.com/rwjblue))
> 
> ## v4.2.0 (2017-12-17)
> 
> #### 🚀 Enhancement
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`4ad1af2`](ember-cli/ember-cli-qunit@4ad1af2) release v4.4.0 🎉
- [`f4bd36b`](ember-cli/ember-cli-qunit@f4bd36b) Merge pull request [#212](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/issues/212) from ember-cli/upgrade
- [`f32d88a`](ember-cli/ember-cli-qunit@f32d88a) bump ember-qunit
- [`63ac2f2`](ember-cli/ember-cli-qunit@63ac2f2) Merge pull request [#210](https://github-redirect.dependabot.com/ember-cli/ember-cli-qunit/issues/210) from samselikoff/upgrade-ember-qunit
- [`300b36c`](ember-cli/ember-cli-qunit@300b36c) Upgrade ember-qunit
- [`d3dc0f4`](ember-cli/ember-cli-qunit@d3dc0f4) v4.3.2
- [`f4897da`](ember-cli/ember-cli-qunit@f4897da) Add v4.3.2 to CHANGELOG.md.
- [`c3a2396`](ember-cli/ember-cli-qunit@c3a2396) Update ember-qunit to v3.3.2.
- [`ac4ea28`](ember-cli/ember-cli-qunit@ac4ea28) v4.3.1
- [`57b348a`](ember-cli/ember-cli-qunit@57b348a) Add v4.3.1 to CHANGELOG.md.
- Additional commits viewable in [compare view](ember-cli/ember-cli-qunit@v4.0.1...v4.4.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-cli-qunit&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-qunit&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.4.0)

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.

1 participant