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

Update dependency eslint-plugin-mocha to v6 (master) #7

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

Conversation

appcues-wss[bot]
Copy link

@appcues-wss appcues-wss bot commented Feb 17, 2023

This PR contains the following updates:

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

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Critical Critical 9.1 CVE-2021-42581

Release Notes

lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)

v6.3.0

Compare Source

Bug Fixes
  • no-hooks-for-single-case: fix false postive in nested suites (#​238)
  • Fix max-top-level-suites to ignore generated suites (#​239)
  • Check static template strings in valid-test-description and valid-suite-description (#​237)
Enhancements
  • no-hooks: add option to allow certain kind of hooks (#​236)
  • Add schemas for options (and remove for files which are using settings) (#​234)
  • Add u flag in RegExp for valid-test-description and valid-suite-description (#​232)
  • Add fixable property to fixable rules (and mention in docs) (#​228)
  • add plugin to recommended config (#​226)
Documentation
  • Indicate whether rule is recommended (#​229)
  • "Options" heading in doc files (and consistent level 2 heading) (#​233)
  • Doc syntax issue (#​231)
Code Refactoring
  • Nondeprecated rule format (#​235)
  • Alphabetize rule lists (#​227)
Build-Related
    • npm: Add package-lock.json (#​230)
  • ✉️ Send a webhook to Coveralls when the build completes (#​222)

v6.2.2

Compare Source

Bug Fixes
  • Support TDD interface in no-setup-in-describe (#​220)
Build-Related
  • 🚀 Use GitHub Actions instead of Travis (#​221)

v6.2.1

Compare Source

Bug Fixes
  • Fix no-setup-in-describe to allow mocha config calls (#​215)
  • Relax no-synchronous-tests to allow non literals from concise arrows (#​216)
Documentation
  • Minor documentation tweaks (#​217)
Dependency Upgrades

v6.2.0

Compare Source

Enhancements
  • Startup Performance Optimization (#​214)

v6.1.1

Compare Source

Bug Fixes
  • Fix no-setup-in-describe to allow Mocha suite config (#​209)

v6.1.0

Compare Source

Enhancements
  • Add custom message for valid-suite-description (#​207)
  • Add custom message for valid-test-description rule (#​206)

v6.0.0

Compare Source

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)

v5.3.0

Compare Source

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

v5.2.1

Compare Source

Bug Fixes
  • Remove invalid test-cases and unreachable code from prefer-arrow-callback (#​186)
  • Fix invalid syntax in test case (#​182)
Documentation
Dependency Upgrades
  • Update dependencies (#​187)
  • Update eslint-plugin-node to the latest version 🚀 (#​173)

v5.2.0

Compare Source

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

v5.1.0

Compare Source

Bug Fixes
Features
  • Adds mocha-aware prefer-arrow-callback rule (#​163)
Dependency Upgrades
  • Update eslint-config-holidaycheck to version 0.13.1 (#​170)
  • Update eslint to version 5.0.1 (#​169)
  • Update nyc to version 12.0.2 (#​168)
Build-Related
  • Add node 10 build environment (#​171)

v5.0.0

Compare Source

Breaking Changes
  • Remove support for ESLint versions < 4.0.0 (#​155)
  • Remove support for nodejs 4, 5 and 7 (#​154)
Dependency Upgrades
  • Update pr-log to the latest version 🚀 (#​159)
  • Update chai to version 4.1.2 (#​151)
Code Refactoring
  • Use new language features (#​156)
Build-Related
  • Use nyc instead of istanbul (#​153)
  • Whitelist files instead of using .npmignore (#​152)

v4.12.1

Compare Source

Bug Fixes
  • Fix: skip template strings in valid-test-description and valid-suite-description

v4.12.0

Compare Source

Features
  • Adds rule "no setup in describe" (#​147)
Dependency Upgrades
  • Update coveralls to the latest version 🚀 (#​142)
  • chore(package): update mocha to version 5.0.1 (#​150)
  • Update ramda to the latest version 🚀 (#​144)
Bug Fixes
  • Fix complexity problems (#​149)

v4.11.0

Compare Source

Enhancements
  • Added support for async functions in no-synchronous-tests (#​138)

v4.10.1

Compare Source

Bug Fixes
  • don't drop support for eslint 3.x (#​137)

v4.10.0

Compare Source

Build-Related
  • Add node 8 to build environments (#​135)
Enhancements
Dependency Upgrades
  • Update ramda to the latest version 🚀 (#​130)
  • Update pr-log to version 2.0.0 🚀 (#​127)

v4.9.0

Compare Source

Dependency Upgrades
  • Update ramda to version 0.23.0 🚀 (#​121)
Enhancements
  • Add settings to support additional suite function names (#​126)
Documentation
  • Organize alphabetically (#​123)

v4.8.0

Compare Source

Enhancements
  • Support MemberExpression for additionalTestFunctions (#​114)
  • Make no-mocha-arrows rule fixable (#​112)
Bug Fixes
  • Fix no-mocha-arrow fixer (#​118)
Build-Related
  • Add node 7 as travis build environment (#​115)
Documentation
  • Fix rule name in CHANGELOG to match actual rule (#​111)

v4.7.0

Compare Source

Features
  • Add no-nested-tests rule (#​109)

v4.6.0

Compare Source

Documentation
  • Adds rule name to title for valid-suite-description documentation. (#​107)
  • Adds rule name to title for valid-test-description documentation. (#​106)
Features

v4.5.1

Compare Source

Bug Fixes

v4.5.0

Compare Source

Features

v4.4.0

Compare Source

Features
Documentation
  • Fix title in no-sibling-hooks documentation file (#​92)
Dependency Upgrades
  • Update ramda to version 0.22.1 🚀 (#​93)
Build-Related
  • Add editorconfig file (#​91)

v4.3.0

Compare Source

Dependency Upgrades
  • Update mocha to version 3.0.0 🚀 (#​86)
Features

v4.2.0

Compare Source

Features
  • Allow custom test functions (#​81)

v4.1.0

Compare Source

Features
  • no-mocha-arrows: New rule (#​78)

v4.0.0

Compare Source

Features
  • feat(rules): add 'valid-suite-description' rule (#​74)
  • feat(rules): add 'valid-test-description' rule (#​68)
Enhancements
  • Add recommended config (#​72)
Dependency Upgrades
  • Update eslint to version 3.0.0 🚀 (#​70)
Breaking Changes
  • Drop support old node versions (#​71)
Documentation
  • Remove fixable from no-exclusive on README (#​73)
  • [README] Use a more explicit config (#​65)
  • update to docs to match removed autofix (#​64)

v3.0.0

Compare Source

Breaking Changes
  • Remove autofix on no-exclusive-tests rule. (#​63)

  • If you want to rebase/retry this PR, check this box

@appcues-wss appcues-wss bot added the security fix Security fix generated by WhiteSource label Feb 17, 2023
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Mar 8, 2023
@appcues-wss appcues-wss bot closed this Mar 8, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 8, 2023 04:31
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Mar 8, 2023
@appcues-wss appcues-wss bot reopened this Mar 8, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 8, 2023 16:05
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Mar 16, 2023
@appcues-wss appcues-wss bot closed this Mar 16, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 16, 2023 21:56
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Mar 18, 2023
@appcues-wss appcues-wss bot reopened this Mar 18, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 18, 2023 03:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Mar 27, 2023
@appcues-wss appcues-wss bot closed this Mar 27, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 27, 2023 07:09
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Mar 31, 2023
@appcues-wss appcues-wss bot reopened this Mar 31, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch March 31, 2023 04:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Jun 15, 2023
@appcues-wss appcues-wss bot closed this Jun 15, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch June 15, 2023 16:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Jun 18, 2023
@appcues-wss appcues-wss bot reopened this Jun 18, 2023
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Aug 18, 2023
@appcues-wss appcues-wss bot closed this Aug 18, 2023
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Aug 18, 2023
@appcues-wss appcues-wss bot reopened this Aug 18, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch August 18, 2023 20:08
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Sep 20, 2023
@appcues-wss appcues-wss bot closed this Sep 20, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 20, 2023 01:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Sep 21, 2023
@appcues-wss appcues-wss bot reopened this Sep 21, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 21, 2023 03:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Sep 22, 2023
@appcues-wss appcues-wss bot closed this Sep 22, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 22, 2023 01:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Sep 22, 2023
@appcues-wss appcues-wss bot reopened this Sep 22, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 22, 2023 13:01
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Sep 23, 2023
@appcues-wss appcues-wss bot closed this Sep 23, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 23, 2023 01:05
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Sep 24, 2023
@appcues-wss appcues-wss bot reopened this Sep 24, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch September 24, 2023 02:10
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Nov 12, 2023
@appcues-wss appcues-wss bot closed this Nov 12, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch November 12, 2023 20:09
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Nov 13, 2023
@appcues-wss appcues-wss bot reopened this Nov 13, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch November 13, 2023 00:13
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Dec 5, 2023
@appcues-wss appcues-wss bot closed this Dec 5, 2023
@appcues-wss appcues-wss bot deleted the whitesource-remediate/master-eslint-plugin-mocha-6.x branch December 5, 2023 06:57
@appcues-wss appcues-wss bot changed the title Update dependency eslint-plugin-mocha to v6 (master) - autoclosed Update dependency eslint-plugin-mocha to v6 (master) Dec 7, 2023
@appcues-wss appcues-wss bot restored the whitesource-remediate/master-eslint-plugin-mocha-6.x branch December 7, 2023 17:11
@appcues-wss appcues-wss bot reopened this Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants