@lage-run/reporters 1.2.6 → 1.2.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,79 @@
2
2
  "name": "@lage-run/reporters",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 12 Dec 2023 04:22:18 GMT",
5
+ "date": "Wed, 28 Aug 2024 21:12:23 GMT",
6
+ "version": "1.2.8",
7
+ "tag": "@lage-run/reporters_v1.2.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/reporters",
13
+ "comment": "Bump @lage-run/scheduler-types to v0.3.14",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 17 Apr 2024 23:20:47 GMT",
21
+ "version": "1.2.7",
22
+ "tag": "@lage-run/reporters_v1.2.7",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "elcraig@microsoft.com",
27
+ "package": "@lage-run/reporters",
28
+ "commit": "fb4fcb8419cc778210104d7d04102fc95df13d5b",
29
+ "comment": "Update formatting"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 21 Dec 2023 09:49:09 GMT",
36
+ "version": "1.2.7",
37
+ "tag": "@lage-run/reporters_v1.2.7",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "elcraig@microsoft.com",
42
+ "package": "@lage-run/reporters",
43
+ "commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
44
+ "comment": "Pin external deps to ensure explicit updates to lage bundle"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@lage-run/reporters",
49
+ "comment": "Bump @lage-run/scheduler-types to v0.3.13",
50
+ "commit": "not available"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@lage-run/reporters",
55
+ "comment": "Bump @lage-run/target-graph to v0.8.9",
56
+ "commit": "not available"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 21 Dec 2023 08:37:41 GMT",
63
+ "version": "1.2.6",
64
+ "tag": "@lage-run/reporters_v1.2.6",
65
+ "comments": {
66
+ "none": [
67
+ {
68
+ "author": "elcraig@microsoft.com",
69
+ "package": "@lage-run/reporters",
70
+ "commit": "0752bad677868d982719f792f6692ab43ad325e0",
71
+ "comment": "Use ranges for devDependencies"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Tue, 12 Dec 2023 04:22:41 GMT",
6
78
  "version": "1.2.6",
7
79
  "tag": "@lage-run/reporters_v1.2.6",
8
80
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/reporters
2
2
 
3
- This log was last generated on Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Aug 2024 21:12:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.2.8
8
+
9
+ Wed, 28 Aug 2024 21:12:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler-types to v0.3.14
14
+
15
+ ## 1.2.7
16
+
17
+ Thu, 21 Dec 2023 09:49:09 GMT
18
+
19
+ ### Patches
20
+
21
+ - Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com)
22
+ - Bump @lage-run/scheduler-types to v0.3.13
23
+ - Bump @lage-run/target-graph to v0.8.9
24
+
7
25
  ## 1.2.6
8
26
 
9
- Tue, 12 Dec 2023 04:22:18 GMT
27
+ Tue, 12 Dec 2023 04:22:41 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lage-run/reporters
2
2
 
3
- This package provides some default built-in reporters to be used inside @lage-run/cli (and lage, the main entry point to the tool). The `Reporter` interface comes from `@lage-run/logger`.
3
+ This package provides some default built-in reporters to be used inside @lage-run/cli (and lage, the main entry point to the tool). The `Reporter` interface comes from `@lage-run/logger`.
4
4
 
5
5
  ## NpmLogReporter
6
6
 
@@ -34,14 +34,14 @@ info ✓ done b build - 30.00s
34
34
  info ➔ start a build
35
35
  info ✖ fail a build
36
36
  info 🏗 Summary
37
- info
37
+ info
38
38
  info Nothing has been run.
39
39
  info ----------------------------------------------
40
40
  ERR! [a build] ERROR DETECTED
41
- ERR!
41
+ ERR!
42
42
  ERR! test message for a#build
43
43
  ERR! test message for a#build again, but look there is an error!
44
- ERR!
44
+ ERR!
45
45
  info ----------------------------------------------
46
46
  info Took a total of 1m 40.00s to complete
47
47
  ```
@@ -79,9 +79,9 @@ INFO: a test success, took 60.00s
79
79
  INFO: b build success, took 60.00s
80
80
  [Tasks Count] success: 2, skipped: 0, pending: 0, aborted: 0
81
81
  ##[error] [a build] ERROR DETECTED
82
- ##[error]
82
+ ##[error]
83
83
  ##[error] test message for a#build
84
84
  ##[error] test message for a#build again, but look there is an error!
85
- ##[error]
85
+ ##[error]
86
86
  INFO: Took a total of 1m 40.00s to complete
87
- ```
87
+ ```
package/jest.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require("monorepo-scripts/config/jest.config.js");
1
+ module.exports = require("@lage-run/monorepo-scripts/config/jest.config.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/reporters",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "Log reporters for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,16 +18,16 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lage-run/logger": "^1.3.0",
21
- "@lage-run/scheduler-types": "^0.3.12",
22
- "@lage-run/target-graph": "^0.8.8",
21
+ "@lage-run/scheduler-types": "^0.3.14",
22
+ "@lage-run/target-graph": "^0.8.9",
23
23
  "@lage-run/format-hrtime": "^0.1.5",
24
- "@ms-cloudpack/task-reporter": "^0.5.0",
25
- "chalk": "^4.0.0",
26
- "ansi-regex": "^5.0.1",
27
- "gradient-string": "^2.0.1"
24
+ "@ms-cloudpack/task-reporter": "0.5.3",
25
+ "chalk": "4.1.2",
26
+ "ansi-regex": "5.0.1",
27
+ "gradient-string": "2.0.2"
28
28
  },
29
29
  "devDependencies": {
30
- "memory-streams": "0.1.3"
30
+ "memory-streams": "^0.1.3"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"