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 qunit to the latest version 🚀 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 6, 2017

Version 2.4.1 of qunit was just published.

Dependency qunit
Current Version 1.0.0
Type devDependency

The version 2.4.1 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.

It might be worth looking into these changes and trying to get this project onto the latest version of qunit.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 2.4.1
  • HTML Reporter: Fix regression in error reporting
  • Docs: Add further clarification and examples for Step API
  • Build: Add my new name to .mailmap, update it in AUTHORS.txt
  • CLI: Add slight debounce to restarting tests on file watching
  • CLI: Properly support watching files added after first run
  • Tests: Add watch test for adding file after a run
  • CLI: Clear require cache of watched files between runs
  • Tests: Modify watch test to cover require cache scenario
  • Build: Allow custom livereload port via livereload-port option
  • Build: Add better livereloading to watch task
  • Build: Fix test-on-node task during watch
  • CLI: Catch file load failures and report as failing tests
  • Test: Fixing double-space that was expanded to tab
  • All: Updated yarn.lock
  • All: Upgraded to [email protected] via [email protected] and related plugins
  • CLI: List available reporters when option is specified with no value
  • Test: Provide descriptive feedback when missing test callback
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

Version 2.5.0 just got published.

Update to this version instead 🚀

Release Notes 2.5.0
  • Tests: Fix no-multi-spaces violation found by latest ESLint
  • Build: Update yarn.lock
  • Docs: Add example for async test with assert.timeout
  • Docs: Add assert.rejects API documentation.
  • Assert: Add assert.rejects.
  • Core: Remove delay parameters from setTimeouts in processing code (#1246)
  • Fixes spelling of 'occurred'
  • Tests: Address feedback, use more idiomatic promise chaining.
  • Tests: Fixup comment indentation.
  • Tests: Update CLI test and test fixture to remove stacktrace ambiguity.
  • Core: Capture the proper stack trace in onUnhandledRejection.
  • Tests: Update tests for unhandled rejection scenarios.
  • Core: Add QUnit.onUnhandledRejection.
  • HTML Reporter: Ensure unhandled rejection fails.
  • CLI: Ensure an unhandled rejection results in a failed test.
  • Tests: Add test for notrycatch doesn't catch.
  • Tests: Reject async test promise when config.notrycatch is set.
  • Docs: assert.verifySteps() called multiple times.
  • Tests: Add Node 9 to test matrix.
  • Tests: Drop Node 7 from CI.
  • Build: Use babel-preset-env and .babelrc
  • Build: Upgrade all dependencies
  • All: Enable ESLint no-multi-spaces rule (#1234)
  • Assert: Reset internal steps list after verifySteps
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2018

Version 2.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits ahead by 15, behind by 1.

  • 16a38c0 2.5.1
  • 168e7a1 Build: Prepare 2.5.1 release, including authors and history update
  • 7e7bb7e Docs: Align assert.throws() and assert.rejects() docs (#1265)
  • 1d6f27b Build: Use Node 9.x for matrix, cache node_modules
  • 5e9849a Docs: Remove unexpected throw statement in examples
  • 41005d1 Docs: Note that assert.rejects() also accepts an error object as matcher
  • 8fcb373 Docs: Mark the second parameter of assert.rejects() as optional
  • 4c68214 Docs: Remove redundant expression from verifySteps' description (#1262)
  • 187cd97 Docs: Fix typo in docs for QUnit.module (#1257)
  • 7dacb5e Core: Release all processing locks when Promise rejects from a test
  • 7385942 Assert: Fail test when using step inside a test without verifySteps
  • 89dcd90 HTML Reporter: Ensure attributes on qunit-fixture are reset.
  • 4804d6e Test: Add failing test for fixture attribute leakage.
  • 8dfc4ad Tests: refactor fixture reset tests to be more strict
  • 324632a Build: Updating the master version to 2.5.1-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2018

Version 2.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits ahead by 13, behind by 1.

  • 0472e96 2.6.0
  • 6209ffb Build: Prepare 2.6.0 release, including authors and history update
  • fc1c3ce Core: Ensure late-add high-priority tests are inserted in proper order
  • c6365ed CLI: Implement --require option
  • dfe4cfc Test: Refactor startError test to not reload QUnit
  • 1769c3e Core: Throw error if no tests are run
  • a577183 Assert: Support rejecting falsy values against no matcher in rejects
  • b16b16e Assert: Clone actual steps array to avoid passing internal reference
  • f7c7ec4 Test: Add failing test for verifySteps passing reference to log
  • d793942 Docs: Note that non-string values fail assert.step()
  • f7d05b1 Assert: Fail test when passing a non string value to assert.step
  • d5815d5 Core: Extract currently running test out of config.queue into internal testQueue (#1260)
  • 56bb808 Build: Updating the master version to 2.5.2-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2018

Version 2.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits ahead by 9, behind by 1.

  • a8359c0 2.6.1
  • 19ddb29 Build: Prepare 2.6.1 release, including authors and history update
  • 4ca5767 Test: Prevent global.QUnit leakage between node and browser tests.
  • 03025fc Core: Ensure test callbacks and module hooks are released.
  • 349000b Test: Failing test with memory leak via retained hooks/callbacks.
  • f38b9c1 Test: Add Node 10 testing to CI.
  • 397c078 HTML Reporter: Disable autocomplete on module search input (#1277)
  • 0a391ac All: Enable ESLint recommended rules
  • 3700f57 Build: Updating the master version to 2.6.1-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 19, 2018

Version 2.6.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits ahead by 16, behind by 1.

  • c2a049c 2.6.2
  • 1b27809 Build: Prepare 2.6.2 release, includin authors and history update
  • d741719 Build: Bump packages identified by npm audit
  • feb27e5 Build: Remove Browserstack
  • 3ae0daf Build: Upgrade grunt-coveralls to 2.0.0 (#1305)
  • 9af0448 CLI: [fixes #121] chokidar -> sane (#1283)
  • 5fbaa48 Tests: fix HTTP 404 error for the Qunit CSS in one of the test files (#1297)
  • 0e4e9a2 pushResult() doesn't ever return a value: it's always undefined/void.
  • 64e8f24 Update fsevents subdependency for Node 10 compat
  • 0bf52c7 Core: Extract QUnit.module to its own file
  • 1c13e87 Docs: Fix Jekyll build (remove conflicting file/dir names)
  • a7ccfcb Docs: Set up redirects for old urls
  • a068182 Docs: Fix broken QUnit.stop link from assert/async and add redirect (#1291)
  • c9a7df3 Build: Stop testing on Node 4 & 9
  • 0736a4c Docs: Remove unused config and group settings

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 10, 2018

  • The devDependency qunit was updated from 1.0.0 to 2.7.0.

Update to this version instead 🚀

Commits

The new version differs by 15 commits ahead by 15, behind by 1.

  • 283db1b 2.7.0
  • 5d713c7 Build: Prepare 2.7.0 release, including authors and history update
  • 43a3d87 HTML Reporter: remove test item when hidepassed is set to true (#1311)
  • 2f734ad HTML Reporter: Add an XHTML output test
  • f9b7e33 HTML Reporter: Fix XHTML output (issue 1255).
  • 9bd18aa CLI: bump sane, this drops another native extension. (#1314)
  • c55d14f All: Add CODE_OF_CONDUCT pointing to the JS Foundation code of conduct
  • 4b3cb56 reports/suite: Use performance API to add "User Timings"
  • 9f3b904 reports/test: Use performance API to add "User Timings"
  • e478eab reports: Use performance.now() if available
  • 42fdff4 core/utilities: Add performanceNow export
  • cfa2d96 core/utilities: Add hasPerformanceApi constant
  • a3b1463 Build: Upgrade grunt-contrib-qunit to 3.x (Headless Chrome)
  • 3360f80 CLI: Sane Bump
  • 28dabed Build: Updating the master version to 2.6.3-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2018

  • The devDependency qunit was updated from 1.0.0 to 2.7.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits ahead by 6, behind by 1.

  • f32201a 2.7.1
  • 7f85236 Build: Prepare 2.7.1 release, including authors and history update
  • 7b8fc7a Core: guards performance.measure to not throw and cause tests to fail
  • 2b30582 Build: Avoid Chromium sandbox on Jenkins (as for Travis CI)
  • 8f28ea0 Build: Update release documentation with npm 2FA note
  • 9e31397 Build: Updating the master version to 2.7.1-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2018

  • The devDependency qunit was updated from 1.0.0 to 2.8.0.

Update to this version instead 🚀

Release Notes for 2.8.0
  • Core: adds back running class to items and adds tests
  • Core: Adding promise handling on qunit callbacks: begin, moduleStart, testStart, testDone, moduleDone, and done (#1307)
  • Core: Report full stack trace for uncaught errors if possible (#1324)
Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • ca4f2af 2.8.0
  • ddf23a0 Build: Remove package-lock.json
  • a9fdeac Build: Prepare 2.8.0 release, including authors and history update
  • 7910456 Core: adds back running class to items and adds tests
  • b1a2552 Core: Adding promise handling on qunit callbacks: begin, moduleStart, testStart, testDone, moduleDone, and done (#1307)
  • ed88074 Core: Report full stack trace for uncaught errors if possible (#1324)
  • 112d782 Build: Updating the master version to 2.7.2-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2019

  • The devDependency qunit was updated from 1.0.0 to 2.9.1.

Update to this version instead 🚀

Release Notes for 2.9.1
  • Build: Fix (and add tests) missing required files in 2.9.0. (#1368)
  • Build: Set "root: true" in eslintrc
Commits

The new version differs by 24 commits ahead by 24, behind by 1.

  • d80b76c 2.9.1
  • 4a0a6c3 Build: Prepare 2.9.1 release, including authors and history update
  • 18581b3 Build: Fix (and add tests) missing required files in 2.9.0. (#1368)
  • cbe24a4 Build: Set "root: true" in eslintrc
  • d90402f Build: Updating the master version to 2.9.1-pre.
  • 83d8447 Build: Prepare 2.9.0 release, including authors and history update
  • 57cea14 CLI: Update node-watch to 0.6.0
  • 08f1c69 Assert: Report RegExp/Error as strings from rejects()/throws()
  • 4255f95 Tests: Fix bad test case that always passes
  • 681cee7 Build: Add macOS and Windows to the Travis CI test matrix (#1360)
  • fd53f74 Build: Update engine requirement package.json to Node 6
  • 94fa19f CLI: Re-implement run.watch() with 'node-watch' instead of 'sane'
  • 58fee14 CLI: Reduce size of the dependencies tree
  • d5d357b Build: Update yarn.lock file
  • df311fe Build: Remove Node 4 from AppVeyor test matrix

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2019

  • The devDependency qunit was updated from 1.0.0 to 2.9.2.

Update to this version instead 🚀

Release Notes for 2.9.2
  • Core: Ensuring semaphores are balanced when timeout occurs (#1376)
  • Docs: Fix the casing for autostart and noglobals (#1373)
  • HTML Reporter: Avoid inline styles to support CSP without 'unsafe-inline'
  • Buid: Update 'resolve' to v1.9.0
Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 0f727f1 2.9.2
  • 9e5e590 Build: Prepare 2.9.2 release, including authors and history update
  • ba7453a Core: Ensuring semaphores are balanced when timeout occurs (#1376)
  • 766db37 Docs: Fix the casing for autostart and noglobals (#1373)
  • 620ef5c HTML Reporter: Avoid inline styles to support CSP without 'unsafe-inline'
  • 1bea540 Buid: Update 'resolve' to v1.9.0
  • 1a30398 Build: Updating the master version to 2.9.2-pre.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

  • The devDependency qunit was updated from 1.0.0 to 2.9.3.

Update to this version instead 🚀

Commits

The new version differs by 18 commits ahead by 18, behind by 1.

  • 9a2fc6d 2.9.3
  • 84a6d71 Build: Prepare 2.9.3 release, including authors and history update
  • acf157c Docs: rename "Main assertions" to "Main Methods" and match casing of other pages
  • 1f14912 Docs: Update Gemfile.lock
  • 575e631 Docs: Repair url https://api.qunitjs.com/QUnit.log/ with redirect
  • c32cbbf Build: replace yarn.lock with package-lock.json
  • 5bea87b Core: reset testTimeout on assert.timeout if config.timeout has already been set
  • d7f1e27 Assorted typo fixes.
  • 5742024 Core: Defer getting the test source until we need it
  • cc1fdb6 Display progress and runtime while test suite is executing (#1398)
  • 837af39 CLI: Ignore those folders mentioned in the gitignore
  • 4444f5e CSS: Tweak CSS to address dropdown and button styles
  • 557cc6a Build: Update node-watch to 0.6.1
  • 371bdad Fixed minor typo in a test
  • 7ffd0e3 Docs: Update Travis badge

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2020

  • The devDependency qunit was updated from 1.0.0 to 2.10.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants