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