Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jul 18, 2019

Bumps eslint-plugin-mocha from 4.12.1 to 6.0.0.

Release notes

Sourced from eslint-plugin-mocha's releases.

6.0.0

Breaking Changes

  • Revamped recommended ruleset (#200)
  • Drop nodejs 6 support (#197)

Bug Fixes

  • Fix no-setup-in-describe to correctly detect describe calls (#196)
  • Fix no-setup-in-describe to work with arrow functions (#195)

Features

  • Implement no-return-from-async rule (#190)

Dependency Upgrades

  • Update dev dependencies (#199)

Build-Related

  • Add nodejs to travis build environments (#198)

5.3.0

Features

  • Implement no-async-describe rule (#188)

5.2.1

Bug Fixes

  • Remove invalid test-cases and unreachable code from prefer-arrow-callback (#186)
  • Fix invalid syntax in test case (#182)

Documentation

  • Fixing typo (#184)
  • Replace warning with warn (#181)

Dependency Upgrades

  • Update dependencies (#187)
  • Update eslint-plugin-node to the latest version 🚀 (#173)

5.2.0

Enhancements

  • Prohibit tests in beforeEach etc. hook calls (#174)

5.1.0

... (truncated)
Changelog

Sourced from eslint-plugin-mocha's changelog.

6.0.0 (July 17, 2019)

Breaking Changes

  • Revamped recommended ruleset (#200)
  • Drop nodejs 6 support (#197)

Bug Fixes

  • Fix no-setup-in-describe to correctly detect describe calls (#196)
  • Fix no-setup-in-describe to work with arrow functions (#195)

Features

  • Implement no-return-from-async rule (#190)

Dependency Upgrades

  • Update dev dependencies (#199)

Build-Related

  • Add nodejs to travis build environments (#198)

5.3.0 (February 13, 2019)

Features

  • Implement no-async-describe rule (#188)

5.2.1 (January 8, 2019)

Bug Fixes

  • Remove invalid test-cases and unreachable code from prefer-arrow-callback (#186)
  • Fix invalid syntax in test case (#182)

Documentation

  • Fixing typo (#184)
  • Replace warning with warn (#181)

Dependency Upgrades

  • Update dependencies (#187)
  • Update eslint-plugin-node to the latest version 🚀 (#173)

5.2.0 (August 13, 2018)

Enhancements

... (truncated)
Commits
  • 3102e7c 6.0.0
  • 31819a2 Merge pull request #190 from papandreou/feature/no-return-from-async
  • ae913c5 Merge pull request #200 from Lakitna/recommended-ruleset
  • bdc4b70 Dedupe two more occurrences of hasParentMochaFunctionCall
  • 8085bfe Move isReturnOfUndefined into astUtils
  • 7d7eed8 Move hasParentMochaFunctionCall into astUtils
  • c4928ab Move findReturnStatement into astUtils
  • 0f4ab83 Updated README
  • b528be7 Linter changes
  • b3aa4a5 Linter changes
  • 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 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 and block automerging
  • @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). To ignore the version in this PR you can just close it
  • @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 Jul 18, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-mocha-6.0.0 branch from 38416f8 to ce9a3ed Compare July 24, 2019 02:34
@dependabot-preview
Copy link
Author

Superseded by #83.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-mocha-6.0.0 branch August 23, 2019 02:50
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.

0 participants