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 qunitjs to the latest version 🚀 #215

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 6, 2017

Version 2.1.1 of qunitjs just got published.

Dependency qunitjs
Current Version 1.22.0
Type devDependency

The version 2.1.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of qunitjs.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 125 commits (ahead by 125, behind by 1).

  • 677a0b5 2.1.1
  • 9d34d13 Build: Prepare 2.1.1 release, including authors and history update
  • 0c56b4e Assert: Refactor to use ES6 where appropricate
  • e43fbc5 Assert: Refactor Assert to be ES6 class
  • bdd634d All: Remove deprecated 1.x features
  • 265c04f Reporter: move urlparams import from reporter to html
  • 5fd79d6 Assert: Deprecate assert.push
  • c65800b Build: Remove unnecessary QUnit.load call
  • 0e9c683 Core: QUnit.start does not require calliing QUnit.load
  • 8edefa2 HTML Reporter: Add an abort button
  • 365f8d2 Build: Run coverage during CI
  • 294ba43 Build: Re-introduce code coverage for Browser tests
  • 7dfe400 Build: Re-introduce code coverage for Node tests
  • a46fbb5 Build: Replace grunt-contrib-concat with grunt-contrib-copy
  • da70f9d Build: Remove npm prepublish script

There are 125 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2017

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 34 commits (ahead by 34, behind by 1).

  • ff5a3bd 2.2.0
  • acab8ec Build: Prepare 2.2.0 release, including authors and history update
  • 2cc7e05 All: Enable some ES2015-specific ESLint rules
  • baff17d Core: QUnit.onError now expects error or error-like object
  • e0b36a9 Tests: Cleaning up window.onerror test HTML files
  • d5c2cd6 HTML Reporter: Use QUnit.onError
  • 64821f8 Tests: Adding tests for calling context in onerror tests
  • 029f199 HTML Reporter: Ensure window.onerror return values are correct
  • 829c41f Tests: Adding tests for QUnit.onError outside of QUnit tests
  • 4fc12b6 HTML Reporter: Moving window.onerror to HTML Reporter
  • 3c771ca Core: Extract main onError logic into exported function and add tests
  • c45038f Core: Fix start on Node when autostart is not set to true (#1105)
  • 728899e Core: Add todo to assertion event data
  • 3bc06dd Test: Add more event emitter tests
  • 911e745 Core: Add remaining js-reporter events

There are 34 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2017

Version 2.2.1 just got published.

Update to this version instead 🚀

Commits

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

  • 2aa54fa 2.2.1
  • 3e00b7a Build: Prepare 2.2.1 release, including authors and history update
  • f40e35c Test: Add basic reorder test
  • 31d4ffa Core: Fix sessionStorage feature detection
  • 1e39704 Tests: Ensure onError tests are included in test/index.html (#1111)
  • 2489111 Build: Updating the master version to 2.2.1-pre.

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 29, 2017

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits (ahead by 19, behind by 1).

  • 75d9fde 2.3.0
  • d43378f Build: Prepare 2.3.0 release, including authors and history update
  • b1646e7 Core: Test#pushFailure now calls Test#pushResult
  • 73999cb HTML Reporter: Display todo tests on hidepassed
  • ec2a36f CLI: Add support for custom reporters
  • 3a9d983 CLI: Properly support aborting and restarting tests
  • dad4177 CLI: Add file watching option
  • 51e4382 Core: Revamp processing order to one test at a time
  • c4f3a96 Core: Remove parameter from ProcessingQueue#advance
  • 098f063 CLI: Add description to help command
  • 86b74a4 CLI: Add seed option
  • 41cb625 Core: Account for validity of test in test counts
  • f2f82e5 CLI: Support filtering tests
  • faae7a0 Core: Extract processing logic into ProcessingQueue
  • c65a374 Tests: Add CLI tests

There are 19 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2017

Version 2.3.1 just got published.

Update to this version instead 🚀

Release Notes 2.3.1
  • Tests: Emit suiteEnd and trigger moduleDone for parent modules
  • Docs: Remove trailing slash from some urls
  • All: Enable ESLint indent rule (#1143)
  • Docs: Update assert.async documentation
  • Assert: Allow assertions after async
  • Docs: Copy styles from jquery-wp-content
  • Docs: Render markdown inside HTML blocks
  • Core: Ensure assertions occur while test is running
  • Assert: Throw if async callback invoked after test finishes
  • Tests: Add additional events test
  • Tests: Re-order events test
  • Core: Slim assertions after reporting them
  • Core: Fix test instance memory leak (#1138)
  • Docs: Remove baseurl as github is inserting an automatic value (#1136)
  • Docs: Migrate api docs (#1135)
  • Readme: Added Gitter badge (#1134)
Commits

The new version differs by 19 commits (ahead by 19, behind by 1).

  • 5d67510 2.3.1
  • 61ae877 Build: Prepare 2.3.1 release, including authors and history update
  • dbf200f Tests: Emit suiteEnd and trigger moduleDone for parent modules
  • 63bcd15 Docs: Remove trailing slash from some urls
  • bddf858 All: Enable ESLint indent rule (#1143)
  • 1d5df85 Docs: Update assert.async documentation
  • a2c4567 Assert: Allow assertions after async
  • fcd93e0 Docs: Copy styles from jquery-wp-content
  • 0414dde Docs: Render markdown inside HTML blocks
  • 878d7ba Core: Ensure assertions occur while test is running
  • 1854482 Assert: Throw if async callback invoked after test finishes
  • 0179f47 Tests: Add additional events test
  • 76c6dd3 Tests: Re-order events test
  • e586eda Core: Slim assertions after reporting them
  • 004ca6b Core: Fix test instance memory leak (#1138)

There are 19 commits in total. See the full diff.

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

greenkeeper bot commented Jun 2, 2017

Version 2.3.3 just got published.

Update to this version instead 🚀

Release Notes 2.3.3
  • Core: Updates for Node.js version 8 compatibility and testing
  • Docs: Update README/CONTRIBUTING with more recent/relevant information
  • Docs: Move CONTRIBUTING.md from docs to root
  • Build: Let grunt watch live-reload the test suite
  • Build: Only start one web server for grunt watch
  • Core: Support running in WorkerGlobalScope
  • Docs: Add license status (#1175)
  • Docs: delete note about QUnit.jsDump's removal
  • Docs: Document 'todo' in log details object
  • Docs: Document 'todo' in testDone details object
  • Tests: Add requireQUnit tests
  • CLI: Prefer local version of QUnit
Commits

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

  • f34e0d1 2.3.3
  • 7770dec Build: Prepare 2.3.3 release, including authors and history update
  • adb2ba6 Core: Updates for Node.js version 8 compatibility and testing
  • 9c53d97 Docs: Update README/CONTRIBUTING with more recent/relevant information
  • 176f58d Docs: Move CONTRIBUTING.md from docs to root
  • 78b65a0 Build: Let grunt watch live-reload the test suite
  • 95b746b Build: Only start one web server for grunt watch
  • ed8fb54 Core: Support running in WorkerGlobalScope
  • d8fff2f Add license status (#1175)
  • b01669e Docs: delete note about QUnit.jsDump's removal
  • 9177f61 Docs: Document 'todo' in log details object
  • cfc1ebf Docs: Document 'todo' in testDone details object
  • 6d0ef57 Tests: Add requireQUnit tests
  • f6dc7f9 CLI: Prefer local version of QUnit
  • 9e8fb1f Build: Updating the master version to 2.3.3-pre.

There are 20 commits in total.

See the full diff

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

greenkeeper bot commented Jul 8, 2017

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

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

  • c5b456c 2.4.0
  • 8f7fafd Build: Prepare 2.4.0 release, including authors and history update
  • 6fc5541 Build: Disable max-len ESLint rule for tests
  • 42e8d73 Docs: Document assert.timeout
  • 668d3e3 Tests: Add tests for assert.timeout
  • 445b7b7 Assert: Introduce timeout to set per-test timeout durations
  • ef05ed5 Core: Release objects from memory in equiv
  • 376bbe7 Assert: Fix assert.push deprecation link
  • 35d960b Docs: Fix typo in docs for QUnit.module
  • a3d6cc9 Docs: Document QUnit.module.{only,skip,todo} (#1194)
  • ae158d9 Test: Add tests for QUnit.module.todo()
  • fca1cc4 Core: Implement QUnit.module.todo()
  • 0bf24bc Test: Add tests for QUnit.module.skip()
  • 8801e91 Core: Implement QUnit.module.skip()
  • 6f8ddd3 Core: Fallback to typeof obj in QUnit.objectType.

There are 27 commits in total.

See the full diff

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

greenkeeper bot commented Oct 22, 2017

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

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

  • 0cf9b35 2.4.1
  • fb0f91e Build: Prepare 2.4.1 release, including authors and history update
  • 231ef2a HTML Reporter: Fix regression in error reporting
  • a541cb3 Docs: Add further clarification and examples for Step API
  • 3e7e66b Build: Add my new name to .mailmap, update it in AUTHORS.txt
  • dd1c66c CLI: Add slight debounce to restarting tests on file watching
  • fe24c04 CLI: Properly support watching files added after first run
  • d39ef33 Tests: Add watch test for adding file after a run
  • b73434e CLI: Clear require cache of watched files between runs
  • 14d24f8 Tests: Modify watch test to cover require cache scenario
  • 16b0d9b Build: Allow custom livereload port via livereload-port option
  • d166305 Build: Add better livereloading to watch task
  • e4b52b0 Build: Fix test-on-node task during watch
  • 0caaa76 CLI: Catch file load failures and report as failing tests
  • bac08a4 Test: Fixing double-space that was expanded to tab

There are 21 commits in total.

See the full diff

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