@monorepolint/rules 0.5.0-alpha.127 → 0.5.0-alpha.128
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 +158 -160
- package/.turbo/turbo-transpile-typescript.log +3 -3
- package/package.json +5 -5
package/.turbo/turbo-test.log
CHANGED
|
@@ -3,28 +3,84 @@
|
|
|
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 `'.'`
|
|
8
6
|
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 `'.'`
|
|
9
7
|
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 `'.'`
|
|
10
|
-
(node:
|
|
8
|
+
(node:3244) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
11
9
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
12
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.
|
|
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)
|
|
13
11
|
consistentVersions
|
|
14
12
|
standard tests
|
|
15
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
13
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (32 ms)[22m
|
|
16
14
|
[32m✓[39m [2mFixes packages that have an incorrect dependency version (5 ms)[22m
|
|
17
|
-
[32m✓[39m [2mIgnores packages that have a correct dependency version (
|
|
18
|
-
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (
|
|
15
|
+
[32m✓[39m [2mIgnores packages that have a correct dependency version (1 ms)[22m
|
|
16
|
+
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (2 ms)[22m
|
|
19
17
|
[32m✓[39m [2mIgnores packages that have a correct devDependency version (2 ms)[22m
|
|
20
|
-
[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 (27 ms)[22m
|
|
21
19
|
Multiple accepted versions tests
|
|
22
20
|
[32m✓[39m [2mAccepts a match when multiple versions are configured (3 ms)[22m
|
|
23
|
-
[32m✓[39m [2mErrors when version does not match (
|
|
21
|
+
[32m✓[39m [2mErrors when version does not match (2 ms)[22m
|
|
24
22
|
|
|
25
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
|
|
79
|
+
|
|
80
|
+
(node:3243) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
81
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
26
82
|
[2mconsole.log[22m
|
|
27
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
83
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3245-kHrwotxpzqAU)
|
|
28
84
|
[2m[22m
|
|
29
85
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
30
86
|
|
|
@@ -47,7 +103,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
47
103
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
48
104
|
|
|
49
105
|
[2mconsole.log[22m
|
|
50
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
106
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3245-29Mu4IQUiCTY)
|
|
51
107
|
[2m[22m
|
|
52
108
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
53
109
|
|
|
@@ -57,7 +113,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
57
113
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
58
114
|
|
|
59
115
|
[2mconsole.log[22m
|
|
60
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
116
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-y3V5aMStcmcL)
|
|
61
117
|
[2m[22m
|
|
62
118
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
63
119
|
|
|
@@ -67,7 +123,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
67
123
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
68
124
|
|
|
69
125
|
[2mconsole.log[22m
|
|
70
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
126
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-BEzGafT5JFfb)
|
|
71
127
|
[2m[22m
|
|
72
128
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
73
129
|
|
|
@@ -90,7 +146,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
90
146
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
91
147
|
|
|
92
148
|
[2mconsole.log[22m
|
|
93
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
149
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-MGjCQPgZmyaQ)
|
|
94
150
|
[2m[22m
|
|
95
151
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
96
152
|
|
|
@@ -100,7 +156,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
100
156
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
101
157
|
|
|
102
158
|
[2mconsole.log[22m
|
|
103
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
159
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-IuGMstHsiqvd)
|
|
104
160
|
[2m[22m
|
|
105
161
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
106
162
|
|
|
@@ -110,7 +166,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
110
166
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
111
167
|
|
|
112
168
|
[2mconsole.log[22m
|
|
113
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
169
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-Xm4VU6jYiYjk)
|
|
114
170
|
[2m[22m
|
|
115
171
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
116
172
|
|
|
@@ -119,10 +175,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
119
175
|
[2m[22m
|
|
120
176
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
121
177
|
|
|
122
|
-
(node:
|
|
178
|
+
(node:3245) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
123
179
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
124
180
|
[2mconsole.log[22m
|
|
125
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
181
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3245-4oWuxZoy85N8)
|
|
126
182
|
[2m[22m
|
|
127
183
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
128
184
|
|
|
@@ -145,7 +201,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
145
201
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
146
202
|
|
|
147
203
|
[2mconsole.log[22m
|
|
148
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
204
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3245-gfbMzhhQxT45)
|
|
149
205
|
[2m[22m
|
|
150
206
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
151
207
|
|
|
@@ -155,7 +211,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
155
211
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
156
212
|
|
|
157
213
|
[2mconsole.log[22m
|
|
158
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
214
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-rACvjQ7MpuRq)
|
|
159
215
|
[2m[22m
|
|
160
216
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
161
217
|
|
|
@@ -165,7 +221,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
165
221
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
166
222
|
|
|
167
223
|
[2mconsole.log[22m
|
|
168
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
224
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-5OFmvdQhkUJ1)
|
|
169
225
|
[2m[22m
|
|
170
226
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
171
227
|
|
|
@@ -188,7 +244,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
188
244
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
189
245
|
|
|
190
246
|
[2mconsole.log[22m
|
|
191
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
247
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-xDvjz0sHvkzr)
|
|
192
248
|
[2m[22m
|
|
193
249
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
194
250
|
|
|
@@ -198,7 +254,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
198
254
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
199
255
|
|
|
200
256
|
[2mconsole.log[22m
|
|
201
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
257
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-0TP1AJn1ju2Y)
|
|
202
258
|
[2m[22m
|
|
203
259
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
204
260
|
|
|
@@ -208,7 +264,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
208
264
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
209
265
|
|
|
210
266
|
[2mconsole.log[22m
|
|
211
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
267
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3245-X41xg9kySu2i)
|
|
212
268
|
[2m[22m
|
|
213
269
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
214
270
|
|
|
@@ -217,98 +273,32 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
217
273
|
[2m[22m
|
|
218
274
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
219
275
|
|
|
220
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[
|
|
276
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m6.959 s[49m[22m[0m)
|
|
221
277
|
expectPackageScript (SimpleHost)
|
|
222
278
|
fix: false
|
|
223
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
279
|
+
[32m✓[39m [2mhandles an empty script section (103 ms)[22m
|
|
224
280
|
fix: true
|
|
225
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
226
|
-
[32m✓[39m [2madds a script (
|
|
227
|
-
[32m✓[39m [2mdoes nothing if the value exists (
|
|
228
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
281
|
+
[32m✓[39m [2mfixes an empty script section (5 ms)[22m
|
|
282
|
+
[32m✓[39m [2madds a script (5 ms)[22m
|
|
283
|
+
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
284
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (10 ms)[22m
|
|
229
285
|
[32m✓[39m [2muses the fixValue for fixing if provided (4 ms)[22m
|
|
230
|
-
[32m✓[39m [2mcan fix to empty (
|
|
286
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
231
287
|
[32m✓[39m [2mcan allow only empty (4 ms)[22m
|
|
232
288
|
expectPackageScript (CachingHost)
|
|
233
289
|
fix: false
|
|
234
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
290
|
+
[32m✓[39m [2mhandles an empty script section (12 ms)[22m
|
|
235
291
|
fix: true
|
|
236
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
237
|
-
[32m✓[39m [2madds a script (
|
|
292
|
+
[32m✓[39m [2mfixes an empty script section (4 ms)[22m
|
|
293
|
+
[32m✓[39m [2madds a script (4 ms)[22m
|
|
238
294
|
[32m✓[39m [2mdoes nothing if the value exists (1 ms)[22m
|
|
239
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
240
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
241
|
-
[32m✓[39m [2mcan fix to empty (
|
|
242
|
-
[32m✓[39m [2mcan allow only empty (
|
|
243
|
-
|
|
244
|
-
(node:3239) 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.442 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) (7 ms)[22m
|
|
251
|
-
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (5 ms)[22m
|
|
252
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (5 ms)[22m
|
|
253
|
-
[32m✓[39m [2mHonors dependencyWhitelist (4 ms)[22m
|
|
254
|
-
[32m✓[39m [2mHonors dependencyBlacklist (12 ms)[22m
|
|
255
|
-
regex tests
|
|
256
|
-
[32m✓[39m [2mProperly matches any version range regex (34 ms)[22m
|
|
257
|
-
[32m✓[39m [2mProperly matches greator or equal version range regex (48 ms)[22m
|
|
258
|
-
[32m✓[39m [2mProperly matches major version range regex (10 ms)[22m
|
|
259
|
-
[32m✓[39m [2mProperly matches allowed range regex (28 ms)[22m
|
|
260
|
-
Determines dependencies satisfaction correctly
|
|
261
|
-
[32m✓[39m [2mversion is version (11 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 (1 ms)[22m
|
|
266
|
-
[32m✓[39m [2mversion satisfies 'any' range (1 ms)[22m
|
|
267
|
-
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
268
|
-
[32m✓[39m [2mrange satisfies 'any' range (1 ms)[22m
|
|
269
|
-
[32m✓[39m [2munion range satisfies 'any' range (2 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 (2 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 (1 ms)[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 (1 ms)[22m
|
|
282
|
-
[32m✓[39m [2mhigher range satisfies a range in union end[22m
|
|
283
|
-
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
284
|
-
[32m✓[39m [2mequivalent major ranges satisfy each other (3 ms)[22m
|
|
285
|
-
[32m✓[39m [2mversion missing in union[22m
|
|
286
|
-
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
287
|
-
Determines dependencies intersections correctly
|
|
288
|
-
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
289
|
-
[32m✓[39m [2mexact vs any[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 (1 ms)[22m
|
|
293
|
-
[32m✓[39m [2mexact vs greater or equal (1 ms)[22m
|
|
294
|
-
[32m✓[39m [2mmajor vs greater or equal (2 ms)[22m
|
|
295
|
-
[32m✓[39m [2mgreater or equal vs greater or equal (1 ms)[22m
|
|
296
|
-
[32m✓[39m [2mexact vs major (1 ms)[22m
|
|
297
|
-
[32m✓[39m [2mmajor vs major (1 ms)[22m
|
|
298
|
-
[32m✓[39m [2mexact vs union (2 ms)[22m
|
|
299
|
-
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
300
|
-
[32m✓[39m [2munion vs union (2 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 (2 ms)[22m
|
|
307
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
308
|
-
[32m✓[39m [2mFlags banned transitives correctly (7 ms)[22m
|
|
295
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (8 ms)[22m
|
|
296
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (19 ms)[22m
|
|
297
|
+
[32m✓[39m [2mcan fix to empty (4 ms)[22m
|
|
298
|
+
[32m✓[39m [2mcan allow only empty (12 ms)[22m
|
|
309
299
|
|
|
310
300
|
[2mconsole.log[22m
|
|
311
|
-
[34mpackage[39m (/tmp/tmp-
|
|
301
|
+
[34mpackage[39m (/tmp/tmp-3243-AoNg6kQjd9Ag)
|
|
312
302
|
[2m[22m
|
|
313
303
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
314
304
|
|
|
@@ -318,7 +308,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
318
308
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
319
309
|
|
|
320
310
|
[2mconsole.log[22m
|
|
321
|
-
[34mpackage[39m (/tmp/tmp-
|
|
311
|
+
[34mpackage[39m (/tmp/tmp-3243-dh8ClJs0o39S)
|
|
322
312
|
[2m[22m
|
|
323
313
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
324
314
|
|
|
@@ -327,8 +317,16 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
327
317
|
[2m[22m
|
|
328
318
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
329
319
|
|
|
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
|
+
|
|
330
328
|
[2mconsole.log[22m
|
|
331
|
-
[34mpackage[39m (/tmp/tmp-
|
|
329
|
+
[34mpackage[39m (/tmp/tmp-3243-TWf7Ao05dqZV)
|
|
332
330
|
[2m[22m
|
|
333
331
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
334
332
|
|
|
@@ -351,7 +349,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
351
349
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
352
350
|
|
|
353
351
|
[2mconsole.log[22m
|
|
354
|
-
[34mpackage[39m (/tmp/tmp-
|
|
352
|
+
[34mpackage[39m (/tmp/tmp-3243-MeX7blx8W3jX)
|
|
355
353
|
[2m[22m
|
|
356
354
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
357
355
|
|
|
@@ -379,7 +377,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
379
377
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
380
378
|
|
|
381
379
|
[2mconsole.log[22m
|
|
382
|
-
[34mpackage[39m (/tmp/tmp-
|
|
380
|
+
[34mpackage[39m (/tmp/tmp-3243-hINQZ0fCjzD1)
|
|
383
381
|
[2m[22m
|
|
384
382
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
385
383
|
|
|
@@ -389,7 +387,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
389
387
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
390
388
|
|
|
391
389
|
[2mconsole.log[22m
|
|
392
|
-
[34mpackage[39m (/tmp/tmp-
|
|
390
|
+
[34mpackage[39m (/tmp/tmp-3243-nRK44LaiqbSy)
|
|
393
391
|
[2m[22m
|
|
394
392
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
395
393
|
|
|
@@ -399,7 +397,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
399
397
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
400
398
|
|
|
401
399
|
[2mconsole.log[22m
|
|
402
|
-
[34mpackage[39m (/tmp/tmp-
|
|
400
|
+
[34mpackage[39m (/tmp/tmp-3243-zWgRd6YEDye1)
|
|
403
401
|
[2m[22m
|
|
404
402
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
405
403
|
|
|
@@ -422,10 +420,26 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
422
420
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
423
421
|
|
|
424
422
|
[2mconsole.log[22m
|
|
425
|
-
[34mpackage[39m (/tmp/tmp-
|
|
423
|
+
[34mpackage[39m (/tmp/tmp-3243-vUjVLEZtwrES)
|
|
426
424
|
[2m[22m
|
|
427
425
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
428
426
|
|
|
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
|
+
|
|
429
443
|
[2m[31mconsole.error[39m[22m
|
|
430
444
|
[31m [31mError![39m[31m [35mpackage.json[39m[31m: Expected entry for 'bugs' to exist[39m
|
|
431
445
|
[2m[22m
|
|
@@ -449,38 +463,22 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
449
463
|
[2m[22m
|
|
450
464
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
451
465
|
|
|
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 (15 ms)[22m
|
|
456
|
-
[32m✓[39m [2mfixes missing nested entries (5 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 (26 ms)[22m
|
|
459
|
-
[32m✓[39m [2mhandles both entries and entriesExist (32 ms)[22m
|
|
460
|
-
expectPackageEntries (CachingHost)
|
|
461
|
-
fix: true
|
|
462
|
-
[32m✓[39m [2mfixes missing entries (48 ms)[22m
|
|
463
|
-
[32m✓[39m [2mfixes missing nested entries (18 ms)[22m
|
|
464
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (6 ms)[22m
|
|
465
|
-
[32m✓[39m [2merrors for keys that are missing (14 ms)[22m
|
|
466
|
-
[32m✓[39m [2mhandles both entries and entriesExist (11 ms)[22m
|
|
467
|
-
|
|
468
466
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
469
467
|
nestedWorkspaces
|
|
470
|
-
[32m✓[39m [2mchecks correctly when no packages (
|
|
468
|
+
[32m✓[39m [2mchecks correctly when no packages (15 ms)[22m
|
|
471
469
|
[32m✓[39m [2mchecks correctly when one level packages (6 ms)[22m
|
|
472
|
-
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (
|
|
473
|
-
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (
|
|
474
|
-
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (
|
|
475
|
-
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (
|
|
470
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (14 ms)[22m
|
|
471
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (9 ms)[22m
|
|
472
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (16 ms)[22m
|
|
473
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (8 ms)[22m
|
|
476
474
|
|
|
477
475
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
478
476
|
requireDependency
|
|
479
|
-
[32m✓[39m [2mchecks correctly (
|
|
480
|
-
[32m✓[39m [2mfixes correctly (
|
|
477
|
+
[32m✓[39m [2mchecks correctly (13 ms)[22m
|
|
478
|
+
[32m✓[39m [2mfixes correctly (9 ms)[22m
|
|
481
479
|
|
|
482
480
|
[2mconsole.log[22m
|
|
483
|
-
[34mpackage[39m (/tmp/tmp-
|
|
481
|
+
[34mpackage[39m (/tmp/tmp-3243-x3rKlFMkviQU)
|
|
484
482
|
[2m[22m
|
|
485
483
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
486
484
|
|
|
@@ -490,7 +488,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
490
488
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
491
489
|
|
|
492
490
|
[2mconsole.log[22m
|
|
493
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
491
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3243-VvcsPX1av7aE)
|
|
494
492
|
[2m[22m
|
|
495
493
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
496
494
|
|
|
@@ -500,7 +498,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
500
498
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
501
499
|
|
|
502
500
|
[2mconsole.log[22m
|
|
503
|
-
[34mpackage[39m (/tmp/tmp-
|
|
501
|
+
[34mpackage[39m (/tmp/tmp-3243-krr1BUkeEs4r)
|
|
504
502
|
[2m[22m
|
|
505
503
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
506
504
|
|
|
@@ -510,7 +508,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
510
508
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
511
509
|
|
|
512
510
|
[2mconsole.log[22m
|
|
513
|
-
[34mpackage[39m (/tmp/tmp-
|
|
511
|
+
[34mpackage[39m (/tmp/tmp-3243-gO2xRgRQP6N6)
|
|
514
512
|
[2m[22m
|
|
515
513
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
516
514
|
|
|
@@ -520,7 +518,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
520
518
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
521
519
|
|
|
522
520
|
[2mconsole.log[22m
|
|
523
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
521
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3243-RN7FvreirtIQ)
|
|
524
522
|
[2m[22m
|
|
525
523
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
526
524
|
|
|
@@ -530,7 +528,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
530
528
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
531
529
|
|
|
532
530
|
[2mconsole.log[22m
|
|
533
|
-
[34mpackage[39m (/tmp/tmp-
|
|
531
|
+
[34mpackage[39m (/tmp/tmp-3243-Gv7GAhDuYdSY)
|
|
534
532
|
[2m[22m
|
|
535
533
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
536
534
|
|
|
@@ -542,15 +540,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
542
540
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
543
541
|
expectPackageOrder (SimpleHost)
|
|
544
542
|
fix: true
|
|
545
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
546
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
543
|
+
[32m✓[39m [2mfixes order for expected keys (24 ms)[22m
|
|
544
|
+
[32m✓[39m [2mfixes order for unexpected keys (17 ms)[22m
|
|
547
545
|
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
548
546
|
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
549
547
|
expectPackageOrder (CachingHost)
|
|
550
548
|
fix: true
|
|
551
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
552
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
553
|
-
[32m✓[39m [2mfixes order using function (
|
|
549
|
+
[32m✓[39m [2mfixes order for expected keys (11 ms)[22m
|
|
550
|
+
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
551
|
+
[32m✓[39m [2mfixes order using function (17 ms)[22m
|
|
554
552
|
[32m✓[39m [2mdoes nothing if already order (1 ms)[22m
|
|
555
553
|
|
|
556
554
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
@@ -560,7 +558,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
560
558
|
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
561
559
|
|
|
562
560
|
[2mconsole.log[22m
|
|
563
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
561
|
+
[34mfoo-lib[39m (/tmp/tmp-3243-VtVsQaYy06Sn)
|
|
564
562
|
[2m[22m
|
|
565
563
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
566
564
|
|
|
@@ -570,7 +568,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
570
568
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
571
569
|
|
|
572
570
|
[2mconsole.log[22m
|
|
573
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
571
|
+
[34mfoo-lib[39m (/tmp/tmp-3243-cXYFR76uuAJ9)
|
|
574
572
|
[2m[22m
|
|
575
573
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
576
574
|
|
|
@@ -582,7 +580,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
582
580
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
583
581
|
alphabeticalScripts (SimpleHost)
|
|
584
582
|
fix: true
|
|
585
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
583
|
+
[32m✓[39m [2mfixes unsorted scripts (10 ms)[22m
|
|
586
584
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
587
585
|
alphabeticalScripts (CachingHost)
|
|
588
586
|
fix: true
|
|
@@ -590,7 +588,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
590
588
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
591
589
|
|
|
592
590
|
[2mconsole.log[22m
|
|
593
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
591
|
+
[34mrootProject[39m (/tmp/tmp-3244-Xvb1mNbq2JMO)
|
|
594
592
|
[2m[22m
|
|
595
593
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
596
594
|
|
|
@@ -600,7 +598,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
600
598
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
601
599
|
|
|
602
600
|
[2mconsole.log[22m
|
|
603
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
601
|
+
[34mrootProject[39m (/tmp/tmp-3244-lADE0fLDl5qj)
|
|
604
602
|
[2m[22m
|
|
605
603
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
606
604
|
|
|
@@ -610,7 +608,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
610
608
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
611
609
|
|
|
612
610
|
[2mconsole.log[22m
|
|
613
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
611
|
+
[34mrootProject[39m (/tmp/tmp-3244-rlK5beSTWPm9)
|
|
614
612
|
[2m[22m
|
|
615
613
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
616
614
|
|
|
@@ -620,7 +618,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
620
618
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
621
619
|
|
|
622
620
|
[2mconsole.log[22m
|
|
623
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
621
|
+
[34mrootProject[39m (/tmp/tmp-3244-wYU9izbD6Wn1)
|
|
624
622
|
[2m[22m
|
|
625
623
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
626
624
|
|
|
@@ -630,7 +628,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
630
628
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
631
629
|
|
|
632
630
|
[2mconsole.log[22m
|
|
633
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
631
|
+
[34mrootProject[39m (/tmp/tmp-3244-MaWuvQUw3Y1V)
|
|
634
632
|
[2m[22m
|
|
635
633
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
636
634
|
|
|
@@ -640,7 +638,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
640
638
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
641
639
|
|
|
642
640
|
[2mconsole.log[22m
|
|
643
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
641
|
+
[34mrootProject[39m (/tmp/tmp-3244-xsJTnr1pZ683)
|
|
644
642
|
[2m[22m
|
|
645
643
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
646
644
|
|
|
@@ -652,17 +650,17 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
652
650
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
653
651
|
fileContents (SimpleHost)
|
|
654
652
|
fix: true
|
|
655
|
-
[32m✓[39m [2mworks with async generator (
|
|
656
|
-
[32m✓[39m [2mfixes missing file (
|
|
657
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
653
|
+
[32m✓[39m [2mworks with async generator (42 ms)[22m
|
|
654
|
+
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
655
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
658
656
|
fileContents (CachingHost)
|
|
659
657
|
fix: true
|
|
660
|
-
[32m✓[39m [2mworks with async generator (
|
|
658
|
+
[32m✓[39m [2mworks with async generator (10 ms)[22m
|
|
661
659
|
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
662
660
|
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
663
661
|
|
|
664
662
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
665
663
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
666
664
|
[1mSnapshots: [22m0 total
|
|
667
|
-
[1mTime:[22m 9.
|
|
665
|
+
[1mTime:[22m 9.17 s
|
|
668
666
|
[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
|
|
13
12
|
[32mESM[39m [1mbuild/js/index.js [22m[32m50.11 KB[39m
|
|
14
13
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js [22m[32m512.00 B[39m
|
|
15
|
-
[32mESM[39m [1mbuild/js/public/util.js
|
|
14
|
+
[32mESM[39m [1mbuild/js/public/util.js [22m[32m106.00 B[39m
|
|
16
15
|
[32mESM[39m [1mbuild/js/index.js.map [22m[32m100.21 KB[39m
|
|
17
16
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js.map [22m[32m1.19 KB[39m
|
|
18
|
-
[32mESM[39m
|
|
17
|
+
[32mESM[39m [1mbuild/js/public/util.js.map [22m[32m71.00 B[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 61ms
|
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.128+d470b31",
|
|
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.128+d470b31",
|
|
34
|
+
"@monorepolint/core": "^0.5.0-alpha.128+d470b31",
|
|
35
|
+
"@monorepolint/utils": "^0.5.0-alpha.128+d470b31",
|
|
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": "d470b310203d63954199a615676ce8dbca2e032e"
|
|
63
63
|
}
|