@knapsack/doctor 4.102.2 → 4.102.3--canary.8165.a39e7ab.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.
@@ -2,33 +2,33 @@ $ tsc -p tsconfig.test.json && vitest run
2
2
 
3
3
   RUN  v4.1.11 /home/runner/work/app-monorepo/app-monorepo/libs/doctor
4
4
 
5
- ✓ src/v4/detect/ui.test.ts (6 tests) 17ms
6
- stderr | src/fix-app-client-data.test.ts > orphaned blocks
5
+ stderr | src/eng-9100-local-dev-connect.test.ts > connect-time save must not delete demos from disk > a demo that exists on disk but is not in any template.demoIds survives when preserveUnreferencedDemos is true
7
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
8
- Block with id "6Dn7FffVRB" does not exist, removing.
9
7
 
10
- stderr | src/fix-app-client-data.test.ts > orphaned demos
8
+ stderr | src/eng-9100-local-dev-connect.test.ts > connect-time save must not delete demos from disk > all demos survive the connect-time save when none are in template.demoIds (preserveUnreferencedDemos: true)
11
9
  Block with id "4f3tc2Ymq6" does not exist, removing.
12
10
 
13
- stderr | src/eng-9100-local-dev-connect.test.ts > connect-time save must not delete demos from disk > a demo that exists on disk but is not in any template.demoIds survives when preserveUnreferencedDemos is true
11
+ stderr | src/eng-9100-local-dev-connect.test.ts > CONTRAST: GC correctly removes demos after a user explicitly deletes a template > GC removes a demo that becomes orphaned after its template is deleted
14
12
  Block with id "4f3tc2Ymq6" does not exist, removing.
15
13
 
16
- stderr | src/fix-app-client-data.test.ts > orphaned demos in slots
14
+ ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 102ms
15
+ ✓ src/v4/detect/ui.test.ts (6 tests) 35ms
16
+ stderr | src/fix-app-client-data.test.ts > orphaned blocks
17
17
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
+ Block with id "h7295S6yUv" does not exist, removing.
18
19
 
19
- stderr | src/eng-9100-local-dev-connect.test.ts > connect-time save must not delete demos from disk > all demos survive the connect-time save when none are in template.demoIds (preserveUnreferencedDemos: true)
20
+ stderr | src/fix-app-client-data.test.ts > orphaned demos
20
21
  Block with id "4f3tc2Ymq6" does not exist, removing.
21
22
 
22
- stderr | src/fix-app-client-data.test.ts > orphaned demos from deleted patterns or templates
23
+ stderr | src/fix-app-client-data.test.ts > orphaned demos in slots
23
24
  Block with id "4f3tc2Ymq6" does not exist, removing.
24
25
 
25
- stderr | src/fix-app-client-data.test.ts > fixes bad navstate
26
+ stderr | src/fix-app-client-data.test.ts > orphaned demos from deleted patterns or templates
26
27
  Block with id "4f3tc2Ymq6" does not exist, removing.
27
28
 
28
- stderr | src/eng-9100-local-dev-connect.test.ts > CONTRAST: GC correctly removes demos after a user explicitly deletes a template > GC removes a demo that becomes orphaned after its template is deleted
29
+ stderr | src/fix-app-client-data.test.ts > fixes bad navstate
29
30
  Block with id "4f3tc2Ymq6" does not exist, removing.
30
31
 
31
- ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 53ms
32
32
  stderr | src/fix-app-client-data.test.ts > restores a db slice that is missing entirely
33
33
  Block with id "4f3tc2Ymq6" does not exist, removing.
34
34
 
@@ -47,6 +47,8 @@ Block with id "6Dn7FffVRB" does not exist, removing.
47
47
  stderr | src/fix-app-client-data.test.ts > db.tabs > repairs a slice with byId empty
48
48
  Block with id "4f3tc2Ymq6" does not exist, removing.
49
49
 
50
+ ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 38ms
51
+ ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 11ms
50
52
  stderr | src/fix-app-client-data.test.ts > db.tabs > repairs a slice with settings empty
51
53
  Block with id "4f3tc2Ymq6" does not exist, removing.
52
54
 
@@ -71,12 +73,10 @@ Block with id "6Dn7FffVRB" does not exist, removing.
71
73
  stderr | src/fix-app-client-data.test.ts > never replaces tabs or block collections that already exist
72
74
  Block with id "4f3tc2Ymq6" does not exist, removing.
73
75
 
74
- ✓ src/fix-app-client-data.test.ts (19 tests) 211ms
75
- ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 7ms
76
- ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 34ms
76
+ ✓ src/fix-app-client-data.test.ts (19 tests) 231ms
77
77
 
78
78
   Test Files  5 passed (5)
79
79
   Tests  39 passed (39)
80
-  Start at  00:04:15
81
-  Duration  1.34s (transform 1.36s, setup 0ms, import 4.73s, tests 323ms, environment 0ms)
80
+  Start at  23:31:38
81
+  Duration  2.26s (transform 2.06s, setup 0ms, import 7.68s, tests 417ms, environment 0ms)
82
82
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.102.2",
4
+ "version": "4.102.3--canary.8165.a39e7ab.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -19,14 +19,14 @@
19
19
  "test": "tsc -p tsconfig.test.json && vitest run"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/tiptap-utils": "4.102.2",
23
- "@knapsack/utils": "4.102.2"
22
+ "@knapsack/tiptap-utils": "4.102.3--canary.8165.a39e7ab.0",
23
+ "@knapsack/utils": "4.102.3--canary.8165.a39e7ab.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/eslint-config-starter": "4.102.2",
27
- "@knapsack/prettier-config": "4.102.2",
28
- "@knapsack/types": "4.102.2",
29
- "@knapsack/typescript-config-starter": "4.102.2",
26
+ "@knapsack/eslint-config-starter": "4.102.3--canary.8165.a39e7ab.0",
27
+ "@knapsack/prettier-config": "4.102.3--canary.8165.a39e7ab.0",
28
+ "@knapsack/types": "4.102.3--canary.8165.a39e7ab.0",
29
+ "@knapsack/typescript-config-starter": "4.102.3--canary.8165.a39e7ab.0",
30
30
  "@types/node": "^24.13.2",
31
31
  "eslint": "^9.20.0",
32
32
  "typescript": "^6.0.3",
@@ -41,5 +41,5 @@
41
41
  "directory": "libs/doctor",
42
42
  "type": "git"
43
43
  },
44
- "gitHead": "d0af6466ed6a8e81f77f3c976b41e2c5d1533a14"
44
+ "gitHead": "a39e7ab349b62029e9c6e3a0f0810e471a3f5e1a"
45
45
  }