@depup/eslint-plugin-jsdoc 64.0.2-depup.1 → 64.1.0-depup.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.
- package/README.md +3 -9
- package/changes.json +3 -8
- package/package.json +9 -14
package/README.md
CHANGED
|
@@ -13,16 +13,10 @@ 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) @ 64.0
|
|
17
|
-
| Processed | 2026-08-
|
|
16
|
+
| Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 64.1.0 |
|
|
17
|
+
| Processed | 2026-08-11 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
20
|
-
|
|
21
|
-
## Dependency Changes
|
|
22
|
-
|
|
23
|
-
| Dependency | From | To |
|
|
24
|
-
|------------|------|-----|
|
|
25
|
-
| @es-joy/jsdoccomment | ~0.93.2 | ^0.94.0 |
|
|
19
|
+
| Deps updated | 0 |
|
|
26
20
|
|
|
27
21
|
---
|
|
28
22
|
|
package/changes.json
CHANGED
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.95.0",
|
|
9
9
|
"@es-joy/resolve.exports": "1.2.0",
|
|
10
10
|
"are-docs-informative": "^0.1.1",
|
|
11
11
|
"comment-parser": "1.4.8",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/node": "^26.2.0",
|
|
44
44
|
"@types/semver": "^7.8.0",
|
|
45
45
|
"@types/spdx-expression-parse": "^4.0.0",
|
|
46
|
-
"@typescript-eslint/types": "8.
|
|
46
|
+
"@typescript-eslint/types": "8.67.0",
|
|
47
47
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
48
48
|
"babel-plugin-transform-import-meta": "^3.0.0",
|
|
49
49
|
"c8": "^12.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"glob": "^13.0.6",
|
|
57
57
|
"globals": "^17.9.0",
|
|
58
58
|
"husky": "^9.1.7",
|
|
59
|
-
"jsdoc-type-pratt-parser": "^9.
|
|
59
|
+
"jsdoc-type-pratt-parser": "^9.1.1",
|
|
60
60
|
"json-schema": "^0.4.0",
|
|
61
61
|
"json-schema-to-typescript": "^15.0.4",
|
|
62
62
|
"lint-staged": "^17.3.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"sinon": "^22.1.0",
|
|
70
70
|
"ts-api-utils": "^2.5.0",
|
|
71
71
|
"typescript": "5.9.3",
|
|
72
|
-
"typescript-eslint": "8.
|
|
72
|
+
"typescript-eslint": "8.67.0"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": "^22.22.2 || >=24.15.0"
|
|
@@ -160,18 +160,13 @@
|
|
|
160
160
|
"test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
|
|
161
161
|
"test-index": "pnpm run test-no-cov test/rules/index.js"
|
|
162
162
|
},
|
|
163
|
-
"version": "64.0
|
|
163
|
+
"version": "64.1.0-depup.0",
|
|
164
164
|
"depup": {
|
|
165
|
-
"changes": {
|
|
166
|
-
|
|
167
|
-
"from": "~0.93.2",
|
|
168
|
-
"to": "^0.94.0"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
"depsUpdated": 1,
|
|
165
|
+
"changes": {},
|
|
166
|
+
"depsUpdated": 0,
|
|
172
167
|
"originalPackage": "eslint-plugin-jsdoc",
|
|
173
|
-
"originalVersion": "64.0
|
|
174
|
-
"processedAt": "2026-08-
|
|
168
|
+
"originalVersion": "64.1.0",
|
|
169
|
+
"processedAt": "2026-08-11T00:22:38.476Z",
|
|
175
170
|
"smokeTest": "passed"
|
|
176
171
|
}
|
|
177
172
|
}
|