Thanks @gorner for realizing the deprecation code wasn't working properly and even submitting a PR to fix it, with tests!
V4: Simplication & Consolidation
We've completely rewritten ember-sinon-qunit! Don't worry, though, the deprecated features are backwards-compatible even though it's a major release. Read this post to learn more!
New Sinon APIs!
This release exposes a lot of new APIs that were added to Sinon since this project was started. Huge thanks to @derekwsgray for undertaking that effort after identifying the missing features!
Also updates to the latest versions of Ember and other dependencies.
Sinon createSandbox & Ember 3.4.x
Sinon deprecated its old method of creating sandboxes, so now we've updated to the latest API: Sinon.createSandbox()
This release sets RSVP as the default promise library for the sandbox, so that methods like stub.rejects will use the same Promises that you use elsewhere in your Ember app!
Ember 3, Sinon 4, Deprecations
This release upgrades to the latest versions of Ember, Sinon, and Ember-Sinon. It also removes the long-deprecated imports for the test-support files that run this addon. If you haven't already, please make sure to update your app to the syntax outlined in the README when you upgrade.
Ember 2.16, QUnit.Only!
As of this release we now support the latest Ember versions! Also, thanks to great work by @snewcomer, we also provide a wrapper for QUnit.only, which allows you to run a single test in isolation.
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 commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vivekmunde/ember-m-js-loader/network/alerts).
Bumps minimatch to 3.0.4 and updates ancestor dependencies minimatch, ember-sinon and ember-sinon-qunit. These dependencies need to be updated together.
Updates
minimatch
from 2.0.10 to 3.0.4Commits
e46989a
v3.0.4ddfacbd
update brace-expansion55ed736
update package scripts and depseed8949
v3.0.3ecabc57
Do not throw on unfinished !( extglob patterns81edb7c
v3.0.26944abf
Handle extremely long and terrible patterns more gracefully8ac560e
v3.0.14f3a8bc
update tap9cf2d88
Remove mentions of cache from readmeMaintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates
ember-sinon
from 0.7.0 to 5.0.0Release notes
Sourced from ember-sinon's releases.
Commits
c0f4f4a
Released 5.0.0b218183
Merge pull request #196 from csantero/ember-3.16755c948
Upgrade to Sinon 9.0.0d424066
Upgrade to Ember 3.1689b2d6f
Released 4.1.1d3844e5
Merge pull request #184 from csantero/qunit-dom-0-9f6d0cf0
Upgrade qunit-dom to 0.9.0c497216
Released 4.1.0f8679da
Merge pull request #183 from csantero/package-upgrades594fce5
Upgrade to Ember 3.12Updates
ember-sinon-qunit
from 1.6.0 to 6.0.0Release notes
Sourced from ember-sinon-qunit's releases.
Commits
44844ad
Release 6.0.00660518
Merge pull request #422 from elwayman02/dependabot/add-v2-config-file4db60b0
Remove deprecated featuresedae547
Convert moduleFor to module9b342f4
Ember 3.26 Upgraded8c2821
Drop Node 10 Support465c503
Update ember-try.jsca5e310
Add test:ember command for nowce350bf
Basic lint commandd3bb257
Delete .travis.ymlDependabot 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 commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vivekmunde/ember-m-js-loader/network/alerts).