Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

chore(deps): update dependency mocha to v7 #108

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 6.2.3 -> 7.2.0 age adoption passing confidence

Release Notes

mochajs/mocha

v7.2.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

v7.1.2

Compare Source

🔩 Other

📖 Documentation

v7.1.1

Compare Source

🔒 Security Fixes

🐛 Fixes

📖 Documentation

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


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from eba0925 to ef6d221 Compare January 18, 2020 05:14
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 2 times, most recently from dcfcaa9 to dd096e5 Compare January 18, 2020 07:15
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from dd096e5 to 8db13d1 Compare January 26, 2020 07:42
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from 8db13d1 to c628a22 Compare February 29, 2020 05:11
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from c628a22 to d541566 Compare April 26, 2020 07:58
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from d541566 to e003c4b Compare July 11, 2020 04:14
@renovate renovate bot force-pushed the renovate/mocha-7.x branch 12 times, most recently from 3de6cbd to c13d9b8 Compare May 15, 2021 14:52
@renovate renovate bot force-pushed the renovate/mocha-7.x branch from c13d9b8 to 9379be6 Compare June 12, 2021 05:07
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 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.

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

Successfully merging this pull request may close these issues.

1 participant