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 dependency qunit to v2 - autoclosed #13

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 23, 2020

This PR contains the following updates:

Package Type Update Change
qunit (source) devDependencies major 0.9.3 -> 2.12.0

Release Notes

qunitjs/qunit

v2.12.0

Compare Source

==================

Added
  • Core: Add QUnit.test.* aliases for QUnit.only(), QUnit.skip(), and QUnit.todo(). (Steve McClure) #​1496
  • Assert: Support arrow functions in assert.throws() expected callback. (Steve McClure) #​1492
Changed
  • CLI: Update node-watch and commander dependencies. (Timo Tijhof) #​1500
Deprecated
  • Core: Deprecate QUnit.extend(). (Steve McClure)

v2.11.3

Compare Source

==================

Fixed
  • CLI: Fix 'qunit' require error on Node 10 if qunit.json exists. #​1484

v2.11.2

Compare Source

==================

Fixed

v2.11.1

Compare Source

==================

Fixed
  • CLI: Improve startup performance by using tiny-glob. #​1476

v2.11.0

Compare Source

==================

Added
  • Assert: New strict boolean assert.true() and assert.false() methods. (Ventuno) #​1445
  • Docs: Redesign of https://qunitjs.com. (Trent Willis) #​1458
  • HTML Reporter: New fuzzy search when typing in the module filter. (Ventuno) #​1440
Changed
  • HTML Reporter: Hide skipped tests also when hidepassed is set. (Ray Cohen) #​1208
Fixed
  • CLI: Improve performance for non-glob arguments. (SparshithNRai) #​1385
  • CLI: Fix error with --watch option, affected Node 14 on Linux. #​1448
  • Core: Fix "No tests" to check test count instead of assert count. (Jessica Jordan) #​1405
Removed
  • All: Remove support for Node 6 and Node 8, require Node 10+.

v2.10.1

Compare Source

==================

Fixed
  • HTML Reporter: Scope QUnit UI button style to not affect #qunit-fixture. (XhmikosR) #​1437

v2.10.0

Compare Source

==================

Changed
  • Core: Run all QUnit.only-marked tests. (Ventuno) #​1436
Fixed
  • Docs: Add project logo to README. (Jim Lynch)
  • HTML Reporter: Fix tab order for toolbar filters. (Eddy Lu)

v2.9.3

Compare Source

==================

Added
  • HTML Reporter: Display progress and runtime while test suite is executing. (Stefan Penner) #​1398
Fixed
  • CLI: Ignore folders mentioned in the gitignore to improve performance. (SparshithNRai)
  • Core: Defer getting the stack trace to improve performance. (Adam Byrne)
  • Core: Let assert.timeout() replace the timeout if config.timeout was already set.

v2.9.2

Compare Source

==================

Fixed
  • Core: Ensure semaphores are balanced when timeout occurs. #​1376
  • HTML Reporter: Avoid inline styles to support CSP without unsafe-inline.

v2.9.1

Compare Source

==================

Fixed
  • Release: Restore missing files that were accidentally missing in the 2.9.0 npm package. #​1368

v2.9.0

Compare Source

==================

Fixed
  • Assert: Report errors from assert.throws() as strings. #​1333
  • CLI: Reduce size of the npm package dependency tree. (Timo Tijhof) #​1342
  • HTML Reporter: Fix an unescaped details.source. (Shlomi Fish) #​1341

v2.8.0

Compare Source

==================

Added
  • Core: Add support for async functions and Promise-returns to QUnit event handlers. These can now be used via QUnit.begin, QUnit.moduleStart, QUnit.testStart, QUnit.testDone, QUnit.moduleDone, and QUnit.done. (Stephen Yeung) #​1307
  • Core: Add stack trace to uncaught error if the browser supports it. (Anand Thakker)
Changed
  • HTML Reporter: Add a running class to list items, for use by plugins. This was previously removed in 2.7.0. #​1323

v2.7.1

Compare Source

==================

Fixed
  • Core: Avoid breaking tests if the browser throws an error from performance.measure. (Gabriel Csapo)

v2.7.0

Compare Source

==================

Added
  • HTML Reporter: Add "User Timings" for each test to the browser's Performance Timeline. (Tobias Bieniek) #​1296
Fixed
  • CLI: Remove need for fsevents extension by upgrading the sane package. (Stefan Penner) #​1314
  • HTML Reporter: Fix XHTML output issue. (Shlomi Fish) #​1317

v2.6.2

Compare Source

==================

Fixed
  • Assert: Remove redundant return statement from assert.pushResult(). (Ger Hobbelt) #​1298
  • CLI: Update fsevents extension for Node 10 compatibility. (Tobias Bieniek) #​1295

v2.6.1

Compare Source

==================

Fixed
  • Core: Ensure module and test callbacks are released for GC. (Robert Jackson) #​1279
  • HTML Reporter: Disable autocomplete on module search input. (Christian) #​1277

v2.6.0

Compare Source

==================

Added
  • CLI: New --require option. (Trent Willis) #​1271
Changed
  • Assert: Fail test if a non-string value is passed to assert.step().
  • Assert: Recognize undefined and other falsy rejection values in assert.rejects().
  • Core: Throw an error if no tests are run.
Fixed
  • Assert: Clone steps array in assert.verifySteps() before exposing to logging callbacks. #​1267
  • Core: Ensure late-add high-priority tests are inserted in proper order. #​1269

v2.5.1

Compare Source

==================

Changed
  • HTML Reporter: Restore attributes on #qunit-fixture between tests. (Robert Jackson) #​1250
  • Assert: Fail test if using assert.step() without assert.verifySteps().
Fixed
  • Core: Release all processing locks when Promise rejects from a test. #​1253

v2.5.0

Compare Source

==================

Added
  • Assert: New assert.rejects() method. (Robert Jackson) #​1238
  • CLI: Fail test if there are unhandled rejections, similar to uncaught errors. (Robert Jackson) #​1241
  • HTML Reporter: Fail test if there are unhandled rejections, similar to uncaught errors. (Robert Jackson) #​1241
Changed
  • Assert: The assert.verifySteps() method now resets the steps buffer, making it easier to use multiple times in a single test. #​1233
Fixed
  • Core: Remove artificial delays from internal setTimeout processing code. #​1246

v2.4.1

Compare Source

==================

  • CLI: Add slight debounce to restarting tests on file watching.
  • CLI: Catch file load failures and report as failing tests.
  • CLI: Clear require cache of watched files between runs.
  • CLI: List available reporters when option is specified with no value.
  • CLI: Properly support watching files added after first run.
  • HTML Reporter: Fix regression in error reporting.

v1.0.0

Compare Source

==================

First stable release.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency qunit to v2 Update dependency qunit to v2 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/qunit-2.x branch April 4, 2023 00:38
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