@knapsack/rendering-utils 4.92.5--canary.7566.9fe45e9.0 → 4.92.5--canary.7565.b00a208.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.
@@ -3,15 +3,15 @@
3
3
  > ava
4
4
 
5
5
 
6
- ✔ blocksToHtml - empty array (135ms)
7
- ✔ blocksToHtml - single divider-block (132ms)
8
- ✔ blocksToHtml - single text-editor block (131ms)
9
- ✔ blocksToHtml - single code-snippet block (108ms)
10
- ✔ blocksToHtml - single callout block (101ms)
11
- ✔ blocksToHtml - single callout block with error type
12
- ✔ blocksToHtml - single image-block with single image
13
- ✔ blocksToHtml - single image-block with multiple images
14
- ✔ blocksToHtml - single image-block with no images
6
+ ✔ blocksToHtml - empty array (175ms)
7
+ ✔ blocksToHtml - single divider-block (174ms)
8
+ ✔ blocksToHtml - single text-editor block (174ms)
9
+ ✔ blocksToHtml - single code-snippet block (124ms)
10
+ ✔ blocksToHtml - single callout block (112ms)
11
+ ✔ blocksToHtml - single callout block with error type (105ms)
12
+ ✔ blocksToHtml - single image-block with single image (101ms)
13
+ ✔ blocksToHtml - single image-block with multiple images (101ms)
14
+ ✔ blocksToHtml - single image-block with no images (101ms)
15
15
  ✔ blocksToHtml - single image-block with empty images array
16
16
  ✔ blocksToHtml - single video block
17
17
  ✔ blocksToHtml - single files-list block with image files
@@ -24,24 +24,24 @@
24
24
  ✔ blocksToHtml - single shortcut-tiles block with link but no name
25
25
  ✔ blocksToHtml - block with no data
26
26
  ✔ blocksToHtml - file extensions detection for images
27
- 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}`.
28
- 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}`.
29
27
  ✔ blocksToHtml - case insensitive file extension detection
30
28
  ✔ blocksToHtml - files with no extension
31
29
  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}`.
32
30
  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}`.
33
31
  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
- ✔ blocksToHtml - unknown block type throws error
35
32
  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}`.
36
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}`.
37
34
  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}`.
38
35
  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}`.
39
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}`.
40
- blocksToHtml - single markdown-block with string (144ms)
41
- blocksToHtml - single markdown-block with array (143ms)
42
- ✔ blocksToHtml - single markdown-block with empty string (143ms)
43
- ✔ blocksToHtml - single markdown-block with undefined md (143ms)
44
- ✔ blocksToHtml - multiple different block types (130ms)
37
+ 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}`.
38
+ 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}`.
39
+ ✔ blocksToHtml - unknown block type throws error
40
+ ✔ blocksToHtml - single markdown-block with string (152ms)
41
+ ✔ blocksToHtml - single markdown-block with array (152ms)
42
+ ✔ blocksToHtml - single markdown-block with empty string (152ms)
43
+ ✔ blocksToHtml - single markdown-block with undefined md (151ms)
44
+ ✔ blocksToHtml - multiple different block types (138ms)
45
45
 
46
46
 
47
47
  29 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.5--canary.7566.9fe45e9.0",
4
+ "version": "4.92.5--canary.7565.b00a208.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.5--canary.7566.9fe45e9.0",
29
- "@knapsack/utils": "4.92.5--canary.7566.9fe45e9.0",
28
+ "@knapsack/tiptap-utils": "4.92.5--canary.7565.b00a208.0",
29
+ "@knapsack/utils": "4.92.5--canary.7565.b00a208.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.5--canary.7566.9fe45e9.0",
35
- "@knapsack/prettier-config": "4.92.5--canary.7566.9fe45e9.0",
36
- "@knapsack/test-ava": "4.92.5--canary.7566.9fe45e9.0",
37
- "@knapsack/types": "4.92.5--canary.7566.9fe45e9.0",
38
- "@knapsack/typescript-config-starter": "4.92.5--canary.7566.9fe45e9.0",
34
+ "@knapsack/eslint-config-starter": "4.92.5--canary.7565.b00a208.0",
35
+ "@knapsack/prettier-config": "4.92.5--canary.7565.b00a208.0",
36
+ "@knapsack/test-ava": "4.92.5--canary.7565.b00a208.0",
37
+ "@knapsack/types": "4.92.5--canary.7565.b00a208.0",
38
+ "@knapsack/typescript-config-starter": "4.92.5--canary.7565.b00a208.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": "9fe45e9b0d1ba82e8f7b01885902446dda954559"
53
+ "gitHead": "b00a20860b6f4178ffbd2a40a8516b41f186e93f"
54
54
  }