lage 1.8.3 → 1.8.4
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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "lage",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 17 Sep 2022 00:05:27 GMT",
|
|
6
|
+
"tag": "lage_v1.8.4",
|
|
7
|
+
"version": "1.8.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "lage",
|
|
13
|
+
"commit": "047fbe82177b45863ae551840c1ed37221df59cc",
|
|
14
|
+
"comment": "Update dependency cosmiconfig to v7 (support `lagerc.cjs` and `lage.config.cjs`)"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 16 Sep 2022 23:45:26 GMT",
|
|
6
21
|
"tag": "lage_v1.8.3",
|
|
7
22
|
"version": "1.8.3",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - lage
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 17 Sep 2022 00:05:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.8.4
|
|
8
|
+
|
|
9
|
+
Sat, 17 Sep 2022 00:05:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency cosmiconfig to v7 (support `lagerc.cjs` and `lage.config.cjs`) (email not defined)
|
|
14
|
+
|
|
7
15
|
## 1.8.3
|
|
8
16
|
|
|
9
|
-
Fri, 16 Sep 2022 23:45:
|
|
17
|
+
Fri, 16 Sep 2022 23:45:26 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lage",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "A monorepo task runner",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
"start": "tsc -w --preserveWatchOutput",
|
|
26
26
|
"test": "jest"
|
|
27
27
|
},
|
|
28
|
-
"resolutions": {
|
|
29
|
-
"mermaid": "9.1.2",
|
|
30
|
-
"watchpack": "1.7.5"
|
|
31
|
-
},
|
|
32
28
|
"dependencies": {
|
|
33
29
|
"@lage-run/logger": "*",
|
|
34
30
|
"@xmldom/xmldom": "^0.8.0",
|
|
@@ -38,7 +34,7 @@
|
|
|
38
34
|
"backfill-config": "^6.3.0",
|
|
39
35
|
"backfill-logger": "^5.1.3",
|
|
40
36
|
"chalk": "^4.0.0",
|
|
41
|
-
"cosmiconfig": "^
|
|
37
|
+
"cosmiconfig": "^7.0.0",
|
|
42
38
|
"execa": "^4.0.3",
|
|
43
39
|
"fast-glob": "^3.2.2",
|
|
44
40
|
"npmlog": "^4.1.2",
|