mingchen / node-secure-hash

Secure hash algorithms like md5, sha1, sha2
0 stars 0 forks source link

Update eslint-plugin-mocha to the latest version πŸš€ #13

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency eslint-plugin-mocha was updated from 6.3.0 to 7.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: lo1tuma License: MIT

Release Notes for 7.0.0

Breaking Changes

  • Drop support for ESLint < v7 and Node.js < v10 (#247)

Enhancements

  • Add meta.type and missing fixable: 'code' (#245)

Dependency Upgrades

  • Updates of devDependencies (#246)
Commits

The new version differs by 9 commits.

  • d095e93 7.0.0
  • 6012924 Merge pull request #247 from brettz9/eslint7
  • d1bb7bb - Bump eslint peerDep to 7+
  • 6031ddb - ESLint7 required changes (move from node's start/end to range); misspelling in test property
  • 9550ee8 - Breaking change: Require Node 10; add Node 14 to CI
  • 7f4b574 Merge pull request #246 from brettz9/updates
  • 1f3d606 - Linting: Check hidden files
  • f19a8a3 Merge pull request #245 from brettz9/meta
  • 3cbfd77 add meta.type ("problem" or "suggestion") for use by eslint --fix-type or formatters and add missing "fixable: code" to no-skipped-tests

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Release Notes for 7.0.1

Bug Fixes

  • Fix no-setup-in-describe to not flag describe.skip() (#256)
  • Fix max-top-level-suites to work with ES modules (#255)
  • Support comments in arrow functions when fixing (#253)
Commits

The new version differs by 8 commits.

  • b4787e8 7.0.1
  • 344a6f6 Merge pull request #256 from lo1tuma/gh-249
  • 35dfc76 Merge pull request #255 from lo1tuma/esm-max-top-level-suites
  • d1ed7d4 Fix no-setup-in-describe to not flag describe.skip()
  • bb1bc45 Merge pull request #253 from edg2s/arrow-comments
  • 2eefa13 Add 'extractSourceTextByRange' and move const/lets around
  • 7b07212 Fix max-top-level-suites to work with ES modules
  • 3d61c4a Support comments in arrow functions when fixing

See the full diff