@knapsack/update 4.71.16 → 4.71.17--canary.5251.cc77be8.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.
@@ -5,10 +5,10 @@
5
5
 
6
6
  - [todo] update › placeholder
7
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}`.
8
+ ✔ updates › 4.0.0 › markdown.utils › should throw on links that wrap images
8
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}`.
9
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}`.
10
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}`.
11
- ✔ updates › 4.0.0 › markdown.utils › should throw on links that wrap images
12
12
 
13
13
 
14
14
  1 test passed
package/CHANGELOG.md CHANGED
@@ -1,16 +1,3 @@
1
- # v4.71.16 (Thu Dec 05 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - refactor React Renderer to use `tsc` for build [#5224](https://github.com/knapsack-labs/app-monorepo/pull/5224) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
6
-
7
- #### Authors: 2
8
-
9
- - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
- - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
11
-
12
- ---
13
-
14
1
  # v4.71.13 (Wed Dec 04 2024)
15
2
 
16
3
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.71.16",
4
+ "version": "4.71.17--canary.5251.cc77be8.0",
5
5
  "bin": {
6
6
  "knapsack-update": "./cli.js"
7
7
  },
@@ -18,13 +18,13 @@
18
18
  "test": "ava"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.71.16",
22
- "@knapsack/creator-utils": "4.71.16",
23
- "@knapsack/design-token-utils": "4.71.16",
24
- "@knapsack/file-utils": "4.71.16",
25
- "@knapsack/ks-file-utils": "4.71.16",
26
- "@knapsack/tiptap-utils": "4.71.16",
27
- "@knapsack/utils": "4.71.16",
21
+ "@knapsack/app": "4.71.17--canary.5251.cc77be8.0",
22
+ "@knapsack/creator-utils": "4.71.17--canary.5251.cc77be8.0",
23
+ "@knapsack/design-token-utils": "4.71.17--canary.5251.cc77be8.0",
24
+ "@knapsack/file-utils": "4.71.17--canary.5251.cc77be8.0",
25
+ "@knapsack/ks-file-utils": "4.71.17--canary.5251.cc77be8.0",
26
+ "@knapsack/tiptap-utils": "4.71.17--canary.5251.cc77be8.0",
27
+ "@knapsack/utils": "4.71.17--canary.5251.cc77be8.0",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.71.16",
36
- "@knapsack/prettier-config": "4.71.16",
37
- "@knapsack/test-ava": "4.71.16",
38
- "@knapsack/types": "4.71.16",
39
- "@knapsack/typescript-config-starter": "4.71.16",
35
+ "@knapsack/eslint-config-starter": "4.71.17--canary.5251.cc77be8.0",
36
+ "@knapsack/prettier-config": "4.71.17--canary.5251.cc77be8.0",
37
+ "@knapsack/test-ava": "4.71.17--canary.5251.cc77be8.0",
38
+ "@knapsack/types": "4.71.17--canary.5251.cc77be8.0",
39
+ "@knapsack/typescript-config-starter": "4.71.17--canary.5251.cc77be8.0",
40
40
  "@types/node": "^20.17.8",
41
41
  "@types/prompts": "^2.4.9",
42
42
  "@types/yargs": "^17.0.33",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/update",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "9807af7e7efc7b6190b4184dc508e37b17bcf359"
56
+ "gitHead": "cc77be82a604261c193f9d4a69c6acb57cd3e5e0"
57
57
  }