backfill 6.1.27 → 6.2.0

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,67 @@
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 19:56:31 GMT",
6
+ "tag": "backfill_v6.2.0",
7
+ "version": "6.2.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "backfill",
13
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712",
14
+ "comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "backfill",
19
+ "comment": "Bump backfill-cache to v5.7.0",
20
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "backfill",
25
+ "comment": "Bump backfill-config to v6.4.0",
26
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "backfill",
31
+ "comment": "Bump backfill-hasher to v6.5.0",
32
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "backfill",
37
+ "comment": "Bump backfill-logger to v5.2.0",
38
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "backfill",
43
+ "comment": "Bump backfill-utils-dotenv to v5.2.0",
44
+ "commit": "855bedee100eaa54032d85e7cd92f9205e914712"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 05 Sep 2023 19:33:16 GMT",
51
+ "tag": "backfill_v6.1.27",
52
+ "version": "6.1.27",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "elcraig@microsoft.com",
57
+ "package": "backfill",
58
+ "commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1",
59
+ "comment": "Unpin devDependencies"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Thu, 13 Apr 2023 20:28:21 GMT",
6
66
  "tag": "backfill_v6.1.27",
7
67
  "version": "6.1.27",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
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 19:56:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.2.0
8
+
9
+ Tue, 05 Sep 2023 19:56:31 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Require Node 14; add downlevel syntax compilation to ES2020 for Node 14 (elcraig@microsoft.com)
14
+ - Bump backfill-cache to v5.7.0
15
+ - Bump backfill-config to v6.4.0
16
+ - Bump backfill-hasher to v6.5.0
17
+ - Bump backfill-logger to v5.2.0
18
+ - Bump backfill-utils-dotenv to v5.2.0
19
+
7
20
  ## 6.1.27
8
21
 
9
- Thu, 13 Apr 2023 20:28:14 GMT
22
+ Thu, 13 Apr 2023 20:28:21 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backfill",
3
- "version": "6.1.27",
3
+ "version": "6.2.0",
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.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",
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": "^25.2.3",
38
+ "@types/node": "^14.18.36",
39
+ "@types/yargs": "^15.0.15",
40
+ "backfill-utils-test": "*",
41
+ "backfill-utils-tsconfig": "*",
42
+ "jest": "^25.5.4",
43
+ "ts-jest": "^25.5.1",
44
+ "ts-mockito": "^2.6.1",
45
+ "typescript": "~4.1.2"
46
+ },
47
+ "engines": {
48
+ "node": ">=14"
46
49
  }
47
50
  }