@knapsack/doctor 4.101.4 → 4.101.5--canary.8124.ed02b2d.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,11 @@ $ 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
- 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
6
- Block with id "4f3tc2Ymq6" does not exist, removing.
7
-
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)
9
- Block with id "4f3tc2Ymq6" does not exist, removing.
10
-
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
12
- Block with id "4f3tc2Ymq6" does not exist, removing.
13
-
14
- ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 112ms
15
- ✓ src/v4/detect/ui.test.ts (6 tests) 40ms
16
5
  stderr | src/fix-app-client-data.test.ts > orphaned blocks
17
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
- Block with id "Kj2uvVSJvH" does not exist, removing.
7
+ Block with id "1vmO7LuBo6" does not exist, removing.
19
8
 
9
+ ✓ src/v4/detect/ui.test.ts (6 tests) 44ms
20
10
  stderr | src/fix-app-client-data.test.ts > orphaned demos
21
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
22
12
 
@@ -32,12 +22,22 @@ Block with id "Kj2uvVSJvH" does not exist, removing.
32
22
  stderr | src/fix-app-client-data.test.ts > restores a db slice that is missing entirely
33
23
  Block with id "4f3tc2Ymq6" does not exist, removing.
34
24
 
25
+ 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
26
+ Block with id "4f3tc2Ymq6" does not exist, removing.
27
+
35
28
  stderr | src/fix-app-client-data.test.ts > db.tabs > repairs a slice with neither key
36
29
  Block with id "4f3tc2Ymq6" does not exist, removing.
37
30
 
31
+ 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)
32
+ Block with id "4f3tc2Ymq6" does not exist, removing.
33
+
34
+ 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
35
+ Block with id "4f3tc2Ymq6" does not exist, removing.
36
+
38
37
  stderr | src/fix-app-client-data.test.ts > db.tabs > repairs a slice with byId missing
39
38
  Block with id "4f3tc2Ymq6" does not exist, removing.
40
39
 
40
+ ✓ src/eng-9100-local-dev-connect.test.ts (3 tests) 79ms
41
41
  stderr | src/fix-app-client-data.test.ts > db.tabs > repairs a slice with settings missing
42
42
  Block with id "4f3tc2Ymq6" does not exist, removing.
43
43
 
@@ -71,12 +71,12 @@ Block with id "Kj2uvVSJvH" does not exist, removing.
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) 325ms
75
- ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 22ms
76
- ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 55ms
74
+ ✓ src/fix-app-client-data.test.ts (19 tests) 385ms
75
+ ✓ src/strip-unrecognized-tiptap-content.test.ts (4 tests) 24ms
76
+ ✓ src/detect-unrecognized-tiptap-content.test.ts (7 tests) 50ms
77
77
 
78
78
   Test Files  5 passed (5)
79
79
   Tests  39 passed (39)
80
-  Start at  16:36:39
81
-  Duration  2.25s (transform 2.03s, setup 0ms, import 7.47s, tests 554ms, environment 1ms)
80
+  Start at  17:56:50
81
+  Duration  3.44s (transform 2.26s, setup 0ms, import 11.44s, tests 581ms, environment 3ms)
82
82
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.101.4",
4
+ "version": "4.101.5--canary.8124.ed02b2d.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.101.4",
23
- "@knapsack/utils": "4.101.4"
22
+ "@knapsack/tiptap-utils": "4.101.5--canary.8124.ed02b2d.0",
23
+ "@knapsack/utils": "4.101.5--canary.8124.ed02b2d.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/eslint-config-starter": "4.101.4",
27
- "@knapsack/prettier-config": "4.101.4",
28
- "@knapsack/types": "4.101.4",
29
- "@knapsack/typescript-config-starter": "4.101.4",
26
+ "@knapsack/eslint-config-starter": "4.101.5--canary.8124.ed02b2d.0",
27
+ "@knapsack/prettier-config": "4.101.5--canary.8124.ed02b2d.0",
28
+ "@knapsack/types": "4.101.5--canary.8124.ed02b2d.0",
29
+ "@knapsack/typescript-config-starter": "4.101.5--canary.8124.ed02b2d.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": "90f6d7b0ae8bc0984893543dd0fbd9670bd580f6"
44
+ "gitHead": "ed02b2d254f67c7f6b61719d163a594573e10c30"
45
45
  }