backfill 6.2.0 → 6.2.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,79 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 19:56:31 GMT",
5
+ "date": "Wed, 15 Nov 2023 23:07:52 GMT",
6
+ "version": "6.2.2",
7
+ "tag": "backfill_v6.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "backfill",
13
+ "comment": "Bump backfill-cache to v5.8.0",
14
+ "commit": "not available"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "backfill",
19
+ "comment": "Bump backfill-config to v6.4.2",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "backfill",
25
+ "comment": "Bump backfill-hasher to v6.5.2",
26
+ "commit": "not available"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 05 Sep 2023 21:29:30 GMT",
33
+ "version": "6.2.1",
34
+ "tag": "backfill_v6.2.1",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "elcraig@microsoft.com",
39
+ "package": "backfill",
40
+ "commit": "9f7772ed806aac8015f252b602cbc58433d2aa45",
41
+ "comment": "Update typescript to 4.3"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "backfill",
46
+ "comment": "Bump backfill-cache to v5.7.1",
47
+ "commit": "not available"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "backfill",
52
+ "comment": "Bump backfill-config to v6.4.1",
53
+ "commit": "not available"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "backfill",
58
+ "comment": "Bump backfill-hasher to v6.5.1",
59
+ "commit": "not available"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "backfill",
64
+ "comment": "Bump backfill-logger to v5.2.1",
65
+ "commit": "not available"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "backfill",
70
+ "comment": "Bump backfill-utils-dotenv to v5.2.1",
71
+ "commit": "not available"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Tue, 05 Sep 2023 19:56:47 GMT",
6
78
  "tag": "backfill_v6.2.0",
7
79
  "version": "6.2.0",
8
80
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 19:56:31 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Nov 2023 23:07:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.2.2
8
+
9
+ Wed, 15 Nov 2023 23:07:52 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump backfill-cache to v5.8.0
14
+ - Bump backfill-config to v6.4.2
15
+ - Bump backfill-hasher to v6.5.2
16
+
17
+ ## 6.2.1
18
+
19
+ Tue, 05 Sep 2023 21:29:30 GMT
20
+
21
+ ### Patches
22
+
23
+ - Update typescript to 4.3 (elcraig@microsoft.com)
24
+ - Bump backfill-cache to v5.7.1
25
+ - Bump backfill-config to v6.4.1
26
+ - Bump backfill-hasher to v6.5.1
27
+ - Bump backfill-logger to v5.2.1
28
+ - Bump backfill-utils-dotenv to v5.2.1
29
+
7
30
  ## 6.2.0
8
31
 
9
- Tue, 05 Sep 2023 19:56:31 GMT
32
+ Tue, 05 Sep 2023 19:56:47 GMT
10
33
 
11
34
  ### Minor changes
12
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.2.0",
3
+ "version": "6.2.2",
4
4
  "description": "Backfill CLI",
5
5
  "license": "MIT",
6
6
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "anymatch": "^3.0.3",
23
- "backfill-cache": "^5.7.0",
24
- "backfill-config": "^6.4.0",
25
- "backfill-hasher": "^6.5.0",
26
- "backfill-logger": "^5.2.0",
27
- "backfill-utils-dotenv": "^5.2.0",
23
+ "backfill-cache": "^5.8.0",
24
+ "backfill-config": "^6.4.2",
25
+ "backfill-hasher": "^6.5.2",
26
+ "backfill-logger": "^5.2.1",
27
+ "backfill-utils-dotenv": "^5.2.1",
28
28
  "chokidar": "^3.2.1",
29
29
  "execa": "^5.0.0",
30
30
  "find-up": "^5.0.0",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/fs-extra": "^9.0.13",
37
- "@types/jest": "^25.2.3",
37
+ "@types/jest": "^29.0.0",
38
38
  "@types/node": "^14.18.36",
39
39
  "@types/yargs": "^15.0.15",
40
40
  "backfill-utils-test": "*",
41
41
  "backfill-utils-tsconfig": "*",
42
- "jest": "^25.5.4",
43
- "ts-jest": "^25.5.1",
42
+ "jest": "^29.0.0",
43
+ "ts-jest": "^29.0.0",
44
44
  "ts-mockito": "^2.6.1",
45
- "typescript": "~4.1.2"
45
+ "typescript": "~4.3.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=14"