@knapsack/doctor 4.102.0 → 4.102.1--canary.8140.e2fb1eb.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,21 +2,24 @@ $ 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) 25ms
6
5
  stderr | src/fix-app-client-data.test.ts > orphaned blocks
7
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
8
- Block with id "3RtnwUULMy" does not exist, removing.
7
+ Block with id "glvaEHog94" does not exist, removing.
8
+
9
+ 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
10
+ Block with id "4f3tc2Ymq6" does not exist, removing.
9
11
 
10
12
  stderr | src/fix-app-client-data.test.ts > orphaned demos
11
13
  Block with id "4f3tc2Ymq6" does not exist, removing.
12
14
 
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
15
+ 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)
14
16
  Block with id "4f3tc2Ymq6" does not exist, removing.
15
17
 
16
- stderr | src/fix-app-client-data.test.ts > orphaned demos in slots
18
+ 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
17
19
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
20
 
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)
21
+ ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 66ms
22
+ stderr | src/fix-app-client-data.test.ts > orphaned demos in slots
20
23
  Block with id "4f3tc2Ymq6" does not exist, removing.
21
24
 
22
25
  stderr | src/fix-app-client-data.test.ts > orphaned demos from deleted patterns or templates
@@ -25,10 +28,6 @@ Block with id "3RtnwUULMy" does not exist, removing.
25
28
  stderr | src/fix-app-client-data.test.ts > fixes bad navstate
26
29
  Block with id "4f3tc2Ymq6" does not exist, removing.
27
30
 
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
- Block with id "4f3tc2Ymq6" does not exist, removing.
30
-
31
- ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 62ms
32
31
  stderr | src/fix-app-client-data.test.ts > restores a db slice that is missing entirely
33
32
  Block with id "4f3tc2Ymq6" does not exist, removing.
34
33
 
@@ -65,18 +64,19 @@ Block with id "3RtnwUULMy" does not exist, removing.
65
64
  stderr | src/fix-app-client-data.test.ts > db.blockCollections > repairs a slice with byId empty
66
65
  Block with id "4f3tc2Ymq6" does not exist, removing.
67
66
 
67
+ ✓ src/v4/detect/ui.test.ts (6 tests) 21ms
68
68
  stderr | src/fix-app-client-data.test.ts > db.blockCollections > repairs a slice with settings empty
69
69
  Block with id "4f3tc2Ymq6" does not exist, removing.
70
70
 
71
71
  stderr | src/fix-app-client-data.test.ts > never replaces tabs or block collections that already exist
72
72
  Block with id "4f3tc2Ymq6" does not exist, removing.
73
73
 
74
- ✓ src/fix-app-client-data.test.ts (19 tests) 257ms
75
- ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 38ms
76
- ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 121ms
74
+ ✓ src/fix-app-client-data.test.ts (19 tests) 213ms
75
+ ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 32ms
76
+ ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 9ms
77
77
 
78
78
   Test Files  5 passed (5)
79
79
   Tests  39 passed (39)
80
-  Start at  18:06:13
81
-  Duration  2.39s (transform 1.94s, setup 0ms, import 7.59s, tests 503ms, environment 1ms)
80
+  Start at  20:43:53
81
+  Duration  2.03s (transform 2.03s, setup 0ms, import 6.60s, tests 341ms, environment 1ms)
82
82
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.102.0",
4
+ "version": "4.102.1--canary.8140.e2fb1eb.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.0",
23
- "@knapsack/utils": "4.102.0"
22
+ "@knapsack/tiptap-utils": "4.102.1--canary.8140.e2fb1eb.0",
23
+ "@knapsack/utils": "4.102.1--canary.8140.e2fb1eb.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/eslint-config-starter": "4.102.0",
27
- "@knapsack/prettier-config": "4.102.0",
28
- "@knapsack/types": "4.102.0",
29
- "@knapsack/typescript-config-starter": "4.102.0",
26
+ "@knapsack/eslint-config-starter": "4.102.1--canary.8140.e2fb1eb.0",
27
+ "@knapsack/prettier-config": "4.102.1--canary.8140.e2fb1eb.0",
28
+ "@knapsack/types": "4.102.1--canary.8140.e2fb1eb.0",
29
+ "@knapsack/typescript-config-starter": "4.102.1--canary.8140.e2fb1eb.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": "4008a884ec46fa151c84b20012ab3eaa0eef2370"
44
+ "gitHead": "e2fb1eb322ccf2aaf6534ce917299c564de6d721"
45
45
  }