@knapsack/rendering-utils 4.92.18--canary.7644.227e730.0 → 4.92.18--canary.89fa8b4.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.
@@ -14,12 +14,14 @@
14
14
  at convertTipTapJsonToHtml (/home/runner/work/app-monorepo/app-monorepo/libs/tiptap-utils/src/tiptap-utils.ts:27:10)
15
15
  at tiptapToHtmlSafe (/home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils/src/blocks-to-html.ts:43:12)
16
16
  at blockToHtml (/home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils/src/blocks-to-html.ts:59:14)
17
- ✔ blocksToHtml - empty array (107ms)
18
- ✔ blocksToHtml - single divider-block (106ms)
19
- ✔ blocksToHtml - single text-editor block (106ms)
20
- ✔ blocksToHtml - single code-snippet block
21
- ✔ blocksToHtml - single callout block
17
+ ✔ blocksToHtml - empty array (136ms)
18
+ ✔ blocksToHtml - single divider-block (133ms)
19
+ ✔ blocksToHtml - single text-editor block (133ms)
20
+ ✔ blocksToHtml - single code-snippet block (111ms)
21
+ ✔ blocksToHtml - single callout block (103ms)
22
+ marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
22
23
  ✔ blocksToHtml - single callout block with error type
24
+ marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
23
25
  ✔ blocksToHtml - single image-block with single image
24
26
  ✔ blocksToHtml - single image-block with multiple images
25
27
  ✔ blocksToHtml - single image-block with no images
@@ -30,10 +32,8 @@
30
32
  ✔ blocksToHtml - single files-list block with image files
31
33
  ✔ blocksToHtml - single files-list block with non-image files
32
34
  ✔ blocksToHtml - single files-list block with mixed files
33
- marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
34
35
  ✔ blocksToHtml - single files-list block with empty array
35
36
  ✔ blocksToHtml - single shortcut-tiles block
36
- marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
37
37
  ✔ blocksToHtml - single shortcut-tiles block with empty shortcuts
38
38
  ✔ blocksToHtml - single shortcut-tiles block with no image
39
39
  ✔ blocksToHtml - single shortcut-tiles block with link but no name
@@ -48,13 +48,13 @@ marked(): headerIds and headerPrefix parameters enabled by default, but are depr
48
48
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
49
49
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
50
50
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
51
- marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
52
51
  ✔ blocksToHtml - unknown block type throws error
53
- blocksToHtml - single markdown-block with string (111ms)
54
- ✔ blocksToHtml - single markdown-block with array (111ms)
55
- ✔ blocksToHtml - single markdown-block with empty string (110ms)
56
- ✔ blocksToHtml - single markdown-block with undefined md (110ms)
57
- ✔ blocksToHtml - multiple different block types
52
+ marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
53
+ ✔ blocksToHtml - single markdown-block with string (147ms)
54
+ ✔ blocksToHtml - single markdown-block with array (147ms)
55
+ ✔ blocksToHtml - single markdown-block with empty string (147ms)
56
+ ✔ blocksToHtml - single markdown-block with undefined md (146ms)
57
+ ✔ blocksToHtml - multiple different block types (128ms)
58
58
 
59
59
 
60
60
  31 tests passed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "4.92.18--canary.7644.227e730.0",
4
+ "version": "4.92.18--canary.89fa8b4.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -25,17 +25,17 @@
25
25
  "test": "ava"
26
26
  },
27
27
  "dependencies": {
28
- "@knapsack/tiptap-utils": "4.92.18--canary.7644.227e730.0",
29
- "@knapsack/utils": "4.92.18--canary.7644.227e730.0",
28
+ "@knapsack/tiptap-utils": "4.92.18--canary.89fa8b4.0",
29
+ "@knapsack/utils": "4.92.18--canary.89fa8b4.0",
30
30
  "isomorphic-dompurify": "^1.13.0",
31
31
  "marked": "^6.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.92.18--canary.7644.227e730.0",
35
- "@knapsack/prettier-config": "4.92.18--canary.7644.227e730.0",
36
- "@knapsack/test-ava": "4.92.18--canary.7644.227e730.0",
37
- "@knapsack/types": "4.92.18--canary.7644.227e730.0",
38
- "@knapsack/typescript-config-starter": "4.92.18--canary.7644.227e730.0",
34
+ "@knapsack/eslint-config-starter": "4.92.18--canary.89fa8b4.0",
35
+ "@knapsack/prettier-config": "4.92.18--canary.89fa8b4.0",
36
+ "@knapsack/test-ava": "4.92.18--canary.89fa8b4.0",
37
+ "@knapsack/types": "4.92.18--canary.89fa8b4.0",
38
+ "@knapsack/typescript-config-starter": "4.92.18--canary.89fa8b4.0",
39
39
  "@types/node": "^22.19.11",
40
40
  "ava": "^6.4.1",
41
41
  "eslint": "^9.20.0",
@@ -50,5 +50,5 @@
50
50
  "directory": "libs/rendering-utils",
51
51
  "type": "git"
52
52
  },
53
- "gitHead": "227e7300bf0c2e3cd750add01e6c6dec7fe6fde1"
53
+ "gitHead": "89fa8b40049885ef0ff0ef15784560e541669b8f"
54
54
  }