@depup/markdown-it 14.3.0-depup.16 → 14.3.0-depup.17
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.
- package/README.md +5 -3
- package/changes.json +11 -3
- package/package.json +15 -7
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install @depup/markdown-it
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [markdown-it](https://www.npmjs.com/package/markdown-it) @ 14.3.0 |
|
|
17
|
-
| Processed | 2026-07-
|
|
17
|
+
| Processed | 2026-07-23 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 5 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -24,7 +24,9 @@ npm install @depup/markdown-it
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| argparse | ^2.0.1 | ^3.0.0 |
|
|
26
26
|
| entities | ^4.5.0 | ^8.0.0 |
|
|
27
|
-
| linkify-it | ^5.0.2 | ^6.
|
|
27
|
+
| linkify-it | ^5.0.2 | ^6.1.0 |
|
|
28
|
+
| mdurl | ^2.0.0 | ^2.1.0 |
|
|
29
|
+
| uc.micro | ^2.1.0 | ^3.0.0 |
|
|
28
30
|
|
|
29
31
|
---
|
|
30
32
|
|
package/changes.json
CHANGED
|
@@ -10,9 +10,17 @@
|
|
|
10
10
|
},
|
|
11
11
|
"linkify-it": {
|
|
12
12
|
"from": "^5.0.2",
|
|
13
|
-
"to": "^6.
|
|
13
|
+
"to": "^6.1.0"
|
|
14
|
+
},
|
|
15
|
+
"mdurl": {
|
|
16
|
+
"from": "^2.0.0",
|
|
17
|
+
"to": "^2.1.0"
|
|
18
|
+
},
|
|
19
|
+
"uc.micro": {
|
|
20
|
+
"from": "^2.1.0",
|
|
21
|
+
"to": "^3.0.0"
|
|
14
22
|
}
|
|
15
23
|
},
|
|
16
|
-
"timestamp": "2026-07-
|
|
17
|
-
"totalUpdated":
|
|
24
|
+
"timestamp": "2026-07-23T00:39:28.581Z",
|
|
25
|
+
"totalUpdated": 5
|
|
18
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/markdown-it",
|
|
3
|
-
"version": "14.3.0-depup.
|
|
3
|
+
"version": "14.3.0-depup.17",
|
|
4
4
|
"description": "Markdown-it - modern pluggable markdown parser. (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"argparse": "^3.0.0",
|
|
72
72
|
"entities": "^8.0.0",
|
|
73
|
-
"linkify-it": "^6.
|
|
74
|
-
"mdurl": "^2.
|
|
73
|
+
"linkify-it": "^6.1.0",
|
|
74
|
+
"mdurl": "^2.1.0",
|
|
75
75
|
"punycode.js": "^2.3.1",
|
|
76
|
-
"uc.micro": "^
|
|
76
|
+
"uc.micro": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"c8": "^11.0.0",
|
|
@@ -109,13 +109,21 @@
|
|
|
109
109
|
},
|
|
110
110
|
"linkify-it": {
|
|
111
111
|
"from": "^5.0.2",
|
|
112
|
-
"to": "^6.
|
|
112
|
+
"to": "^6.1.0"
|
|
113
|
+
},
|
|
114
|
+
"mdurl": {
|
|
115
|
+
"from": "^2.0.0",
|
|
116
|
+
"to": "^2.1.0"
|
|
117
|
+
},
|
|
118
|
+
"uc.micro": {
|
|
119
|
+
"from": "^2.1.0",
|
|
120
|
+
"to": "^3.0.0"
|
|
113
121
|
}
|
|
114
122
|
},
|
|
115
|
-
"depsUpdated":
|
|
123
|
+
"depsUpdated": 5,
|
|
116
124
|
"originalPackage": "markdown-it",
|
|
117
125
|
"originalVersion": "14.3.0",
|
|
118
|
-
"processedAt": "2026-07-
|
|
126
|
+
"processedAt": "2026-07-23T00:39:39.879Z",
|
|
119
127
|
"smokeTest": "failed"
|
|
120
128
|
}
|
|
121
129
|
}
|