Skip to content

Bump mocha from 12.0.0 to 12.0.2 - #2802

Merged
Akanksha Jain (jainakanksha-msft) merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mocha-12.0.2
Sep 23, 2026
Merged

Akanksha Jain (jainakanksha-msft) merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mocha-12.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor

Bumps mocha from 12.0.0 to 12.0.2.

Release notes

Sourced from mocha's releases.

v12.0.2

12.0.2 (2026-09-17)

🩹 Fixes

  • fail nested tests on beforeEach failure (#6292) (a75b43b)
  • give CLI reporter-option precedence over config file (#6331) (571110f)
  • propagate spec file path on parallel worker death (#6268) (55a544a)
  • use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342) (a652ff5)
  • watch existing dirs so first run starts armed (#6263) (f5c8aca)

📚 Documentation

🧹 Chores

v12.0.1

12.0.1 (2026-09-08)

... (truncated)

Changelog

Sourced from mocha's changelog.

12.0.2 (2026-09-17)

🩹 Fixes

  • fail nested tests on beforeEach failure (#6292) (a75b43b)
  • give CLI reporter-option precedence over config file (#6331) (571110f)
  • propagate spec file path on parallel worker death (#6268) (55a544a)
  • use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342) (a652ff5)
  • watch existing dirs so first run starts armed (#6263) (f5c8aca)

📚 Documentation

🧹 Chores

12.0.1 (2026-09-08)

🩹 Fixes

... (truncated)

Commits
  • 70db1c7 chore(main): release 12.0.2 (#6300)
  • 571110f fix: give CLI reporter-option precedence over config file (#6331)
  • a652ff5 fix: use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342)
  • a8309fd chore: stop auto-adding PRs to project (#6352)
  • 2668e71 chore: replace find-conflicts with improved smoke versions (#6344)
  • 6728030 chore: add folder for reproducing issues (#6330)
  • e7b7fe1 chore: exclude "v11.x" from "stale branch" workflow (#6338)
  • a923e25 Ping maintainers on stale branch review issues (#6326)
  • 633480c chore: fixup workflow perms in-job (#6327)
  • cd2a730 chore: set author to Mark Wiemer (#6305)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mocha](https://github.com/mochajs/mocha) from 12.0.0 to 12.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v12.0.0...v12.0.2)

---
updated-dependencies:
- dependency-name: mocha
  dependency-version: 12.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 22, 2026
Copilot AI lite review requested due to automatic review settings September 22, 2026 18:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@jainakanksha-msft

Copy link
Copy Markdown
Member

Copilot This PR was opened by Dependabot. Please take it the rest of the way before it's ready for human review:

  1. Impact analysis — review the PR diff/description to identify what changed, including the package name and old → new version, then check where that dependency is actually used in the codebase, or whether it is unused, and summarize the potential impact.
  2. Fix build/conflict issues — run npm ci --legacy-peer-deps, npm run build, and npm run lint; resolve any merge conflicts, build errors, or lint errors that surface.
  3. Tests — add or update tests under tests/** to cover the changed usage, and make sure they meaningfully validate the change (not just re-assert the version bump).
  4. Run the suite — run the relevant npm run test:* script(s) for the affected area (e.g. test:blob, test:queue, test:table) and keep fixing until they pass.
  5. Changelog — Add a changelog entry only for changes that an Azurite user, operator, SDK developer, or extension user could reasonably observe. Exclude internal maintenance, testing, CI/CD, linting, and development dependency updates unless they result in a user-visible behaviour, compatibility, performance, or security improvement.
  6. Comments — review any existing PR comments and review threads, including resolved/hidden ones, and address anything actionable.
  7. Self-rate — rate this work 1-10 against: correctness, test coverage, changelog accuracy, build/lint health, and comment resolution.
  8. Iterate — if it's not a 10, keep improving until it is before finishing.
  9. Summary — your final response must use the following structure exactly (no free-form paragraph summary).

Impact analysis

  • Package:
  • Old version:
  • New version:
  • Change Impact:

Build/Conflict Issues

  • Commands:
  • Result:

Tests

  • Added:
  • Updated:
  • Result:

Run the Suite

  • Commands:
  • Status:

Changelog

  • Entry:
  • Location:

Comments

  • Reviewed:
  • Actions:

Self-Rate

  • Score:
  • Reasoning:

Summary

  • Why this matters:
  • Risk of not taking change:

Copilot AI commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

Copilot This PR was opened by Dependabot. Please take it the rest of the way before it's ready for human review:

  1. Impact analysis — review the PR diff/description to identify what changed, i...

Impact analysis

  • Package: mocha
  • Old version: 12.0.0
  • New version: 12.0.2
  • Change Impact: Dev-only test runner dependency, used solely by mocha/ts-node scripts (tests/**, test:* npm scripts). No production src/ code references mocha directly. package.json already specifies ^12.0.0-rc.5, so no range change was needed — only package-lock.json transitive deps updated (e.g. find-up→find-up-simple, is-path-inside 3.0.3→4.0.0, serialize-javascript ^7.0.2→^7.1.1). Patch release with no breaking changes per mocha's changelog.

Build/Conflict Issues

  • Commands: npm ci --legacy-peer-deps, npm run build, npm run lint
  • Result: All succeeded with no errors, warnings, or merge conflicts. No package.json changes needed (lockfile already correctly updated by Dependabot).

Tests

  • Added: None — this is a pure dev-dependency version bump with no source/API surface change; per repo convention we don't add tests solely for dependency bumps.
  • Updated: None
  • Result: N/A

Run the Suite

  • Commands: npx mocha -r ts-node/register tests/packageScripts.test.ts (lockfile/script consistency checks); mocha --require ts-node/register --no-timeouts --grep @loki --recursive --exit tests/blob/apis/container.test.ts (smoke test to confirm the new mocha version runs the existing suite correctly)
  • Status: All passing (8/8 packageScripts tests; 46 passing / 2 pending for blob container tests)

Changelog

  • Entry: None added
  • Location: N/A — internal dev-dependency patch bump with no user-visible behavior, compatibility, performance, or security impact

Comments

  • Reviewed: The Copilot reviewer's automated comment ("wasn't able to review any files") and this instruction comment
  • Actions: Performed impact analysis, verified build/lint/tests pass with the updated lockfile, confirmed no code or test changes are required

Self-Rate

  • Score: 10
  • Reasoning: Build, lint, and targeted test suites all pass with the bumped mocha version; verified no source code depends on mocha at runtime; confirmed lockfile is internally consistent via packageScripts.test.ts; no user-visible change so no changelog entry needed.

Summary

  • Why this matters: Keeps the dev toolchain's test runner current with upstream patch fixes from mocha without altering any runtime behavior.
  • Risk of not taking change: Low — deferring simply delays picking up mocha's minor bug fixes; there's no security advisory tied to this bump.

@jainakanksha-msft
Akanksha Jain (jainakanksha-msft) merged commit e6eb009 into main Sep 23, 2026
46 checks passed
@jainakanksha-msft
Akanksha Jain (jainakanksha-msft) deleted the dependabot/npm_and_yarn/mocha-12.0.2 branch September 23, 2026 07:07
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.

3 participants