@knapsack/update 4.70.0--canary.4628.1068e46.0 → 4.70.0--canary.4854.b1d79a8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +5 -1
- package/CHANGELOG.md +129 -0
- package/dist/updates/4.0.0/markdown.utils.d.ts +1 -2
- package/dist/updates/4.0.0/markdown.utils.d.ts.map +1 -1
- package/dist/updates/4.0.0/markdown.utils.js +1 -1
- package/dist/updates/4.0.0/markdown.utils.js.map +1 -1
- package/package.json +17 -18
- package/src/updates/4.0.0/markdown.utils.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
|
2
|
-
> @knapsack/update@4.69.
|
2
|
+
> @knapsack/update@4.69.11 test /home/runner/work/app-monorepo/app-monorepo/apps/client/update
|
3
3
|
> ava
|
4
4
|
|
5
5
|
|
6
6
|
- [todo] update › placeholder
|
7
|
+
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}`.
|
7
8
|
✔ updates › 4.0.0 › markdown.utils › should throw on links that wrap images
|
9
|
+
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}`.
|
10
|
+
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}`.
|
11
|
+
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}`.
|
8
12
|
─
|
9
13
|
|
10
14
|
1 test passed
|
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,132 @@
|
|
1
|
+
# v4.69.11 (Fri Sep 20 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- adds select all option to exclude patterns filters [#4803](https://github.com/knapsack-labs/app-monorepo/pull/4803) ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
# v4.69.9 (Sat Sep 14 2024)
|
14
|
+
|
15
|
+
#### 🏠 Internal
|
16
|
+
|
17
|
+
- update template stage ui [#4763](https://github.com/knapsack-labs/app-monorepo/pull/4763) ([@GormanDesign](https://github.com/GormanDesign))
|
18
|
+
- add spacing under form feedback banner [#4747](https://github.com/knapsack-labs/app-monorepo/pull/4747) ([@GormanDesign](https://github.com/GormanDesign))
|
19
|
+
|
20
|
+
#### Authors: 1
|
21
|
+
|
22
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
23
|
+
|
24
|
+
---
|
25
|
+
|
26
|
+
# v4.69.7 (Wed Sep 11 2024)
|
27
|
+
|
28
|
+
#### 🐛 Bug Fix
|
29
|
+
|
30
|
+
- Merge branch 'latest' into feature/ksp-5497-setup-status-id-in-client ([@mabry1985](https://github.com/mabry1985))
|
31
|
+
|
32
|
+
#### 🏠 Internal
|
33
|
+
|
34
|
+
- fixes schema form select appearance [#4700](https://github.com/knapsack-labs/app-monorepo/pull/4700) ([@GormanDesign](https://github.com/GormanDesign))
|
35
|
+
- add scroll indicator to popover [#4697](https://github.com/knapsack-labs/app-monorepo/pull/4697) ([@GormanDesign](https://github.com/GormanDesign))
|
36
|
+
|
37
|
+
#### Authors: 2
|
38
|
+
|
39
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
40
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
41
|
+
|
42
|
+
---
|
43
|
+
|
44
|
+
# v4.69.6 (Fri Sep 06 2024)
|
45
|
+
|
46
|
+
#### 🐛 Bug Fix
|
47
|
+
|
48
|
+
- Merge branch 'latest' into feature/ksp-5458-anchor-links-not-jumping-to-the-right-spot ([@GormanDesign](https://github.com/GormanDesign))
|
49
|
+
|
50
|
+
#### 🏠 Internal
|
51
|
+
|
52
|
+
- Update dependency @types/node to ^20.16.5 [#4669](https://github.com/knapsack-labs/app-monorepo/pull/4669) ([@renovate[bot]](https://github.com/renovate[bot]))
|
53
|
+
- restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
|
54
|
+
- Update marked package to v6 and remove @types/marked [#4678](https://github.com/knapsack-labs/app-monorepo/pull/4678) ([@greylabel](https://github.com/greylabel))
|
55
|
+
|
56
|
+
#### Authors: 3
|
57
|
+
|
58
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
59
|
+
- Grant Gaudet ([@greylabel](https://github.com/greylabel))
|
60
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
61
|
+
|
62
|
+
---
|
63
|
+
|
64
|
+
# v4.69.5 (Wed Sep 04 2024)
|
65
|
+
|
66
|
+
#### 🏠 Internal
|
67
|
+
|
68
|
+
- Update dependency @types/marked to ^4.3.2 [#4188](https://github.com/knapsack-labs/app-monorepo/pull/4188) ([@renovate[bot]](https://github.com/renovate[bot]))
|
69
|
+
|
70
|
+
#### Authors: 1
|
71
|
+
|
72
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
73
|
+
|
74
|
+
---
|
75
|
+
|
76
|
+
# v4.69.4 (Wed Sep 04 2024)
|
77
|
+
|
78
|
+
#### 🐛 Bug Fix
|
79
|
+
|
80
|
+
- fix `mdToTipTapJson` type error [#4674](https://github.com/knapsack-labs/app-monorepo/pull/4674) ([@EvanLovely](https://github.com/EvanLovely))
|
81
|
+
|
82
|
+
#### Authors: 1
|
83
|
+
|
84
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
85
|
+
|
86
|
+
---
|
87
|
+
|
88
|
+
# v4.69.3 (Wed Sep 04 2024)
|
89
|
+
|
90
|
+
#### 🐛 Bug Fix
|
91
|
+
|
92
|
+
- Update dependency isomorphic-dompurify to ^1.13.0 [#4662](https://github.com/knapsack-labs/app-monorepo/pull/4662) ([@renovate[bot]](https://github.com/renovate[bot]))
|
93
|
+
|
94
|
+
#### 🏠 Internal
|
95
|
+
|
96
|
+
- Update dependency @types/node to ^20.16.3 [#4643](https://github.com/knapsack-labs/app-monorepo/pull/4643) ([@renovate[bot]](https://github.com/renovate[bot]))
|
97
|
+
|
98
|
+
#### Authors: 1
|
99
|
+
|
100
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
101
|
+
|
102
|
+
---
|
103
|
+
|
104
|
+
# v4.69.2 (Fri Aug 30 2024)
|
105
|
+
|
106
|
+
#### 🐛 Bug Fix
|
107
|
+
|
108
|
+
- add error info [#4628](https://github.com/knapsack-labs/app-monorepo/pull/4628) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
|
109
|
+
- Merge branch 'latest' into EvanLovely-patch-24 ([@mabry1985](https://github.com/mabry1985))
|
110
|
+
|
111
|
+
#### Authors: 2
|
112
|
+
|
113
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
114
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
115
|
+
|
116
|
+
---
|
117
|
+
|
118
|
+
# v4.69.1 (Fri Aug 30 2024)
|
119
|
+
|
120
|
+
#### 🐛 Bug Fix
|
121
|
+
|
122
|
+
- Merge branch 'latest' into feature/ksp-5460-nested-menu-item-is-finicky ([@GormanDesign](https://github.com/GormanDesign))
|
123
|
+
|
124
|
+
#### Authors: 1
|
125
|
+
|
126
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
127
|
+
|
128
|
+
---
|
129
|
+
|
1
130
|
# v4.68.12 (Thu Aug 29 2024)
|
2
131
|
|
3
132
|
#### 🐛 Bug Fix
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { marked } from 'marked';
|
2
1
|
/**
|
3
2
|
* Convert markdown to html to sanitized html to TipTap JSON
|
4
3
|
*/
|
5
|
-
export declare const mdToTipTapJson: (
|
4
|
+
export declare const mdToTipTapJson: (md: string) => import("@knapsack/tiptap-utils").JSONContent;
|
6
5
|
//# sourceMappingURL=markdown.utils.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"markdown.utils.d.ts","sourceRoot":"","sources":["../../../src/updates/4.0.0/markdown.utils.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"markdown.utils.d.ts","sourceRoot":"","sources":["../../../src/updates/4.0.0/markdown.utils.ts"],"names":[],"mappings":"AA+BA;;GAEG;AACH,eAAO,MAAM,cAAc,8DAK1B,CAAC"}
|
@@ -28,5 +28,5 @@ function assertConvertableBlock(html) {
|
|
28
28
|
/**
|
29
29
|
* Convert markdown to html to sanitized html to TipTap JSON
|
30
30
|
*/
|
31
|
-
export const mdToTipTapJson = flow(marked.parse, assertConvertableBlock, domPurify.sanitize, convertHtmlToTipTapJson);
|
31
|
+
export const mdToTipTapJson = flow((md) => marked.parse(md), assertConvertableBlock, domPurify.sanitize, convertHtmlToTipTapJson);
|
32
32
|
//# sourceMappingURL=markdown.utils.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"markdown.utils.js","sourceRoot":"","sources":["../../../src/updates/4.0.0/markdown.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,SAAS,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,kFAAkF;AAClF,8EAA8E;AAC9E,+EAA+E;AAC/E,gFAAgF;AAChF,mFAAmF;AACnF,gFAAgF;AAChF,2BAA2B;AAC3B,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,SAAS,GAAG,CAAC,IAAY,EAAE,EAAE,CACrD,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,IAAI,QAAQ,CAAC;AAE7D;;;GAGG;AACH,SAAS,sBAAsB,CAAC,IAAY;IAC1C,MAAM,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;IACrB,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;IAC9D,CAAC;IACD,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAC9C,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAChC,MAAM,CAAC,KAAK,
|
1
|
+
{"version":3,"file":"markdown.utils.js","sourceRoot":"","sources":["../../../src/updates/4.0.0/markdown.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,SAAS,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,kFAAkF;AAClF,8EAA8E;AAC9E,+EAA+E;AAC/E,gFAAgF;AAChF,mFAAmF;AACnF,gFAAgF;AAChF,2BAA2B;AAC3B,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,SAAS,GAAG,CAAC,IAAY,EAAE,EAAE,CACrD,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,MAAM,IAAI,QAAQ,CAAC;AAE7D;;;GAGG;AACH,SAAS,sBAAsB,CAAC,IAAY;IAC1C,MAAM,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;IACrB,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;IAC9D,CAAC;IACD,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAC9C,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAChC,CAAC,EAAU,EAAU,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EACxC,sBAAsB,EACtB,SAAS,CAAC,QAAQ,EAClB,uBAAuB,CACxB,CAAC"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/update",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.70.0--canary.
|
4
|
+
"version": "4.70.0--canary.4854.b1d79a8.0",
|
5
5
|
"bin": {
|
6
6
|
"knapsack-update": "./cli.js"
|
7
7
|
},
|
@@ -18,27 +18,26 @@
|
|
18
18
|
"test": "ava"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@knapsack/app": "4.70.0--canary.
|
22
|
-
"@knapsack/creator-utils": "4.70.0--canary.
|
23
|
-
"@knapsack/design-token-utils": "4.70.0--canary.
|
24
|
-
"@knapsack/file-utils": "4.70.0--canary.
|
25
|
-
"@knapsack/ks-file-utils": "4.70.0--canary.
|
26
|
-
"@knapsack/tiptap-utils": "4.70.0--canary.
|
27
|
-
"@knapsack/utils": "4.70.0--canary.
|
21
|
+
"@knapsack/app": "4.70.0--canary.4854.b1d79a8.0",
|
22
|
+
"@knapsack/creator-utils": "4.70.0--canary.4854.b1d79a8.0",
|
23
|
+
"@knapsack/design-token-utils": "4.70.0--canary.4854.b1d79a8.0",
|
24
|
+
"@knapsack/file-utils": "4.70.0--canary.4854.b1d79a8.0",
|
25
|
+
"@knapsack/ks-file-utils": "4.70.0--canary.4854.b1d79a8.0",
|
26
|
+
"@knapsack/tiptap-utils": "4.70.0--canary.4854.b1d79a8.0",
|
27
|
+
"@knapsack/utils": "4.70.0--canary.4854.b1d79a8.0",
|
28
28
|
"cheerio": "^1.0.0",
|
29
|
-
"isomorphic-dompurify": "^1.
|
30
|
-
"marked": "^
|
29
|
+
"isomorphic-dompurify": "^1.13.0",
|
30
|
+
"marked": "^6.0.0",
|
31
31
|
"prompts": "^2.4.2",
|
32
32
|
"yargs": "^17.7.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@knapsack/eslint-config-starter": "4.70.0--canary.
|
36
|
-
"@knapsack/prettier-config": "4.70.0--canary.
|
37
|
-
"@knapsack/test-ava": "4.70.0--canary.
|
38
|
-
"@knapsack/types": "4.70.0--canary.
|
39
|
-
"@knapsack/typescript-config-starter": "4.70.0--canary.
|
40
|
-
"@types/
|
41
|
-
"@types/node": "^20.16.1",
|
35
|
+
"@knapsack/eslint-config-starter": "4.70.0--canary.4854.b1d79a8.0",
|
36
|
+
"@knapsack/prettier-config": "4.70.0--canary.4854.b1d79a8.0",
|
37
|
+
"@knapsack/test-ava": "4.70.0--canary.4854.b1d79a8.0",
|
38
|
+
"@knapsack/types": "4.70.0--canary.4854.b1d79a8.0",
|
39
|
+
"@knapsack/typescript-config-starter": "4.70.0--canary.4854.b1d79a8.0",
|
40
|
+
"@types/node": "^20.16.5",
|
42
41
|
"@types/prompts": "^2.4.9",
|
43
42
|
"@types/yargs": "^17.0.33",
|
44
43
|
"ava": "^6.1.3",
|
@@ -54,5 +53,5 @@
|
|
54
53
|
"directory": "apps/client/update",
|
55
54
|
"type": "git"
|
56
55
|
},
|
57
|
-
"gitHead": "
|
56
|
+
"gitHead": "b1d79a8caffe3537b921ff76bae2f2e8bcabbc43"
|
58
57
|
}
|
@@ -33,7 +33,7 @@ function assertConvertableBlock(html: string): string {
|
|
33
33
|
* Convert markdown to html to sanitized html to TipTap JSON
|
34
34
|
*/
|
35
35
|
export const mdToTipTapJson = flow(
|
36
|
-
marked.parse,
|
36
|
+
(md: string): string => marked.parse(md),
|
37
37
|
assertConvertableBlock,
|
38
38
|
domPurify.sanitize,
|
39
39
|
convertHtmlToTipTapJson,
|