Skip to content

Commit b7b7041

Browse files
committed
Merge branch 'main' into claude/fix-issue-4392-011CUfwRYBHqzwYtxQzmsCdN
2 parents b9df13b + 1972dd7 commit b7b7041

95 files changed

Lines changed: 142 additions & 25971 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eleventy.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ body:
2525
required: true
2626
- attributes:
2727
description: Detail the steps necessary to reproduce the problem. To get the fastest support, create an [MCVE](https://stackoverflow.com/help/mcve) and upload it to GitHub.
28-
label: Minimal, Reproducible Example
28+
label: Minimal, Complete and Verifiable Example
2929
type: textarea
3030
validations:
3131
required: true
3232
- attributes:
33-
description: What do `mocha --version`, `node_modules/.bin/mocha --version`, and `node --version` output? What name and version of browser/environment, shell, and any other related modules such as transpilers are you using?.
33+
description: What do `mocha --version`, `node_modules/.bin/mocha --version`, and `node --version` output? What name and version of browser/environment, shell, and any other related modules such as transpilers are you using?
3434
label: Versions
3535
type: textarea
3636
validations:
@@ -39,7 +39,7 @@ body:
3939
description: Any additional info you'd like to provide.
4040
label: Additional Info
4141
type: textarea
42-
description: Report a bug trying to run the code
42+
description: Report a bug trying to use Mocha
4343
labels:
4444
- "status: in triage"
4545
- "type: bug"

.github/ISSUE_TEMPLATE/05-repository-tooling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
- label: I want to provide a PR to resolve this
1515
type: checkboxes
1616
- attributes:
17-
description: What did you expect to be able to do?
17+
description: What changes would you like, and how do they help contributors?
1818
label: Overview
1919
type: textarea
2020
validations:
@@ -27,5 +27,5 @@ description: Report a bug or request an enhancement in the Mocha repository's in
2727
labels:
2828
- "area: repository tooling"
2929
- "status: in triage"
30-
name: 🛠 Repository Tooling
31-
title: "🛠 Repo: <short description of the change>"
30+
name: 🛠 Repository Tooling
31+
title: "🛠 Repo: <short description of the change>"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"12.0.0-beta-3"}
1+
{".":"12.0.0-beta-4"}

.github/workflows/browser-test.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/compliance.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/mocha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
format:
2020
uses: ./.github/workflows/npm-script.yml
2121
with:
22-
npm-script: format
22+
npm-script: format:check
2323

2424
lint:
2525
uses: ./.github/workflows/npm-script.yml

.github/workflows/octoguide.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
jobs:
2+
octoguide:
3+
if: ${{ !endsWith(github.actor, '[bot]') }}
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: OctoGuide/bot@0.18.1
7+
with:
8+
github-token: ${{ secrets.GITHUB_TOKEN }}
9+
10+
name: OctoGuide
11+
12+
on:
13+
discussion:
14+
types: [created, edited]
15+
discussion_comment:
16+
types: [created, deleted, edited]
17+
issue_comment:
18+
types: [created, deleted, edited]
19+
issues:
20+
types: [edited, opened]
21+
pull_request_review_comment:
22+
types: [created, deleted, edited]
23+
pull_request_target:
24+
types: [edited, opened]
25+
26+
permissions:
27+
discussions: write
28+
issues: write
29+
pull-requests: write

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Mocha-specific
2-
docs/_site
32
docs/images/supporters
4-
docs/api
53
mocha.js
64
mocha.js.map
75
.karma/

.knip.jsonc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"bin/mocha.js!",
55
"bin/_mocha!",
66
"browser-entry.js!",
7+
"docs/_data/supporters.js",
78
"index.js!",
89
"lib/cli/index.js!",
910
],
@@ -13,11 +14,9 @@
1314
"test/integration/fixtures/options/watch/test-with-dependency.fixture.js",
1415
],
1516
"ignoreDependencies": [
16-
"@mocha/docdash",
1717
"@test/esm-only-loader",
1818
"coffeescript",
1919
"fake",
20-
"jsdoc-ts-utils",
2120
"non-existent-package",
2221
],
2322
"mocha": {

0 commit comments

Comments
 (0)