vivekmunde / ember-m-js-loader

Lazy loading javascript using simple Ember Service
MIT License
4 stars 1 forks source link

Bump minimatch, ember-sinon and ember-sinon-qunit #20

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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.4

Commits
Maintainer 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.0

Release notes

Sourced from ember-sinon's releases.

Ember 3.7

No release notes provided.

Sinon 4.4.5

No release notes provided.

Ember 3, Sinon 4

This release upgrades the addon to support for the next major versions of Ember & Sinon!

Sinon v3 & Ember 2.14

No release notes provided.

Commits


Updates ember-sinon-qunit from 1.6.0 to 6.0.0

Release notes

Sourced from ember-sinon-qunit's releases.

Ember 3.26, Drop Node 10, Drop Deprecated Features

If you haven't yet migrated, check the readme: https://github.com/elwayman02/ember-sinon-qunit#migration-from-older-versions-of-ember-sinon-qunit

Proper Deprecation

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()

Thanks @​GCheung55 for the upgrade!

RSVP Support

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.

Sinon v3 & Ember 2.14

No release notes provided.

Commits


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).