@monorepolint/rules 0.5.0-alpha.134 → 0.5.0-alpha.135
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-lint.log +0 -10
- package/.turbo/turbo-test.log +127 -127
- package/.turbo/turbo-transpile-typescript.log +3 -3
- package/build/js/index.js +2 -1
- package/build/js/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/types/__tests__/utils.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/__tests__/consistentVersions.spec.ts +1 -1
- package/src/__tests__/mustSatisfyPeerDependencies.spec.ts +1 -1
- package/src/__tests__/utils.ts +4 -1
- package/src/mustSatisfyPeerDependencies.ts +2 -2
- package/src/requireDependency.ts +2 -2
- package/src/util/packageDependencyGraphService.ts +1 -1
package/.turbo/turbo-lint.log
CHANGED
|
@@ -2,13 +2,3 @@
|
|
|
2
2
|
> @monorepolint/rules@0.4.0 lint /home/runner/work/monorepolint/monorepolint/packages/rules
|
|
3
3
|
> eslint .
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
/home/runner/work/monorepolint/monorepolint/packages/rules/src/__tests__/utils.ts
|
|
7
|
-
73:79 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
8
|
-
|
|
9
|
-
/home/runner/work/monorepolint/monorepolint/packages/rules/src/standardTsconfig.ts
|
|
10
|
-
42:18 warning An interface declaring no members is equivalent to its supertype @typescript-eslint/no-empty-interface
|
|
11
|
-
|
|
12
|
-
✖ 2 problems (0 errors, 2 warnings)
|
|
13
|
-
0 errors and 1 warning potentially fixable with the `--fix` option.
|
|
14
|
-
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -6,24 +6,24 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
6
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
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
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 `'.'`
|
|
9
|
-
(node:
|
|
9
|
+
(node:3123) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
10
10
|
(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.
|
|
11
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.911 s[49m[22m[0m)
|
|
12
12
|
consistentVersions
|
|
13
13
|
standard tests
|
|
14
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
15
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency version (
|
|
14
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (35 ms)[22m
|
|
15
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency version (4 ms)[22m
|
|
16
16
|
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
17
|
-
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (
|
|
18
|
-
[32m✓[39m [2mIgnores packages that have a correct devDependency version (
|
|
19
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (
|
|
17
|
+
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (3 ms)[22m
|
|
18
|
+
[32m✓[39m [2mIgnores packages that have a correct devDependency version (14 ms)[22m
|
|
19
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (15 ms)[22m
|
|
20
20
|
Multiple accepted versions tests
|
|
21
|
-
[32m✓[39m [2mAccepts a match when multiple versions are configured (
|
|
21
|
+
[32m✓[39m [2mAccepts a match when multiple versions are configured (4 ms)[22m
|
|
22
22
|
[32m✓[39m [2mErrors when version does not match (2 ms)[22m
|
|
23
23
|
|
|
24
24
|
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 `'.'`
|
|
25
25
|
[2mconsole.log[22m
|
|
26
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
26
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3129-6PZ9GKvUCHKe)
|
|
27
27
|
[2m[22m
|
|
28
28
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
29
29
|
|
|
@@ -46,7 +46,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
46
46
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
47
47
|
|
|
48
48
|
[2mconsole.log[22m
|
|
49
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
49
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3129-mlW0CEL9U2ys)
|
|
50
50
|
[2m[22m
|
|
51
51
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
52
52
|
|
|
@@ -56,7 +56,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
56
56
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
57
57
|
|
|
58
58
|
[2mconsole.log[22m
|
|
59
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
59
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-Ie5NdznSaaNg)
|
|
60
60
|
[2m[22m
|
|
61
61
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
62
62
|
|
|
@@ -66,7 +66,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
66
66
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
67
67
|
|
|
68
68
|
[2mconsole.log[22m
|
|
69
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
69
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-DPP2Kb5alhqT)
|
|
70
70
|
[2m[22m
|
|
71
71
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
72
72
|
|
|
@@ -89,7 +89,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
89
89
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
90
90
|
|
|
91
91
|
[2mconsole.log[22m
|
|
92
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
92
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-XsgIo2CTAdMT)
|
|
93
93
|
[2m[22m
|
|
94
94
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
95
95
|
|
|
@@ -99,7 +99,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
99
99
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
100
100
|
|
|
101
101
|
[2mconsole.log[22m
|
|
102
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
102
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-dkCmVjn1ztkj)
|
|
103
103
|
[2m[22m
|
|
104
104
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
105
105
|
|
|
@@ -109,7 +109,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
109
109
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
110
110
|
|
|
111
111
|
[2mconsole.log[22m
|
|
112
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
112
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-tVbjyD0MQAbA)
|
|
113
113
|
[2m[22m
|
|
114
114
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
115
115
|
|
|
@@ -118,10 +118,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
118
118
|
[2m[22m
|
|
119
119
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
120
120
|
|
|
121
|
-
(node:
|
|
121
|
+
(node:3129) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
122
122
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
123
123
|
[2mconsole.log[22m
|
|
124
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
124
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3129-HHkub6VSOmN5)
|
|
125
125
|
[2m[22m
|
|
126
126
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
127
127
|
|
|
@@ -144,7 +144,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
144
144
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
145
145
|
|
|
146
146
|
[2mconsole.log[22m
|
|
147
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
147
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3129-rlq43ykNj1yq)
|
|
148
148
|
[2m[22m
|
|
149
149
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
150
150
|
|
|
@@ -154,7 +154,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
154
154
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
155
155
|
|
|
156
156
|
[2mconsole.log[22m
|
|
157
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
157
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-PJ2gUK4oXslt)
|
|
158
158
|
[2m[22m
|
|
159
159
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
160
160
|
|
|
@@ -164,7 +164,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
164
164
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
165
165
|
|
|
166
166
|
[2mconsole.log[22m
|
|
167
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
167
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-g39Rp8LfL4k3)
|
|
168
168
|
[2m[22m
|
|
169
169
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
170
170
|
|
|
@@ -187,7 +187,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
187
187
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
188
188
|
|
|
189
189
|
[2mconsole.log[22m
|
|
190
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
190
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-hcf651eG30Zd)
|
|
191
191
|
[2m[22m
|
|
192
192
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
193
193
|
|
|
@@ -197,7 +197,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
197
197
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
198
198
|
|
|
199
199
|
[2mconsole.log[22m
|
|
200
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
200
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-zgt7lYs6k23N)
|
|
201
201
|
[2m[22m
|
|
202
202
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
203
203
|
|
|
@@ -207,7 +207,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
207
207
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
208
208
|
|
|
209
209
|
[2mconsole.log[22m
|
|
210
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
210
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3129-QaXg4lqbxR7D)
|
|
211
211
|
[2m[22m
|
|
212
212
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
213
213
|
|
|
@@ -216,53 +216,51 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
216
216
|
[2m[22m
|
|
217
217
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
218
218
|
|
|
219
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[
|
|
219
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m7.123 s[49m[22m[0m)
|
|
220
220
|
expectPackageScript (SimpleHost)
|
|
221
221
|
fix: false
|
|
222
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
222
|
+
[32m✓[39m [2mhandles an empty script section (68 ms)[22m
|
|
223
223
|
fix: true
|
|
224
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
225
|
-
[32m✓[39m [2madds a script (
|
|
224
|
+
[32m✓[39m [2mfixes an empty script section (7 ms)[22m
|
|
225
|
+
[32m✓[39m [2madds a script (11 ms)[22m
|
|
226
226
|
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
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 (
|
|
227
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (24 ms)[22m
|
|
228
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (5 ms)[22m
|
|
229
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
230
230
|
[32m✓[39m [2mcan allow only empty (5 ms)[22m
|
|
231
231
|
expectPackageScript (CachingHost)
|
|
232
232
|
fix: false
|
|
233
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
233
|
+
[32m✓[39m [2mhandles an empty script section (22 ms)[22m
|
|
234
234
|
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 (
|
|
235
|
+
[32m✓[39m [2mfixes an empty script section (4 ms)[22m
|
|
236
|
+
[32m✓[39m [2madds a script (7 ms)[22m
|
|
237
|
+
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
238
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (21 ms)[22m
|
|
239
239
|
[32m✓[39m [2muses the fixValue for fixing if provided (5 ms)[22m
|
|
240
|
-
[32m✓[39m [2mcan fix to empty (
|
|
241
|
-
[32m✓[39m [2mcan allow only empty (
|
|
240
|
+
[32m✓[39m [2mcan fix to empty (15 ms)[22m
|
|
241
|
+
[32m✓[39m [2mcan allow only empty (18 ms)[22m
|
|
242
242
|
|
|
243
|
-
|
|
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.084 s[49m[22m[0m)
|
|
243
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m7.507 s[49m[22m[0m)
|
|
246
244
|
mustSatisfyPeerDependencies
|
|
247
245
|
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (5 ms)[22m
|
|
248
246
|
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
249
247
|
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (4 ms)[22m
|
|
250
|
-
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (
|
|
251
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (
|
|
252
|
-
[32m✓[39m [2mHonors dependencyWhitelist (
|
|
253
|
-
[32m✓[39m [2mHonors dependencyBlacklist (
|
|
248
|
+
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (4 ms)[22m
|
|
249
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (4 ms)[22m
|
|
250
|
+
[32m✓[39m [2mHonors dependencyWhitelist (4 ms)[22m
|
|
251
|
+
[32m✓[39m [2mHonors dependencyBlacklist (4 ms)[22m
|
|
254
252
|
regex tests
|
|
255
|
-
[32m✓[39m [2mProperly matches any version range regex (
|
|
253
|
+
[32m✓[39m [2mProperly matches any version range regex (40 ms)[22m
|
|
256
254
|
[32m✓[39m [2mProperly matches greator or equal version range regex (13 ms)[22m
|
|
257
|
-
[32m✓[39m [2mProperly matches major version range regex (
|
|
258
|
-
[32m✓[39m [2mProperly matches allowed range regex (
|
|
255
|
+
[32m✓[39m [2mProperly matches major version range regex (10 ms)[22m
|
|
256
|
+
[32m✓[39m [2mProperly matches allowed range regex (17 ms)[22m
|
|
259
257
|
Determines dependencies satisfaction correctly
|
|
260
258
|
[32m✓[39m [2mversion is version (1 ms)[22m
|
|
261
|
-
[32m✓[39m [2mversion satisfies a range (
|
|
262
|
-
[32m✓[39m [2mhigher version satisfies a range (
|
|
263
|
-
[32m✓[39m [2mversion satisfies a greator or equal version range (
|
|
264
|
-
[32m✓[39m [2mhigher version satisfies a greator or equal version range (
|
|
265
|
-
[32m✓[39m [2mversion satisfies 'any' range (
|
|
259
|
+
[32m✓[39m [2mversion satisfies a range (4 ms)[22m
|
|
260
|
+
[32m✓[39m [2mhigher version satisfies a range (2 ms)[22m
|
|
261
|
+
[32m✓[39m [2mversion satisfies a greator or equal version range (2 ms)[22m
|
|
262
|
+
[32m✓[39m [2mhigher version satisfies a greator or equal version range (1 ms)[22m
|
|
263
|
+
[32m✓[39m [2mversion satisfies 'any' range (2 ms)[22m
|
|
266
264
|
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
267
265
|
[32m✓[39m [2mrange satisfies 'any' range (3 ms)[22m
|
|
268
266
|
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
@@ -271,8 +269,8 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
271
269
|
[32m✓[39m [2mversion satisfies a range in union start (1 ms)[22m
|
|
272
270
|
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
273
271
|
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
274
|
-
[32m✓[39m [2mhigher version satisfies a range in union end[22m
|
|
275
|
-
[32m✓[39m [2mrange found in union start[22m
|
|
272
|
+
[32m✓[39m [2mhigher version satisfies a range in union end (1 ms)[22m
|
|
273
|
+
[32m✓[39m [2mrange found in union start (1 ms)[22m
|
|
276
274
|
[32m✓[39m [2mrange found in union end (1 ms)[22m
|
|
277
275
|
[32m✓[39m [2munion satisfies greator or equal version range (1 ms)[22m
|
|
278
276
|
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range (1 ms)[22m
|
|
@@ -280,34 +278,36 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
280
278
|
[32m✓[39m [2mhigher range satisfies a range in union start (1 ms)[22m
|
|
281
279
|
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
282
280
|
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
283
|
-
[32m✓[39m [2mequivalent major ranges satisfy each other (
|
|
281
|
+
[32m✓[39m [2mequivalent major ranges satisfy each other (5 ms)[22m
|
|
284
282
|
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
285
283
|
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
286
284
|
Determines dependencies intersections correctly
|
|
287
285
|
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
288
286
|
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
289
287
|
[32m✓[39m [2mmajor vs any[22m
|
|
290
|
-
[32m✓[39m [2mgreater or equal vs any[22m
|
|
288
|
+
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
291
289
|
[32m✓[39m [2many vs any (1 ms)[22m
|
|
292
290
|
[32m✓[39m [2mexact vs greater or equal (1 ms)[22m
|
|
293
291
|
[32m✓[39m [2mmajor vs greater or equal (2 ms)[22m
|
|
294
|
-
[32m✓[39m [2mgreater or equal vs greater or equal[22m
|
|
295
|
-
[32m✓[39m [2mexact vs major (
|
|
292
|
+
[32m✓[39m [2mgreater or equal vs greater or equal (5 ms)[22m
|
|
293
|
+
[32m✓[39m [2mexact vs major (1 ms)[22m
|
|
296
294
|
[32m✓[39m [2mmajor vs major (1 ms)[22m
|
|
297
|
-
[32m✓[39m [2mexact vs union (
|
|
298
|
-
[32m✓[39m [2mmajor vs union (
|
|
299
|
-
[32m✓[39m [2munion vs union (
|
|
295
|
+
[32m✓[39m [2mexact vs union (2 ms)[22m
|
|
296
|
+
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
297
|
+
[32m✓[39m [2munion vs union (4 ms)[22m
|
|
300
298
|
|
|
299
|
+
(node:3122) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
300
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
301
301
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
302
302
|
bannedDependencies
|
|
303
303
|
[32m✓[39m [2mFlags banned dependencies correctly (9 ms)[22m
|
|
304
|
-
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (
|
|
305
|
-
[32m✓[39m [2mFlags banned dependencies correctly w new globs (
|
|
306
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (
|
|
307
|
-
[32m✓[39m [2mFlags banned transitives correctly (
|
|
304
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (3 ms)[22m
|
|
305
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (2 ms)[22m
|
|
306
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (1 ms)[22m
|
|
307
|
+
[32m✓[39m [2mFlags banned transitives correctly (6 ms)[22m
|
|
308
308
|
|
|
309
309
|
[2mconsole.log[22m
|
|
310
|
-
[34mpackage[39m (/tmp/tmp-
|
|
310
|
+
[34mpackage[39m (/tmp/tmp-3129-T5Kb6VjghuN1)
|
|
311
311
|
[2m[22m
|
|
312
312
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
313
313
|
|
|
@@ -317,7 +317,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
317
317
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
318
318
|
|
|
319
319
|
[2mconsole.log[22m
|
|
320
|
-
[34mpackage[39m (/tmp/tmp-
|
|
320
|
+
[34mpackage[39m (/tmp/tmp-3129-IvMvc3uqd9P1)
|
|
321
321
|
[2m[22m
|
|
322
322
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
323
323
|
|
|
@@ -327,7 +327,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
327
327
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
328
328
|
|
|
329
329
|
[2mconsole.log[22m
|
|
330
|
-
[34mpackage[39m (/tmp/tmp-
|
|
330
|
+
[34mpackage[39m (/tmp/tmp-3129-0h5XPczSDg4h)
|
|
331
331
|
[2m[22m
|
|
332
332
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
333
333
|
|
|
@@ -350,7 +350,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
350
350
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
351
351
|
|
|
352
352
|
[2mconsole.log[22m
|
|
353
|
-
[34mpackage[39m (/tmp/tmp-
|
|
353
|
+
[34mpackage[39m (/tmp/tmp-3129-h1YiHS5TxVWb)
|
|
354
354
|
[2m[22m
|
|
355
355
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
356
356
|
|
|
@@ -378,7 +378,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
378
378
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
379
379
|
|
|
380
380
|
[2mconsole.log[22m
|
|
381
|
-
[34mpackage[39m (/tmp/tmp-
|
|
381
|
+
[34mpackage[39m (/tmp/tmp-3129-Y2GT9ISw7Fjw)
|
|
382
382
|
[2m[22m
|
|
383
383
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
384
384
|
|
|
@@ -388,7 +388,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
388
388
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
389
389
|
|
|
390
390
|
[2mconsole.log[22m
|
|
391
|
-
[34mpackage[39m (/tmp/tmp-
|
|
391
|
+
[34mpackage[39m (/tmp/tmp-3129-NmLhv18Xhmnr)
|
|
392
392
|
[2m[22m
|
|
393
393
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
394
394
|
|
|
@@ -398,7 +398,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
398
398
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
399
399
|
|
|
400
400
|
[2mconsole.log[22m
|
|
401
|
-
[34mpackage[39m (/tmp/tmp-
|
|
401
|
+
[34mpackage[39m (/tmp/tmp-3129-Dfq19zpfEpZF)
|
|
402
402
|
[2m[22m
|
|
403
403
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
404
404
|
|
|
@@ -421,7 +421,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
421
421
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
422
422
|
|
|
423
423
|
[2mconsole.log[22m
|
|
424
|
-
[34mpackage[39m (/tmp/tmp-
|
|
424
|
+
[34mpackage[39m (/tmp/tmp-3129-jeSlKG7Omcrq)
|
|
425
425
|
[2m[22m
|
|
426
426
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
427
427
|
|
|
@@ -443,6 +443,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
443
443
|
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
444
444
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
445
445
|
|
|
446
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
447
|
+
nestedWorkspaces
|
|
448
|
+
[32m✓[39m [2mchecks correctly when no packages (13 ms)[22m
|
|
449
|
+
[32m✓[39m [2mchecks correctly when one level packages (6 ms)[22m
|
|
450
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (5 ms)[22m
|
|
451
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (4 ms)[22m
|
|
452
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (10 ms)[22m
|
|
453
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (4 ms)[22m
|
|
454
|
+
|
|
446
455
|
[2mconsole.log[22m
|
|
447
456
|
[32mFixed![39m [35mpackage.json[39m: Expected standardized entry for 'repository'
|
|
448
457
|
[2m[22m
|
|
@@ -451,35 +460,32 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
451
460
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
452
461
|
expectPackageEntries (SimpleHost)
|
|
453
462
|
fix: true
|
|
454
|
-
[32m✓[39m [2mfixes missing entries (
|
|
455
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
456
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (
|
|
463
|
+
[32m✓[39m [2mfixes missing entries (14 ms)[22m
|
|
464
|
+
[32m✓[39m [2mfixes missing nested entries (5 ms)[22m
|
|
465
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (12 ms)[22m
|
|
457
466
|
[32m✓[39m [2merrors for keys that are missing (8 ms)[22m
|
|
458
|
-
[32m✓[39m [2mhandles both entries and entriesExist (
|
|
467
|
+
[32m✓[39m [2mhandles both entries and entriesExist (11 ms)[22m
|
|
459
468
|
expectPackageEntries (CachingHost)
|
|
460
469
|
fix: true
|
|
461
|
-
[32m✓[39m [2mfixes missing entries (
|
|
462
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
470
|
+
[32m✓[39m [2mfixes missing entries (6 ms)[22m
|
|
471
|
+
[32m✓[39m [2mfixes missing nested entries (4 ms)[22m
|
|
463
472
|
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
464
473
|
[32m✓[39m [2merrors for keys that are missing (8 ms)[22m
|
|
465
|
-
[32m✓[39m [2mhandles both entries and entriesExist (
|
|
474
|
+
[32m✓[39m [2mhandles both entries and entriesExist (16 ms)[22m
|
|
466
475
|
|
|
467
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[
|
|
468
|
-
|
|
469
|
-
[32m✓[39m [2mchecks correctly
|
|
470
|
-
[32m✓[39m [
|
|
471
|
-
[32m✓[39m [
|
|
472
|
-
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (5 ms)[22m
|
|
473
|
-
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (5 ms)[22m
|
|
474
|
-
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
476
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
477
|
+
consistentDependencies
|
|
478
|
+
[32m✓[39m [2mchecks correctly (13 ms)[22m
|
|
479
|
+
[32m✓[39m [2mfixes correctly (4 ms)[22m
|
|
480
|
+
[32m✓[39m [2mignores ignored dependencies (2 ms)[22m
|
|
475
481
|
|
|
476
482
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
477
483
|
requireDependency
|
|
478
|
-
[32m✓[39m [2mchecks correctly (
|
|
479
|
-
[32m✓[39m [2mfixes correctly (
|
|
484
|
+
[32m✓[39m [2mchecks correctly (27 ms)[22m
|
|
485
|
+
[32m✓[39m [2mfixes correctly (5 ms)[22m
|
|
480
486
|
|
|
481
487
|
[2mconsole.log[22m
|
|
482
|
-
[34mpackage[39m (/tmp/tmp-
|
|
488
|
+
[34mpackage[39m (/tmp/tmp-3122-DPAHqKiQXptG)
|
|
483
489
|
[2m[22m
|
|
484
490
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
485
491
|
|
|
@@ -489,7 +495,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
489
495
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
490
496
|
|
|
491
497
|
[2mconsole.log[22m
|
|
492
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
498
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3122-MWLNGzuUNpdO)
|
|
493
499
|
[2m[22m
|
|
494
500
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
495
501
|
|
|
@@ -499,7 +505,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
499
505
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
500
506
|
|
|
501
507
|
[2mconsole.log[22m
|
|
502
|
-
[34mpackage[39m (/tmp/tmp-
|
|
508
|
+
[34mpackage[39m (/tmp/tmp-3122-12mlKCdAoUQ3)
|
|
503
509
|
[2m[22m
|
|
504
510
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
505
511
|
|
|
@@ -509,7 +515,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
509
515
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
510
516
|
|
|
511
517
|
[2mconsole.log[22m
|
|
512
|
-
[34mpackage[39m (/tmp/tmp-
|
|
518
|
+
[34mpackage[39m (/tmp/tmp-3122-t0N204zpaX0b)
|
|
513
519
|
[2m[22m
|
|
514
520
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
515
521
|
|
|
@@ -519,7 +525,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
519
525
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
520
526
|
|
|
521
527
|
[2mconsole.log[22m
|
|
522
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
528
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3122-fR0cK4RSORhZ)
|
|
523
529
|
[2m[22m
|
|
524
530
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
525
531
|
|
|
@@ -529,37 +535,31 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
529
535
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
530
536
|
|
|
531
537
|
[2mconsole.log[22m
|
|
532
|
-
[34mpackage[39m (/tmp/tmp-
|
|
538
|
+
[34mpackage[39m (/tmp/tmp-3122-TstyQ6vS7FmR)
|
|
533
539
|
[2m[22m
|
|
534
540
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
535
541
|
|
|
536
542
|
[2mconsole.log[22m
|
|
537
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
538
543
|
[32mFixed![39m [35mpackage.json[39m: Incorrect order of fields in package.json
|
|
539
544
|
[2m[22m
|
|
540
545
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
541
|
-
expectPackageOrder (SimpleHost)
|
|
542
546
|
|
|
547
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
548
|
+
expectPackageOrder (SimpleHost)
|
|
543
549
|
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 (
|
|
550
|
+
[32m✓[39m [2mfixes order for expected keys (58 ms)[22m
|
|
551
|
+
[32m✓[39m [2mfixes order for unexpected keys (10 ms)[22m
|
|
552
|
+
[32m✓[39m [2mfixes order using function (4 ms)[22m
|
|
547
553
|
[32m✓[39m [2mdoes nothing if already order (1 ms)[22m
|
|
548
554
|
expectPackageOrder (CachingHost)
|
|
549
555
|
fix: true
|
|
550
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
551
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
552
|
-
[32m✓[39m [2mfixes order using function (
|
|
553
|
-
[32m✓[39m [2mdoes nothing if already order[22m
|
|
554
|
-
|
|
555
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
556
|
-
consistentDependencies
|
|
557
|
-
[32m✓[39m [2mchecks correctly (12 ms)[22m
|
|
558
|
-
[32m✓[39m [2mfixes correctly (2 ms)[22m
|
|
559
|
-
[32m✓[39m [2mignores ignored dependencies (2 ms)[22m
|
|
556
|
+
[32m✓[39m [2mfixes order for expected keys (7 ms)[22m
|
|
557
|
+
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
558
|
+
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
559
|
+
[32m✓[39m [2mdoes nothing if already order (1 ms)[22m
|
|
560
560
|
|
|
561
561
|
[2mconsole.log[22m
|
|
562
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
562
|
+
[34mfoo-lib[39m (/tmp/tmp-3123-i5arU1knGTni)
|
|
563
563
|
[2m[22m
|
|
564
564
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
565
565
|
|
|
@@ -569,7 +569,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
569
569
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
570
570
|
|
|
571
571
|
[2mconsole.log[22m
|
|
572
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
572
|
+
[34mfoo-lib[39m (/tmp/tmp-3123-QLsBS0p2b059)
|
|
573
573
|
[2m[22m
|
|
574
574
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
575
575
|
|
|
@@ -581,15 +581,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
581
581
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
582
582
|
alphabeticalScripts (SimpleHost)
|
|
583
583
|
fix: true
|
|
584
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
584
|
+
[32m✓[39m [2mfixes unsorted scripts (72 ms)[22m
|
|
585
585
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
586
586
|
alphabeticalScripts (CachingHost)
|
|
587
587
|
fix: true
|
|
588
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
588
|
+
[32m✓[39m [2mfixes unsorted scripts (12 ms)[22m
|
|
589
589
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
590
590
|
|
|
591
591
|
[2mconsole.log[22m
|
|
592
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
592
|
+
[34mrootProject[39m (/tmp/tmp-3129-dJTM4mN6skMw)
|
|
593
593
|
[2m[22m
|
|
594
594
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
595
595
|
|
|
@@ -599,7 +599,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
599
599
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
600
600
|
|
|
601
601
|
[2mconsole.log[22m
|
|
602
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
602
|
+
[34mrootProject[39m (/tmp/tmp-3129-4vI9MBLc2j59)
|
|
603
603
|
[2m[22m
|
|
604
604
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
605
605
|
|
|
@@ -609,7 +609,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
609
609
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
610
610
|
|
|
611
611
|
[2mconsole.log[22m
|
|
612
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
612
|
+
[34mrootProject[39m (/tmp/tmp-3129-18lPNpCP74G6)
|
|
613
613
|
[2m[22m
|
|
614
614
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
615
615
|
|
|
@@ -619,7 +619,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
619
619
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
620
620
|
|
|
621
621
|
[2mconsole.log[22m
|
|
622
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
622
|
+
[34mrootProject[39m (/tmp/tmp-3129-B3A19DlXSluA)
|
|
623
623
|
[2m[22m
|
|
624
624
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
625
625
|
|
|
@@ -629,7 +629,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
629
629
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
630
630
|
|
|
631
631
|
[2mconsole.log[22m
|
|
632
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
632
|
+
[34mrootProject[39m (/tmp/tmp-3129-n3y32xcRcdJN)
|
|
633
633
|
[2m[22m
|
|
634
634
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
635
635
|
|
|
@@ -639,7 +639,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
639
639
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
640
640
|
|
|
641
641
|
[2mconsole.log[22m
|
|
642
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
642
|
+
[34mrootProject[39m (/tmp/tmp-3129-CQysU7tEtPq0)
|
|
643
643
|
[2m[22m
|
|
644
644
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
645
645
|
|
|
@@ -651,17 +651,17 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
651
651
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
652
652
|
fileContents (SimpleHost)
|
|
653
653
|
fix: true
|
|
654
|
-
[32m✓[39m [2mworks with async generator (
|
|
654
|
+
[32m✓[39m [2mworks with async generator (7 ms)[22m
|
|
655
655
|
[32m✓[39m [2mfixes missing file (2 ms)[22m
|
|
656
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
656
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
657
657
|
fileContents (CachingHost)
|
|
658
658
|
fix: true
|
|
659
|
-
[32m✓[39m [2mworks with async generator (
|
|
660
|
-
[32m✓[39m [2mfixes missing file (
|
|
661
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
659
|
+
[32m✓[39m [2mworks with async generator (4 ms)[22m
|
|
660
|
+
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
661
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
662
662
|
|
|
663
663
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
664
664
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
665
665
|
[1mSnapshots: [22m0 total
|
|
666
|
-
[1mTime:[22m 9.
|
|
666
|
+
[1mTime:[22m 9.954 s
|
|
667
667
|
[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/index.js [22m[32m50.11 KB[39m
|
|
13
12
|
[32mESM[39m [1mbuild/js/public/util.js [22m[32m106.00 B[39m
|
|
13
|
+
[32mESM[39m [1mbuild/js/index.js [22m[32m50.16 KB[39m
|
|
14
14
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js [22m[32m512.00 B[39m
|
|
15
15
|
[32mESM[39m [1mbuild/js/public/util.js.map [22m[32m71.00 B[39m
|
|
16
|
-
[32mESM[39m [1mbuild/js/index.js.map [22m[32m100.
|
|
16
|
+
[32mESM[39m [1mbuild/js/index.js.map [22m[32m100.22 KB[39m
|
|
17
17
|
[32mESM[39m [1mbuild/js/chunk-A2MUUSNE.js.map [22m[32m1.19 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 106ms
|