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

Bump mocha from 5.2.0 to 6.0.1 #7

Merged
merged 1 commit into from
Feb 22, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 22, 2019

Bumps mocha from 5.2.0 to 6.0.1.

Release notes

Sourced from mocha's releases.

v6.0.1

6.0.1 / 2019-02-21

The obligatory round of post-major-release bugfixes.

🐛 Fixes

These issues were regressions.

📖 Documentation

v6.0.0

6.0.0 / 2019-02-18

💥 Breaking Changes

📠 Deprecations

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

  • -gc users should use --gc-global instead
  • Consumers of the function exported by bin/options should now use the loadMochaOpts or loadOptions (preferred) functions exported by the lib/cli/options module

Regarding the Mocha class constructor (from lib/mocha):

  • Use property color: false instead of useColors: false
  • Use property timeout: false instead of enableTimeouts: false
... (truncated)
Changelog

Sourced from mocha's changelog.

6.0.1 / 2019-02-21

The obligatory round of post-major-release bugfixes.

🐛 Fixes

These issues were regressions.

📖 Documentation

6.0.0 / 2019-02-18

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

... (truncated)
Commits
  • 6d3d6b4 Release v6.0.1
  • 2146ece update CHANGELOG.md for v6.0.1
  • 7c9221d backout deprecation of value returned from suite; closes #3744
  • b7cfceb fix --watch not finding any files to execute; closes #3748
  • b836d73 Upgrade docdash version - issue #3663
  • 7926f47 fix --ui issues, closes #3746
  • 00f2ed9 dev dep upgrades from "npm audit" and "npm upgrade"
  • 34afb1a fix(cli/run.js): Revert default glob to match Mocha-5.2
  • 6d5a0db Bring the example congfiguration file in line with the documentation. (#3751)
  • 42303e2 Release v6.0.0
  • 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.

Dependabot will not automatically merge this PR because it includes a major update to a development dependency.


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 squash and merge will squash and 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 Feb 22, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch 3 times, most recently from f9c2075 to 34cfdc0 Compare February 22, 2019 15:38
@donmahallem
Copy link
Owner

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch from 34cfdc0 to f9c108b Compare February 22, 2019 17:00
@donmahallem
Copy link
Owner

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is already up-to-date with dev! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@donmahallem
Copy link
Owner

@dependabot recreate

@donmahallem
Copy link
Owner

@dependabot reopen

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch February 22, 2019 17:55
@donmahallem
Copy link
Owner

@dependabot recreate

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.

@donmahallem
Copy link
Owner

@dependabot reopen

@dependabot-preview dependabot-preview bot restored the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch February 22, 2019 18:57
@dependabot-preview dependabot-preview bot reopened this Feb 22, 2019
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.2.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch from f9c108b to ca82e9a Compare February 22, 2019 18:59
@donmahallem donmahallem merged commit 5bf6cda into dev Feb 22, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/dev/mocha-6.0.1 branch February 22, 2019 19:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants