@depup/markdown-it 15.0.0-depup.75 → 15.0.0-depup.76
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 +2 -1
- package/changes.json +6 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -16,12 +16,13 @@ npm install @depup/markdown-it
|
|
|
16
16
|
| Original | [markdown-it](https://www.npmjs.com/package/markdown-it) @ 15.0.0 |
|
|
17
17
|
| Processed | 2026-08-25 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 2 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| argparse | ^3.0.0 | ^3.0.1 |
|
|
25
26
|
| linkify-it | ^6.0.0 | ^6.1.0 |
|
|
26
27
|
|
|
27
28
|
---
|
package/changes.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"argparse": {
|
|
4
|
+
"from": "^3.0.0",
|
|
5
|
+
"to": "^3.0.1"
|
|
6
|
+
},
|
|
3
7
|
"linkify-it": {
|
|
4
8
|
"from": "^6.0.0",
|
|
5
9
|
"to": "^6.1.0"
|
|
6
10
|
}
|
|
7
11
|
},
|
|
8
|
-
"timestamp": "2026-08-
|
|
9
|
-
"totalUpdated":
|
|
12
|
+
"timestamp": "2026-08-25T16:15:17.046Z",
|
|
13
|
+
"totalUpdated": 2
|
|
10
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/markdown-it",
|
|
3
|
-
"version": "15.0.0-depup.
|
|
3
|
+
"version": "15.0.0-depup.76",
|
|
4
4
|
"description": "Markdown-it - modern pluggable markdown parser. (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown-it",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"README.md"
|
|
84
84
|
],
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"argparse": "^3.0.
|
|
86
|
+
"argparse": "^3.0.1",
|
|
87
87
|
"entities": "^8.0.0",
|
|
88
88
|
"linkify-it": "^6.1.0",
|
|
89
89
|
"mdurl": "^2.1.0",
|
|
@@ -117,15 +117,19 @@
|
|
|
117
117
|
},
|
|
118
118
|
"depup": {
|
|
119
119
|
"changes": {
|
|
120
|
+
"argparse": {
|
|
121
|
+
"from": "^3.0.0",
|
|
122
|
+
"to": "^3.0.1"
|
|
123
|
+
},
|
|
120
124
|
"linkify-it": {
|
|
121
125
|
"from": "^6.0.0",
|
|
122
126
|
"to": "^6.1.0"
|
|
123
127
|
}
|
|
124
128
|
},
|
|
125
|
-
"depsUpdated":
|
|
129
|
+
"depsUpdated": 2,
|
|
126
130
|
"originalPackage": "markdown-it",
|
|
127
131
|
"originalVersion": "15.0.0",
|
|
128
|
-
"processedAt": "2026-08-
|
|
132
|
+
"processedAt": "2026-08-25T16:15:27.222Z",
|
|
129
133
|
"smokeTest": "passed"
|
|
130
134
|
}
|
|
131
135
|
}
|