canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

Update steal-qunit to the latest version 🚀 #228

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency steal-qunit was updated from 1.0.2 to 2.0.0.

This version 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.


Release Notes for QUNIT V2 support

This adds support for QUnit 2.
#31

Commits

The new version differs by 14 commits.

  • 1b4b898 2.0.0
  • 05b8e0f Merge pull request #32 from stealjs/qunit-2
  • a5a9913 edit readme file
  • b1504e7 Tests without funcunit tests
  • 7ab2daf Upgrade to QUNIT2
  • f2a1148 Replace qunitjs package with qunit package
  • 1f76058 Merge branch 'master' into qunit-2
  • 15cedf8 1.1.0-beta.1
  • a776228 Merge pull request #28 from shayaneumar/correctqunitcheck
  • 78573e2 Correct check for qunit 2
  • 187f32d 1.0.0-beta.0
  • d9f6647 Merge pull request #27 from shayaneumar/updatequnit
  • dfa955b Make lib compatible with the qunit 1
  • 6724346 Update qunit

See the full diff

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:

chasenlehara commented 5 years ago

@cherifGsoul Before working on this PR, I would check with @justinbmeyer to see if https://github.com/canjs/can-route/pull/223 can be merged in (because it has a lot of changes that we might not want to lose and they would conflict with upgrading the tests to QUnit 2).