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

Bump qunit from 2.5.0 to 2.8.0 #8

Merged
merged 1 commit into from Dec 17, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 12, 2018

Bumps qunit from 2.5.0 to 2.8.0.

Release notes

Sourced from qunit's releases.

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)

2.7.1

  • Core: guards performance.measure to not throw and cause tests to fail
  • Build: Avoid Chromium sandbox on Jenkins (as for Travis CI)

2.7.0

  • HTML Reporter: remove test item when hidepassed is set to true (#1311)
  • HTML Reporter: Add an XHTML output test
  • HTML Reporter: Fix XHTML output (issue 1255).
  • CLI: bump sane, this drops another native extension. (#1314)
  • All: Add CODE_OF_CONDUCT pointing to the JS Foundation code of conduct
  • reports/suite: Use performance API to add "User Timings"
  • reports/test: Use performance API to add "User Timings"
  • reports: Use performance.now() if available
  • core/utilities: Add performanceNow export
  • core/utilities: Add hasPerformanceApi constant
  • Build: Upgrade grunt-contrib-qunit to 3.x (Headless Chrome)
  • CLI: Sane Bump

2.6.2

  • Build: Bump packages identified by npm audit
  • Build: Remove Browserstack
  • Build: Upgrade grunt-coveralls to 2.0.0 (#1305)
  • CLI: [fixes Build(deps-dev): Bump execa from 2.1.0 to 4.0.0 #121] chokidar -> sane (#1283)
  • Tests: fix HTTP 404 error for the Qunit CSS in one of the test files (#1297)
  • pushResult() doesn't ever return a value: it's always undefined/void.
  • Update fsevents subdependency for Node 10 compat
  • Core: Extract QUnit.module to its own file
  • Docs: Fix Jekyll build (remove conflicting file/dir names)
  • Docs: Set up redirects for old urls
  • Docs: Fix broken QUnit.stop link from assert/async and add redirect (#1291)
  • Build: Stop testing on Node 4 & 9
  • Docs: Remove unused config and group settings

2.6.1

  • Test: Prevent global.QUnit leakage between node and browser tests.
  • Core: Ensure test callbacks and module hooks are released.
  • Test: Failing test with memory leak via retained hooks/callbacks.
  • Test: Add Node 10 testing to CI.
  • HTML Reporter: Disable autocomplete on module search input (#1277)
  • All: Enable ESLint recommended rules

2.6.0

  • Core: Ensure late-add high-priority tests are inserted in proper order
  • CLI: Implement --require option
  • Test: Refactor startError test to not reload QUnit
... (truncated)
Changelog

Sourced from qunit's changelog.

2.8.0 / 2018-11-02

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

2.7.1 / 2018-10-17

  • Core: guards performance.measure to not throw and cause tests to fail
  • Build: Avoid Chromium sandbox on Jenkins (as for Travis CI)

2.7.0 / 2018-10-10

  • HTML Reporter: remove test item when hidepassed is set to true (#1311)
  • HTML Reporter: Add an XHTML output test
  • HTML Reporter: Fix XHTML output (issue 1255).
  • CLI: bump sane, this drops another native extension. (#1314)
  • All: Add CODE_OF_CONDUCT pointing to the JS Foundation code of conduct
  • reports/suite: Use performance API to add "User Timings"
  • reports/test: Use performance API to add "User Timings"
  • reports: Use performance.now() if available
  • core/utilities: Add performanceNow export
  • core/utilities: Add hasPerformanceApi constant
  • Build: Upgrade grunt-contrib-qunit to 3.x (Headless Chrome)
  • CLI: Sane Bump

2.6.2 / 2018-08-19

  • Build: Bump packages identified by npm audit
  • Build: Remove Browserstack
  • Build: Upgrade grunt-coveralls to 2.0.0 (#1305)
  • CLI: [fixes Build(deps-dev): Bump execa from 2.1.0 to 4.0.0 #121] chokidar -> sane (#1283)
  • Tests: fix HTTP 404 error for the Qunit CSS in one of the test files (#1297)
  • pushResult() doesn't ever return a value: it's always undefined/void.
  • Update fsevents subdependency for Node 10 compat
  • Core: Extract QUnit.module to its own file
  • Docs: Fix Jekyll build (remove conflicting file/dir names)
  • Docs: Set up redirects for old urls
  • Docs: Fix broken QUnit.stop link from assert/async and add redirect (#1291)
  • Build: Stop testing on Node 4 & 9
  • Docs: Remove unused config and group settings

2.6.1 / 2018-05-15

  • Test: Prevent global.QUnit leakage between node and browser tests.
... (truncated)
Commits
  • 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, testSta...
  • ed88074 Core: Report full stack trace for uncaught errors if possible (#1324)
  • 112d782 Build: Updating the master version to 2.7.2-pre.
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 12, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/qunit-2.8.0 branch 2 times, most recently from 82fd9b2 to 7eac016 Compare December 17, 2018 19:55
@Turbo87
Copy link
Member

Turbo87 commented Dec 17, 2018

@dependabot rebase

Bumps [qunit](https://github.com/qunitjs/qunit) from 2.5.0 to 2.8.0.
- [Release notes](https://github.com/qunitjs/qunit/releases)
- [Changelog](https://github.com/qunitjs/qunit/blob/master/History.md)
- [Commits](qunitjs/qunit@2.5.0...2.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/qunit-2.8.0 branch from 7eac016 to 15cc24e Compare December 17, 2018 20:58
@Turbo87 Turbo87 merged commit 5113ba0 into master Dec 17, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/qunit-2.8.0 branch December 17, 2018 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants