Skip to content

chore(deps-dev): bump eslint-plugin-mocha from 11.3.0 to 12.0.2 - #135

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-mocha-12.0.2
Open

chore(deps-dev): bump eslint-plugin-mocha from 11.3.0 to 12.0.2#135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-mocha-12.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-mocha from 11.3.0 to 12.0.2.

Release notes

Sourced from eslint-plugin-mocha's releases.

eslint-plugin-mocha@12.0.2

12.0.2 (August 4, 2026)

Bug Fixes

  • Fix handle-done-callback for object property callbacks (#561)

Dependency Upgrades

  • Update type-fest to 5.8.0
  • Update dependency globals to v17.8.0 (#552)

eslint-plugin-mocha@12.0.1

12.0.1 (July 28, 2026)

Bug Fixes

  • Fix handle-done-callback for nested callback handoffs (#549)

eslint-plugin-mocha@12.0.0

12.0.0 (July 27, 2026)

Breaking Changes

  • Rename no-return-and-callback to no-return-and-done (#467)
  • Adjust recommended config defaults (#466)
  • Rename no-synchronous-tests option to allowedAsyncMethods (#449)
  • Rename no-setup-in-describe to no-setup-in-suite (#447)
  • Rename no-hooks-for-single-case to no-hooks-for-single-child (#448)
  • Move no-sibling-hooks functionality into consistent-structure (#441)
  • Rename no-global-tests to no-top-level-tests (#434)
  • Rename no-top-level-hooks to no-root-hooks (#433)
  • Rename named-import interface setting from exports to require (#432)
  • Require ESLint v10.2.0 (#425)

Bug Fixes

  • Fix no-sibling-hooks nested function false positives (#439)
  • Fix no-mocha-arrows fixer for commented concise bodies (#430)
  • Don’t flag usage of non-configured mocha interface methods (#431)
  • Declare rules as JS-only (#426)
  • Guard the no-async-suite fixer against await expressions (#417)

Features

  • Add no-conditional-tests rule (#461)
  • Add limit-slow rule (#458)
  • Add limit-retries rule (#457)
  • Add limit-timeout rule (#456)
  • Add rule no-done-twice to reject multiple done() calls (#453)

... (truncated)

Changelog

Sourced from eslint-plugin-mocha's changelog.

eslint-plugin-mocha 12.0.2 (August 3, 2026)

Bug Fixes

  • Fix handle-done-callback for object property callbacks (#561)

Dependency Upgrades

  • Update type-fest to 5.8.0
  • Update dependency globals to v17.8.0 (#552)

eslint-plugin-mocha 12.0.1 (July 28, 2026)

Bug Fixes

  • Fix handle-done-callback for nested callback handoffs (#549)

eslint-plugin-mocha 12.0.0 (July 27, 2026)

Breaking Changes

  • Rename no-return-and-callback to no-return-and-done (#467)
  • Adjust recommended config defaults (#466)
  • Rename no-synchronous-tests option to allowedAsyncMethods (#449)
  • Rename no-setup-in-describe to no-setup-in-suite (#447)
  • Rename no-hooks-for-single-case to no-hooks-for-single-child (#448)
  • Move no-sibling-hooks functionality into consistent-structure (#441)
  • Rename no-global-tests to no-top-level-tests (#434)
  • Rename no-top-level-hooks to no-root-hooks (#433)
  • Rename named-import interface setting from exports to require (#432)
  • Require ESLint v10.2.0 (#425)

Bug Fixes

  • Fix no-sibling-hooks nested function false positives (#439)
  • Fix no-mocha-arrows fixer for commented concise bodies (#430)
  • Don’t flag usage of non-configured mocha interface methods (#431)
  • Declare rules as JS-only (#426)
  • Guard the no-async-suite fixer against await expressions (#417)

Features

  • Add no-conditional-tests rule (#461)
  • Add limit-slow rule (#458)
  • Add limit-retries rule (#457)
  • Add limit-timeout rule (#456)
  • Add rule no-done-twice to reject multiple done() calls (#453)
  • Add no-code-after-done rule to reject code after done() (#451)
  • Add rule no-async-and-done to forbid async callbacks with done (#455)
  • Add rule for async operations in synchronous tests (#444)

... (truncated)

Commits
  • b586d3a Merge pull request #553 from lo1tuma/release/eslint-plugin-mocha
  • 71251ba Release packages
  • a941e1f Merge pull request #564 from lo1tuma/renovate/knip-6.x
  • da41b40 Update dependency knip to v6.30.0
  • be3bf50 Merge pull request #563 from lo1tuma/renovate/lock-file-maintenance
  • 46e760f Merge pull request #562 from lo1tuma/renovate/packtory
  • 2245601 Enable TypeScript integrity package checks
  • 53c677c Update dependency @​packtory/cli to v0.0.78
  • 4c470a5 Lock file maintenance
  • d74e830 Update dependency @​packtory/cli to v0.0.75
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-mocha since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-mocha-12.0.2 branch from 02204d8 to c3dad41 Compare August 21, 2026 23:11
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.3.0 to 12.0.2.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/11.3.0...eslint-plugin-mocha@12.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-mocha
  dependency-version: 12.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-mocha-12.0.2 branch from c3dad41 to 1ff44dc Compare August 21, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants