@monorepolint/rules 0.5.0-alpha.128 → 0.5.0-alpha.129
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/.turbo/turbo-test.log +181 -179
- package/.turbo/turbo-transpile-typescript.log +3 -3
- package/package.json +5 -5
package/.turbo/turbo-test.log
CHANGED
|
@@ -3,84 +3,28 @@
|
|
|
3
3
|
> NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests
|
|
4
4
|
|
|
5
5
|
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
6
|
+
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
7
|
+
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
6
8
|
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
7
9
|
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
8
|
-
|
|
9
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
10
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.271 s[49m[22m[0m)
|
|
10
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.806 s[49m[22m[0m)
|
|
11
11
|
consistentVersions
|
|
12
12
|
standard tests
|
|
13
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
14
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency version (
|
|
15
|
-
[32m✓[39m [2mIgnores packages that have a correct dependency version (
|
|
13
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (12 ms)[22m
|
|
14
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency version (12 ms)[22m
|
|
15
|
+
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
16
16
|
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (2 ms)[22m
|
|
17
17
|
[32m✓[39m [2mIgnores packages that have a correct devDependency version (2 ms)[22m
|
|
18
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (
|
|
18
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (5 ms)[22m
|
|
19
19
|
Multiple accepted versions tests
|
|
20
|
-
[32m✓[39m [2mAccepts a match when multiple versions are configured (
|
|
21
|
-
[32m✓[39m [2mErrors when version does not match (
|
|
22
|
-
|
|
23
|
-
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
24
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m6.671 s[49m[22m[0m)
|
|
25
|
-
mustSatisfyPeerDependencies
|
|
26
|
-
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (5 ms)[22m
|
|
27
|
-
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
28
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (5 ms)[22m
|
|
29
|
-
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (5 ms)[22m
|
|
30
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (8 ms)[22m
|
|
31
|
-
[32m✓[39m [2mHonors dependencyWhitelist (8 ms)[22m
|
|
32
|
-
[32m✓[39m [2mHonors dependencyBlacklist (4 ms)[22m
|
|
33
|
-
regex tests
|
|
34
|
-
[32m✓[39m [2mProperly matches any version range regex (59 ms)[22m
|
|
35
|
-
[32m✓[39m [2mProperly matches greator or equal version range regex (11 ms)[22m
|
|
36
|
-
[32m✓[39m [2mProperly matches major version range regex (17 ms)[22m
|
|
37
|
-
[32m✓[39m [2mProperly matches allowed range regex (13 ms)[22m
|
|
38
|
-
Determines dependencies satisfaction correctly
|
|
39
|
-
[32m✓[39m [2mversion is version (1 ms)[22m
|
|
40
|
-
[32m✓[39m [2mversion satisfies a range (4 ms)[22m
|
|
41
|
-
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
42
|
-
[32m✓[39m [2mversion satisfies a greator or equal version range (3 ms)[22m
|
|
43
|
-
[32m✓[39m [2mhigher version satisfies a greator or equal version range (1 ms)[22m
|
|
44
|
-
[32m✓[39m [2mversion satisfies 'any' range (1 ms)[22m
|
|
45
|
-
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
46
|
-
[32m✓[39m [2mrange satisfies 'any' range (1 ms)[22m
|
|
47
|
-
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
48
|
-
[32m✓[39m [2mversion found in union start (1 ms)[22m
|
|
49
|
-
[32m✓[39m [2mversion found in union end (1 ms)[22m
|
|
50
|
-
[32m✓[39m [2mversion satisfies a range in union start (1 ms)[22m
|
|
51
|
-
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
52
|
-
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
53
|
-
[32m✓[39m [2mhigher version satisfies a range in union end (11 ms)[22m
|
|
54
|
-
[32m✓[39m [2mrange found in union start[22m
|
|
55
|
-
[32m✓[39m [2mrange found in union end (1 ms)[22m
|
|
56
|
-
[32m✓[39m [2munion satisfies greator or equal version range (1 ms)[22m
|
|
57
|
-
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range (2 ms)[22m
|
|
58
|
-
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (1 ms)[22m
|
|
59
|
-
[32m✓[39m [2mhigher range satisfies a range in union start (1 ms)[22m
|
|
60
|
-
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
61
|
-
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
62
|
-
[32m✓[39m [2mequivalent major ranges satisfy each other (4 ms)[22m
|
|
63
|
-
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
64
|
-
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
65
|
-
Determines dependencies intersections correctly
|
|
66
|
-
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
67
|
-
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
68
|
-
[32m✓[39m [2mmajor vs any[22m
|
|
69
|
-
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
70
|
-
[32m✓[39m [2many vs any (1 ms)[22m
|
|
71
|
-
[32m✓[39m [2mexact vs greater or equal (1 ms)[22m
|
|
72
|
-
[32m✓[39m [2mmajor vs greater or equal (2 ms)[22m
|
|
73
|
-
[32m✓[39m [2mgreater or equal vs greater or equal (4 ms)[22m
|
|
74
|
-
[32m✓[39m [2mexact vs major (3 ms)[22m
|
|
75
|
-
[32m✓[39m [2mmajor vs major (1 ms)[22m
|
|
76
|
-
[32m✓[39m [2mexact vs union (2 ms)[22m
|
|
77
|
-
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
78
|
-
[32m✓[39m [2munion vs union (2 ms)[22m
|
|
20
|
+
[32m✓[39m [2mAccepts a match when multiple versions are configured (2 ms)[22m
|
|
21
|
+
[32m✓[39m [2mErrors when version does not match (5 ms)[22m
|
|
79
22
|
|
|
80
|
-
(node:
|
|
23
|
+
(node:3296) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
81
24
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
25
|
+
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
82
26
|
[2mconsole.log[22m
|
|
83
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
27
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3302-2zP2KzBwIbGw)
|
|
84
28
|
[2m[22m
|
|
85
29
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
86
30
|
|
|
@@ -103,7 +47,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
103
47
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
104
48
|
|
|
105
49
|
[2mconsole.log[22m
|
|
106
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
50
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3302-NErEPryq74oF)
|
|
107
51
|
[2m[22m
|
|
108
52
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
109
53
|
|
|
@@ -113,7 +57,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
113
57
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
114
58
|
|
|
115
59
|
[2mconsole.log[22m
|
|
116
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
60
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-rpdyNB4ZeX8b)
|
|
117
61
|
[2m[22m
|
|
118
62
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
119
63
|
|
|
@@ -123,7 +67,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
123
67
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
124
68
|
|
|
125
69
|
[2mconsole.log[22m
|
|
126
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
70
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-X1ov3stpUOIe)
|
|
127
71
|
[2m[22m
|
|
128
72
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
129
73
|
|
|
@@ -146,7 +90,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
146
90
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
147
91
|
|
|
148
92
|
[2mconsole.log[22m
|
|
149
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
93
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-iylplG0DnYP4)
|
|
150
94
|
[2m[22m
|
|
151
95
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
152
96
|
|
|
@@ -156,7 +100,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
156
100
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
157
101
|
|
|
158
102
|
[2mconsole.log[22m
|
|
159
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
103
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-9erz1v5yXWh8)
|
|
160
104
|
[2m[22m
|
|
161
105
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
162
106
|
|
|
@@ -166,7 +110,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
166
110
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
167
111
|
|
|
168
112
|
[2mconsole.log[22m
|
|
169
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
113
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-VXHp1yqy2NtY)
|
|
170
114
|
[2m[22m
|
|
171
115
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
172
116
|
|
|
@@ -175,10 +119,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
175
119
|
[2m[22m
|
|
176
120
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
177
121
|
|
|
178
|
-
(node:
|
|
122
|
+
(node:3302) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
179
123
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
180
124
|
[2mconsole.log[22m
|
|
181
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
125
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3302-g9VEz6KLVjLH)
|
|
182
126
|
[2m[22m
|
|
183
127
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
184
128
|
|
|
@@ -201,7 +145,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
201
145
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
202
146
|
|
|
203
147
|
[2mconsole.log[22m
|
|
204
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
148
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3302-f5mfNgQNiOGQ)
|
|
205
149
|
[2m[22m
|
|
206
150
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
207
151
|
|
|
@@ -211,7 +155,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
211
155
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
212
156
|
|
|
213
157
|
[2mconsole.log[22m
|
|
214
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
158
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-6pBCFc4e4hGf)
|
|
215
159
|
[2m[22m
|
|
216
160
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
217
161
|
|
|
@@ -221,7 +165,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
221
165
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
222
166
|
|
|
223
167
|
[2mconsole.log[22m
|
|
224
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
168
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-y0r1NzLKRi3j)
|
|
225
169
|
[2m[22m
|
|
226
170
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
227
171
|
|
|
@@ -244,7 +188,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
244
188
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
245
189
|
|
|
246
190
|
[2mconsole.log[22m
|
|
247
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
191
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-1EWbHFlQY62p)
|
|
248
192
|
[2m[22m
|
|
249
193
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
250
194
|
|
|
@@ -254,7 +198,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
254
198
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
255
199
|
|
|
256
200
|
[2mconsole.log[22m
|
|
257
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
201
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-HZNHzXPgunXp)
|
|
258
202
|
[2m[22m
|
|
259
203
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
260
204
|
|
|
@@ -264,7 +208,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
264
208
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
265
209
|
|
|
266
210
|
[2mconsole.log[22m
|
|
267
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
211
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3302-D5w2JY21O9Ec)
|
|
268
212
|
[2m[22m
|
|
269
213
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
270
214
|
|
|
@@ -273,32 +217,98 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
273
217
|
[2m[22m
|
|
274
218
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
275
219
|
|
|
276
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[
|
|
220
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m7.222 s[49m[22m[0m)
|
|
277
221
|
expectPackageScript (SimpleHost)
|
|
278
222
|
fix: false
|
|
279
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
223
|
+
[32m✓[39m [2mhandles an empty script section (80 ms)[22m
|
|
280
224
|
fix: true
|
|
281
225
|
[32m✓[39m [2mfixes an empty script section (5 ms)[22m
|
|
282
|
-
[32m✓[39m [2madds a script (
|
|
283
|
-
[32m✓[39m [2mdoes nothing if the value exists (
|
|
226
|
+
[32m✓[39m [2madds a script (6 ms)[22m
|
|
227
|
+
[32m✓[39m [2mdoes nothing if the value exists (1 ms)[22m
|
|
284
228
|
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (10 ms)[22m
|
|
285
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
229
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (11 ms)[22m
|
|
286
230
|
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
287
231
|
[32m✓[39m [2mcan allow only empty (4 ms)[22m
|
|
288
232
|
expectPackageScript (CachingHost)
|
|
289
233
|
fix: false
|
|
290
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
234
|
+
[32m✓[39m [2mhandles an empty script section (31 ms)[22m
|
|
291
235
|
fix: true
|
|
292
236
|
[32m✓[39m [2mfixes an empty script section (4 ms)[22m
|
|
293
237
|
[32m✓[39m [2madds a script (4 ms)[22m
|
|
294
238
|
[32m✓[39m [2mdoes nothing if the value exists (1 ms)[22m
|
|
295
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
296
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
239
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (10 ms)[22m
|
|
240
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (5 ms)[22m
|
|
297
241
|
[32m✓[39m [2mcan fix to empty (4 ms)[22m
|
|
298
|
-
[32m✓[39m [2mcan allow only empty (
|
|
242
|
+
[32m✓[39m [2mcan allow only empty (4 ms)[22m
|
|
243
|
+
|
|
244
|
+
(node:3295) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
245
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
246
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m7.509 s[49m[22m[0m)
|
|
247
|
+
mustSatisfyPeerDependencies
|
|
248
|
+
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (4 ms)[22m
|
|
249
|
+
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
250
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (4 ms)[22m
|
|
251
|
+
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (3 ms)[22m
|
|
252
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (7 ms)[22m
|
|
253
|
+
[32m✓[39m [2mHonors dependencyWhitelist (5 ms)[22m
|
|
254
|
+
[32m✓[39m [2mHonors dependencyBlacklist (13 ms)[22m
|
|
255
|
+
regex tests
|
|
256
|
+
[32m✓[39m [2mProperly matches any version range regex (28 ms)[22m
|
|
257
|
+
[32m✓[39m [2mProperly matches greator or equal version range regex (18 ms)[22m
|
|
258
|
+
[32m✓[39m [2mProperly matches major version range regex (25 ms)[22m
|
|
259
|
+
[32m✓[39m [2mProperly matches allowed range regex (25 ms)[22m
|
|
260
|
+
Determines dependencies satisfaction correctly
|
|
261
|
+
[32m✓[39m [2mversion is version (1 ms)[22m
|
|
262
|
+
[32m✓[39m [2mversion satisfies a range (4 ms)[22m
|
|
263
|
+
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
264
|
+
[32m✓[39m [2mversion satisfies a greator or equal version range (1 ms)[22m
|
|
265
|
+
[32m✓[39m [2mhigher version satisfies a greator or equal version range (10 ms)[22m
|
|
266
|
+
[32m✓[39m [2mversion satisfies 'any' range (8 ms)[22m
|
|
267
|
+
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
268
|
+
[32m✓[39m [2mrange satisfies 'any' range (2 ms)[22m
|
|
269
|
+
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
270
|
+
[32m✓[39m [2mversion found in union start (1 ms)[22m
|
|
271
|
+
[32m✓[39m [2mversion found in union end (1 ms)[22m
|
|
272
|
+
[32m✓[39m [2mversion satisfies a range in union start (1 ms)[22m
|
|
273
|
+
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
274
|
+
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
275
|
+
[32m✓[39m [2mhigher version satisfies a range in union end (1 ms)[22m
|
|
276
|
+
[32m✓[39m [2mrange found in union start (1 ms)[22m
|
|
277
|
+
[32m✓[39m [2mrange found in union end (1 ms)[22m
|
|
278
|
+
[32m✓[39m [2munion satisfies greator or equal version range (1 ms)[22m
|
|
279
|
+
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range[22m
|
|
280
|
+
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (1 ms)[22m
|
|
281
|
+
[32m✓[39m [2mhigher range satisfies a range in union start[22m
|
|
282
|
+
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
283
|
+
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
284
|
+
[32m✓[39m [2mequivalent major ranges satisfy each other (5 ms)[22m
|
|
285
|
+
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
286
|
+
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
287
|
+
Determines dependencies intersections correctly
|
|
288
|
+
[32m✓[39m [2mequivalence (3 ms)[22m
|
|
289
|
+
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
290
|
+
[32m✓[39m [2mmajor vs any (1 ms)[22m
|
|
291
|
+
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
292
|
+
[32m✓[39m [2many vs any[22m
|
|
293
|
+
[32m✓[39m [2mexact vs greater or equal (2 ms)[22m
|
|
294
|
+
[32m✓[39m [2mmajor vs greater or equal (1 ms)[22m
|
|
295
|
+
[32m✓[39m [2mgreater or equal vs greater or equal (4 ms)[22m
|
|
296
|
+
[32m✓[39m [2mexact vs major (2 ms)[22m
|
|
297
|
+
[32m✓[39m [2mmajor vs major (4 ms)[22m
|
|
298
|
+
[32m✓[39m [2mexact vs union (1 ms)[22m
|
|
299
|
+
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
300
|
+
[32m✓[39m [2munion vs union (1 ms)[22m
|
|
301
|
+
|
|
302
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
303
|
+
bannedDependencies
|
|
304
|
+
[32m✓[39m [2mFlags banned dependencies correctly (11 ms)[22m
|
|
305
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (2 ms)[22m
|
|
306
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (1 ms)[22m
|
|
307
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (1 ms)[22m
|
|
308
|
+
[32m✓[39m [2mFlags banned transitives correctly (8 ms)[22m
|
|
299
309
|
|
|
300
310
|
[2mconsole.log[22m
|
|
301
|
-
[34mpackage[39m (/tmp/tmp-
|
|
311
|
+
[34mpackage[39m (/tmp/tmp-3302-MmbVdvWCYT8A)
|
|
302
312
|
[2m[22m
|
|
303
313
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
304
314
|
|
|
@@ -308,7 +318,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
308
318
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
309
319
|
|
|
310
320
|
[2mconsole.log[22m
|
|
311
|
-
[34mpackage[39m (/tmp/tmp-
|
|
321
|
+
[34mpackage[39m (/tmp/tmp-3302-SaIwCABYAxzz)
|
|
312
322
|
[2m[22m
|
|
313
323
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
314
324
|
|
|
@@ -317,16 +327,8 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
317
327
|
[2m[22m
|
|
318
328
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
319
329
|
|
|
320
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
321
|
-
bannedDependencies
|
|
322
|
-
[32m✓[39m [2mFlags banned dependencies correctly (19 ms)[22m
|
|
323
|
-
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (3 ms)[22m
|
|
324
|
-
[32m✓[39m [2mFlags banned dependencies correctly w new globs (2 ms)[22m
|
|
325
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (3 ms)[22m
|
|
326
|
-
[32m✓[39m [2mFlags banned transitives correctly (9 ms)[22m
|
|
327
|
-
|
|
328
330
|
[2mconsole.log[22m
|
|
329
|
-
[34mpackage[39m (/tmp/tmp-
|
|
331
|
+
[34mpackage[39m (/tmp/tmp-3302-qL2hQTwO6VpC)
|
|
330
332
|
[2m[22m
|
|
331
333
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
332
334
|
|
|
@@ -349,7 +351,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
349
351
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
350
352
|
|
|
351
353
|
[2mconsole.log[22m
|
|
352
|
-
[34mpackage[39m (/tmp/tmp-
|
|
354
|
+
[34mpackage[39m (/tmp/tmp-3302-UvGW6nYhtkBd)
|
|
353
355
|
[2m[22m
|
|
354
356
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
355
357
|
|
|
@@ -377,7 +379,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
377
379
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
378
380
|
|
|
379
381
|
[2mconsole.log[22m
|
|
380
|
-
[34mpackage[39m (/tmp/tmp-
|
|
382
|
+
[34mpackage[39m (/tmp/tmp-3302-lxyDdo3uUmnw)
|
|
381
383
|
[2m[22m
|
|
382
384
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
383
385
|
|
|
@@ -387,7 +389,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
387
389
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
388
390
|
|
|
389
391
|
[2mconsole.log[22m
|
|
390
|
-
[34mpackage[39m (/tmp/tmp-
|
|
392
|
+
[34mpackage[39m (/tmp/tmp-3302-AmlYSFoL7vzC)
|
|
391
393
|
[2m[22m
|
|
392
394
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
393
395
|
|
|
@@ -397,7 +399,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
397
399
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
398
400
|
|
|
399
401
|
[2mconsole.log[22m
|
|
400
|
-
[34mpackage[39m (/tmp/tmp-
|
|
402
|
+
[34mpackage[39m (/tmp/tmp-3302-nARTA2aOTfxE)
|
|
401
403
|
[2m[22m
|
|
402
404
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
403
405
|
|
|
@@ -420,26 +422,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
420
422
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
421
423
|
|
|
422
424
|
[2mconsole.log[22m
|
|
423
|
-
[34mpackage[39m (/tmp/tmp-
|
|
425
|
+
[34mpackage[39m (/tmp/tmp-3302-YyPetPt2lt0p)
|
|
424
426
|
[2m[22m
|
|
425
427
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
426
428
|
|
|
427
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
428
|
-
expectPackageEntries (SimpleHost)
|
|
429
|
-
fix: true
|
|
430
|
-
[32m✓[39m [2mfixes missing entries (68 ms)[22m
|
|
431
|
-
[32m✓[39m [2mfixes missing nested entries (5 ms)[22m
|
|
432
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
433
|
-
[32m✓[39m [2merrors for keys that are missing (10 ms)[22m
|
|
434
|
-
[32m✓[39m [2mhandles both entries and entriesExist (11 ms)[22m
|
|
435
|
-
expectPackageEntries (CachingHost)
|
|
436
|
-
fix: true
|
|
437
|
-
[32m✓[39m [2mfixes missing entries (16 ms)[22m
|
|
438
|
-
[32m✓[39m [2mfixes missing nested entries (9 ms)[22m
|
|
439
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
440
|
-
[32m✓[39m [2merrors for keys that are missing (7 ms)[22m
|
|
441
|
-
[32m✓[39m [2mhandles both entries and entriesExist (9 ms)[22m
|
|
442
|
-
|
|
443
429
|
[2m[31mconsole.error[39m[22m
|
|
444
430
|
[31m [31mError![39m[31m [35mpackage.json[39m[31m: Expected entry for 'bugs' to exist[39m
|
|
445
431
|
[2m[22m
|
|
@@ -463,22 +449,44 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
463
449
|
[2m[22m
|
|
464
450
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
465
451
|
|
|
452
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
453
|
+
expectPackageEntries (SimpleHost)
|
|
454
|
+
fix: true
|
|
455
|
+
[32m✓[39m [2mfixes missing entries (34 ms)[22m
|
|
456
|
+
[32m✓[39m [2mfixes missing nested entries (8 ms)[22m
|
|
457
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
458
|
+
[32m✓[39m [2merrors for keys that are missing (9 ms)[22m
|
|
459
|
+
[32m✓[39m [2mhandles both entries and entriesExist (24 ms)[22m
|
|
460
|
+
expectPackageEntries (CachingHost)
|
|
461
|
+
fix: true
|
|
462
|
+
[32m✓[39m [2mfixes missing entries (14 ms)[22m
|
|
463
|
+
[32m✓[39m [2mfixes missing nested entries (5 ms)[22m
|
|
464
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
465
|
+
[32m✓[39m [2merrors for keys that are missing (7 ms)[22m
|
|
466
|
+
[32m✓[39m [2mhandles both entries and entriesExist (13 ms)[22m
|
|
467
|
+
|
|
466
468
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
467
469
|
nestedWorkspaces
|
|
468
470
|
[32m✓[39m [2mchecks correctly when no packages (15 ms)[22m
|
|
469
|
-
[32m✓[39m [2mchecks correctly when one level packages (
|
|
470
|
-
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (
|
|
471
|
-
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (
|
|
472
|
-
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (
|
|
473
|
-
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (
|
|
471
|
+
[32m✓[39m [2mchecks correctly when one level packages (7 ms)[22m
|
|
472
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (4 ms)[22m
|
|
473
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (7 ms)[22m
|
|
474
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (6 ms)[22m
|
|
475
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
474
476
|
|
|
475
477
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
476
478
|
requireDependency
|
|
477
|
-
[32m✓[39m [2mchecks correctly (
|
|
478
|
-
[32m✓[39m [2mfixes correctly (
|
|
479
|
+
[32m✓[39m [2mchecks correctly (20 ms)[22m
|
|
480
|
+
[32m✓[39m [2mfixes correctly (8 ms)[22m
|
|
481
|
+
|
|
482
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
483
|
+
consistentDependencies
|
|
484
|
+
[32m✓[39m [2mchecks correctly (11 ms)[22m
|
|
485
|
+
[32m✓[39m [2mfixes correctly (3 ms)[22m
|
|
486
|
+
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
479
487
|
|
|
480
488
|
[2mconsole.log[22m
|
|
481
|
-
[34mpackage[39m (/tmp/tmp-
|
|
489
|
+
[34mpackage[39m (/tmp/tmp-3302-rZlJsEL56XfG)
|
|
482
490
|
[2m[22m
|
|
483
491
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
484
492
|
|
|
@@ -488,7 +496,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
488
496
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
489
497
|
|
|
490
498
|
[2mconsole.log[22m
|
|
491
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
499
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3302-ViT3M6VdDqyq)
|
|
492
500
|
[2m[22m
|
|
493
501
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
494
502
|
|
|
@@ -498,7 +506,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
498
506
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
499
507
|
|
|
500
508
|
[2mconsole.log[22m
|
|
501
|
-
[34mpackage[39m (/tmp/tmp-
|
|
509
|
+
[34mpackage[39m (/tmp/tmp-3302-krqG0YeTKlc2)
|
|
502
510
|
[2m[22m
|
|
503
511
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
504
512
|
|
|
@@ -508,7 +516,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
508
516
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
509
517
|
|
|
510
518
|
[2mconsole.log[22m
|
|
511
|
-
[34mpackage[39m (/tmp/tmp-
|
|
519
|
+
[34mpackage[39m (/tmp/tmp-3302-QS13VpygAztz)
|
|
512
520
|
[2m[22m
|
|
513
521
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
514
522
|
|
|
@@ -518,7 +526,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
518
526
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
519
527
|
|
|
520
528
|
[2mconsole.log[22m
|
|
521
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
529
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3302-ThXhMcKVBaTz)
|
|
522
530
|
[2m[22m
|
|
523
531
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
524
532
|
|
|
@@ -528,97 +536,76 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
528
536
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
529
537
|
|
|
530
538
|
[2mconsole.log[22m
|
|
531
|
-
[34mpackage[39m (/tmp/tmp-
|
|
532
|
-
[2m[22m
|
|
533
|
-
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
534
|
-
|
|
535
|
-
[2mconsole.log[22m
|
|
536
|
-
[32mFixed![39m [35mpackage.json[39m: Incorrect order of fields in package.json
|
|
539
|
+
[34mpackage[39m (/tmp/tmp-3302-K8GWVJG4sF32)
|
|
537
540
|
[2m[22m
|
|
538
541
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
539
542
|
|
|
540
543
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
541
544
|
expectPackageOrder (SimpleHost)
|
|
542
545
|
fix: true
|
|
543
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
544
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
545
|
-
[32m✓[39m [2mfixes order using function (
|
|
546
|
+
[32m✓[39m [2mfixes order for expected keys (18 ms)[22m
|
|
547
|
+
[32m✓[39m [2mfixes order for unexpected keys (24 ms)[22m
|
|
548
|
+
[32m✓[39m [2mfixes order using function (4 ms)[22m
|
|
546
549
|
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
547
550
|
expectPackageOrder (CachingHost)
|
|
548
551
|
fix: true
|
|
549
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
552
|
+
[32m✓[39m [2mfixes order for expected keys (6 ms)[22m
|
|
550
553
|
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
551
|
-
[32m✓[39m [2mfixes order using function (
|
|
552
|
-
[32m✓[39m [2mdoes nothing if already order (
|
|
553
|
-
|
|
554
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
555
|
-
consistentDependencies
|
|
556
|
-
[32m✓[39m [2mchecks correctly (16 ms)[22m
|
|
557
|
-
[32m✓[39m [2mfixes correctly (4 ms)[22m
|
|
558
|
-
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
554
|
+
[32m✓[39m [2mfixes order using function (4 ms)[22m
|
|
555
|
+
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
559
556
|
|
|
560
557
|
[2mconsole.log[22m
|
|
561
|
-
|
|
558
|
+
[32mFixed![39m [35mpackage.json[39m: Incorrect order of fields in package.json
|
|
562
559
|
[2m[22m
|
|
563
560
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
564
561
|
|
|
565
562
|
[2mconsole.log[22m
|
|
566
|
-
|
|
563
|
+
[34mrootProject[39m (/tmp/tmp-3296-K9ecRRhEhKz3)
|
|
567
564
|
[2m[22m
|
|
568
565
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
569
566
|
|
|
570
567
|
[2mconsole.log[22m
|
|
571
|
-
|
|
568
|
+
[32mFixed![39m [35mfoo.txt[39m: Expect file contents to match
|
|
572
569
|
[2m[22m
|
|
573
570
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
574
571
|
|
|
575
572
|
[2mconsole.log[22m
|
|
576
|
-
|
|
573
|
+
[34mrootProject[39m (/tmp/tmp-3296-glLwXlKNV77J)
|
|
577
574
|
[2m[22m
|
|
578
575
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
579
576
|
|
|
580
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
581
|
-
alphabeticalScripts (SimpleHost)
|
|
582
|
-
fix: true
|
|
583
|
-
[32m✓[39m [2mfixes unsorted scripts (10 ms)[22m
|
|
584
|
-
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
585
|
-
alphabeticalScripts (CachingHost)
|
|
586
|
-
fix: true
|
|
587
|
-
[32m✓[39m [2mfixes unsorted scripts (12 ms)[22m
|
|
588
|
-
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
589
|
-
|
|
590
577
|
[2mconsole.log[22m
|
|
591
|
-
|
|
578
|
+
[32mFixed![39m [35mfoo.txt[39m: Expect file contents to match
|
|
592
579
|
[2m[22m
|
|
593
580
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
594
581
|
|
|
595
582
|
[2mconsole.log[22m
|
|
596
|
-
|
|
583
|
+
[34mfoo-lib[39m (/tmp/tmp-3295-o52N0EIbn360)
|
|
597
584
|
[2m[22m
|
|
598
585
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
599
586
|
|
|
600
587
|
[2mconsole.log[22m
|
|
601
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
588
|
+
[34mrootProject[39m (/tmp/tmp-3296-1wvFaL3TBUls)
|
|
602
589
|
[2m[22m
|
|
603
590
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
604
591
|
|
|
605
592
|
[2mconsole.log[22m
|
|
606
|
-
[32mFixed![39m [
|
|
593
|
+
[32mFixed![39m [35mnested/foo.txt[39m: Expect file contents to match
|
|
607
594
|
[2m[22m
|
|
608
595
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
609
596
|
|
|
610
597
|
[2mconsole.log[22m
|
|
611
|
-
|
|
598
|
+
[32mFixed![39m [35mpackage.json[39m: Incorrect order of scripts in foo-lib's package.json
|
|
612
599
|
[2m[22m
|
|
613
600
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
614
601
|
|
|
615
602
|
[2mconsole.log[22m
|
|
616
|
-
|
|
603
|
+
[34mrootProject[39m (/tmp/tmp-3296-O4qyaYxEl44u)
|
|
617
604
|
[2m[22m
|
|
618
605
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
619
606
|
|
|
620
607
|
[2mconsole.log[22m
|
|
621
|
-
[
|
|
608
|
+
[34mfoo-lib[39m (/tmp/tmp-3295-tySZuNKYqd59)
|
|
622
609
|
[2m[22m
|
|
623
610
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
624
611
|
|
|
@@ -628,17 +615,32 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
628
615
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
629
616
|
|
|
630
617
|
[2mconsole.log[22m
|
|
631
|
-
|
|
618
|
+
[32mFixed![39m [35mpackage.json[39m: Incorrect order of scripts in foo-lib's package.json
|
|
619
|
+
[2m[22m
|
|
620
|
+
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
621
|
+
|
|
622
|
+
[2mconsole.log[22m
|
|
623
|
+
[34mrootProject[39m (/tmp/tmp-3296-1cTPWf4duqak)
|
|
632
624
|
[2m[22m
|
|
633
625
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
634
626
|
|
|
627
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
628
|
+
alphabeticalScripts (SimpleHost)
|
|
629
|
+
fix: true
|
|
630
|
+
[32m✓[39m [2mfixes unsorted scripts (50 ms)[22m
|
|
631
|
+
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
632
|
+
alphabeticalScripts (CachingHost)
|
|
633
|
+
fix: true
|
|
634
|
+
[32m✓[39m [2mfixes unsorted scripts (13 ms)[22m
|
|
635
|
+
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
636
|
+
|
|
635
637
|
[2mconsole.log[22m
|
|
636
638
|
[32mFixed![39m [35mfoo.txt[39m: Expect file contents to match
|
|
637
639
|
[2m[22m
|
|
638
640
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
639
641
|
|
|
640
642
|
[2mconsole.log[22m
|
|
641
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
643
|
+
[34mrootProject[39m (/tmp/tmp-3296-SiwSBNppSyzf)
|
|
642
644
|
[2m[22m
|
|
643
645
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
644
646
|
|
|
@@ -650,17 +652,17 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
650
652
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
651
653
|
fileContents (SimpleHost)
|
|
652
654
|
fix: true
|
|
653
|
-
[32m✓[39m [2mworks with async generator (
|
|
655
|
+
[32m✓[39m [2mworks with async generator (46 ms)[22m
|
|
654
656
|
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
655
657
|
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
656
658
|
fileContents (CachingHost)
|
|
657
659
|
fix: true
|
|
658
|
-
[32m✓[39m [2mworks with async generator (
|
|
660
|
+
[32m✓[39m [2mworks with async generator (14 ms)[22m
|
|
659
661
|
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
660
662
|
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
661
663
|
|
|
662
664
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
663
665
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
664
666
|
[1mSnapshots: [22m0 total
|
|
665
|
-
[1mTime:[22m 9.
|
|
667
|
+
[1mTime:[22m 9.789 s
|
|
666
668
|
[2mRan all test suites[22m[2m.[22m
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
[34mCLI[39m Target: node16
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
|
+
[32mESM[39m [1mbuild/js/public/util.js [22m[32m106.00 B[39m
|
|
12
13
|
[32mESM[39m [1mbuild/js/index.js [22m[32m50.11 KB[39m
|
|
13
14
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js [22m[32m512.00 B[39m
|
|
14
|
-
[32mESM[39m [1mbuild/js/public/util.js
|
|
15
|
+
[32mESM[39m [1mbuild/js/public/util.js.map [22m[32m71.00 B[39m
|
|
15
16
|
[32mESM[39m [1mbuild/js/index.js.map [22m[32m100.21 KB[39m
|
|
16
17
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js.map [22m[32m1.19 KB[39m
|
|
17
|
-
[32mESM[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in 61ms
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 78ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monorepolint/rules",
|
|
3
|
-
"version": "0.5.0-alpha.
|
|
3
|
+
"version": "0.5.0-alpha.129+2867735",
|
|
4
4
|
"author": "Eric L Anderson (https://github.com/ericanderson)",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Mac Lockard (https://github.com/maclockard)"
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"transpile-typescript": "tsup --config ../../tsup.config.cjs"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@monorepolint/config": "^0.5.0-alpha.
|
|
34
|
-
"@monorepolint/core": "^0.5.0-alpha.
|
|
35
|
-
"@monorepolint/utils": "^0.5.0-alpha.
|
|
33
|
+
"@monorepolint/config": "^0.5.0-alpha.129+2867735",
|
|
34
|
+
"@monorepolint/core": "^0.5.0-alpha.129+2867735",
|
|
35
|
+
"@monorepolint/utils": "^0.5.0-alpha.129+2867735",
|
|
36
36
|
"globby": "^14.0.0",
|
|
37
37
|
"jest-diff": "^29.7.0",
|
|
38
38
|
"resolve-package-path": "^4.0.3",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "286773563d63844ba674f02884633896b75fa5b5"
|
|
63
63
|
}
|