backfill 6.1.27 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.json +106 -1
  2. package/CHANGELOG.md +28 -2
  3. package/package.json +19 -16
package/CHANGELOG.json CHANGED
@@ -2,7 +2,112 @@
2
2
  "name": "backfill",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 13 Apr 2023 20:28:14 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",
51
+ "tag": "backfill_v6.2.0",
52
+ "version": "6.2.0",
53
+ "comments": {
54
+ "minor": [
55
+ {
56
+ "author": "elcraig@microsoft.com",
57
+ "package": "backfill",
58
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712",
59
+ "comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "backfill",
64
+ "comment": "Bump backfill-cache to v5.7.0",
65
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "backfill",
70
+ "comment": "Bump backfill-config to v6.4.0",
71
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "backfill",
76
+ "comment": "Bump backfill-hasher to v6.5.0",
77
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "backfill",
82
+ "comment": "Bump backfill-logger to v5.2.0",
83
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "backfill",
88
+ "comment": "Bump backfill-utils-dotenv to v5.2.0",
89
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Tue, 05 Sep 2023 19:33:16 GMT",
96
+ "tag": "backfill_v6.1.27",
97
+ "version": "6.1.27",
98
+ "comments": {
99
+ "none": [
100
+ {
101
+ "author": "elcraig@microsoft.com",
102
+ "package": "backfill",
103
+ "commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1",
104
+ "comment": "Unpin devDependencies"
105
+ }
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "date": "Thu, 13 Apr 2023 20:28:21 GMT",
6
111
  "tag": "backfill_v6.1.27",
7
112
  "version": "6.1.27",
8
113
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - backfill
2
2
 
3
- This log was last generated on Thu, 13 Apr 2023 20:28:14 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
+
20
+ ## 6.2.0
21
+
22
+ Tue, 05 Sep 2023 19:56:47 GMT
23
+
24
+ ### Minor changes
25
+
26
+ - Require Node 14; add downlevel syntax compilation to ES2020 for Node 14 (elcraig@microsoft.com)
27
+ - Bump backfill-cache to v5.7.0
28
+ - Bump backfill-config to v6.4.0
29
+ - Bump backfill-hasher to v6.5.0
30
+ - Bump backfill-logger to v5.2.0
31
+ - Bump backfill-utils-dotenv to v5.2.0
32
+
7
33
  ## 6.1.27
8
34
 
9
- Thu, 13 Apr 2023 20:28:14 GMT
35
+ Thu, 13 Apr 2023 20:28:21 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.1.27",
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.6.4",
24
- "backfill-config": "^6.3.1",
25
- "backfill-hasher": "^6.4.5",
26
- "backfill-logger": "^5.1.3",
27
- "backfill-utils-dotenv": "^5.1.1",
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",
@@ -33,15 +33,18 @@
33
33
  "yargs": "^16.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/fs-extra": "9.0.13",
37
- "@types/jest": "25.2.3",
38
- "@types/node": "14.18.36",
39
- "@types/yargs": "15.0.15",
40
- "backfill-utils-test": "^5.1.3",
41
- "backfill-utils-tsconfig": "^5.0.0",
42
- "jest": "25.5.4",
43
- "ts-jest": "25.5.1",
44
- "ts-mockito": "2.6.1",
45
- "typescript": "4.1.2"
36
+ "@types/fs-extra": "^9.0.13",
37
+ "@types/jest": "^29.0.0",
38
+ "@types/node": "^14.18.36",
39
+ "@types/yargs": "^15.0.15",
40
+ "backfill-utils-test": "*",
41
+ "backfill-utils-tsconfig": "*",
42
+ "jest": "^29.0.0",
43
+ "ts-jest": "^29.0.0",
44
+ "ts-mockito": "^2.6.1",
45
+ "typescript": "~4.3.0"
46
+ },
47
+ "engines": {
48
+ "node": ">=14"
46
49
  }
47
50
  }