lage 1.8.5 → 1.8.6

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,22 @@
2
2
  "name": "lage",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Sep 2022 01:09:18 GMT",
5
+ "date": "Sat, 17 Sep 2022 02:10:56 GMT",
6
+ "tag": "lage_v1.8.6",
7
+ "version": "1.8.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "lage",
13
+ "commit": "75e04107cab3038247a70784d22aae87f43e6ddc",
14
+ "comment": "Update dependency execa to v5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 17 Sep 2022 01:09:34 GMT",
6
21
  "tag": "lage_v1.8.5",
7
22
  "version": "1.8.5",
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 Sat, 17 Sep 2022 01:09:18 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 17 Sep 2022 02:10:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.8.6
8
+
9
+ Sat, 17 Sep 2022 02:10:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency execa to v5 (email not defined)
14
+
7
15
  ## 1.8.5
8
16
 
9
- Sat, 17 Sep 2022 01:09:18 GMT
17
+ Sat, 17 Sep 2022 01:09:34 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.5",
3
+ "version": "1.8.6",
4
4
  "description": "A monorepo task runner",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -35,7 +35,7 @@
35
35
  "backfill-logger": "^5.1.3",
36
36
  "chalk": "^4.0.0",
37
37
  "cosmiconfig": "^7.0.0",
38
- "execa": "^4.0.3",
38
+ "execa": "^5.0.0",
39
39
  "fast-glob": "^3.2.2",
40
40
  "npmlog": "^4.1.2",
41
41
  "p-graph": "^1.1.1",