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

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 +64 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,69 @@
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, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
4
+
5
+ ## 3.3.2
6
+ Thu, 01 Sep 2022 14:37:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.1
11
+ Fri, 26 Aug 2022 15:40:02 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.0
16
+ Thu, 18 Aug 2022 19:08:02 GMT
17
+
18
+ ### Updates
19
+
20
+ - Upgrade @microsoft/api-extractor to 7.24.2
21
+ - upgrade mocha to version 10.0.0
22
+
23
+ ## 3.2.9
24
+ Fri, 26 Aug 2022 14:21:40 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 3.2.8
29
+ Tue, 09 Aug 2022 15:52:41 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.2.7
34
+ Mon, 01 Aug 2022 13:36:56 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 3.2.6
39
+ Fri, 15 Jul 2022 19:04:43 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 3.2.5
44
+ Wed, 13 Jul 2022 15:45:52 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 3.2.4
49
+ Tue, 21 Jun 2022 18:06:33 GMT
50
+
51
+ _Version update only_
52
+
53
+ ## 3.2.3
54
+ Fri, 17 Jun 2022 15:18:39 GMT
55
+
56
+ _Version update only_
57
+
58
+ ## 3.2.2
59
+ Fri, 10 Jun 2022 16:11:36 GMT
60
+
61
+ _Version update only_
62
+
63
+ ## 3.2.1
64
+ Tue, 07 Jun 2022 15:02:56 GMT
65
+
66
+ _Version update only_
4
67
 
5
68
  ## 3.2.0
6
69
  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.2",
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.2",
42
42
  "@types/node": "16.11.7",
43
43
  "eslint": "^7.11.0"
44
44
  },