backfill 6.2.0 → 6.2.1

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": "Tue, 05 Sep 2023 19:56:31 GMT",
5
+ "date": "Tue, 05 Sep 2023 21:29:14 GMT",
6
+ "version": "6.2.1",
7
+ "tag": "backfill_v6.2.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "backfill",
13
+ "commit": "9f7772ed806aac8015f252b602cbc58433d2aa45",
14
+ "comment": "Update typescript to 4.3"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "backfill",
19
+ "comment": "Bump backfill-cache to v5.7.1",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "backfill",
25
+ "comment": "Bump backfill-config to v6.4.1",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "backfill",
31
+ "comment": "Bump backfill-hasher to v6.5.1",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "backfill",
37
+ "comment": "Bump backfill-logger to v5.2.1",
38
+ "commit": "not available"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "backfill",
43
+ "comment": "Bump backfill-utils-dotenv to v5.2.1",
44
+ "commit": "not available"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 05 Sep 2023 19:56:47 GMT",
6
51
  "tag": "backfill_v6.2.0",
7
52
  "version": "6.2.0",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
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 Tue, 05 Sep 2023 21:29:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.2.1
8
+
9
+ Tue, 05 Sep 2023 21:29:14 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update typescript to 4.3 (elcraig@microsoft.com)
14
+ - Bump backfill-cache to v5.7.1
15
+ - Bump backfill-config to v6.4.1
16
+ - Bump backfill-hasher to v6.5.1
17
+ - Bump backfill-logger to v5.2.1
18
+ - Bump backfill-utils-dotenv to v5.2.1
19
+
7
20
  ## 6.2.0
8
21
 
9
- Tue, 05 Sep 2023 19:56:31 GMT
22
+ Tue, 05 Sep 2023 19:56:47 GMT
10
23
 
11
24
  ### Minor changes
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
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.7.1",
24
+ "backfill-config": "^6.4.1",
25
+ "backfill-hasher": "^6.5.1",
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"