@depup/eslint-plugin-jsdoc 63.2.1-depup.0 → 63.2.2-depup.1
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 +4 -3
- package/changes.json +6 -2
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -13,15 +13,16 @@ npm install @depup/eslint-plugin-jsdoc
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 63.2.
|
|
17
|
-
| Processed | 2026-07-
|
|
16
|
+
| Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 63.2.2 |
|
|
17
|
+
| Processed | 2026-07-25 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 3 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @es-joy/jsdoccomment | ~0.90.0 | ^0.91.0 |
|
|
25
26
|
| are-docs-informative | ^0.0.2 | ^0.1.1 |
|
|
26
27
|
| escape-string-regexp | ^4.0.0 | ^5.0.0 |
|
|
27
28
|
|
package/changes.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@es-joy/jsdoccomment": {
|
|
4
|
+
"from": "~0.90.0",
|
|
5
|
+
"to": "^0.91.0"
|
|
6
|
+
},
|
|
3
7
|
"are-docs-informative": {
|
|
4
8
|
"from": "^0.0.2",
|
|
5
9
|
"to": "^0.1.1"
|
|
@@ -9,6 +13,6 @@
|
|
|
9
13
|
"to": "^5.0.0"
|
|
10
14
|
}
|
|
11
15
|
},
|
|
12
|
-
"timestamp": "2026-07-
|
|
13
|
-
"totalUpdated":
|
|
16
|
+
"timestamp": "2026-07-25T00:41:29.726Z",
|
|
17
|
+
"totalUpdated": 3
|
|
14
18
|
}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "http://gajus.com"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@es-joy/jsdoccomment": "
|
|
8
|
+
"@es-joy/jsdoccomment": "^0.91.0",
|
|
9
9
|
"@es-joy/resolve.exports": "1.2.0",
|
|
10
10
|
"are-docs-informative": "^0.1.1",
|
|
11
11
|
"comment-parser": "1.4.7",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"glob": "^13.0.6",
|
|
60
60
|
"globals": "^17.7.0",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
|
-
"jsdoc-type-pratt-parser": "^7.
|
|
62
|
+
"jsdoc-type-pratt-parser": "^7.3.0",
|
|
63
63
|
"json-schema": "^0.4.0",
|
|
64
64
|
"json-schema-to-typescript": "^15.0.4",
|
|
65
65
|
"lint-staged": "^17.2.0",
|
|
@@ -184,9 +184,13 @@
|
|
|
184
184
|
"test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
|
|
185
185
|
"test-index": "pnpm run test-no-cov test/rules/index.js"
|
|
186
186
|
},
|
|
187
|
-
"version": "63.2.
|
|
187
|
+
"version": "63.2.2-depup.1",
|
|
188
188
|
"depup": {
|
|
189
189
|
"changes": {
|
|
190
|
+
"@es-joy/jsdoccomment": {
|
|
191
|
+
"from": "~0.90.0",
|
|
192
|
+
"to": "^0.91.0"
|
|
193
|
+
},
|
|
190
194
|
"are-docs-informative": {
|
|
191
195
|
"from": "^0.0.2",
|
|
192
196
|
"to": "^0.1.1"
|
|
@@ -196,10 +200,10 @@
|
|
|
196
200
|
"to": "^5.0.0"
|
|
197
201
|
}
|
|
198
202
|
},
|
|
199
|
-
"depsUpdated":
|
|
203
|
+
"depsUpdated": 3,
|
|
200
204
|
"originalPackage": "eslint-plugin-jsdoc",
|
|
201
|
-
"originalVersion": "63.2.
|
|
202
|
-
"processedAt": "2026-07-
|
|
205
|
+
"originalVersion": "63.2.2",
|
|
206
|
+
"processedAt": "2026-07-25T00:41:53.919Z",
|
|
203
207
|
"smokeTest": "passed"
|
|
204
208
|
}
|
|
205
209
|
}
|