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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 82.941% when pulling ef155e617601d394f73adec8442ffb1c2e4675fc on depfu/update/npm/eslint-plugin-mocha-9.0.0 into 3d7dce40f8e24aaa91bc38eeacefdd97f2e4fb08 on master.
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