@knapsack/rendering-utils 4.92.4 → 4.92.5--canary.3319322.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.92.3 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.92.4 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.92.3 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.92.4 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > eslint ./
4
4
 
@@ -1,19 +1,19 @@
1
1
 
2
- > @knapsack/rendering-utils@4.92.3 test /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.92.4 test /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > ava
4
4
 
5
5
 
6
- ✔ blocksToHtml - empty array (138ms)
7
- ✔ blocksToHtml - single divider-block (137ms)
8
- blocksToHtml - single text-editor block (137ms)
9
- ✔ blocksToHtml - single code-snippet block (116ms)
6
+ ✔ blocksToHtml - empty array (142ms)
7
+ ✔ blocksToHtml - single divider-block (141ms)
8
+ 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}`.
9
+ ✔ blocksToHtml - single text-editor block (140ms)
10
+ ✔ blocksToHtml - single code-snippet block (107ms)
10
11
  ✔ blocksToHtml - single callout block
11
12
  ✔ blocksToHtml - single callout block with error type
12
13
  ✔ blocksToHtml - single image-block with single image
14
+ 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}`.
13
15
  ✔ blocksToHtml - single image-block with multiple images
14
16
  ✔ blocksToHtml - single image-block with no images
15
- 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}`.
16
- 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}`.
17
17
  ✔ blocksToHtml - single image-block with empty images array
18
18
  ✔ blocksToHtml - single video block
19
19
  ✔ blocksToHtml - single files-list block with image files
@@ -37,11 +37,11 @@ marked(): mangle parameter is enabled by default, but is deprecated since versio
37
37
  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
38
  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
39
  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 (134ms)
41
- ✔ blocksToHtml - single markdown-block with array (133ms)
42
- ✔ blocksToHtml - single markdown-block with empty string (133ms)
43
- ✔ blocksToHtml - single markdown-block with undefined md (132ms)
44
- ✔ blocksToHtml - multiple different block types (120ms)
40
+ ✔ blocksToHtml - single markdown-block with string (137ms)
41
+ ✔ blocksToHtml - single markdown-block with array (136ms)
42
+ ✔ blocksToHtml - single markdown-block with empty string (136ms)
43
+ ✔ blocksToHtml - single markdown-block with undefined md (136ms)
44
+ ✔ blocksToHtml - multiple different block types (123ms)
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.4",
4
+ "version": "4.92.5--canary.3319322.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.4",
29
- "@knapsack/utils": "4.92.4",
28
+ "@knapsack/tiptap-utils": "4.92.5--canary.3319322.0",
29
+ "@knapsack/utils": "4.92.5--canary.3319322.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.4",
35
- "@knapsack/prettier-config": "4.92.4",
36
- "@knapsack/test-ava": "4.92.4",
37
- "@knapsack/types": "4.92.4",
38
- "@knapsack/typescript-config-starter": "4.92.4",
34
+ "@knapsack/eslint-config-starter": "4.92.5--canary.3319322.0",
35
+ "@knapsack/prettier-config": "4.92.5--canary.3319322.0",
36
+ "@knapsack/test-ava": "4.92.5--canary.3319322.0",
37
+ "@knapsack/types": "4.92.5--canary.3319322.0",
38
+ "@knapsack/typescript-config-starter": "4.92.5--canary.3319322.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": "bc1c78a604c9f870b573244c82c6a7e16ba60067"
53
+ "gitHead": "3319322e9f2a1f367697b19d8099100fb881f635"
54
54
  }