lage 1.7.5 → 1.7.8

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": "Tue, 23 Aug 2022 07:53:38 GMT",
5
+ "date": "Wed, 24 Aug 2022 22:25:49 GMT",
6
+ "tag": "lage_v1.7.8",
7
+ "version": "1.7.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "lage",
13
+ "commit": "ae1468bf230ea12b1910214d0ce394da75675d09",
14
+ "comment": "Update dependency @types/node to v14.18.26"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 24 Aug 2022 16:23:48 GMT",
21
+ "tag": "lage_v1.7.7",
22
+ "version": "1.7.7",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "mhuan13@gmail.com",
27
+ "package": "lage",
28
+ "commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601",
29
+ "comment": "update backfill & backfill-hasher"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 24 Aug 2022 15:22:38 GMT",
36
+ "tag": "lage_v1.7.6",
37
+ "version": "1.7.6",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "renovate@whitesourcesoftware.com",
42
+ "package": "lage",
43
+ "commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85",
44
+ "comment": "Update dependency workspace-tools to ^0.26.0"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 23 Aug 2022 07:53:50 GMT",
6
51
  "tag": "lage_v1.7.5",
7
52
  "version": "1.7.5",
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 Tue, 23 Aug 2022 07:53:38 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 24 Aug 2022 22:25:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.7.8
8
+
9
+ Wed, 24 Aug 2022 22:25:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency @types/node to v14.18.26 (renovate@whitesourcesoftware.com)
14
+
15
+ ## 1.7.7
16
+
17
+ Wed, 24 Aug 2022 16:23:48 GMT
18
+
19
+ ### Patches
20
+
21
+ - update backfill & backfill-hasher (mhuan13@gmail.com)
22
+
23
+ ## 1.7.6
24
+
25
+ Wed, 24 Aug 2022 15:22:38 GMT
26
+
27
+ ### Patches
28
+
29
+ - Update dependency workspace-tools to ^0.26.0 (renovate@whitesourcesoftware.com)
30
+
7
31
  ## 1.7.5
8
32
 
9
- Tue, 23 Aug 2022 07:53:38 GMT
33
+ Tue, 23 Aug 2022 07:53:50 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.5",
3
+ "version": "1.7.8",
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,13 +42,12 @@
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",
49
48
  "p-limit": "^3.1.0",
50
49
  "p-profiler": "^0.2.1",
51
- "workspace-tools": "^0.23.0",
50
+ "workspace-tools": "^0.26.0",
52
51
  "yargs-parser": "^18.1.3"
53
52
  },
54
53
  "devDependencies": {
@@ -56,10 +55,9 @@
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",