@monorepolint/rules 0.5.0-alpha.134 → 0.5.0-alpha.136
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 +131 -130
- 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,25 @@ 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
|
-
(
|
|
9
|
+
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 `'.'`
|
|
10
|
+
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 `'.'`
|
|
11
|
+
(node:3048) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
10
12
|
(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[
|
|
13
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m7.02 s[49m[22m[0m)
|
|
12
14
|
consistentVersions
|
|
13
15
|
standard tests
|
|
14
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
15
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency version (
|
|
16
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (12 ms)[22m
|
|
17
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency version (4 ms)[22m
|
|
16
18
|
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
17
19
|
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (2 ms)[22m
|
|
18
20
|
[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 (
|
|
21
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (3 ms)[22m
|
|
20
22
|
Multiple accepted versions tests
|
|
21
|
-
[32m✓[39m [2mAccepts a match when multiple versions are configured (
|
|
23
|
+
[32m✓[39m [2mAccepts a match when multiple versions are configured (6 ms)[22m
|
|
22
24
|
[32m✓[39m [2mErrors when version does not match (2 ms)[22m
|
|
23
25
|
|
|
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
26
|
[2mconsole.log[22m
|
|
26
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
27
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3054-W3NiajlBw0lY)
|
|
27
28
|
[2m[22m
|
|
28
29
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
29
30
|
|
|
@@ -46,7 +47,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
46
47
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
47
48
|
|
|
48
49
|
[2mconsole.log[22m
|
|
49
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
50
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3054-SMT5ON78S8Is)
|
|
50
51
|
[2m[22m
|
|
51
52
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
52
53
|
|
|
@@ -56,7 +57,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
56
57
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
57
58
|
|
|
58
59
|
[2mconsole.log[22m
|
|
59
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
60
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-4HVbhdQ2x3WZ)
|
|
60
61
|
[2m[22m
|
|
61
62
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
62
63
|
|
|
@@ -66,7 +67,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
66
67
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
67
68
|
|
|
68
69
|
[2mconsole.log[22m
|
|
69
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
70
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-4sbVdZufauA1)
|
|
70
71
|
[2m[22m
|
|
71
72
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
72
73
|
|
|
@@ -89,7 +90,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
89
90
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
90
91
|
|
|
91
92
|
[2mconsole.log[22m
|
|
92
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
93
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-09zUHnUGzxwT)
|
|
93
94
|
[2m[22m
|
|
94
95
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
95
96
|
|
|
@@ -99,7 +100,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
99
100
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
100
101
|
|
|
101
102
|
[2mconsole.log[22m
|
|
102
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
103
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-jDbHZUO7PUgb)
|
|
103
104
|
[2m[22m
|
|
104
105
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
105
106
|
|
|
@@ -109,7 +110,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
109
110
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
110
111
|
|
|
111
112
|
[2mconsole.log[22m
|
|
112
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
113
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-MEx2wntCj6ly)
|
|
113
114
|
[2m[22m
|
|
114
115
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
115
116
|
|
|
@@ -118,10 +119,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
118
119
|
[2m[22m
|
|
119
120
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
120
121
|
|
|
121
|
-
(node:
|
|
122
|
+
(node:3054) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
122
123
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
123
124
|
[2mconsole.log[22m
|
|
124
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
125
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3054-ENGaOpWXNdFN)
|
|
125
126
|
[2m[22m
|
|
126
127
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
127
128
|
|
|
@@ -144,7 +145,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
144
145
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
145
146
|
|
|
146
147
|
[2mconsole.log[22m
|
|
147
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
148
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3054-9ert4x2bZQQC)
|
|
148
149
|
[2m[22m
|
|
149
150
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
150
151
|
|
|
@@ -154,7 +155,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
154
155
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
155
156
|
|
|
156
157
|
[2mconsole.log[22m
|
|
157
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
158
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-OFT57oLW5lye)
|
|
158
159
|
[2m[22m
|
|
159
160
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
160
161
|
|
|
@@ -164,7 +165,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
164
165
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
165
166
|
|
|
166
167
|
[2mconsole.log[22m
|
|
167
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
168
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-HrevnLgo1LG0)
|
|
168
169
|
[2m[22m
|
|
169
170
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
170
171
|
|
|
@@ -187,7 +188,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
187
188
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
188
189
|
|
|
189
190
|
[2mconsole.log[22m
|
|
190
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
191
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-vumlcGX4MzED)
|
|
191
192
|
[2m[22m
|
|
192
193
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
193
194
|
|
|
@@ -197,7 +198,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
197
198
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
198
199
|
|
|
199
200
|
[2mconsole.log[22m
|
|
200
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
201
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-bHRYESe9U0tR)
|
|
201
202
|
[2m[22m
|
|
202
203
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
203
204
|
|
|
@@ -207,7 +208,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
207
208
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
208
209
|
|
|
209
210
|
[2mconsole.log[22m
|
|
210
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
211
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3054-m6EmeRbESFBN)
|
|
211
212
|
[2m[22m
|
|
212
213
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
213
214
|
|
|
@@ -216,67 +217,67 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
216
217
|
[2m[22m
|
|
217
218
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
218
219
|
|
|
219
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[
|
|
220
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m7.28 s[49m[22m[0m)
|
|
220
221
|
expectPackageScript (SimpleHost)
|
|
221
222
|
fix: false
|
|
222
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
223
|
+
[32m✓[39m [2mhandles an empty script section (102 ms)[22m
|
|
223
224
|
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 (
|
|
225
|
+
[32m✓[39m [2mfixes an empty script section (13 ms)[22m
|
|
226
|
+
[32m✓[39m [2madds a script (7 ms)[22m
|
|
227
|
+
[32m✓[39m [2mdoes nothing if the value exists (1 ms)[22m
|
|
228
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (9 ms)[22m
|
|
228
229
|
[32m✓[39m [2muses the fixValue for fixing if provided (6 ms)[22m
|
|
229
|
-
[32m✓[39m [2mcan fix to empty (
|
|
230
|
-
[32m✓[39m [2mcan allow only empty (
|
|
230
|
+
[32m✓[39m [2mcan fix to empty (4 ms)[22m
|
|
231
|
+
[32m✓[39m [2mcan allow only empty (17 ms)[22m
|
|
231
232
|
expectPackageScript (CachingHost)
|
|
232
233
|
fix: false
|
|
233
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
234
|
+
[32m✓[39m [2mhandles an empty script section (11 ms)[22m
|
|
234
235
|
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 (
|
|
236
|
+
[32m✓[39m [2mfixes an empty script section (9 ms)[22m
|
|
237
|
+
[32m✓[39m [2madds a script (9 ms)[22m
|
|
238
|
+
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
239
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (7 ms)[22m
|
|
239
240
|
[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 (
|
|
241
|
+
[32m✓[39m [2mcan fix to empty (9 ms)[22m
|
|
242
|
+
[32m✓[39m [2mcan allow only empty (5 ms)[22m
|
|
242
243
|
|
|
243
|
-
(node:
|
|
244
|
+
(node:3047) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
244
245
|
(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.
|
|
246
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m7.357 s[49m[22m[0m)
|
|
246
247
|
mustSatisfyPeerDependencies
|
|
247
248
|
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (5 ms)[22m
|
|
248
249
|
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
249
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (
|
|
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 (
|
|
250
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (3 ms)[22m
|
|
251
|
+
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (4 ms)[22m
|
|
252
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (4 ms)[22m
|
|
253
|
+
[32m✓[39m [2mHonors dependencyWhitelist (3 ms)[22m
|
|
254
|
+
[32m✓[39m [2mHonors dependencyBlacklist (3 ms)[22m
|
|
254
255
|
regex tests
|
|
255
|
-
[32m✓[39m [2mProperly matches any version range regex (
|
|
256
|
-
[32m✓[39m [2mProperly matches greator or equal version range regex (
|
|
257
|
-
[32m✓[39m [2mProperly matches major version range regex (
|
|
258
|
-
[32m✓[39m [2mProperly matches allowed range regex (
|
|
256
|
+
[32m✓[39m [2mProperly matches any version range regex (17 ms)[22m
|
|
257
|
+
[32m✓[39m [2mProperly matches greator or equal version range regex (14 ms)[22m
|
|
258
|
+
[32m✓[39m [2mProperly matches major version range regex (16 ms)[22m
|
|
259
|
+
[32m✓[39m [2mProperly matches allowed range regex (14 ms)[22m
|
|
259
260
|
Determines dependencies satisfaction correctly
|
|
260
|
-
[32m✓[39m [2mversion is version (
|
|
261
|
-
[32m✓[39m [2mversion satisfies a range (
|
|
261
|
+
[32m✓[39m [2mversion is version (2 ms)[22m
|
|
262
|
+
[32m✓[39m [2mversion satisfies a range (3 ms)[22m
|
|
262
263
|
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
263
264
|
[32m✓[39m [2mversion satisfies a greator or equal version range (1 ms)[22m
|
|
264
|
-
[32m✓[39m [2mhigher version satisfies a greator or equal version range (
|
|
265
|
+
[32m✓[39m [2mhigher version satisfies a greator or equal version range (4 ms)[22m
|
|
265
266
|
[32m✓[39m [2mversion satisfies 'any' range (1 ms)[22m
|
|
266
267
|
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
267
|
-
[32m✓[39m [2mrange satisfies 'any' range (
|
|
268
|
+
[32m✓[39m [2mrange satisfies 'any' range (1 ms)[22m
|
|
268
269
|
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
269
270
|
[32m✓[39m [2mversion found in union start (1 ms)[22m
|
|
270
271
|
[32m✓[39m [2mversion found in union end (1 ms)[22m
|
|
271
272
|
[32m✓[39m [2mversion satisfies a range in union start (1 ms)[22m
|
|
272
|
-
[32m✓[39m [2mversion satisfies a range in union end
|
|
273
|
+
[32m✓[39m [2mversion satisfies a range in union end[22m
|
|
273
274
|
[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
|
|
276
|
-
[32m✓[39m [2mrange found in union end
|
|
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[22m
|
|
277
278
|
[32m✓[39m [2munion satisfies greator or equal version range (1 ms)[22m
|
|
278
279
|
[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 (
|
|
280
|
+
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (2 ms)[22m
|
|
280
281
|
[32m✓[39m [2mhigher range satisfies a range in union start (1 ms)[22m
|
|
281
282
|
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
282
283
|
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
@@ -284,30 +285,22 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
284
285
|
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
285
286
|
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
286
287
|
Determines dependencies intersections correctly
|
|
287
|
-
[32m✓[39m [2mequivalence (
|
|
288
|
+
[32m✓[39m [2mequivalence (1 ms)[22m
|
|
288
289
|
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
289
290
|
[32m✓[39m [2mmajor vs any[22m
|
|
290
|
-
[32m✓[39m [2mgreater or equal vs any[22m
|
|
291
|
-
[32m✓[39m [2many vs any
|
|
291
|
+
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
292
|
+
[32m✓[39m [2many vs any[22m
|
|
292
293
|
[32m✓[39m [2mexact vs greater or equal (1 ms)[22m
|
|
293
|
-
[32m✓[39m [2mmajor vs greater or equal (
|
|
294
|
-
[32m✓[39m [2mgreater or equal vs greater or equal[22m
|
|
294
|
+
[32m✓[39m [2mmajor vs greater or equal (1 ms)[22m
|
|
295
|
+
[32m✓[39m [2mgreater or equal vs greater or equal (1 ms)[22m
|
|
295
296
|
[32m✓[39m [2mexact vs major (2 ms)[22m
|
|
296
297
|
[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 (
|
|
300
|
-
|
|
301
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
302
|
-
bannedDependencies
|
|
303
|
-
[32m✓[39m [2mFlags banned dependencies correctly (9 ms)[22m
|
|
304
|
-
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (2 ms)[22m
|
|
305
|
-
[32m✓[39m [2mFlags banned dependencies correctly w new globs (1 ms)[22m
|
|
306
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
307
|
-
[32m✓[39m [2mFlags banned transitives correctly (5 ms)[22m
|
|
298
|
+
[32m✓[39m [2mexact vs union (3 ms)[22m
|
|
299
|
+
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
300
|
+
[32m✓[39m [2munion vs union (2 ms)[22m
|
|
308
301
|
|
|
309
302
|
[2mconsole.log[22m
|
|
310
|
-
[34mpackage[39m (/tmp/tmp-
|
|
303
|
+
[34mpackage[39m (/tmp/tmp-3054-sDF8cxQ37b5N)
|
|
311
304
|
[2m[22m
|
|
312
305
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
313
306
|
|
|
@@ -317,7 +310,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
317
310
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
318
311
|
|
|
319
312
|
[2mconsole.log[22m
|
|
320
|
-
[34mpackage[39m (/tmp/tmp-
|
|
313
|
+
[34mpackage[39m (/tmp/tmp-3054-zq8Lm5rmPJXH)
|
|
321
314
|
[2m[22m
|
|
322
315
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
323
316
|
|
|
@@ -327,7 +320,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
327
320
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
328
321
|
|
|
329
322
|
[2mconsole.log[22m
|
|
330
|
-
[34mpackage[39m (/tmp/tmp-
|
|
323
|
+
[34mpackage[39m (/tmp/tmp-3054-OJ54QrxiYRM9)
|
|
331
324
|
[2m[22m
|
|
332
325
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
333
326
|
|
|
@@ -350,7 +343,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
350
343
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
351
344
|
|
|
352
345
|
[2mconsole.log[22m
|
|
353
|
-
[34mpackage[39m (/tmp/tmp-
|
|
346
|
+
[34mpackage[39m (/tmp/tmp-3054-55dSrDmkT7QV)
|
|
354
347
|
[2m[22m
|
|
355
348
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
356
349
|
|
|
@@ -377,8 +370,16 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
377
370
|
[2m[22m
|
|
378
371
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
379
372
|
|
|
373
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
374
|
+
bannedDependencies
|
|
375
|
+
[32m✓[39m [2mFlags banned dependencies correctly (9 ms)[22m
|
|
376
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (2 ms)[22m
|
|
377
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (2 ms)[22m
|
|
378
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
379
|
+
[32m✓[39m [2mFlags banned transitives correctly (8 ms)[22m
|
|
380
|
+
|
|
380
381
|
[2mconsole.log[22m
|
|
381
|
-
[34mpackage[39m (/tmp/tmp-
|
|
382
|
+
[34mpackage[39m (/tmp/tmp-3054-jJTwtbkJzDZR)
|
|
382
383
|
[2m[22m
|
|
383
384
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
384
385
|
|
|
@@ -388,7 +389,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
388
389
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
389
390
|
|
|
390
391
|
[2mconsole.log[22m
|
|
391
|
-
[34mpackage[39m (/tmp/tmp-
|
|
392
|
+
[34mpackage[39m (/tmp/tmp-3054-mxero3UqtS4r)
|
|
392
393
|
[2m[22m
|
|
393
394
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
394
395
|
|
|
@@ -398,7 +399,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
398
399
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
399
400
|
|
|
400
401
|
[2mconsole.log[22m
|
|
401
|
-
[34mpackage[39m (/tmp/tmp-
|
|
402
|
+
[34mpackage[39m (/tmp/tmp-3054-9W4I0sU6aAo7)
|
|
402
403
|
[2m[22m
|
|
403
404
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
404
405
|
|
|
@@ -421,7 +422,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
421
422
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
422
423
|
|
|
423
424
|
[2mconsole.log[22m
|
|
424
|
-
[34mpackage[39m (/tmp/tmp-
|
|
425
|
+
[34mpackage[39m (/tmp/tmp-3054-yusqPb2QjmGl)
|
|
425
426
|
[2m[22m
|
|
426
427
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
427
428
|
|
|
@@ -451,35 +452,35 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
451
452
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
452
453
|
expectPackageEntries (SimpleHost)
|
|
453
454
|
fix: true
|
|
454
|
-
[32m✓[39m [2mfixes missing entries (
|
|
455
|
+
[32m✓[39m [2mfixes missing entries (16 ms)[22m
|
|
455
456
|
[32m✓[39m [2mfixes missing nested entries (4 ms)[22m
|
|
456
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (
|
|
457
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (2 ms)[22m
|
|
457
458
|
[32m✓[39m [2merrors for keys that are missing (8 ms)[22m
|
|
458
459
|
[32m✓[39m [2mhandles both entries and entriesExist (12 ms)[22m
|
|
459
460
|
expectPackageEntries (CachingHost)
|
|
460
461
|
fix: true
|
|
461
|
-
[32m✓[39m [2mfixes missing entries (
|
|
462
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
463
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (
|
|
464
|
-
[32m✓[39m [2merrors for keys that are missing (
|
|
462
|
+
[32m✓[39m [2mfixes missing entries (11 ms)[22m
|
|
463
|
+
[32m✓[39m [2mfixes missing nested entries (4 ms)[22m
|
|
464
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (2 ms)[22m
|
|
465
|
+
[32m✓[39m [2merrors for keys that are missing (11 ms)[22m
|
|
465
466
|
[32m✓[39m [2mhandles both entries and entriesExist (9 ms)[22m
|
|
466
467
|
|
|
467
468
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
468
469
|
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 (
|
|
470
|
+
[32m✓[39m [2mchecks correctly when no packages (19 ms)[22m
|
|
471
|
+
[32m✓[39m [2mchecks correctly when one level packages (6 ms)[22m
|
|
472
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (4 ms)[22m
|
|
473
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (14 ms)[22m
|
|
473
474
|
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (5 ms)[22m
|
|
474
475
|
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
475
476
|
|
|
476
477
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
477
478
|
requireDependency
|
|
478
|
-
[32m✓[39m [2mchecks correctly (
|
|
479
|
-
[32m✓[39m [2mfixes correctly (
|
|
479
|
+
[32m✓[39m [2mchecks correctly (7 ms)[22m
|
|
480
|
+
[32m✓[39m [2mfixes correctly (3 ms)[22m
|
|
480
481
|
|
|
481
482
|
[2mconsole.log[22m
|
|
482
|
-
[34mpackage[39m (/tmp/tmp-
|
|
483
|
+
[34mpackage[39m (/tmp/tmp-3054-VyAb1MV7asrC)
|
|
483
484
|
[2m[22m
|
|
484
485
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
485
486
|
|
|
@@ -489,7 +490,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
489
490
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
490
491
|
|
|
491
492
|
[2mconsole.log[22m
|
|
492
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
493
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3054-Goqg7fTEOpH5)
|
|
493
494
|
[2m[22m
|
|
494
495
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
495
496
|
|
|
@@ -499,7 +500,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
499
500
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
500
501
|
|
|
501
502
|
[2mconsole.log[22m
|
|
502
|
-
[34mpackage[39m (/tmp/tmp-
|
|
503
|
+
[34mpackage[39m (/tmp/tmp-3054-ZToJDiiqzkN2)
|
|
503
504
|
[2m[22m
|
|
504
505
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
505
506
|
|
|
@@ -509,7 +510,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
509
510
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
510
511
|
|
|
511
512
|
[2mconsole.log[22m
|
|
512
|
-
[34mpackage[39m (/tmp/tmp-
|
|
513
|
+
[34mpackage[39m (/tmp/tmp-3054-oUWnnJcoT5oR)
|
|
513
514
|
[2m[22m
|
|
514
515
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
515
516
|
|
|
@@ -518,8 +519,14 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
518
519
|
[2m[22m
|
|
519
520
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
520
521
|
|
|
522
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
523
|
+
consistentDependencies
|
|
524
|
+
[32m✓[39m [2mchecks correctly (12 ms)[22m
|
|
525
|
+
[32m✓[39m [2mfixes correctly (2 ms)[22m
|
|
526
|
+
[32m✓[39m [2mignores ignored dependencies (2 ms)[22m
|
|
527
|
+
|
|
521
528
|
[2mconsole.log[22m
|
|
522
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
529
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3054-QNl0UnY4LoS4)
|
|
523
530
|
[2m[22m
|
|
524
531
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
525
532
|
|
|
@@ -529,37 +536,31 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
529
536
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
530
537
|
|
|
531
538
|
[2mconsole.log[22m
|
|
532
|
-
[34mpackage[39m (/tmp/tmp-
|
|
539
|
+
[34mpackage[39m (/tmp/tmp-3054-wKTBFject0fb)
|
|
533
540
|
[2m[22m
|
|
534
541
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
535
542
|
|
|
536
543
|
[2mconsole.log[22m
|
|
537
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
538
544
|
[32mFixed![39m [35mpackage.json[39m: Incorrect order of fields in package.json
|
|
539
545
|
[2m[22m
|
|
540
546
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
541
|
-
expectPackageOrder (SimpleHost)
|
|
542
547
|
|
|
548
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
549
|
+
expectPackageOrder (SimpleHost)
|
|
543
550
|
fix: true
|
|
544
551
|
[32m✓[39m [2mfixes order for expected keys (16 ms)[22m
|
|
545
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
552
|
+
[32m✓[39m [2mfixes order for unexpected keys (40 ms)[22m
|
|
546
553
|
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
547
|
-
[32m✓[39m [2mdoes nothing if already order (
|
|
554
|
+
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
548
555
|
expectPackageOrder (CachingHost)
|
|
549
556
|
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
|
|
557
|
+
[32m✓[39m [2mfixes order for expected keys (6 ms)[22m
|
|
558
|
+
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
559
|
+
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
560
|
+
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
560
561
|
|
|
561
562
|
[2mconsole.log[22m
|
|
562
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
563
|
+
[34mfoo-lib[39m (/tmp/tmp-3047-g5kza7kuBsEz)
|
|
563
564
|
[2m[22m
|
|
564
565
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
565
566
|
|
|
@@ -569,7 +570,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
569
570
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
570
571
|
|
|
571
572
|
[2mconsole.log[22m
|
|
572
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
573
|
+
[34mfoo-lib[39m (/tmp/tmp-3047-1bsdR2vaD6TU)
|
|
573
574
|
[2m[22m
|
|
574
575
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
575
576
|
|
|
@@ -581,15 +582,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
581
582
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
582
583
|
alphabeticalScripts (SimpleHost)
|
|
583
584
|
fix: true
|
|
584
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
585
|
+
[32m✓[39m [2mfixes unsorted scripts (47 ms)[22m
|
|
585
586
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
586
587
|
alphabeticalScripts (CachingHost)
|
|
587
588
|
fix: true
|
|
588
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
589
|
+
[32m✓[39m [2mfixes unsorted scripts (6 ms)[22m
|
|
589
590
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
590
591
|
|
|
591
592
|
[2mconsole.log[22m
|
|
592
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
593
|
+
[34mrootProject[39m (/tmp/tmp-3048-rKVMo1NPSGXs)
|
|
593
594
|
[2m[22m
|
|
594
595
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
595
596
|
|
|
@@ -599,7 +600,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
599
600
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
600
601
|
|
|
601
602
|
[2mconsole.log[22m
|
|
602
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
603
|
+
[34mrootProject[39m (/tmp/tmp-3048-cJL5SqTnwz7F)
|
|
603
604
|
[2m[22m
|
|
604
605
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
605
606
|
|
|
@@ -609,7 +610,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
609
610
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
610
611
|
|
|
611
612
|
[2mconsole.log[22m
|
|
612
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
613
|
+
[34mrootProject[39m (/tmp/tmp-3048-Apse5E71BDZb)
|
|
613
614
|
[2m[22m
|
|
614
615
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
615
616
|
|
|
@@ -619,7 +620,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
619
620
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
620
621
|
|
|
621
622
|
[2mconsole.log[22m
|
|
622
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
623
|
+
[34mrootProject[39m (/tmp/tmp-3048-CQDwTUTJ9UzN)
|
|
623
624
|
[2m[22m
|
|
624
625
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
625
626
|
|
|
@@ -629,7 +630,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
629
630
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
630
631
|
|
|
631
632
|
[2mconsole.log[22m
|
|
632
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
633
|
+
[34mrootProject[39m (/tmp/tmp-3048-yjdqw0GwH7tL)
|
|
633
634
|
[2m[22m
|
|
634
635
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
635
636
|
|
|
@@ -639,7 +640,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
639
640
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
640
641
|
|
|
641
642
|
[2mconsole.log[22m
|
|
642
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
643
|
+
[34mrootProject[39m (/tmp/tmp-3048-fO5pVNvhRLK7)
|
|
643
644
|
[2m[22m
|
|
644
645
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
645
646
|
|
|
@@ -651,17 +652,17 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
651
652
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
652
653
|
fileContents (SimpleHost)
|
|
653
654
|
fix: true
|
|
654
|
-
[32m✓[39m [2mworks with async generator (
|
|
655
|
-
[32m✓[39m [2mfixes missing file (
|
|
656
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
655
|
+
[32m✓[39m [2mworks with async generator (45 ms)[22m
|
|
656
|
+
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
657
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
657
658
|
fileContents (CachingHost)
|
|
658
659
|
fix: true
|
|
659
|
-
[32m✓[39m [2mworks with async generator (
|
|
660
|
-
[32m✓[39m [2mfixes missing file (
|
|
661
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
660
|
+
[32m✓[39m [2mworks with async generator (5 ms)[22m
|
|
661
|
+
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
662
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
662
663
|
|
|
663
664
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
664
665
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
665
666
|
[1mSnapshots: [22m0 total
|
|
666
|
-
[1mTime:[22m 9.
|
|
667
|
+
[1mTime:[22m 9.84 s
|
|
667
668
|
[2mRan all test suites[22m[2m.[22m
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
[34mCLI[39m Target: node16
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
|
-
[32mESM[39m [1mbuild/js/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 81ms
|