astorije / chai-immutable

Chai assertions for Facebook's Immutable library for JavaScript collections
MIT License
159 stars 16 forks source link

Update dependency eslint-plugin-mocha to v9 - autoclosed #310

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-mocha 6.3.0 -> 9.0.0 age adoption passing confidence

Release Notes

lo1tuma/eslint-plugin-mocha ### [`v9.0.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​900-May-26-2021) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/8.2.0...9.0.0) ##### Breaking Changes - Drop support for node v10 ([#​285](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/285)) ##### Bug Fixes - Fix false positive in no-setup-in-describe ([#​293](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/293)) ##### Features - Add "all" config preset which enables all rules ([#​281](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/281)) ##### Enhancements - Improve no-skipped performance ([#​292](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/292)) - Improve no-hooks-for-single-case performance ([#​291](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/291)) - Improve no-nested-tests performance ([#​290](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/290)) - Improve performance of no-identical-title ([#​289](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/289)) - Improve no-setup-in-describe performance ([#​287](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/287)) - Improve no-mocha-arrows performance ([#​288](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/288)) - Improve performance of no-exports rule ([#​286](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/286)) - Enable all rules during runtime benchmark ([#​282](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/282)) ##### Dependency Upgrades - Update dependencies ([#​284](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/284)) ##### Build-Related - Add node v16 to CI environments ([#​283](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/283)) ### [`v8.2.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​820-May-25-2021) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/8.1.0...8.2.0) ##### Enhancements - Memoize names (increases speed by 10x) ([#​280](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/280)) ##### Code Refactoring - - Avoid passing superfluous argument ([#​278](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/278)) ### [`v8.1.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​810-March-5-2021) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/8.0.0...8.1.0) ##### Bug Fixes - Fix prefer-arrow-callback to not fail when using import.meta ([#​266](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/266)) ##### Enhancements - Speed up no-exclusive-tests and no-pending-tests ([#​276](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/276)) - set env.mocha on recommended config ([#​273](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/273)) - Add benchmarks for runtime with many files ([#​269](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/269)) ##### Documentation - Remove stray linebreak at top of file ([#​272](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/272)) - Add recommended tick to `no-exports` ([#​271](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/271)) ##### Build-Related - Improve benchmark test reliability ([#​277](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/277)) ### [`v8.0.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​800-August-6-2020) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/7.0.1...8.0.0) ##### Breaking Changes - Consistently use shared settings in all rules ([#​262](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/262)) - remove autofix from no-skipped-tests rule fix ([#​258](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/258)) ##### Features - New rule no-exports ([#​263](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/263)) ##### Enhancements - New option `ignoreSkipped` for `handle-done-callback` rule ([#​260](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/260)) ##### Documentation - Add meta.docs.description to all rules ([#​257](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/257)) ##### Dependency Upgrades - Update dependencies ([#​259](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/259)) ##### Code Refactoring - Use includes instead of indexOf ([#​261](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/261)) ### [`v7.0.1`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​701-May-30-2020) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/7.0.0...7.0.1) ##### Bug Fixes - Fix no-setup-in-describe to not flag describe.skip() ([#​256](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/256)) - Fix max-top-level-suites to work with ES modules ([#​255](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/255)) - Support comments in arrow functions when fixing ([#​253](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/253)) ### [`v7.0.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#​700-May-13-2020) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/6.3.0...7.0.0) ##### Breaking Changes - Drop support for ESLint < v7 and Node.js < v10 ([#​247](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/247)) ##### Enhancements - Add `meta.type` and missing `fixable: 'code'` ([#​245](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/245)) ##### Dependency Upgrades - Updates of devDependencies ([#​246](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/246))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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 this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.