backfill 6.1.22 → 6.1.24

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/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 16 Sep 2022 00:21:35 GMT",
5
+ "date": "Thu, 08 Dec 2022 00:58:29 GMT",
6
+ "tag": "backfill_v6.1.24",
7
+ "version": "6.1.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "backfill",
13
+ "commit": "080fb1aa0570751e1e4d0429c1eb40e449621d4d",
14
+ "comment": "Add missing dependency on `find-up`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 17 Sep 2022 00:00:24 GMT",
21
+ "tag": "backfill_v6.1.23",
22
+ "version": "6.1.23",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "backfill",
28
+ "comment": "Bump backfill-hasher to v6.4.3",
29
+ "commit": "628e67743a4a9fb4d9f9a5d98d578893f8076387"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 16 Sep 2022 00:38:30 GMT",
36
+ "tag": "backfill_v6.1.22",
37
+ "version": "6.1.22",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "elcraig@microsoft.com",
42
+ "package": "backfill",
43
+ "commit": "42aa67201aa9092be9339e9d3ed16a7479c44ce0",
44
+ "comment": "Fix mismatched @types/fs-extra dev dep"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 16 Sep 2022 00:21:39 GMT",
6
51
  "tag": "backfill_v6.1.22",
7
52
  "version": "6.1.22",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Fri, 16 Sep 2022 00:21:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Dec 2022 00:58:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.1.24
8
+
9
+ Thu, 08 Dec 2022 00:58:29 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add missing dependency on `find-up` (elcraig@microsoft.com)
14
+
15
+ ## 6.1.23
16
+
17
+ Sat, 17 Sep 2022 00:00:24 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump backfill-hasher to v6.4.3
22
+
7
23
  ## 6.1.22
8
24
 
9
- Fri, 16 Sep 2022 00:21:35 GMT
25
+ Fri, 16 Sep 2022 00:21:39 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "type": "git",
8
8
  "url": "https://github.com/microsoft/backfill"
9
9
  },
10
- "version": "6.1.22",
10
+ "version": "6.1.24",
11
11
  "main": "lib/index.js",
12
12
  "bin": {
13
13
  "backfill": "./bin/backfill.js"
@@ -22,26 +22,26 @@
22
22
  "anymatch": "^3.0.3",
23
23
  "backfill-cache": "^5.6.2",
24
24
  "backfill-config": "^6.3.0",
25
- "backfill-hasher": "^6.4.2",
25
+ "backfill-hasher": "^6.4.3",
26
26
  "backfill-logger": "^5.1.3",
27
27
  "backfill-utils-dotenv": "^5.1.1",
28
28
  "chokidar": "^3.2.1",
29
29
  "execa": "^4.0.0",
30
+ "find-up": "^5.0.0",
30
31
  "fs-extra": "^8.1.0",
31
32
  "globby": "^11.0.0",
32
33
  "yargs": "^16.1.1"
33
34
  },
34
35
  "devDependencies": {
35
- "@types/fs-extra": "^8.0.0",
36
- "@types/jest": "^25.2.1",
37
- "@types/node": "^14.14.41",
38
- "@types/yargs": "^15.0.10",
36
+ "@types/fs-extra": "9.0.11",
37
+ "@types/jest": "25.2.1",
38
+ "@types/node": "14.14.41",
39
+ "@types/yargs": "15.0.10",
39
40
  "backfill-utils-test": "^5.1.2",
40
41
  "backfill-utils-tsconfig": "^5.0.0",
41
- "find-up": "^5.0.0",
42
- "jest": "^25.5.4",
43
- "ts-jest": "^25.1.0",
44
- "ts-mockito": "^2.3.1",
42
+ "jest": "25.5.4",
43
+ "ts-jest": "25.1.0",
44
+ "ts-mockito": "2.6.1",
45
45
  "typescript": "4.1.2"
46
46
  }
47
47
  }