@monorepolint/rules 0.5.0-beta.9 → 0.6.0-alpha.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 +150 -151
- package/.turbo/turbo-transpile-typescript.log +5 -9
- package/CHANGELOG.md +42 -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,90 +1,89 @@
|
|
|
1
1
|
|
|
2
|
-
> @monorepolint/rules@0.
|
|
2
|
+
> @monorepolint/rules@0.6.0-alpha.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
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/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:
|
|
9
|
+
(node:3039) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
10
10
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
11
|
-
|
|
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)
|
|
11
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mconsistentVersions.spec.ts[22m ([0m[1m[41m6.835 s[49m[22m[0m)
|
|
13
12
|
consistentVersions
|
|
14
13
|
standard tests
|
|
15
|
-
[32m✓[39m [2mDoes nothing when arguments are empty (
|
|
16
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency version (
|
|
14
|
+
[32m✓[39m [2mDoes nothing when arguments are empty (11 ms)[22m
|
|
15
|
+
[32m✓[39m [2mFixes packages that have an incorrect dependency version (5 ms)[22m
|
|
17
16
|
[32m✓[39m [2mIgnores packages that have a correct dependency version (2 ms)[22m
|
|
18
17
|
[32m✓[39m [2mFixes packages that have an incorrect devDependency version (2 ms)[22m
|
|
19
|
-
[32m✓[39m [2mIgnores packages that have a correct devDependency version (
|
|
20
|
-
[32m✓[39m [2mFixes packages that have an incorrect dependency and devDependency versions (
|
|
18
|
+
[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 (3 ms)[22m
|
|
21
20
|
Multiple accepted versions tests
|
|
22
21
|
[32m✓[39m [2mAccepts a match when multiple versions are configured (2 ms)[22m
|
|
23
22
|
[32m✓[39m [2mErrors when version does not match (2 ms)[22m
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
[2mconsole.log[22m
|
|
25
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3040-WrutsjjANv6i)
|
|
26
|
+
[2m[22m
|
|
27
|
+
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
28
|
+
|
|
29
|
+
(node:3038) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
26
30
|
(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[41m7.
|
|
31
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mmustSatisfyPeerDependencies.spec.ts[22m ([0m[1m[41m7.129 s[49m[22m[0m)
|
|
28
32
|
mustSatisfyPeerDependencies
|
|
29
|
-
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (
|
|
30
|
-
[32m✓[39m [2mFlags conflicting peer dependencies (
|
|
31
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (
|
|
32
|
-
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (
|
|
33
|
-
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (
|
|
33
|
+
[32m✓[39m [2mFlags overloaded dependency (entry in regular dependencies and peer dependencies) (9 ms)[22m
|
|
34
|
+
[32m✓[39m [2mFlags conflicting peer dependencies (4 ms)[22m
|
|
35
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has regular dep) (6 ms)[22m
|
|
36
|
+
[32m✓[39m [2mFlags missing peer dependencies (NO regular dependency present) (7 ms)[22m
|
|
37
|
+
[32m✓[39m [2mFlags unsatisfied peer dependencies (test package has peer dep) (3 ms)[22m
|
|
34
38
|
[32m✓[39m [2mHonors dependencyWhitelist (4 ms)[22m
|
|
35
|
-
[32m✓[39m [2mHonors dependencyBlacklist (
|
|
39
|
+
[32m✓[39m [2mHonors dependencyBlacklist (2 ms)[22m
|
|
36
40
|
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 (
|
|
41
|
+
[32m✓[39m [2mProperly matches any version range regex (22 ms)[22m
|
|
42
|
+
[32m✓[39m [2mProperly matches greator or equal version range regex (10 ms)[22m
|
|
43
|
+
[32m✓[39m [2mProperly matches major version range regex (12 ms)[22m
|
|
44
|
+
[32m✓[39m [2mProperly matches allowed range regex (16 ms)[22m
|
|
41
45
|
Determines dependencies satisfaction correctly
|
|
42
46
|
[32m✓[39m [2mversion is version (1 ms)[22m
|
|
43
|
-
[32m✓[39m [2mversion satisfies a range (
|
|
44
|
-
[32m✓[39m [2mhigher version satisfies a range (
|
|
47
|
+
[32m✓[39m [2mversion satisfies a range (7 ms)[22m
|
|
48
|
+
[32m✓[39m [2mhigher version satisfies a range (3 ms)[22m
|
|
45
49
|
[32m✓[39m [2mversion satisfies a greator or equal version range (1 ms)[22m
|
|
46
|
-
[32m✓[39m [2mhigher version satisfies a greator or equal version range (
|
|
47
|
-
[32m✓[39m [2mversion satisfies 'any' range[22m
|
|
48
|
-
[32m✓[39m [2mgreator or equal version range satisfies 'any' range[22m
|
|
50
|
+
[32m✓[39m [2mhigher version satisfies a greator or equal version range (2 ms)[22m
|
|
51
|
+
[32m✓[39m [2mversion satisfies 'any' range (2 ms)[22m
|
|
52
|
+
[32m✓[39m [2mgreator or equal version range satisfies 'any' range (1 ms)[22m
|
|
49
53
|
[32m✓[39m [2mrange satisfies 'any' range (1 ms)[22m
|
|
50
54
|
[32m✓[39m [2munion range satisfies 'any' range (1 ms)[22m
|
|
51
|
-
[32m✓[39m [2mversion found in union start (
|
|
55
|
+
[32m✓[39m [2mversion found in union start (2 ms)[22m
|
|
52
56
|
[32m✓[39m [2mversion found in union end (1 ms)[22m
|
|
53
|
-
[32m✓[39m [2mversion satisfies a range in union start (
|
|
57
|
+
[32m✓[39m [2mversion satisfies a range in union start (14 ms)[22m
|
|
54
58
|
[32m✓[39m [2mversion satisfies a range in union end (1 ms)[22m
|
|
55
59
|
[32m✓[39m [2mhigher version satisfies a range in union start (1 ms)[22m
|
|
56
60
|
[32m✓[39m [2mhigher version satisfies a range in union end (1 ms)[22m
|
|
57
61
|
[32m✓[39m [2mrange found in union start (1 ms)[22m
|
|
58
62
|
[32m✓[39m [2mrange found in union end (1 ms)[22m
|
|
59
|
-
[32m✓[39m [2munion satisfies greator or equal version range
|
|
63
|
+
[32m✓[39m [2munion satisfies greator or equal version range[22m
|
|
60
64
|
[32m✓[39m [2mgreator or equal version range satisfies greator or equal version range[22m
|
|
61
|
-
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (
|
|
65
|
+
[32m✓[39m [2mequivalent greator or equal version ranges satisfy each other (2 ms)[22m
|
|
62
66
|
[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 (
|
|
67
|
+
[32m✓[39m [2mhigher range satisfies a range in union end[22m
|
|
68
|
+
[32m✓[39m [2mequivalent 'any' ranges satisfy each other (1 ms)[22m
|
|
69
|
+
[32m✓[39m [2mequivalent major ranges satisfy each other (10 ms)[22m
|
|
66
70
|
[32m✓[39m [2mversion missing in union (1 ms)[22m
|
|
67
71
|
[32m✓[39m [2mrange missing in union (1 ms)[22m
|
|
68
72
|
Determines dependencies intersections correctly
|
|
69
|
-
[32m✓[39m [2mequivalence (
|
|
70
|
-
[32m✓[39m [2mexact vs any[22m
|
|
73
|
+
[32m✓[39m [2mequivalence (2 ms)[22m
|
|
74
|
+
[32m✓[39m [2mexact vs any (1 ms)[22m
|
|
71
75
|
[32m✓[39m [2mmajor vs any[22m
|
|
72
76
|
[32m✓[39m [2mgreater or equal vs any (1 ms)[22m
|
|
73
77
|
[32m✓[39m [2many vs any (1 ms)[22m
|
|
74
78
|
[32m✓[39m [2mexact vs greater or equal (2 ms)[22m
|
|
75
|
-
[32m✓[39m [2mmajor vs greater or equal (
|
|
76
|
-
[32m✓[39m [2mgreater or equal vs greater or equal (
|
|
79
|
+
[32m✓[39m [2mmajor vs greater or equal (2 ms)[22m
|
|
80
|
+
[32m✓[39m [2mgreater or equal vs greater or equal (4 ms)[22m
|
|
77
81
|
[32m✓[39m [2mexact vs major (2 ms)[22m
|
|
78
|
-
[32m✓[39m [2mmajor vs major (
|
|
79
|
-
[32m✓[39m [2mexact vs union (
|
|
82
|
+
[32m✓[39m [2mmajor vs major (3 ms)[22m
|
|
83
|
+
[32m✓[39m [2mexact vs union (2 ms)[22m
|
|
80
84
|
[32m✓[39m [2mmajor vs union (1 ms)[22m
|
|
81
85
|
[32m✓[39m [2munion vs union (2 ms)[22m
|
|
82
86
|
|
|
83
|
-
[2mconsole.log[22m
|
|
84
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-3060-Pv1trFxE1Zc8)
|
|
85
|
-
[2m[22m
|
|
86
|
-
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
87
|
-
|
|
88
87
|
[2m[31mconsole.error[39m[22m
|
|
89
88
|
[31m [31mError![39m[31m [35mpackage.json[39m[31m: No scripts block in package.json[39m
|
|
90
89
|
[2m[22m
|
|
@@ -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-3040-yc6rYfGcpf6q)
|
|
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-3040-0OvujYZSslVI)
|
|
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-3040-8r6yAygc70oY)
|
|
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-3040-nihWVMjmz307)
|
|
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-3040-ZsWvnp5h36KX)
|
|
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-3040-ZZ29ZOYqmS98)
|
|
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:
|
|
178
|
+
(node:3040) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
|
|
180
179
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
181
180
|
[2mconsole.log[22m
|
|
182
|
-
[34mpackage-without-scripts[39m (/tmp/tmp-
|
|
181
|
+
[34mpackage-without-scripts[39m (/tmp/tmp-3040-Ick3f5n446MT)
|
|
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-3040-cIL0PFRiwvwl)
|
|
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-3040-GBAeRn6Y7OJM)
|
|
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-3040-TGOyXYKmo2f4)
|
|
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-3040-RFFQDCGgBhPQ)
|
|
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-3040-dp5W7EsisWr7)
|
|
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-3040-fCBjJ6XldfXQ)
|
|
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,32 @@ 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[41m7.
|
|
276
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mpackageScript.spec.ts[22m ([0m[1m[41m7.175 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 (72 ms)[22m
|
|
281
280
|
fix: true
|
|
282
|
-
[32m✓[39m [2mfixes an empty script section (
|
|
283
|
-
[32m✓[39m [2madds a script (
|
|
284
|
-
[32m✓[39m [2mdoes nothing if the value exists (
|
|
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 (
|
|
281
|
+
[32m✓[39m [2mfixes an empty script section (8 ms)[22m
|
|
282
|
+
[32m✓[39m [2madds a script (5 ms)[22m
|
|
283
|
+
[32m✓[39m [2mdoes nothing if the value exists (1 ms)[22m
|
|
284
|
+
[32m✓[39m [2merrors if long form is used and no value matches and there is no fixValue (6 ms)[22m
|
|
285
|
+
[32m✓[39m [2muses the fixValue for fixing if provided (6 ms)[22m
|
|
286
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
287
|
+
[32m✓[39m [2mcan allow only empty (4 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 (26 ms)[22m
|
|
292
291
|
fix: true
|
|
293
292
|
[32m✓[39m [2mfixes an empty script section (5 ms)[22m
|
|
294
293
|
[32m✓[39m [2madds a script (4 ms)[22m
|
|
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 (
|
|
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 (8 ms)[22m
|
|
297
296
|
[32m✓[39m [2muses the fixValue for fixing if provided (5 ms)[22m
|
|
298
|
-
[32m✓[39m [2mcan fix to empty (
|
|
297
|
+
[32m✓[39m [2mcan fix to empty (5 ms)[22m
|
|
299
298
|
[32m✓[39m [2mcan allow only empty (4 ms)[22m
|
|
300
299
|
|
|
301
300
|
[2mconsole.log[22m
|
|
302
|
-
[34mpackage[39m (/tmp/tmp-
|
|
301
|
+
[34mpackage[39m (/tmp/tmp-3038-lN35bzRcfcq1)
|
|
303
302
|
[2m[22m
|
|
304
303
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
305
304
|
|
|
@@ -309,7 +308,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
309
308
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
310
309
|
|
|
311
310
|
[2mconsole.log[22m
|
|
312
|
-
[34mpackage[39m (/tmp/tmp-
|
|
311
|
+
[34mpackage[39m (/tmp/tmp-3038-84evH7Y6SWAA)
|
|
313
312
|
[2m[22m
|
|
314
313
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
315
314
|
|
|
@@ -319,7 +318,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
319
318
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
320
319
|
|
|
321
320
|
[2mconsole.log[22m
|
|
322
|
-
[34mpackage[39m (/tmp/tmp-
|
|
321
|
+
[34mpackage[39m (/tmp/tmp-3038-nceTo7314cWZ)
|
|
323
322
|
[2m[22m
|
|
324
323
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
325
324
|
|
|
@@ -338,11 +337,11 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
338
337
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
339
338
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
340
339
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
341
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
340
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
342
341
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:158:10)[22m[2m[22m
|
|
343
342
|
|
|
344
343
|
[2mconsole.log[22m
|
|
345
|
-
[34mpackage[39m (/tmp/tmp-
|
|
344
|
+
[34mpackage[39m (/tmp/tmp-3038-IX83PocVhIfS)
|
|
346
345
|
[2m[22m
|
|
347
346
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
348
347
|
|
|
@@ -361,7 +360,7 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
361
360
|
[2m [2mat WorkspaceContextImpl.addErrorSyncOrAsync ([22m[2m../core/src/PackageContext.ts[2m:85:12)[22m[2m[22m
|
|
362
361
|
[2m [2mat WorkspaceContextImpl.addError ([22m[2m../core/src/PackageContext.ts[2m:68:10)[22m[2m[22m
|
|
363
362
|
[2m [2mat check ([22m[2msrc/packageEntry.ts[2m:73:19)[22m[2m[22m
|
|
364
|
-
[2m [2mat Object.check ([22m[2msrc/util/
|
|
363
|
+
[2m [2mat Object.check ([22m[2msrc/util/createRuleFactory.ts[2m:26:27)[22m[2m[22m
|
|
365
364
|
[2m [2mat Object.<anonymous> ([22m[2msrc/__tests__/packageEntry.spec.ts[2m:186:10)[22m[2m[22m
|
|
366
365
|
|
|
367
366
|
[2mconsole.log[22m
|
|
@@ -370,17 +369,34 @@ ts-jest[ts-compiler] (WARN) Unable to process '/home/runner/work/monorepolint/mo
|
|
|
370
369
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
371
370
|
|
|
372
371
|
[2mconsole.log[22m
|
|
373
|
-
[34mpackage[39m (/tmp/tmp-
|
|
372
|
+
[34mpackage[39m (/tmp/tmp-3038-ZNYaewovXdxj)
|
|
374
373
|
[2m[22m
|
|
375
374
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
376
375
|
|
|
376
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mnestedWorkspaces.spec.ts[22m
|
|
377
|
+
nestedWorkspaces
|
|
378
|
+
[32m✓[39m [2mchecks correctly when no packages (15 ms)[22m
|
|
379
|
+
[32m✓[39m [2mchecks correctly when one level packages (7 ms)[22m
|
|
380
|
+
[32m✓[39m [2mchecks fail when one level packages with no workspaces field (5 ms)[22m
|
|
381
|
+
[32m✓[39m [2mchecks correctly when two level packages with two level workspaces field (7 ms)[22m
|
|
382
|
+
[32m✓[39m [2mchecks fail when two level packages with one level workspaces field (10 ms)[22m
|
|
383
|
+
[32m✓[39m [2mchecks correctly when three level packages with three level workspaces field (7 ms)[22m
|
|
384
|
+
|
|
377
385
|
[2mconsole.log[22m
|
|
378
386
|
[32mFixed![39m [35mpackage.json[39m: Expected standardized entry for 'license'
|
|
379
387
|
[2m[22m
|
|
380
388
|
[2m [2mat WorkspaceContextImpl.print ([22m[2m../core/src/PackageContext.ts[2m:133:13)[22m[2m[22m
|
|
381
389
|
|
|
390
|
+
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mbannedDependencies.spec.ts[22m
|
|
391
|
+
bannedDependencies
|
|
392
|
+
[32m✓[39m [2mFlags banned dependencies correctly (9 ms)[22m
|
|
393
|
+
[32m✓[39m [2mFlags banned dependencies correctly w legacy globs (3 ms)[22m
|
|
394
|
+
[32m✓[39m [2mFlags banned dependencies correctly w new globs (3 ms)[22m
|
|
395
|
+
[32m✓[39m [2mFlags banned dependencies correctly w exact (2 ms)[22m
|
|
396
|
+
[32m✓[39m [2mFlags banned transitives correctly (5 ms)[22m
|
|
397
|
+
|
|
382
398
|
[2mconsole.log[22m
|
|
383
|
-
[34mpackage[39m (/tmp/tmp-
|
|
399
|
+
[34mpackage[39m (/tmp/tmp-3038-Q8eX9n7aNuZR)
|
|
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-3038-dFngS4cwtPXz)
|
|
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-3038-bzI1DSMmfifA)
|
|
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 (
|
|
447
|
-
[32m✓[39m [2mfixes missing nested entries (
|
|
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 (
|
|
462
|
+
[32m✓[39m [2mfixes missing entries (117 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 (8 ms)[22m
|
|
466
|
+
[32m✓[39m [2mhandles both entries and entriesExist (15 ms)[22m
|
|
451
467
|
expectPackageEntries (CachingHost)
|
|
452
468
|
fix: true
|
|
453
|
-
[32m✓[39m [2mfixes missing entries (
|
|
469
|
+
[32m✓[39m [2mfixes missing entries (9 ms)[22m
|
|
454
470
|
[32m✓[39m [2mfixes missing nested entries (5 ms)[22m
|
|
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 (
|
|
471
|
+
[32m✓[39m [2mdoesn't error for nested entries that are defined (1 ms)[22m
|
|
472
|
+
[32m✓[39m [2merrors for keys that are missing (9 ms)[22m
|
|
473
|
+
[32m✓[39m [2mhandles both entries and entriesExist (10 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 (25 ms)[22m
|
|
478
|
+
[32m✓[39m [2mfixes correctly (16 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 (19 ms)[22m
|
|
483
|
+
[32m✓[39m [2mfixes correctly (4 ms)[22m
|
|
484
|
+
[32m✓[39m [2mignores ignored dependencies (1 ms)[22m
|
|
475
485
|
|
|
476
486
|
[2mconsole.log[22m
|
|
477
|
-
[34mpackage[39m (/tmp/tmp-
|
|
487
|
+
[34mpackage[39m (/tmp/tmp-3039-6qcvnT4IEP9e)
|
|
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-3039-yVUZ1Rcle6By)
|
|
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-3039-5gqVIyBZ8uUx)
|
|
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-3039-L44kbsyIxDk6)
|
|
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-3039-t3t2Nsw4a6av)
|
|
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-3039-DtxXt6UGqXn6)
|
|
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 (
|
|
549
|
+
[32m✓[39m [2mfixes order for expected keys (77 ms)[22m
|
|
550
|
+
[32m✓[39m [2mfixes order for unexpected keys (19 ms)[22m
|
|
551
|
+
[32m✓[39m [2mfixes order using function (7 ms)[22m
|
|
542
552
|
[32m✓[39m [2mdoes nothing if already order (2 ms)[22m
|
|
543
553
|
expectPackageOrder (CachingHost)
|
|
544
554
|
fix: true
|
|
545
|
-
[32m✓[39m [2mfixes order for expected keys (
|
|
546
|
-
[32m✓[39m [2mfixes order for unexpected keys (
|
|
547
|
-
[32m✓[39m [2mfixes order using function (
|
|
548
|
-
[32m✓[39m [2mdoes nothing if already order (
|
|
549
|
-
|
|
550
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/__tests__/[22m[1mrequireDependency.spec.ts[22m
|
|
551
|
-
requireDependency
|
|
552
|
-
[32m✓[39m [2mchecks correctly (11 ms)[22m
|
|
553
|
-
[32m✓[39m [2mfixes correctly (6 ms)[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 (40 ms)[22m
|
|
559
|
-
[32m✓[39m [2mignores ignored dependencies (3 ms)[22m
|
|
555
|
+
[32m✓[39m [2mfixes order for expected keys (8 ms)[22m
|
|
556
|
+
[32m✓[39m [2mfixes order for unexpected keys (13 ms)[22m
|
|
557
|
+
[32m✓[39m [2mfixes order using function (6 ms)[22m
|
|
558
|
+
[32m✓[39m [2mdoes nothing if already order (4 ms)[22m
|
|
560
559
|
|
|
561
560
|
[2mconsole.log[22m
|
|
562
|
-
[34mfoo-lib[39m (/tmp/tmp-
|
|
561
|
+
[34mfoo-lib[39m (/tmp/tmp-3038-5jPwPXGzdVDL)
|
|
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-3038-0JJGkhlfPfVO)
|
|
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 (13 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 (
|
|
589
|
-
[32m✓[39m [2mdoes nothing if already sorted (
|
|
587
|
+
[32m✓[39m [2mfixes unsorted scripts (6 ms)[22m
|
|
588
|
+
[32m✓[39m [2mdoes nothing if already sorted (2 ms)[22m
|
|
590
589
|
|
|
591
590
|
[2mconsole.log[22m
|
|
592
|
-
[34mrootProject[39m (/tmp/tmp-
|
|
591
|
+
[34mrootProject[39m (/tmp/tmp-3040-zBsmm7aAUNsr)
|
|
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-3040-l6Sfm73UUDh0)
|
|
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-3040-FCG2zawbwhI3)
|
|
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-3040-zKv4kkh4GYbB)
|
|
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-3040-yHlmjpaGKOfn)
|
|
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-3040-XwgwsXS5Ea5o)
|
|
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 (
|
|
653
|
+
[32m✓[39m [2mworks with async generator (7 ms)[22m
|
|
655
654
|
[32m✓[39m [2mfixes missing file (3 ms)[22m
|
|
656
|
-
[32m✓[39m [2mfixes missing nested file (
|
|
655
|
+
[32m✓[39m [2mfixes missing nested file (2 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 (9 ms)[22m
|
|
659
|
+
[32m✓[39m [2mfixes missing file (2 ms)[22m
|
|
660
|
+
[32m✓[39m [2mfixes missing nested file (3 ms)[22m
|
|
662
661
|
|
|
663
662
|
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 total
|
|
664
663
|
[1mTests: [22m[1m[32m118 passed[39m[22m, 118 total
|
|
665
664
|
[1mSnapshots: [22m0 total
|
|
666
|
-
[1mTime:[22m 9.
|
|
665
|
+
[1mTime:[22m 9.829 s
|
|
667
666
|
[2mRan all test suites[22m[2m.[22m
|