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

fix(deps): update dependency mocha to v7 #498

Merged
merged 1 commit into from
Mar 16, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2020

This PR contains the following updates:

Package Type Update Change
mocha (source) dependencies major 6.2.2 -> 7.1.0
@types/mocha devDependencies major 5.2.7 -> 7.0.2

Release Notes

mochajs/mocha

v7.1.0

Compare Source

🎉 Enhancements

#​4038: Add Node.js native ESM support (@​giltayar)

Mocha supports writing your test files as ES modules:

  • Node.js only v12.11.0 and above
  • Node.js below v13.2.0, you must set --experimental-modules option
  • current limitations: please check our documentation
  • for programmatic usage: see API: loadFilesAsync()

Note: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental

🐛 Fixes

📖 Documentation

🔩 Other

v7.0.1

Compare Source

🐛 Fixes

📖 Documentation

🔩 Other

v7.0.0

Compare Source

💥 Breaking Changes

  • #​3885: Drop Node.js v6.x support (@​mojosoeun)
  • #​3890: Remove Node.js debug-related flags --debug/--debug-brk and deprecate debug argument (@​juergba)
  • #​3962: Changes to command-line options (@​ParkSB):
    • --list-interfaces replaces --interfaces
    • --list-reporters replaces --reporters
  • Hook pattern of this.skip() (@​juergba):
    • #​3859: When conditionally skipping in a it test, related afterEach hooks are now executed
    • #​3741: When conditionally skipping in a beforeEach hook, subsequent inner beforeEach hooks are now skipped and related afterEach hooks are executed
    • #​4136: Disallow this.skip() within after hooks
  • #​3967: Remove deprecated getOptions() and lib/cli/options.js (@​juergba)
  • #​4083: Uncaught exception in pending test: don't swallow, but retrospectively fail the test for correct exit code (@​juergba)
  • #​4004: Align Mocha constructor's option names with command-line options (@​juergba)

🎉 Enhancements

  • #​3980: Refactor and improve --watch mode with chokidar (@​geigerzaehler):
    • adds command-line options --watch-files and --watch-ignore
    • removes --watch-extensions
  • #​3979: Type "rs\n" to restart tests (@​broofa)

📠 Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

🐛 Fixes

🔍 Coverage

📖 Documentation

🔩 Other


Renovate configuration

📅 Schedule: "every weekend" (UTC).

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

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 renovate bot added the renovate label Jan 4, 2020
@qlikossbuild
Copy link

Hi, and thanks for contributing!

Note: If you are part of Qlik R&D, you can apply to the open-source team in our internal GitHub organization.

Before we can handle your pull request we need you to sign our contributor license agreement.
This is a one-time process and enables you to contribute without hassle to any of the qlik-oss repositories in the future.

And it only takes a few minutes! Here are some useful links to get you started:

Having troubles? Feel free to reach out to us either here or on Slack!

Note: Once the CLA is sorted, you should rebase/touch this pull request to trigger an update of this CLA status.

@coveralls
Copy link

coveralls commented Jan 26, 2020

Coverage Status

Coverage remained the same at 32.496% when pulling 0f3bedb on renovate/mocha-7.x into f09a412 on master.

@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from 4d1333c to 2b82584 Compare January 29, 2020 22:14
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 3 times, most recently from 8e20ecb to 79857ba Compare February 11, 2020 08:52
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from 08f157c to 095efe1 Compare March 3, 2020 19:00
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 8 times, most recently from df0d8c6 to 44abeb6 Compare March 9, 2020 19:07
@stoffeastrom stoffeastrom merged commit 9f605ca into master Mar 16, 2020
@stoffeastrom stoffeastrom deleted the renovate/mocha-7.x branch March 16, 2020 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants