Skip to content

Commit

Permalink
build(build-tools): Upgrade mocha to latest version (microsoft#22907)
Browse files Browse the repository at this point in the history
Upgrades mocha to the latest version, which is a minor bump, and update
the types to 10.x since they were still at 9.x.
  • Loading branch information
tylerbutler authored Oct 28, 2024
1 parent 952fafe commit 55bed2d
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 98 deletions.
6 changes: 3 additions & 3 deletions build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@
"@oclif/test": "^4.1.0",
"@types/async": "^3.2.20",
"@types/chai": "^4.3.5",
"@types/chai-arrays": "^2.0.0",
"@types/chai-arrays": "^2.0.3",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.4",
"@types/issue-parser": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.9",
"@types/node": "^18.18.6",
"@types/node-fetch": "^2.5.10",
"@types/prettier": "^2.7.3",
Expand All @@ -174,7 +174,7 @@
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "~9.1.0",
"jssm-viz-cli": "5.101.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"mocked-env": "^1.3.5",
"moment": "^2.29.4",
Expand Down
6 changes: 3 additions & 3 deletions build-tools/packages/build-infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/chai": "^4.3.5",
"@types/chai-arrays": "^2.0.0",
"@types/chai-arrays": "^2.0.3",
"@types/fs-extra": "^11.0.4",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.9",
"@types/node": "^18.18.6",
"@types/semver": "^7.5.0",
"c8": "^7.14.0",
Expand All @@ -102,7 +102,7 @@
"eslint": "~8.57.0",
"eslint-plugin-chai-friendly": "~1.0.1",
"memfs": "^4.14.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"typedoc": "^0.26.10",
Expand Down
4 changes: 2 additions & 2 deletions build-tools/packages/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.195",
"@types/lodash.isequal": "^4.5.6",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.9",
"@types/node": "^18.18.6",
"@types/rimraf": "^2.0.5",
"@types/semver": "^7.5.0",
"@types/shelljs": "^0.8.12",
"concurrently": "^8.2.1",
"eslint": "~8.57.0",
"json-schema-to-typescript": "^15.0.0",
"mocha": "^10.2.0"
"mocha": "^10.7.3"
},
"engines": {
"node": ">=18.17.1"
Expand Down
4 changes: 2 additions & 2 deletions build-tools/packages/version-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@microsoft/api-extractor": "^7.45.1",
"@oclif/test": "^4.1.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.9",
"@types/node": "^18.18.6",
"@types/semver": "^7.5.0",
"c8": "^7.14.0",
Expand All @@ -104,7 +104,7 @@
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "~9.1.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"moment": "^2.29.4",
"oclif": "^4.15.12",
Expand Down
Loading

0 comments on commit 55bed2d

Please sign in to comment.