lage 1.7.6 → 1.7.9

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": "lage",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 24 Aug 2022 15:22:25 GMT",
5
+ "date": "Thu, 25 Aug 2022 19:01:30 GMT",
6
+ "tag": "lage_v1.7.9",
7
+ "version": "1.7.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "lage",
13
+ "commit": "9f99ae972fdf5740a5b78e494bfb984536767d1b",
14
+ "comment": "Update dependency beachball to v2.30.1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 24 Aug 2022 22:26:03 GMT",
21
+ "tag": "lage_v1.7.8",
22
+ "version": "1.7.8",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "renovate@whitesourcesoftware.com",
27
+ "package": "lage",
28
+ "commit": "ae1468bf230ea12b1910214d0ce394da75675d09",
29
+ "comment": "Update dependency @types/node to v14.18.26"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 24 Aug 2022 16:23:48 GMT",
36
+ "tag": "lage_v1.7.7",
37
+ "version": "1.7.7",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "mhuan13@gmail.com",
42
+ "package": "lage",
43
+ "commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601",
44
+ "comment": "update backfill & backfill-hasher"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 24 Aug 2022 15:22:38 GMT",
6
51
  "tag": "lage_v1.7.6",
7
52
  "version": "1.7.6",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - lage
2
2
 
3
- This log was last generated on Wed, 24 Aug 2022 15:22:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 Aug 2022 19:01:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.7.9
8
+
9
+ Thu, 25 Aug 2022 19:01:30 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency beachball to v2.30.1 (renovate@whitesourcesoftware.com)
14
+
15
+ ## 1.7.8
16
+
17
+ Wed, 24 Aug 2022 22:26:03 GMT
18
+
19
+ ### Patches
20
+
21
+ - Update dependency @types/node to v14.18.26 (renovate@whitesourcesoftware.com)
22
+
23
+ ## 1.7.7
24
+
25
+ Wed, 24 Aug 2022 16:23:48 GMT
26
+
27
+ ### Patches
28
+
29
+ - update backfill & backfill-hasher (mhuan13@gmail.com)
30
+
7
31
  ## 1.7.6
8
32
 
9
- Wed, 24 Aug 2022 15:22:25 GMT
33
+ Wed, 24 Aug 2022 15:22:38 GMT
10
34
 
11
35
  ### Patches
12
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lage",
3
- "version": "1.7.6",
3
+ "version": "1.7.9",
4
4
  "description": "A monorepo task runner",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -33,7 +33,7 @@
33
33
  "@lage-run/logger": "*",
34
34
  "@xmldom/xmldom": "^0.8.0",
35
35
  "abort-controller": "^3.0.0",
36
- "backfill": "^6.1.20",
36
+ "backfill": "^6.1.21",
37
37
  "backfill-cache": "^5.6.1",
38
38
  "backfill-config": "^6.3.0",
39
39
  "backfill-logger": "^5.1.3",
@@ -42,7 +42,6 @@
42
42
  "cosmiconfig": "^6.0.0",
43
43
  "execa": "^4.0.3",
44
44
  "fast-glob": "^3.2.2",
45
- "git-url-parse": "^11.1.2",
46
45
  "ioredis": "^4.28.0",
47
46
  "npmlog": "^4.1.2",
48
47
  "p-graph": "^1.1.1",
@@ -56,14 +55,13 @@
56
55
  "@types/chalk": "2.2.0",
57
56
  "@types/cosmiconfig": "6.0.0",
58
57
  "@types/execa": "2.0.0",
59
- "@types/git-url-parse": "9.0.1",
60
58
  "@types/ioredis": "4.28.10",
61
59
  "@types/jest": "^27.0.1",
62
- "@types/node": "^14.0.0",
60
+ "@types/node": "14.18.26",
63
61
  "@types/npmlog": "4.1.4",
64
62
  "@types/p-queue": "3.2.1",
65
63
  "@types/yargs-parser": "15.0.0",
66
- "beachball": "2.26.0",
64
+ "beachball": "2.30.1",
67
65
  "gh-pages": "2.2.0",
68
66
  "jest": "^27.2.0",
69
67
  "ts-jest": "^27.0.5",