@depup/eslint-plugin-jsdoc 64.0.2-depup.0 → 64.0.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 +8 -2
- package/changes.json +8 -3
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -14,9 +14,15 @@ npm install @depup/eslint-plugin-jsdoc
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 64.0.2 |
|
|
17
|
-
| Processed | 2026-08-
|
|
17
|
+
| Processed | 2026-08-10 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 1 |
|
|
20
|
+
|
|
21
|
+
## Dependency Changes
|
|
22
|
+
|
|
23
|
+
| Dependency | From | To |
|
|
24
|
+
|------------|------|-----|
|
|
25
|
+
| @es-joy/jsdoccomment | ~0.93.2 | ^0.94.0 |
|
|
20
26
|
|
|
21
27
|
---
|
|
22
28
|
|
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.94.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",
|
|
@@ -160,13 +160,18 @@
|
|
|
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.2-depup.
|
|
163
|
+
"version": "64.0.2-depup.1",
|
|
164
164
|
"depup": {
|
|
165
|
-
"changes": {
|
|
166
|
-
|
|
165
|
+
"changes": {
|
|
166
|
+
"@es-joy/jsdoccomment": {
|
|
167
|
+
"from": "~0.93.2",
|
|
168
|
+
"to": "^0.94.0"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"depsUpdated": 1,
|
|
167
172
|
"originalPackage": "eslint-plugin-jsdoc",
|
|
168
173
|
"originalVersion": "64.0.2",
|
|
169
|
-
"processedAt": "2026-08-
|
|
174
|
+
"processedAt": "2026-08-10T00:23:37.482Z",
|
|
170
175
|
"smokeTest": "passed"
|
|
171
176
|
}
|
|
172
177
|
}
|