Upgrade eslint-plugin-mocha to version 9.0.0 #73
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-plugin-mocha (^8.0.0 → ^9.0.0) · Repo · Changelog
Release Notes
9.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
9.0.0
Merge pull request #293 from lo1tuma/no-setup-in-describe-fix
Fix false positive in no-setup-in-describe
Merge pull request #292 from lo1tuma/no-skipped
Improve no-skipped performance
Merge pull request #291 from lo1tuma/no-hooks
Improve no-hooks-for-single-case performance
Merge pull request #290 from lo1tuma/nested-tests
Improve no-nested-tests performance
Merge pull request #289 from lo1tuma/identical
Improve performance of no-identical-title
Merge pull request #287 from lo1tuma/no-setup-in-describe-perf
Improve no-setup-in-describe performance
Merge pull request #288 from lo1tuma/no-mocha-arrows-perf
Always use buildIsMochaFunctionCallAnswerer instead of isMochaFunctionCall
Check scope references as late as possible
Use getText() method instead of custom text slicing
Stop creating unnecessary arrays
Properly check length of arguments
Determine node name only when needed
Introduce buildIsMochaFunctionCallAnswerer
Move pure functions to module scope
Merge pull request #286 from lo1tuma/exports-perf
Improve performance of no-exports rule
Merge pull request #284 from lo1tuma/dependencies
Update dependencies
Merge pull request #285 from lo1tuma/rip-n10
Drop support for node v10
Merge pull request #283 from lo1tuma/node16
Merge pull request #282 from lo1tuma/benchmark-all-tests
Add node v16 to CI environments
Enable all rules during runtime benchmark
Merge pull request #281 from lo1tuma/all-config
Add "all" config preset which enables all rules
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands