@knapsack/update 4.69.5--canary.4629.30174e1.0 → 4.69.6--canary.de6a636.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 +12 -0
- package/package.json +16 -17
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.5 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,15 @@
|
|
1
|
+
# v4.69.5 (Wed Sep 04 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- 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]))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v4.69.4 (Wed Sep 04 2024)
|
2
14
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/update",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.69.
|
4
|
+
"version": "4.69.6--canary.de6a636.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.69.
|
22
|
-
"@knapsack/creator-utils": "4.69.
|
23
|
-
"@knapsack/design-token-utils": "4.69.
|
24
|
-
"@knapsack/file-utils": "4.69.
|
25
|
-
"@knapsack/ks-file-utils": "4.69.
|
26
|
-
"@knapsack/tiptap-utils": "4.69.
|
27
|
-
"@knapsack/utils": "4.69.
|
21
|
+
"@knapsack/app": "4.69.6--canary.de6a636.0",
|
22
|
+
"@knapsack/creator-utils": "4.69.6--canary.de6a636.0",
|
23
|
+
"@knapsack/design-token-utils": "4.69.6--canary.de6a636.0",
|
24
|
+
"@knapsack/file-utils": "4.69.6--canary.de6a636.0",
|
25
|
+
"@knapsack/ks-file-utils": "4.69.6--canary.de6a636.0",
|
26
|
+
"@knapsack/tiptap-utils": "4.69.6--canary.de6a636.0",
|
27
|
+
"@knapsack/utils": "4.69.6--canary.de6a636.0",
|
28
28
|
"cheerio": "^1.0.0",
|
29
29
|
"isomorphic-dompurify": "^1.13.0",
|
30
|
-
"marked": "^
|
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.69.
|
36
|
-
"@knapsack/prettier-config": "4.69.
|
37
|
-
"@knapsack/test-ava": "4.69.
|
38
|
-
"@knapsack/types": "4.69.
|
39
|
-
"@knapsack/typescript-config-starter": "4.69.
|
40
|
-
"@types/
|
41
|
-
"@types/node": "^20.16.3",
|
35
|
+
"@knapsack/eslint-config-starter": "4.69.6--canary.de6a636.0",
|
36
|
+
"@knapsack/prettier-config": "4.69.6--canary.de6a636.0",
|
37
|
+
"@knapsack/test-ava": "4.69.6--canary.de6a636.0",
|
38
|
+
"@knapsack/types": "4.69.6--canary.de6a636.0",
|
39
|
+
"@knapsack/typescript-config-starter": "4.69.6--canary.de6a636.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": "de6a636aebbfbda7b8ae2efa3acf9dbcc1607e7a"
|
58
57
|
}
|