@itwin/build-tools 4.10.0-dev.32 → 4.10.0-dev.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mocha-reporter/index.js +1 -1
- package/package.json +4 -4
package/mocha-reporter/index.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
5
|
*--------------------------------------------------------------------------------------------*/
|
6
6
|
/* eslint-disable @typescript-eslint/naming-convention */
|
7
|
-
/* eslint-disable @typescript-eslint/no-
|
7
|
+
/* eslint-disable @typescript-eslint/no-require-imports */
|
8
8
|
/* eslint-disable no-console */
|
9
9
|
const debugLeaks = process.env.DEBUG_LEAKS;
|
10
10
|
let asyncResourceStats;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/build-tools",
|
3
|
-
"version": "4.10.0-dev.
|
3
|
+
"version": "4.10.0-dev.34",
|
4
4
|
"description": "Bentley build tools",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -38,15 +38,15 @@
|
|
38
38
|
"yargs": "^17.4.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@itwin/eslint-plugin": "
|
41
|
+
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
42
42
|
"@types/node": "~18.16.20",
|
43
|
-
"eslint": "^
|
43
|
+
"eslint": "^9.13.0"
|
44
44
|
},
|
45
45
|
"scripts": {
|
46
46
|
"build": "tsc 1>&2",
|
47
47
|
"clean": "rimraf ../../modules .rush/temp/package-deps*.json",
|
48
48
|
"docs": "",
|
49
|
-
"lint": "eslint
|
49
|
+
"lint": "eslint \"./src/**/*.ts\" 1>&2",
|
50
50
|
"test": "",
|
51
51
|
"cover": ""
|
52
52
|
}
|