@knapsack/doctor 4.98.1 → 4.98.2--canary.7909.8fa6ced.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-test.log +18 -8
- package/package.json +8 -8
- package/tsconfig.json +1 -7
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
|
-
$
|
|
1
|
+
$ vitest run
|
|
2
2
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.9 [39m[90m/home/runner/work/app-monorepo/app-monorepo/libs/doctor[39m
|
|
4
4
|
|
|
5
|
-
[32m✓[39m src/v4/detect/ui.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
5
|
+
[32m✓[39m src/v4/detect/ui.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
6
|
+
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2mthe doctor MASKS overlay-window duplication (CX-1351 Bug 2)
|
|
7
|
+
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
8
|
+
|
|
6
9
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned blocks
|
|
7
10
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
8
|
-
Block with id "
|
|
11
|
+
Block with id "K8oBhmIpXR" does not exist, removing.
|
|
12
|
+
|
|
13
|
+
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2mcontrol: without the concurrent-edit collision, the new page survives the merge
|
|
14
|
+
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
15
|
+
|
|
16
|
+
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2ma page built on a branch survives another branch merging to main (CX-1351)
|
|
17
|
+
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
9
18
|
|
|
19
|
+
[32m✓[39m src/branch-reconcile-data-loss.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 45[2mms[22m[39m
|
|
10
20
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned demos
|
|
11
21
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
12
22
|
|
|
@@ -19,10 +29,10 @@ Block with id "avR0lhkLyG" does not exist, removing.
|
|
|
19
29
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2mfixes bad navstate
|
|
20
30
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
21
31
|
|
|
22
|
-
[32m✓[39m src/fix-app-client-data.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m
|
|
32
|
+
[32m✓[39m src/fix-app-client-data.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 67[2mms[22m[39m
|
|
23
33
|
|
|
24
|
-
[2m Test Files [22m [1m[
|
|
25
|
-
[2m Tests [22m [1m[
|
|
26
|
-
[2m Start at [22m
|
|
27
|
-
[2m Duration [22m
|
|
34
|
+
[2m Test Files [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
35
|
+
[2m Tests [22m [1m[32m13 passed[39m[22m[2m | [22m[36m1 expected fail[39m[90m (14)[39m
|
|
36
|
+
[2m Start at [22m 22:28:16
|
|
37
|
+
[2m Duration [22m 606ms[2m (transform 466ms, setup 0ms, import 1.30s, tests 123ms, environment 0ms)[22m
|
|
28
38
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/doctor",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.98.
|
|
4
|
+
"version": "4.98.2--canary.7909.8fa6ced.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"build": "tsc",
|
|
17
17
|
"clean": "rm -rf ./dist",
|
|
18
18
|
"lint": "eslint ./",
|
|
19
|
-
"test": "
|
|
19
|
+
"test": "vitest run"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@knapsack/utils": "4.98.
|
|
22
|
+
"@knapsack/utils": "4.98.2--canary.7909.8fa6ced.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@knapsack/eslint-config-starter": "4.98.
|
|
26
|
-
"@knapsack/prettier-config": "4.98.
|
|
27
|
-
"@knapsack/types": "4.98.
|
|
28
|
-
"@knapsack/typescript-config-starter": "4.98.
|
|
25
|
+
"@knapsack/eslint-config-starter": "4.98.2--canary.7909.8fa6ced.0",
|
|
26
|
+
"@knapsack/prettier-config": "4.98.2--canary.7909.8fa6ced.0",
|
|
27
|
+
"@knapsack/types": "4.98.2--canary.7909.8fa6ced.0",
|
|
28
|
+
"@knapsack/typescript-config-starter": "4.98.2--canary.7909.8fa6ced.0",
|
|
29
29
|
"@types/node": "^24.13.2",
|
|
30
30
|
"eslint": "^9.20.0",
|
|
31
31
|
"typescript": "^6.0.3",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"directory": "libs/doctor",
|
|
41
41
|
"type": "git"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "8fa6ced151ace367d1badbcf02ccbb39672dbf2f"
|
|
44
44
|
}
|