@monorepolint/rules 0.5.0-beta.9 → 0.5.0
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-clean.log +1 -1
- package/.turbo/turbo-compile-typescript.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +145 -146
- package/.turbo/turbo-transpile-typescript.log +5 -9
- package/CHANGELOG.md +33 -1
- package/build/js/index.js +36 -17
- package/build/js/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/types/alphabeticalDependencies.d.ts +1 -1
- package/build/types/alphabeticalDependencies.d.ts.map +1 -1
- package/build/types/alphabeticalScripts.d.ts +1 -1
- package/build/types/alphabeticalScripts.d.ts.map +1 -1
- package/build/types/bannedDependencies.d.ts +1 -19
- package/build/types/bannedDependencies.d.ts.map +1 -1
- package/build/types/consistentDependencies.d.ts +1 -3
- package/build/types/consistentDependencies.d.ts.map +1 -1
- package/build/types/consistentVersions.d.ts +1 -7
- package/build/types/consistentVersions.d.ts.map +1 -1
- package/build/types/fileContents.d.ts +1 -16
- package/build/types/fileContents.d.ts.map +1 -1
- package/build/types/index.d.ts +1 -0
- package/build/types/index.d.ts.map +1 -1
- package/build/types/mustSatisfyPeerDependencies.d.ts +1 -95
- package/build/types/mustSatisfyPeerDependencies.d.ts.map +1 -1
- package/build/types/nestedWorkspaces.d.ts +1 -1
- package/build/types/nestedWorkspaces.d.ts.map +1 -1
- package/build/types/packageEntry.d.ts +1 -20
- package/build/types/packageEntry.d.ts.map +1 -1
- package/build/types/packageOrder.d.ts +1 -3
- package/build/types/packageOrder.d.ts.map +1 -1
- package/build/types/packageScript.d.ts +1 -16
- package/build/types/packageScript.d.ts.map +1 -1
- package/build/types/requireDependency.d.ts +1 -22
- package/build/types/requireDependency.d.ts.map +1 -1
- package/build/types/standardTsconfig.d.ts +1 -1
- package/build/types/standardTsconfig.d.ts.map +1 -1
- package/build/types/util/createRuleFactory.d.ts +14 -0
- package/build/types/util/createRuleFactory.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/alphabeticalDependencies.ts +2 -2
- package/src/alphabeticalScripts.ts +2 -2
- package/src/bannedDependencies.ts +2 -2
- package/src/consistentDependencies.ts +2 -2
- package/src/consistentVersions.ts +2 -2
- package/src/fileContents.ts +2 -2
- package/src/index.ts +8 -0
- package/src/mustSatisfyPeerDependencies.ts +2 -2
- package/src/nestedWorkspaces.ts +4 -4
- package/src/packageEntry.ts +2 -2
- package/src/packageOrder.ts +2 -2
- package/src/packageScript.ts +2 -2
- package/src/requireDependency.ts +2 -2
- package/src/standardTsconfig.ts +2 -2
- package/src/util/createRuleFactory.ts +33 -0
- package/build/js/chunk-A2MUUSNE.js +0 -26
- package/build/js/chunk-A2MUUSNE.js.map +0 -1
- package/build/js/public/util.js +0 -7
- package/build/js/public/util.js.map +0 -1
- package/build/types/public/util.d.ts +0 -2
- package/build/types/public/util.d.ts.map +0 -1
- package/build/types/util/makeRule.d.ts +0 -12
- package/build/types/util/makeRule.d.ts.map +0 -1
- package/src/public/util.ts +0 -1
- package/src/util/makeRule.ts +0 -29
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,51 +1,50 @@
|
|
|
1
1
|
|
|
2
|
-
> @monorepolint/rules@0.5.0
|
|
2
|
+
> @monorepolint/rules@0.5.0 test /home/runner/work/monorepolint/monorepolint/packages/rules
|
|
3
3
|
> NODE_OPTIONS=--experimental-vm-modules jest --colors --passWithNoTests
|
|
4
4
|
|
|
5
5
|
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
6
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
|
-
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
7
|
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/core/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
9
|
-
(node:
|
|
8
|
+
(node:3094) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
10
9
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
11
|
-
|
|
12
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.829 s[49m[22m[0m)
|
|
10
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.303 s[49m[22m[0m)
|
|
13
11
|
consistentVersions
|
|
14
12
|
standard tests
|
|
15
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
13
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (11 ms)[22m
|
|
16
14
|
[32m✓[39m [2mFixes packages that have an incorrect dependency version (4 ms)[22m
|
|
17
15
|
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
18
|
-
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (
|
|
19
|
-
[32m✓[39m [2mIgnores packages that have a correct devDependency version (
|
|
16
|
+
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (3 ms)[22m
|
|
17
|
+
[32m✓[39m [2mIgnores packages that have a correct devDependency version (2 ms)[22m
|
|
20
18
|
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (2 ms)[22m
|
|
21
19
|
Multiple accepted versions tests
|
|
22
|
-
[32m✓[39m [2mAccepts a match when multiple versions are configured (
|
|
20
|
+
[32m✓[39m [2mAccepts a match when multiple versions are configured (8 ms)[22m
|
|
23
21
|
[32m✓[39m [2mErrors when version does not match (2 ms)[22m
|
|
24
22
|
|
|
25
|
-
(
|
|
23
|
+
ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js', falling back to original file content. You can also configure Jest config option `transformIgnorePatterns` to ignore /home/runner/work/monorepolint/monorepolint/packages/utils/build/js/index.js from transformation or make sure that `outDir` in your tsconfig is neither `''` or `'.'`
|
|
24
|
+
(node:3093) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
26
25
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
27
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[
|
|
26
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m6.666 s[49m[22m[0m)
|
|
28
27
|
mustSatisfyPeerDependencies
|
|
29
28
|
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (5 ms)[22m
|
|
30
|
-
[32m✓[39m [2mFlags conflicting peer dependencies (
|
|
31
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (
|
|
29
|
+
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
30
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (3 ms)[22m
|
|
32
31
|
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (4 ms)[22m
|
|
33
32
|
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (4 ms)[22m
|
|
34
33
|
[32m✓[39m [2mHonors dependencyWhitelist (4 ms)[22m
|
|
35
34
|
[32m✓[39m [2mHonors dependencyBlacklist (3 ms)[22m
|
|
36
35
|
regex tests
|
|
37
|
-
[32m✓[39m [2mProperly matches any version range regex (
|
|
38
|
-
[32m✓[39m [2mProperly matches greator or equal version range regex (
|
|
39
|
-
[32m✓[39m [2mProperly matches major version range regex (
|
|
40
|
-
[32m✓[39m [2mProperly matches allowed range regex (
|
|
36
|
+
[32m✓[39m [2mProperly matches any version range regex (34 ms)[22m
|
|
37
|
+
[32m✓[39m [2mProperly matches greator or equal version range regex (14 ms)[22m
|
|
38
|
+
[32m✓[39m [2mProperly matches major version range regex (11 ms)[22m
|
|
39
|
+
[32m✓[39m [2mProperly matches allowed range regex (16 ms)[22m
|
|
41
40
|
Determines dependencies satisfaction correctly
|
|
42
|
-
[32m✓[39m [2mversion is version (
|
|
43
|
-
[32m✓[39m [2mversion satisfies a range (
|
|
44
|
-
[32m✓[39m [2mhigher version satisfies a range (
|
|
41
|
+
[32m✓[39m [2mversion is version (2 ms)[22m
|
|
42
|
+
[32m✓[39m [2mversion satisfies a range (3 ms)[22m
|
|
43
|
+
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
45
44
|
[32m✓[39m [2mversion satisfies a greator or equal version range (1 ms)[22m
|
|
46
45
|
[32m✓[39m [2mhigher version satisfies a greator or equal version range (1 ms)[22m
|
|
47
|
-
[32m✓[39m [2mversion satisfies 'any' range[22m
|
|
48
|
-
[32m✓[39m [2mgreator or equal version range satisfies 'any' range[22m
|
|
46
|
+
[32m✓[39m [2mversion satisfies 'any' range (1 ms)[22m
|
|
47
|
+
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
49
48
|
[32m✓[39m [2mrange satisfies 'any' range (1 ms)[22m
|
|
50
49
|
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
51
50
|
[32m✓[39m [2mversion found in union start (1 ms)[22m
|
|
@@ -53,35 +52,35 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
53
52
|
[32m✓[39m [2mversion satisfies a range in union start (1 ms)[22m
|
|
54
53
|
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
55
54
|
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
56
|
-
[32m✓[39m [2mhigher version satisfies a range in union end (
|
|
55
|
+
[32m✓[39m [2mhigher version satisfies a range in union end (2 ms)[22m
|
|
57
56
|
[32m✓[39m [2mrange found in union start (1 ms)[22m
|
|
58
57
|
[32m✓[39m [2mrange found in union end (1 ms)[22m
|
|
59
|
-
[32m✓[39m [2munion satisfies greator or equal version range (
|
|
60
|
-
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range[22m
|
|
58
|
+
[32m✓[39m [2munion satisfies greator or equal version range (3 ms)[22m
|
|
59
|
+
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range (1 ms)[22m
|
|
61
60
|
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (1 ms)[22m
|
|
62
61
|
[32m✓[39m [2mhigher range satisfies a range in union start (1 ms)[22m
|
|
63
|
-
[32m✓[39m [2mhigher range satisfies a range in union end (
|
|
64
|
-
[32m✓[39m [2mequivalent 'any' ranges satisfy each other[22m
|
|
65
|
-
[32m✓[39m [2mequivalent major ranges satisfy each other (
|
|
62
|
+
[32m✓[39m [2mhigher range satisfies a range in union end (1 ms)[22m
|
|
63
|
+
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
64
|
+
[32m✓[39m [2mequivalent major ranges satisfy each other (5 ms)[22m
|
|
66
65
|
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
67
66
|
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
68
67
|
Determines dependencies intersections correctly
|
|
69
|
-
[32m✓[39m [2mequivalence (
|
|
70
|
-
[32m✓[39m [2mexact vs any[22m
|
|
68
|
+
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
69
|
+
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
71
70
|
[32m✓[39m [2mmajor vs any[22m
|
|
72
71
|
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
73
|
-
[32m✓[39m [2many vs any
|
|
72
|
+
[32m✓[39m [2many vs any[22m
|
|
74
73
|
[32m✓[39m [2mexact vs greater or equal (2 ms)[22m
|
|
75
74
|
[32m✓[39m [2mmajor vs greater or equal (1 ms)[22m
|
|
76
|
-
[32m✓[39m [2mgreater or equal vs greater or equal (
|
|
77
|
-
[32m✓[39m [2mexact vs major (
|
|
75
|
+
[32m✓[39m [2mgreater or equal vs greater or equal (1 ms)[22m
|
|
76
|
+
[32m✓[39m [2mexact vs major (1 ms)[22m
|
|
78
77
|
[32m✓[39m [2mmajor vs major (1 ms)[22m
|
|
79
78
|
[32m✓[39m [2mexact vs union (1 ms)[22m
|
|
80
79
|
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
81
|
-
[32m✓[39m [2munion vs union (
|
|
80
|
+
[32m✓[39m [2munion vs union (1 ms)[22m
|
|
82
81
|
|
|
83
82
|
[2mconsole.log[22m
|
|
84
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
83
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3095-nrg1Lc0Kpq2N)
|
|
85
84
|
[2m[22m
|
|
86
85
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
87
86
|
|
|
@@ -100,11 +99,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
100
99
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
101
100
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
102
101
|
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:34:15)[22m[2m[22m
|
|
103
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
102
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
104
103
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
105
104
|
|
|
106
105
|
[2mconsole.log[22m
|
|
107
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
106
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3095-mSGvyoHwcNZ1)
|
|
108
107
|
[2m[22m
|
|
109
108
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
110
109
|
|
|
@@ -114,7 +113,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
114
113
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
115
114
|
|
|
116
115
|
[2mconsole.log[22m
|
|
117
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
116
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-s0yafv7EMI5x)
|
|
118
117
|
[2m[22m
|
|
119
118
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
120
119
|
|
|
@@ -124,7 +123,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
124
123
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
125
124
|
|
|
126
125
|
[2mconsole.log[22m
|
|
127
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
126
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-g024NjVuSq55)
|
|
128
127
|
[2m[22m
|
|
129
128
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
130
129
|
|
|
@@ -143,11 +142,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
143
142
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
144
143
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
145
144
|
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:89:17)[22m[2m[22m
|
|
146
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
145
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
147
146
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
148
147
|
|
|
149
148
|
[2mconsole.log[22m
|
|
150
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
149
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-vgJvBTudNUjh)
|
|
151
150
|
[2m[22m
|
|
152
151
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
153
152
|
|
|
@@ -157,7 +156,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
157
156
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
158
157
|
|
|
159
158
|
[2mconsole.log[22m
|
|
160
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
159
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-YAD6B8pWxhRg)
|
|
161
160
|
[2m[22m
|
|
162
161
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
163
162
|
|
|
@@ -167,7 +166,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
167
166
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
168
167
|
|
|
169
168
|
[2mconsole.log[22m
|
|
170
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
169
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-WltTy8gswzhE)
|
|
171
170
|
[2m[22m
|
|
172
171
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
173
172
|
|
|
@@ -176,10 +175,10 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
176
175
|
[2m[22m
|
|
177
176
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
178
177
|
|
|
179
|
-
(node:
|
|
180
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
178
|
+
(node:3095) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
181
179
|
[2mconsole.log[22m
|
|
182
|
-
|
|
180
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
181
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3095-t9x2AfmwyHmd)
|
|
183
182
|
[2m[22m
|
|
184
183
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
185
184
|
|
|
@@ -198,11 +197,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
198
197
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
199
198
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
200
199
|
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:34:15)[22m[2m[22m
|
|
201
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
200
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
202
201
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:56:10)[22m[2m[22m
|
|
203
202
|
|
|
204
203
|
[2mconsole.log[22m
|
|
205
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
204
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3095-uslqqfRbnBml)
|
|
206
205
|
[2m[22m
|
|
207
206
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
208
207
|
|
|
@@ -212,7 +211,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
212
211
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
213
212
|
|
|
214
213
|
[2mconsole.log[22m
|
|
215
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
214
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-72aNYiJDPcRe)
|
|
216
215
|
[2m[22m
|
|
217
216
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
218
217
|
|
|
@@ -222,7 +221,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
222
221
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
223
222
|
|
|
224
223
|
[2mconsole.log[22m
|
|
225
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
224
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-Fm7jl1EE7ZGI)
|
|
226
225
|
[2m[22m
|
|
227
226
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
228
227
|
|
|
@@ -241,11 +240,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
241
240
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
242
241
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
243
242
|
[2m [2mat check ([22m[2msrc/packageScript.ts[2m:89:17)[22m[2m[22m
|
|
244
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
243
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
245
244
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageScript.spec.ts[2m:169:10)[22m[2m[22m
|
|
246
245
|
|
|
247
246
|
[2mconsole.log[22m
|
|
248
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
247
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-gwG2mVpxPZP6)
|
|
249
248
|
[2m[22m
|
|
250
249
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
251
250
|
|
|
@@ -255,7 +254,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
255
254
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
256
255
|
|
|
257
256
|
[2mconsole.log[22m
|
|
258
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
257
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-pu3xdqGfx15G)
|
|
259
258
|
[2m[22m
|
|
260
259
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
261
260
|
|
|
@@ -265,7 +264,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
265
264
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
266
265
|
|
|
267
266
|
[2mconsole.log[22m
|
|
268
|
-
[34mpackage-with-scripts[39m (/tmp/tmp-
|
|
267
|
+
[34mpackage-with-scripts[39m (/tmp/tmp-3095-BuHUHCt7DDm6)
|
|
269
268
|
[2m[22m
|
|
270
269
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
271
270
|
|
|
@@ -274,32 +273,40 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
274
273
|
[2m[22m
|
|
275
274
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
276
275
|
|
|
277
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[
|
|
276
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m6.846 s[49m[22m[0m)
|
|
278
277
|
expectPackageScript (SimpleHost)
|
|
279
278
|
fix: false
|
|
280
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
279
|
+
[32m✓[39m [2mhandles an empty script section (77 ms)[22m
|
|
281
280
|
fix: true
|
|
282
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
281
|
+
[32m✓[39m [2mfixes an empty script section (10 ms)[22m
|
|
283
282
|
[32m✓[39m [2madds a script (7 ms)[22m
|
|
284
283
|
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
285
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
286
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
287
|
-
[32m✓[39m [2mcan fix to empty (
|
|
288
|
-
[32m✓[39m [2mcan allow only empty (
|
|
284
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (23 ms)[22m
|
|
285
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (12 ms)[22m
|
|
286
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
287
|
+
[32m✓[39m [2mcan allow only empty (7 ms)[22m
|
|
289
288
|
expectPackageScript (CachingHost)
|
|
290
289
|
fix: false
|
|
291
|
-
[32m✓[39m [2mhandles an empty script section (
|
|
290
|
+
[32m✓[39m [2mhandles an empty script section (16 ms)[22m
|
|
292
291
|
fix: true
|
|
293
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
294
|
-
[32m✓[39m [2madds a script (
|
|
295
|
-
[32m✓[39m [2mdoes nothing if the value exists (
|
|
296
|
-
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (
|
|
297
|
-
[32m✓[39m [2muses the fixValue for fixing if provided (
|
|
298
|
-
[32m✓[39m [2mcan fix to empty (
|
|
299
|
-
[32m✓[39m [2mcan allow only empty (
|
|
292
|
+
[32m✓[39m [2mfixes an empty script section (15 ms)[22m
|
|
293
|
+
[32m✓[39m [2madds a script (6 ms)[22m
|
|
294
|
+
[32m✓[39m [2mdoes nothing if the value exists (2 ms)[22m
|
|
295
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (6 ms)[22m
|
|
296
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (4 ms)[22m
|
|
297
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
298
|
+
[32m✓[39m [2mcan allow only empty (3 ms)[22m
|
|
299
|
+
|
|
300
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
301
|
+
bannedDependencies
|
|
302
|
+
[32m✓[39m [2mFlags banned dependencies correctly (8 ms)[22m
|
|
303
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (2 ms)[22m
|
|
304
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (2 ms)[22m
|
|
305
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
306
|
+
[32m✓[39m [2mFlags banned transitives correctly (6 ms)[22m
|
|
300
307
|
|
|
301
308
|
[2mconsole.log[22m
|
|
302
|
-
[34mpackage[39m (/tmp/tmp-
|
|
309
|
+
[34mpackage[39m (/tmp/tmp-3093-cQevdDV3gGjN)
|
|
303
310
|
[2m[22m
|
|
304
311
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
305
312
|
|
|
@@ -309,7 +316,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
309
316
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
310
317
|
|
|
311
318
|
[2mconsole.log[22m
|
|
312
|
-
[34mpackage[39m (/tmp/tmp-
|
|
319
|
+
[34mpackage[39m (/tmp/tmp-3093-JICvMAgdv62P)
|
|
313
320
|
[2m[22m
|
|
314
321
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
315
322
|
|
|
@@ -319,7 +326,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
319
326
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
320
327
|
|
|
321
328
|
[2mconsole.log[22m
|
|
322
|
-
[34mpackage[39m (/tmp/tmp-
|
|
329
|
+
[34mpackage[39m (/tmp/tmp-3093-YnKIHX5Y4jOt)
|
|
323
330
|
[2m[22m
|
|
324
331
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
325
332
|
|
|
@@ -338,14 +345,23 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
338
345
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
339
346
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
340
347
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
341
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
348
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
342
349
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
343
350
|
|
|
344
351
|
[2mconsole.log[22m
|
|
345
|
-
[34mpackage[39m (/tmp/tmp-
|
|
352
|
+
[34mpackage[39m (/tmp/tmp-3093-kwEPMVNOrcTj)
|
|
346
353
|
[2m[22m
|
|
347
354
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
348
355
|
|
|
356
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
357
|
+
nestedWorkspaces
|
|
358
|
+
[32m✓[39m [2mchecks correctly when no packages (13 ms)[22m
|
|
359
|
+
[32m✓[39m [2mchecks correctly when one level packages (5 ms)[22m
|
|
360
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (5 ms)[22m
|
|
361
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (6 ms)[22m
|
|
362
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (5 ms)[22m
|
|
363
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
364
|
+
|
|
349
365
|
[2m[31mconsole.error[39m[22m
|
|
350
366
|
[31m [31mError![39m[31m [35mpackage.json[39m[31m: Expected entry for 'bugs' to exist[39m
|
|
351
367
|
[2m[22m
|
|
@@ -361,7 +377,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
361
377
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
362
378
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
363
379
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
364
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
380
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
365
381
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
366
382
|
|
|
367
383
|
[2mconsole.log[22m
|
|
@@ -370,7 +386,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
370
386
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
371
387
|
|
|
372
388
|
[2mconsole.log[22m
|
|
373
|
-
[34mpackage[39m (/tmp/tmp-
|
|
389
|
+
[34mpackage[39m (/tmp/tmp-3093-dsrRyBxIC6XM)
|
|
374
390
|
[2m[22m
|
|
375
391
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
376
392
|
|
|
@@ -380,7 +396,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
380
396
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
381
397
|
|
|
382
398
|
[2mconsole.log[22m
|
|
383
|
-
[34mpackage[39m (/tmp/tmp-
|
|
399
|
+
[34mpackage[39m (/tmp/tmp-3093-S45iJGp5ltGo)
|
|
384
400
|
[2m[22m
|
|
385
401
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
386
402
|
|
|
@@ -390,7 +406,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
390
406
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
391
407
|
|
|
392
408
|
[2mconsole.log[22m
|
|
393
|
-
[34mpackage[39m (/tmp/tmp-
|
|
409
|
+
[34mpackage[39m (/tmp/tmp-3093-6Rj3bMVjjrik)
|
|
394
410
|
[2m[22m
|
|
395
411
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
396
412
|
|
|
@@ -409,11 +425,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
409
425
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
410
426
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
411
427
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
412
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
428
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
413
429
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
414
430
|
|
|
415
431
|
[2mconsole.log[22m
|
|
416
|
-
[34mpackage[39m (/tmp/tmp-
|
|
432
|
+
[34mpackage[39m (/tmp/tmp-3093-uLpWOXymaDmO)
|
|
417
433
|
[2m[22m
|
|
418
434
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
419
435
|
|
|
@@ -432,7 +448,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
432
448
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
433
449
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
434
450
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
435
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
451
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
436
452
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
437
453
|
|
|
438
454
|
[2mconsole.log[22m
|
|
@@ -443,38 +459,32 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
443
459
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageEntry.spec.ts[22m
|
|
444
460
|
expectPackageEntries (SimpleHost)
|
|
445
461
|
fix: true
|
|
446
|
-
[32m✓[39m [2mfixes missing entries (
|
|
462
|
+
[32m✓[39m [2mfixes missing entries (91 ms)[22m
|
|
447
463
|
[32m✓[39m [2mfixes missing nested entries (6 ms)[22m
|
|
448
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (
|
|
449
|
-
[32m✓[39m [2merrors for keys that are missing (
|
|
450
|
-
[32m✓[39m [2mhandles both entries and entriesExist (
|
|
464
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (3 ms)[22m
|
|
465
|
+
[32m✓[39m [2merrors for keys that are missing (13 ms)[22m
|
|
466
|
+
[32m✓[39m [2mhandles both entries and entriesExist (18 ms)[22m
|
|
451
467
|
expectPackageEntries (CachingHost)
|
|
452
468
|
fix: true
|
|
453
|
-
[32m✓[39m [2mfixes missing entries (
|
|
454
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
455
|
-
[32m✓[39m [2mdoesn't error for nested entries that are defined (
|
|
456
|
-
[32m✓[39m [2merrors for keys that are missing (
|
|
457
|
-
[32m✓[39m [2mhandles both entries and entriesExist (
|
|
469
|
+
[32m✓[39m [2mfixes missing entries (8 ms)[22m
|
|
470
|
+
[32m✓[39m [2mfixes missing nested entries (4 ms)[22m
|
|
471
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
472
|
+
[32m✓[39m [2merrors for keys that are missing (7 ms)[22m
|
|
473
|
+
[32m✓[39m [2mhandles both entries and entriesExist (6 ms)[22m
|
|
458
474
|
|
|
459
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[
|
|
460
|
-
|
|
461
|
-
[32m✓[39m [2mchecks correctly
|
|
462
|
-
[32m✓[39m [
|
|
463
|
-
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (6 ms)[22m
|
|
464
|
-
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (12 ms)[22m
|
|
465
|
-
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (5 ms)[22m
|
|
466
|
-
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
475
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
476
|
+
requireDependency
|
|
477
|
+
[32m✓[39m [2mchecks correctly (29 ms)[22m
|
|
478
|
+
[32m✓[39m [2mfixes correctly (5 ms)[22m
|
|
467
479
|
|
|
468
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[
|
|
469
|
-
|
|
470
|
-
[32m✓[39m [
|
|
471
|
-
[32m✓[39m [
|
|
472
|
-
[32m✓[39m [
|
|
473
|
-
[32m✓[39m [2mFlags banned dependencies correctly w exact (3 ms)[22m
|
|
474
|
-
[32m✓[39m [2mFlags banned transitives correctly (6 ms)[22m
|
|
480
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentDependencies.spec.ts[22m
|
|
481
|
+
consistentDependencies
|
|
482
|
+
[32m✓[39m [2mchecks correctly (10 ms)[22m
|
|
483
|
+
[32m✓[39m [2mfixes correctly (4 ms)[22m
|
|
484
|
+
[32m✓[39m [2mignores ignored dependencies (2 ms)[22m
|
|
475
485
|
|
|
476
486
|
[2mconsole.log[22m
|
|
477
|
-
[34mpackage[39m (/tmp/tmp-
|
|
487
|
+
[34mpackage[39m (/tmp/tmp-3095-OUXBaHTL4GHu)
|
|
478
488
|
[2m[22m
|
|
479
489
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
480
490
|
|
|
@@ -484,7 +494,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
484
494
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
485
495
|
|
|
486
496
|
[2mconsole.log[22m
|
|
487
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
497
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3095-bPFxhm9NQ0DB)
|
|
488
498
|
[2m[22m
|
|
489
499
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
490
500
|
|
|
@@ -494,7 +504,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
494
504
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
495
505
|
|
|
496
506
|
[2mconsole.log[22m
|
|
497
|
-
[34mpackage[39m (/tmp/tmp-
|
|
507
|
+
[34mpackage[39m (/tmp/tmp-3095-OiYsBMyGRCDl)
|
|
498
508
|
[2m[22m
|
|
499
509
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
500
510
|
|
|
@@ -504,7 +514,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
504
514
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
505
515
|
|
|
506
516
|
[2mconsole.log[22m
|
|
507
|
-
[34mpackage[39m (/tmp/tmp-
|
|
517
|
+
[34mpackage[39m (/tmp/tmp-3095-yr8uBPL9H5zg)
|
|
508
518
|
[2m[22m
|
|
509
519
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
510
520
|
|
|
@@ -514,7 +524,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
514
524
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
515
525
|
|
|
516
526
|
[2mconsole.log[22m
|
|
517
|
-
[34mpackage-unknown-keys[39m (/tmp/tmp-
|
|
527
|
+
[34mpackage-unknown-keys[39m (/tmp/tmp-3095-KnF4ZVlxCGcX)
|
|
518
528
|
[2m[22m
|
|
519
529
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
520
530
|
|
|
@@ -524,7 +534,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
524
534
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
525
535
|
|
|
526
536
|
[2mconsole.log[22m
|
|
527
|
-
[34mpackage[39m (/tmp/tmp-
|
|
537
|
+
[34mpackage[39m (/tmp/tmp-3095-VqlKasqBfvOL)
|
|
528
538
|
[2m[22m
|
|
529
539
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
530
540
|
|
|
@@ -536,30 +546,19 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
536
546
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageOrder.spec.ts[22m
|
|
537
547
|
expectPackageOrder (SimpleHost)
|
|
538
548
|
fix: true
|
|
539
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
540
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
541
|
-
[32m✓[39m [2mfixes order using function (6 ms)[22m
|
|
542
|
-
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
543
|
-
expectPackageOrder (CachingHost)
|
|
544
|
-
fix: true
|
|
545
|
-
[32m✓[39m [2mfixes order for expected keys (17 ms)[22m
|
|
546
|
-
[32m✓[39m [2mfixes order for unexpected keys (6 ms)[22m
|
|
549
|
+
[32m✓[39m [2mfixes order for expected keys (16 ms)[22m
|
|
550
|
+
[32m✓[39m [2mfixes order for unexpected keys (17 ms)[22m
|
|
547
551
|
[32m✓[39m [2mfixes order using function (5 ms)[22m
|
|
548
552
|
[32m✓[39m [2mdoes nothing if already order (1 ms)[22m
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
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 (40 ms)[22m
|
|
559
|
-
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
553
|
+
expectPackageOrder (CachingHost)
|
|
554
|
+
fix: true
|
|
555
|
+
[32m✓[39m [2mfixes order for expected keys (15 ms)[22m
|
|
556
|
+
[32m✓[39m [2mfixes order for unexpected keys (5 ms)[22m
|
|
557
|
+
[32m✓[39m [2mfixes order using function (4 ms)[22m
|
|
558
|
+
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
560
559
|
|
|
561
560
|
[2mconsole.log[22m
|
|
562
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
561
|
+
[34mfoo-lib[39m (/tmp/tmp-3093-XOkYbcM0k40g)
|
|
563
562
|
[2m[22m
|
|
564
563
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
565
564
|
|
|
@@ -569,7 +568,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
569
568
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
570
569
|
|
|
571
570
|
[2mconsole.log[22m
|
|
572
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
571
|
+
[34mfoo-lib[39m (/tmp/tmp-3093-LCMbFTkpKNBy)
|
|
573
572
|
[2m[22m
|
|
574
573
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
575
574
|
|
|
@@ -581,15 +580,15 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
581
580
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1malphabeticalScripts.spec.ts[22m
|
|
582
581
|
alphabeticalScripts (SimpleHost)
|
|
583
582
|
fix: true
|
|
584
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
583
|
+
[32m✓[39m [2mfixes unsorted scripts (10 ms)[22m
|
|
585
584
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
586
585
|
alphabeticalScripts (CachingHost)
|
|
587
586
|
fix: true
|
|
588
|
-
[32m✓[39m [2mfixes unsorted scripts (
|
|
587
|
+
[32m✓[39m [2mfixes unsorted scripts (9 ms)[22m
|
|
589
588
|
[32m✓[39m [2mdoes nothing if already sorted (1 ms)[22m
|
|
590
589
|
|
|
591
590
|
[2mconsole.log[22m
|
|
592
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
591
|
+
[34mrootProject[39m (/tmp/tmp-3094-uzHzQ9Pst5Ff)
|
|
593
592
|
[2m[22m
|
|
594
593
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
595
594
|
|
|
@@ -599,7 +598,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
599
598
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
600
599
|
|
|
601
600
|
[2mconsole.log[22m
|
|
602
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
601
|
+
[34mrootProject[39m (/tmp/tmp-3094-rVh6VOGKTGTk)
|
|
603
602
|
[2m[22m
|
|
604
603
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
605
604
|
|
|
@@ -609,7 +608,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
609
608
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
610
609
|
|
|
611
610
|
[2mconsole.log[22m
|
|
612
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
611
|
+
[34mrootProject[39m (/tmp/tmp-3094-nzm9Mrr43ohZ)
|
|
613
612
|
[2m[22m
|
|
614
613
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
615
614
|
|
|
@@ -619,7 +618,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
619
618
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
620
619
|
|
|
621
620
|
[2mconsole.log[22m
|
|
622
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
621
|
+
[34mrootProject[39m (/tmp/tmp-3094-TngL5qghdGQr)
|
|
623
622
|
[2m[22m
|
|
624
623
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
625
624
|
|
|
@@ -629,7 +628,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
629
628
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
630
629
|
|
|
631
630
|
[2mconsole.log[22m
|
|
632
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
631
|
+
[34mrootProject[39m (/tmp/tmp-3094-MJNrAd6yyCrb)
|
|
633
632
|
[2m[22m
|
|
634
633
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
635
634
|
|
|
@@ -639,7 +638,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
639
638
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
640
639
|
|
|
641
640
|
[2mconsole.log[22m
|
|
642
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
641
|
+
[34mrootProject[39m (/tmp/tmp-3094-m2VWiANmyeQq)
|
|
643
642
|
[2m[22m
|
|
644
643
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
645
644
|
|
|
@@ -651,17 +650,17 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
651
650
|
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mfileContents.spec.ts[22m
|
|
652
651
|
fileContents (SimpleHost)
|
|
653
652
|
fix: true
|
|
654
|
-
[32m✓[39m [2mworks with async generator (
|
|
655
|
-
[32m✓[39m [2mfixes missing file (
|
|
653
|
+
[32m✓[39m [2mworks with async generator (46 ms)[22m
|
|
654
|
+
[32m✓[39m [2mfixes missing file (2 ms)[22m
|
|
656
655
|
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
657
656
|
fileContents (CachingHost)
|
|
658
657
|
fix: true
|
|
659
|
-
[32m✓[39m [2mworks with async generator (
|
|
660
|
-
[32m✓[39m [2mfixes missing file (
|
|
661
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
658
|
+
[32m✓[39m [2mworks with async generator (5 ms)[22m
|
|
659
|
+
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
660
|
+
[32m✓[39m [2mfixes missing nested file (2 ms)[22m
|
|
662
661
|
|
|
663
662
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
664
663
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
665
664
|
[1mSnapshots: [22m0 total
|
|
666
|
-
[1mTime:[22m 9.
|
|
665
|
+
[1mTime:[22m 9.419 s
|
|
667
666
|
[2mRan all test suites[22m[2m.[22m
|