@itwin/build-tools 3.3.0-dev.9 → 3.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +49 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,54 @@
1
1
  # Change Log - @itwin/build-tools
2
2
 
3
- This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.0
6
+ Thu, 18 Aug 2022 19:08:02 GMT
7
+
8
+ ### Updates
9
+
10
+ - Upgrade @microsoft/api-extractor to 7.24.2
11
+ - upgrade mocha to version 10.0.0
12
+
13
+ ## 3.2.8
14
+ Tue, 09 Aug 2022 15:52:41 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 3.2.7
19
+ Mon, 01 Aug 2022 13:36:56 GMT
20
+
21
+ _Version update only_
22
+
23
+ ## 3.2.6
24
+ Fri, 15 Jul 2022 19:04:43 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 3.2.5
29
+ Wed, 13 Jul 2022 15:45:52 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.2.4
34
+ Tue, 21 Jun 2022 18:06:33 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 3.2.3
39
+ Fri, 17 Jun 2022 15:18:39 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 3.2.2
44
+ Fri, 10 Jun 2022 16:11:36 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 3.2.1
49
+ Tue, 07 Jun 2022 15:02:56 GMT
50
+
51
+ _Version update only_
4
52
 
5
53
  ## 3.2.0
6
54
  Fri, 20 May 2022 13:10:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/build-tools",
3
- "version": "3.3.0-dev.9",
3
+ "version": "3.3.0",
4
4
  "description": "Bentley build tools",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,13 +20,13 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "dependencies": {
23
- "@microsoft/api-extractor": "7.7.3",
23
+ "@microsoft/api-extractor": "7.23.2",
24
24
  "chalk": "^3.0.0",
25
25
  "cpx2": "^3.0.0",
26
26
  "cross-spawn": "^7.0.1",
27
27
  "fs-extra": "^8.1.0",
28
28
  "glob": "^7.1.2",
29
- "mocha": "^8.3.2",
29
+ "mocha": "^10.0.0",
30
30
  "mocha-junit-reporter": "^1.16.0",
31
31
  "recursive-readdir": "^2.2.2",
32
32
  "rimraf": "^3.0.2",
@@ -35,10 +35,10 @@
35
35
  "typedoc-plugin-merge-modules": "^3.0.2",
36
36
  "typescript": "~4.4.0",
37
37
  "wtfnode": "^0.9.1",
38
- "yargs": "^16.0.0"
38
+ "yargs": "^17.4.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@itwin/eslint-plugin": "3.3.0-dev.9",
41
+ "@itwin/eslint-plugin": "3.3.0",
42
42
  "@types/node": "16.11.7",
43
43
  "eslint": "^7.11.0"
44
44
  },