Bump eslint-plugin-mocha to ^11.1.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-mocha | ^10.5.0 -> ^11.1.0 |
Release Notes
lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)
v11.1.0
Bug Fixes
- Fix detecting mocha config calls in no-setup-in-describe (#387)
- Fix consistent-spacing-between-blocks when using timeout() modifier (#379)
Enhancements
- Include typescript declaration files in npm package (#378)
Documentation
- Fix valid-suite-title options documentation (#385)
Code Refactoring
- Add test to verify no-identical-title supports same titles in different suites (#388)
- Add test-case to verify generated tests work with consistent-spacing-between-blocks (#386)
- Add regression tests for no-setup-in-describe (#380)
v11.0.0
Breaking Changes
- Rename *-description rules to *-title (#369)
- Rename no-async-describe to no-async-suite (#368)
- Drop support for commonjs in no-exports rule (#366)
- Implement new resolve algorithm (#365)
- Switch to ESM (#362)
- Stop supporting ESLint versions < 9 (#359)
- Remove support for node v14, v16 and v18 (#345)
Features
- Implement new rule consistent-interface (#367)
Enhancements
- Add name to flat configs (#356)
Dependency Upgrades
Code Refactoring
- Migrate codebase to typescript (#372)
- Replace nyc with c8 for collecting coverage information (#361)
- Use @eslint-community/eslint-utils instead of unmaintained eslint-utils (#358)
- Use node builtin assert instead of chai (#357)
Build-Related
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Netlify deploy preview
https://deploy-preview-46026--material-ui.netlify.app/
Bundle size report
No bundle size changes (Toolpad) No bundle size changes
Generated by :no_entry_sign: dangerJS against c2b4ff036d4629fafed83db19680e95b6dea3305
Putting "on hold" because it now requires the config to be ESM and ESlint version to be 9 or greater.