@monorepolint/rules 0.5.0-alpha.103 → 0.5.0-alpha.106
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 +34 -31
- package/.turbo/turbo-test.log +173 -166
- package/.turbo/turbo-transpile-typescript.log +4 -8
- package/build/js/index.js +75 -91
- package/build/js/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/types/alphabeticalDependencies.d.ts +1 -15
- package/build/types/alphabeticalDependencies.d.ts.map +1 -1
- package/build/types/alphabeticalScripts.d.ts +1 -15
- package/build/types/alphabeticalScripts.d.ts.map +1 -1
- package/build/types/bannedDependencies.d.ts +36 -104
- package/build/types/bannedDependencies.d.ts.map +1 -1
- package/build/types/consistentDependencies.d.ts +3 -23
- package/build/types/consistentDependencies.d.ts.map +1 -1
- package/build/types/consistentVersions.d.ts +8 -34
- package/build/types/consistentVersions.d.ts.map +1 -1
- package/build/types/fileContents.d.ts +17 -89
- package/build/types/fileContents.d.ts.map +1 -1
- package/build/types/index.d.ts +13 -13
- package/build/types/index.d.ts.map +1 -1
- package/build/types/mustSatisfyPeerDependencies.d.ts +189 -483
- package/build/types/mustSatisfyPeerDependencies.d.ts.map +1 -1
- package/build/types/nestedWorkspaces.d.ts +1 -15
- package/build/types/nestedWorkspaces.d.ts.map +1 -1
- package/build/types/packageEntry.d.ts +30 -91
- package/build/types/packageEntry.d.ts.map +1 -1
- package/build/types/packageOrder.d.ts +3 -23
- package/build/types/packageOrder.d.ts.map +1 -1
- package/build/types/packageScript.d.ts +16 -68
- package/build/types/packageScript.d.ts.map +1 -1
- package/build/types/public/util.d.ts +2 -0
- package/build/types/public/util.d.ts.map +1 -0
- package/build/types/requireDependency.d.ts +22 -86
- package/build/types/requireDependency.d.ts.map +1 -1
- package/build/types/standardTsconfig.d.ts +9 -69
- package/build/types/standardTsconfig.d.ts.map +1 -1
- package/build/types/util/makeRule.d.ts +13 -0
- package/build/types/util/makeRule.d.ts.map +1 -0
- package/package.json +18 -12
- package/src/__tests__/alphabeticalScripts.spec.ts +2 -2
- package/src/__tests__/bannedDependencies.spec.ts +1 -3
- package/src/__tests__/consistentDependencies.spec.ts +2 -2
- package/src/__tests__/consistentVersions.spec.ts +1 -1
- package/src/__tests__/fileContents.spec.ts +16 -12
- package/src/__tests__/mustSatisfyPeerDependencies.spec.ts +1 -1
- package/src/__tests__/nestedWorkspaces.spec.ts +1 -1
- package/src/__tests__/packageEntry.spec.ts +40 -30
- package/src/__tests__/packageOrder.spec.ts +20 -12
- package/src/__tests__/packageScript.spec.ts +55 -39
- package/src/__tests__/requireDependency.spec.ts +2 -2
- package/src/alphabeticalDependencies.ts +5 -7
- package/src/alphabeticalScripts.ts +5 -7
- package/src/bannedDependencies.ts +6 -8
- package/src/consistentDependencies.ts +6 -7
- package/src/consistentVersions.ts +5 -6
- package/src/fileContents.ts +7 -8
- package/src/index.ts +13 -13
- package/src/mustSatisfyPeerDependencies.ts +5 -9
- package/src/nestedWorkspaces.ts +6 -7
- package/src/packageEntry.ts +6 -7
- package/src/packageOrder.ts +6 -7
- package/src/packageScript.ts +5 -7
- package/src/public/util.ts +1 -0
- package/src/requireDependency.ts +6 -6
- package/src/standardTsconfig.ts +7 -9
- package/src/util/makeRule.ts +29 -0
- package/build/js/index.cjs +0 -1491
- package/build/js/index.cjs.map +0 -1
- package/build/types/util/createNewRuleConversion.d.ts +0 -30
- package/build/types/util/createNewRuleConversion.d.ts.map +0 -1
- package/src/util/createNewRuleConversion.ts +0 -38
package/.turbo/turbo-test.log
CHANGED
|
@@ -4,88 +4,79 @@
|
|
|
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
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 `'.'`
|
|
7
|
-
|
|
8
|
-
(node:3126) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
|
|
7
|
+
(node:2968) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
9
8
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
10
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[
|
|
9
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m8.486 s[49m[22m[0m)
|
|
11
10
|
mustSatisfyPeerDependencies
|
|
12
|
-
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (
|
|
13
|
-
[32m✓[39m [2mFlags conflicting peer dependencies (
|
|
14
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (
|
|
15
|
-
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (
|
|
16
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (
|
|
17
|
-
[32m✓[39m [2mHonors dependencyWhitelist (
|
|
18
|
-
[32m✓[39m [2mHonors dependencyBlacklist (
|
|
11
|
+
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (6 ms)[22m
|
|
12
|
+
[32m✓[39m [2mFlags conflicting peer dependencies (7 ms)[22m
|
|
13
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (7 ms)[22m
|
|
14
|
+
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (6 ms)[22m
|
|
15
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (6 ms)[22m
|
|
16
|
+
[32m✓[39m [2mHonors dependencyWhitelist (7 ms)[22m
|
|
17
|
+
[32m✓[39m [2mHonors dependencyBlacklist (6 ms)[22m
|
|
19
18
|
regex tests
|
|
20
|
-
[32m✓[39m [2mProperly matches any version range regex (
|
|
21
|
-
[32m✓[39m [2mProperly matches greator or equal version range regex (
|
|
22
|
-
[32m✓[39m [2mProperly matches major version range regex (
|
|
23
|
-
[32m✓[39m [2mProperly matches allowed range regex (
|
|
19
|
+
[32m✓[39m [2mProperly matches any version range regex (23 ms)[22m
|
|
20
|
+
[32m✓[39m [2mProperly matches greator or equal version range regex (23 ms)[22m
|
|
21
|
+
[32m✓[39m [2mProperly matches major version range regex (12 ms)[22m
|
|
22
|
+
[32m✓[39m [2mProperly matches allowed range regex (24 ms)[22m
|
|
24
23
|
Determines dependencies satisfaction correctly
|
|
25
24
|
[32m✓[39m [2mversion is version (1 ms)[22m
|
|
26
|
-
[32m✓[39m [2mversion satisfies a range (
|
|
27
|
-
[32m✓[39m [2mhigher version satisfies a range (
|
|
28
|
-
[32m✓[39m [2mversion satisfies a greator or equal version range (
|
|
29
|
-
[32m✓[39m [2mhigher version satisfies a greator or equal version range (
|
|
30
|
-
[32m✓[39m [2mversion satisfies 'any' range (
|
|
25
|
+
[32m✓[39m [2mversion satisfies a range (5 ms)[22m
|
|
26
|
+
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
27
|
+
[32m✓[39m [2mversion satisfies a greator or equal version range (2 ms)[22m
|
|
28
|
+
[32m✓[39m [2mhigher version satisfies a greator or equal version range (2 ms)[22m
|
|
29
|
+
[32m✓[39m [2mversion satisfies 'any' range (2 ms)[22m
|
|
31
30
|
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
32
|
-
[32m✓[39m [2mrange satisfies 'any' range (
|
|
31
|
+
[32m✓[39m [2mrange satisfies 'any' range (3 ms)[22m
|
|
33
32
|
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
34
|
-
[32m✓[39m [2mversion found in union start (
|
|
35
|
-
[32m✓[39m [2mversion found in union end (
|
|
36
|
-
[32m✓[39m [2mversion satisfies a range in union start (
|
|
33
|
+
[32m✓[39m [2mversion found in union start (2 ms)[22m
|
|
34
|
+
[32m✓[39m [2mversion found in union end (2 ms)[22m
|
|
35
|
+
[32m✓[39m [2mversion satisfies a range in union start (2 ms)[22m
|
|
37
36
|
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
38
37
|
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
39
38
|
[32m✓[39m [2mhigher version satisfies a range in union end (1 ms)[22m
|
|
40
39
|
[32m✓[39m [2mrange found in union start (1 ms)[22m
|
|
41
|
-
[32m✓[39m [2mrange found in union end (
|
|
40
|
+
[32m✓[39m [2mrange found in union end (2 ms)[22m
|
|
42
41
|
[32m✓[39m [2munion satisfies greator or equal version range (1 ms)[22m
|
|
43
|
-
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range[22m
|
|
44
|
-
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other[22m
|
|
45
|
-
[32m✓[39m [2mhigher range satisfies a range in union start[22m
|
|
46
|
-
[32m✓[39m [2mhigher range satisfies a range in union end[22m
|
|
42
|
+
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range (1 ms)[22m
|
|
43
|
+
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (2 ms)[22m
|
|
44
|
+
[32m✓[39m [2mhigher range satisfies a range in union start (2 ms)[22m
|
|
45
|
+
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
47
46
|
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
48
|
-
[32m✓[39m [2mequivalent major ranges satisfy each other (
|
|
49
|
-
[32m✓[39m [2mversion missing in union[22m
|
|
47
|
+
[32m✓[39m [2mequivalent major ranges satisfy each other (6 ms)[22m
|
|
48
|
+
[32m✓[39m [2mversion missing in union (2 ms)[22m
|
|
50
49
|
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
51
50
|
Determines dependencies intersections correctly
|
|
52
|
-
[32m✓[39m [2mequivalence (
|
|
51
|
+
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
53
52
|
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
54
|
-
[32m✓[39m [2mmajor vs any (
|
|
53
|
+
[32m✓[39m [2mmajor vs any (2 ms)[22m
|
|
55
54
|
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
56
|
-
[32m✓[39m [2many vs any[22m
|
|
57
|
-
[32m✓[39m [2mexact vs greater or equal (
|
|
58
|
-
[32m✓[39m [2mmajor vs greater or equal (
|
|
55
|
+
[32m✓[39m [2many vs any (1 ms)[22m
|
|
56
|
+
[32m✓[39m [2mexact vs greater or equal (2 ms)[22m
|
|
57
|
+
[32m✓[39m [2mmajor vs greater or equal (2 ms)[22m
|
|
59
58
|
[32m✓[39m [2mgreater or equal vs greater or equal (1 ms)[22m
|
|
60
|
-
[32m✓[39m [2mexact vs major (
|
|
61
|
-
[32m✓[39m [2mmajor vs major (
|
|
62
|
-
[32m✓[39m [2mexact vs union (
|
|
63
|
-
[32m✓[39m [2mmajor vs union (
|
|
64
|
-
[32m✓[39m [2munion vs union (
|
|
59
|
+
[32m✓[39m [2mexact vs major (2 ms)[22m
|
|
60
|
+
[32m✓[39m [2mmajor vs major (2 ms)[22m
|
|
61
|
+
[32m✓[39m [2mexact vs union (2 ms)[22m
|
|
62
|
+
[32m✓[39m [2mmajor vs union (4 ms)[22m
|
|
63
|
+
[32m✓[39m [2munion vs union (3 ms)[22m
|
|
65
64
|
|
|
66
65
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m
|
|
67
66
|
consistentVersions
|
|
68
67
|
standard tests
|
|
69
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
70
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency version (
|
|
71
|
-
[32m✓[39m [2mIgnores packages that have a correct dependency version (
|
|
68
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (9 ms)[22m
|
|
69
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency version (5 ms)[22m
|
|
70
|
+
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
72
71
|
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (3 ms)[22m
|
|
73
|
-
[32m✓[39m [2mIgnores packages that have a correct devDependency version (
|
|
74
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (
|
|
72
|
+
[32m✓[39m [2mIgnores packages that have a correct devDependency version (3 ms)[22m
|
|
73
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (3 ms)[22m
|
|
75
74
|
Multiple accepted versions tests
|
|
76
|
-
[32m✓[39m [2mAccepts a match when multiple versions are configured (
|
|
77
|
-
[32m✓[39m [2mErrors when version does not match (
|
|
78
|
-
|
|
79
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
80
|
-
bannedDependencies
|
|
81
|
-
[32m✓[39m [2mFlags banned dependencies correctly (8 ms)[22m
|
|
82
|
-
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (3 ms)[22m
|
|
83
|
-
[32m✓[39m [2mFlags banned dependencies correctly w new globs (2 ms)[22m
|
|
84
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
85
|
-
[32m✓[39m [2mFlags banned transitives correctly (5 ms)[22m
|
|
75
|
+
[32m✓[39m [2mAccepts a match when multiple versions are configured (3 ms)[22m
|
|
76
|
+
[32m✓[39m [2mErrors when version does not match (3 ms)[22m
|
|
86
77
|
|
|
87
78
|
[2mconsole.log[22m
|
|
88
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
79
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-2968-GN9PB7krExNV)
|
|
89
80
|
[2m[22m
|
|
90
81
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
91
82
|
|
|
@@ -103,11 +94,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
103
94
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
104
95
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
105
96
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
106
|
-
[2m [2mat
|
|
107
|
-
[2m [2mat Object
|
|
97
|
+
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:34:15)[22m[2m[22m
|
|
98
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
99
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
108
100
|
|
|
109
101
|
[2mconsole.log[22m
|
|
110
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
102
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-2968-urJO0npD28Js)
|
|
111
103
|
[2m[22m
|
|
112
104
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
113
105
|
|
|
@@ -117,7 +109,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
117
109
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
118
110
|
|
|
119
111
|
[2mconsole.log[22m
|
|
120
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
112
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-Njjky19hzvQW)
|
|
121
113
|
[2m[22m
|
|
122
114
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
123
115
|
|
|
@@ -127,7 +119,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
127
119
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
128
120
|
|
|
129
121
|
[2mconsole.log[22m
|
|
130
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
122
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-EWn7B4R54jer)
|
|
131
123
|
[2m[22m
|
|
132
124
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
133
125
|
|
|
@@ -145,11 +137,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
145
137
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
146
138
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
147
139
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
148
|
-
[2m [2mat
|
|
149
|
-
[2m [2mat Object
|
|
140
|
+
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:89:17)[22m[2m[22m
|
|
141
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
142
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
150
143
|
|
|
151
144
|
[2mconsole.log[22m
|
|
152
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
145
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-qwnxHnOy8zRq)
|
|
153
146
|
[2m[22m
|
|
154
147
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
155
148
|
|
|
@@ -159,7 +152,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
159
152
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
160
153
|
|
|
161
154
|
[2mconsole.log[22m
|
|
162
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
155
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-4utwffbRO1nG)
|
|
163
156
|
[2m[22m
|
|
164
157
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
165
158
|
|
|
@@ -169,7 +162,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
169
162
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
170
163
|
|
|
171
164
|
[2mconsole.log[22m
|
|
172
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
165
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-49epZdljd6Gy)
|
|
173
166
|
[2m[22m
|
|
174
167
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
175
168
|
|
|
@@ -179,7 +172,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
179
172
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
180
173
|
|
|
181
174
|
[2mconsole.log[22m
|
|
182
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
175
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-2968-ZshG5srPrd74)
|
|
183
176
|
[2m[22m
|
|
184
177
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
185
178
|
|
|
@@ -197,11 +190,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
197
190
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
198
191
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
199
192
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
200
|
-
[2m [2mat
|
|
201
|
-
[2m [2mat Object
|
|
193
|
+
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:34:15)[22m[2m[22m
|
|
194
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
195
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
202
196
|
|
|
203
197
|
[2mconsole.log[22m
|
|
204
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
198
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-2968-4P1X5IHh6Jx2)
|
|
205
199
|
[2m[22m
|
|
206
200
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
207
201
|
|
|
@@ -211,7 +205,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
211
205
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
212
206
|
|
|
213
207
|
[2mconsole.log[22m
|
|
214
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
208
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-MHBAL9THpUhl)
|
|
215
209
|
[2m[22m
|
|
216
210
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
217
211
|
|
|
@@ -221,7 +215,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
221
215
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
222
216
|
|
|
223
217
|
[2mconsole.log[22m
|
|
224
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
218
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-h2yVbmxh3m8R)
|
|
225
219
|
[2m[22m
|
|
226
220
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
227
221
|
|
|
@@ -239,11 +233,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
239
233
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
240
234
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
241
235
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
242
|
-
[2m [2mat
|
|
243
|
-
[2m [2mat Object
|
|
236
|
+
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:89:17)[22m[2m[22m
|
|
237
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
238
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
244
239
|
|
|
245
240
|
[2mconsole.log[22m
|
|
246
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
241
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-D3LlZy3l4L1o)
|
|
247
242
|
[2m[22m
|
|
248
243
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
249
244
|
|
|
@@ -253,7 +248,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
253
248
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
254
249
|
|
|
255
250
|
[2mconsole.log[22m
|
|
256
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
251
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-qu8juF53yzSt)
|
|
257
252
|
[2m[22m
|
|
258
253
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
259
254
|
|
|
@@ -263,41 +258,49 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
263
258
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
264
259
|
|
|
265
260
|
[2mconsole.log[22m
|
|
266
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
261
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-2968-V8w5t1QEQvuz)
|
|
267
262
|
[2m[22m
|
|
268
263
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
269
264
|
|
|
265
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m
|
|
266
|
+
expectPackageScript (SimpleHost)
|
|
267
|
+
fix: false
|
|
270
268
|
[2mconsole.log[22m
|
|
271
269
|
[32mFixed![39m [35mpackage.json[39m: Expected standardized script entry for 'exists'. Valid options: (empty)
|
|
272
270
|
[2m[22m
|
|
273
271
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
274
272
|
|
|
275
|
-
[
|
|
276
|
-
expectPackageScript (SimpleHost)
|
|
277
|
-
fix: false
|
|
278
|
-
[32m✓[39m [2mhandles an empty script section (56 ms)[22m
|
|
273
|
+
[32m✓[39m [2mhandles an empty script section (71 ms)[22m
|
|
279
274
|
fix: true
|
|
280
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
281
|
-
[32m✓[39m [2madds a script (
|
|
282
|
-
[32m✓[39m [2mdoes nothing if the value exists (
|
|
283
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
284
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
285
|
-
[32m✓[39m [2mcan fix to empty (
|
|
286
|
-
[32m✓[39m [2mcan allow only empty (
|
|
275
|
+
[32m✓[39m [2mfixes an empty script section (7 ms)[22m
|
|
276
|
+
[32m✓[39m [2madds a script (9 ms)[22m
|
|
277
|
+
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
278
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (12 ms)[22m
|
|
279
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (6 ms)[22m
|
|
280
|
+
[32m✓[39m [2mcan fix to empty (7 ms)[22m
|
|
281
|
+
[32m✓[39m [2mcan allow only empty (6 ms)[22m
|
|
287
282
|
expectPackageScript (CachingHost)
|
|
288
283
|
fix: false
|
|
289
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
284
|
+
[32m✓[39m [2mhandles an empty script section (16 ms)[22m
|
|
290
285
|
fix: true
|
|
291
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
286
|
+
[32m✓[39m [2mfixes an empty script section (7 ms)[22m
|
|
292
287
|
[32m✓[39m [2madds a script (13 ms)[22m
|
|
293
288
|
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
294
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
295
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
296
|
-
[32m✓[39m [2mcan fix to empty (
|
|
297
|
-
[32m✓[39m [2mcan allow only empty (
|
|
289
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (9 ms)[22m
|
|
290
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (6 ms)[22m
|
|
291
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
292
|
+
[32m✓[39m [2mcan allow only empty (6 ms)[22m
|
|
293
|
+
|
|
294
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
295
|
+
bannedDependencies
|
|
296
|
+
[32m✓[39m [2mFlags banned dependencies correctly (12 ms)[22m
|
|
297
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (3 ms)[22m
|
|
298
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (3 ms)[22m
|
|
299
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (3 ms)[22m
|
|
300
|
+
[32m✓[39m [2mFlags banned transitives correctly (9 ms)[22m
|
|
298
301
|
|
|
299
302
|
[2mconsole.log[22m
|
|
300
|
-
[34mpackage[39m (/tmp/tmp-
|
|
303
|
+
[34mpackage[39m (/tmp/tmp-2968-PmHVn28QX5Es)
|
|
301
304
|
[2m[22m
|
|
302
305
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
303
306
|
|
|
@@ -307,7 +310,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
307
310
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
308
311
|
|
|
309
312
|
[2mconsole.log[22m
|
|
310
|
-
[34mpackage[39m (/tmp/tmp-
|
|
313
|
+
[34mpackage[39m (/tmp/tmp-2968-GsQxGo6M79Tr)
|
|
311
314
|
[2m[22m
|
|
312
315
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
313
316
|
|
|
@@ -317,7 +320,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
317
320
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
318
321
|
|
|
319
322
|
[2mconsole.log[22m
|
|
320
|
-
[34mpackage[39m (/tmp/tmp-
|
|
323
|
+
[34mpackage[39m (/tmp/tmp-2968-nsnPv5yedvwJ)
|
|
321
324
|
[2m[22m
|
|
322
325
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
323
326
|
|
|
@@ -335,11 +338,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
335
338
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
336
339
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
337
340
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
338
|
-
[2m [2mat
|
|
339
|
-
[2m [2mat Object
|
|
341
|
+
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
342
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
343
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
340
344
|
|
|
341
345
|
[2mconsole.log[22m
|
|
342
|
-
[34mpackage[39m (/tmp/tmp-
|
|
346
|
+
[34mpackage[39m (/tmp/tmp-2968-00Sp7dT40dOz)
|
|
343
347
|
[2m[22m
|
|
344
348
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
345
349
|
|
|
@@ -357,8 +361,9 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
357
361
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
358
362
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
359
363
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
360
|
-
[2m [2mat
|
|
361
|
-
[2m [2mat Object
|
|
364
|
+
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
365
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
366
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
362
367
|
|
|
363
368
|
[2mconsole.log[22m
|
|
364
369
|
[32mFixed![39m [35mpackage.json[39m: Expected standardized entry for 'repository'
|
|
@@ -366,7 +371,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
366
371
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
367
372
|
|
|
368
373
|
[2mconsole.log[22m
|
|
369
|
-
[34mpackage[39m (/tmp/tmp-
|
|
374
|
+
[34mpackage[39m (/tmp/tmp-2968-L7T5ramymVpy)
|
|
370
375
|
[2m[22m
|
|
371
376
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
372
377
|
|
|
@@ -376,7 +381,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
376
381
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
377
382
|
|
|
378
383
|
[2mconsole.log[22m
|
|
379
|
-
[34mpackage[39m (/tmp/tmp-
|
|
384
|
+
[34mpackage[39m (/tmp/tmp-2968-6KPtwCPP3442)
|
|
380
385
|
[2m[22m
|
|
381
386
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
382
387
|
|
|
@@ -386,7 +391,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
386
391
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
387
392
|
|
|
388
393
|
[2mconsole.log[22m
|
|
389
|
-
[34mpackage[39m (/tmp/tmp-
|
|
394
|
+
[34mpackage[39m (/tmp/tmp-2968-ssg6vRLUJx5J)
|
|
390
395
|
[2m[22m
|
|
391
396
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
392
397
|
|
|
@@ -404,11 +409,12 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
404
409
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
405
410
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
406
411
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
407
|
-
[2m [2mat
|
|
408
|
-
[2m [2mat Object
|
|
412
|
+
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
413
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
414
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
409
415
|
|
|
410
416
|
[2mconsole.log[22m
|
|
411
|
-
[34mpackage[39m (/tmp/tmp-
|
|
417
|
+
[34mpackage[39m (/tmp/tmp-2968-fGa16fcC184r)
|
|
412
418
|
[2m[22m
|
|
413
419
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
414
420
|
|
|
@@ -426,52 +432,47 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
426
432
|
[2m [2mat WorkspaceContextImpl.printError ([22m[2m../core/src/PackageContext.ts[2m:151:13)[22m[2m[22m
|
|
427
433
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
428
434
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
429
|
-
[2m [2mat
|
|
430
|
-
[2m [2mat Object
|
|
435
|
+
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
436
|
+
[2m [2mat Object.check ([22m[2msrc/util/makeRule.ts[2m:20:27)[22m[2m[22m
|
|
437
|
+
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
431
438
|
|
|
432
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
433
|
-
expectPackageEntries (SimpleHost)
|
|
434
|
-
fix: true
|
|
435
|
-
[32m✓[39m [2mfixes missing entries (14 ms)[22m
|
|
436
|
-
[32m✓[39m [2mfixes missing nested entries (4 ms)[22m
|
|
437
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
438
|
-
[32m✓[39m [2merrors for keys that are missing (6 ms)[22m
|
|
439
439
|
[2mconsole.log[22m
|
|
440
440
|
[32mFixed![39m [35mpackage.json[39m: Expected standardized entry for 'repository'
|
|
441
441
|
[2m[22m
|
|
442
442
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
443
443
|
|
|
444
|
-
|
|
445
|
-
expectPackageEntries (
|
|
444
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
445
|
+
expectPackageEntries (SimpleHost)
|
|
446
446
|
fix: true
|
|
447
|
-
[32m✓[39m [2mfixes missing entries (
|
|
448
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
447
|
+
[32m✓[39m [2mfixes missing entries (15 ms)[22m
|
|
448
|
+
[32m✓[39m [2mfixes missing nested entries (5 ms)[22m
|
|
449
449
|
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
450
|
-
[32m✓[39m [2merrors for keys that are missing (
|
|
451
|
-
[32m✓[39m [2mhandles both entries and entriesExist (
|
|
450
|
+
[32m✓[39m [2merrors for keys that are missing (9 ms)[22m
|
|
451
|
+
[32m✓[39m [2mhandles both entries and entriesExist (12 ms)[22m
|
|
452
|
+
expectPackageEntries (CachingHost)
|
|
453
|
+
fix: true
|
|
454
|
+
[32m✓[39m [2mfixes missing entries (19 ms)[22m
|
|
455
|
+
[32m✓[39m [2mfixes missing nested entries (6 ms)[22m
|
|
456
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (2 ms)[22m
|
|
457
|
+
[32m✓[39m [2merrors for keys that are missing (10 ms)[22m
|
|
458
|
+
[32m✓[39m [2mhandles both entries and entriesExist (14 ms)[22m
|
|
452
459
|
|
|
453
460
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
454
461
|
nestedWorkspaces
|
|
455
|
-
[32m✓[39m [2mchecks correctly when no packages (
|
|
456
|
-
[32m✓[39m [2mchecks correctly when one level packages (
|
|
457
|
-
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (
|
|
458
|
-
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (
|
|
459
|
-
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (
|
|
460
|
-
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (
|
|
462
|
+
[32m✓[39m [2mchecks correctly when no packages (19 ms)[22m
|
|
463
|
+
[32m✓[39m [2mchecks correctly when one level packages (7 ms)[22m
|
|
464
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (6 ms)[22m
|
|
465
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (9 ms)[22m
|
|
466
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (6 ms)[22m
|
|
467
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (8 ms)[22m
|
|
461
468
|
|
|
462
469
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
463
470
|
requireDependency
|
|
464
|
-
[32m✓[39m [2mchecks correctly (
|
|
465
|
-
[32m✓[39m [2mfixes correctly (
|
|
466
|
-
|
|
467
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
468
|
-
consistentDependencies
|
|
469
|
-
[32m✓[39m [2mchecks correctly (11 ms)[22m
|
|
470
|
-
[32m✓[39m [2mfixes correctly (3 ms)[22m
|
|
471
|
-
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
471
|
+
[32m✓[39m [2mchecks correctly (14 ms)[22m
|
|
472
|
+
[32m✓[39m [2mfixes correctly (7 ms)[22m
|
|
472
473
|
|
|
473
474
|
[2mconsole.log[22m
|
|
474
|
-
[34mpackage[39m (/tmp/tmp-
|
|
475
|
+
[34mpackage[39m (/tmp/tmp-2968-OKGOMQnGbl1f)
|
|
475
476
|
[2m[22m
|
|
476
477
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
477
478
|
|
|
@@ -481,7 +482,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
481
482
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
482
483
|
|
|
483
484
|
[2mconsole.log[22m
|
|
484
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
485
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-2968-3grak8327kgz)
|
|
485
486
|
[2m[22m
|
|
486
487
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
487
488
|
|
|
@@ -491,7 +492,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
491
492
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
492
493
|
|
|
493
494
|
[2mconsole.log[22m
|
|
494
|
-
[34mpackage[39m (/tmp/tmp-
|
|
495
|
+
[34mpackage[39m (/tmp/tmp-2968-mZM14wcKUkpC)
|
|
495
496
|
[2m[22m
|
|
496
497
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
497
498
|
|
|
@@ -501,7 +502,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
501
502
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
502
503
|
|
|
503
504
|
[2mconsole.log[22m
|
|
504
|
-
[34mpackage[39m (/tmp/tmp-
|
|
505
|
+
[34mpackage[39m (/tmp/tmp-2968-cNPnjAuLmVJq)
|
|
505
506
|
[2m[22m
|
|
506
507
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
507
508
|
|
|
@@ -511,7 +512,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
511
512
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
512
513
|
|
|
513
514
|
[2mconsole.log[22m
|
|
514
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
515
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-2968-bmxOKnIJY5hq)
|
|
515
516
|
[2m[22m
|
|
516
517
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
517
518
|
|
|
@@ -521,7 +522,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
521
522
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
522
523
|
|
|
523
524
|
[2mconsole.log[22m
|
|
524
|
-
[34mpackage[39m (/tmp/tmp-
|
|
525
|
+
[34mpackage[39m (/tmp/tmp-2968-2UsWt4HhYzKI)
|
|
525
526
|
[2m[22m
|
|
526
527
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
527
528
|
|
|
@@ -533,19 +534,25 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
533
534
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
534
535
|
expectPackageOrder (SimpleHost)
|
|
535
536
|
fix: true
|
|
536
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
537
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
538
|
-
[32m✓[39m [2mfixes order using function (
|
|
539
|
-
[32m✓[39m [2mdoes nothing if already order (
|
|
537
|
+
[32m✓[39m [2mfixes order for expected keys (16 ms)[22m
|
|
538
|
+
[32m✓[39m [2mfixes order for unexpected keys (16 ms)[22m
|
|
539
|
+
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
540
|
+
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
540
541
|
expectPackageOrder (CachingHost)
|
|
541
542
|
fix: true
|
|
542
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
543
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
544
|
-
[32m✓[39m [2mfixes order using function (
|
|
545
|
-
[32m✓[39m [2mdoes nothing if already order (
|
|
543
|
+
[32m✓[39m [2mfixes order for expected keys (7 ms)[22m
|
|
544
|
+
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
545
|
+
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
546
|
+
[32m✓[39m [2mdoes nothing if already order (15 ms)[22m
|
|
547
|
+
|
|
548
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
549
|
+
consistentDependencies
|
|
550
|
+
[32m✓[39m [2mchecks correctly (15 ms)[22m
|
|
551
|
+
[32m✓[39m [2mfixes correctly (4 ms)[22m
|
|
552
|
+
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
546
553
|
|
|
547
554
|
[2mconsole.log[22m
|
|
548
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
555
|
+
[34mrootProject[39m (/tmp/tmp-2968-2QGY1ihVTbVr)
|
|
549
556
|
[2m[22m
|
|
550
557
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
551
558
|
|
|
@@ -555,7 +562,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
555
562
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
556
563
|
|
|
557
564
|
[2mconsole.log[22m
|
|
558
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
565
|
+
[34mrootProject[39m (/tmp/tmp-2968-fDMykhxV9fI0)
|
|
559
566
|
[2m[22m
|
|
560
567
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
561
568
|
|
|
@@ -565,7 +572,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
565
572
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
566
573
|
|
|
567
574
|
[2mconsole.log[22m
|
|
568
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
575
|
+
[34mrootProject[39m (/tmp/tmp-2968-0IWhJ6IRO6s4)
|
|
569
576
|
[2m[22m
|
|
570
577
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
571
578
|
|
|
@@ -575,7 +582,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
575
582
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
576
583
|
|
|
577
584
|
[2mconsole.log[22m
|
|
578
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
585
|
+
[34mrootProject[39m (/tmp/tmp-2968-HPll6mckd9eI)
|
|
579
586
|
[2m[22m
|
|
580
587
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
581
588
|
|
|
@@ -587,15 +594,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
587
594
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
588
595
|
fileContents (SimpleHost)
|
|
589
596
|
fix: true
|
|
590
|
-
[32m✓[39m [2mfixes missing file (
|
|
591
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
597
|
+
[32m✓[39m [2mfixes missing file (15 ms)[22m
|
|
598
|
+
[32m✓[39m [2mfixes missing nested file (6 ms)[22m
|
|
592
599
|
fileContents (CachingHost)
|
|
593
600
|
fix: true
|
|
594
|
-
[32m✓[39m [2mfixes missing file (
|
|
595
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
601
|
+
[32m✓[39m [2mfixes missing file (7 ms)[22m
|
|
602
|
+
[32m✓[39m [2mfixes missing nested file (5 ms)[22m
|
|
596
603
|
|
|
597
604
|
[2mconsole.log[22m
|
|
598
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
605
|
+
[34mfoo-lib[39m (/tmp/tmp-2968-ROzMtIEkqBXw)
|
|
599
606
|
[2m[22m
|
|
600
607
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
601
608
|
|
|
@@ -605,7 +612,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
605
612
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
606
613
|
|
|
607
614
|
[2mconsole.log[22m
|
|
608
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
615
|
+
[34mfoo-lib[39m (/tmp/tmp-2968-xODlsejYuOtf)
|
|
609
616
|
[2m[22m
|
|
610
617
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
611
618
|
|
|
@@ -617,15 +624,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
617
624
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
618
625
|
alphabeticalScripts (SimpleHost)
|
|
619
626
|
fix: true
|
|
620
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
621
|
-
[32m✓[39m [2mdoes nothing if already sorted (
|
|
627
|
+
[32m✓[39m [2mfixes unsorted scripts (19 ms)[22m
|
|
628
|
+
[32m✓[39m [2mdoes nothing if already sorted (2 ms)[22m
|
|
622
629
|
alphabeticalScripts (CachingHost)
|
|
623
630
|
fix: true
|
|
624
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
625
|
-
[32m✓[39m [2mdoes nothing if already sorted (
|
|
631
|
+
[32m✓[39m [2mfixes unsorted scripts (8 ms)[22m
|
|
632
|
+
[32m✓[39m [2mdoes nothing if already sorted (2 ms)[22m
|
|
626
633
|
|
|
627
634
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
628
635
|
[1mTests: [22m[1m[32m116 passed[39m[22m, 116 total
|
|
629
636
|
[1mSnapshots: [22m0 total
|
|
630
|
-
[1mTime:[22m
|
|
637
|
+
[1mTime:[22m 17.711 s
|
|
631
638
|
[2mRan all test suites[22m[2m.[22m
|