@depup/eslint-plugin-jsdoc 64.3.6-depup.0 → 64.3.6-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.3.6 |
|
|
17
|
-
| Processed | 2026-09-
|
|
17
|
+
| Processed | 2026-09-08 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 1 |
|
|
20
|
+
|
|
21
|
+
## Dependency Changes
|
|
22
|
+
|
|
23
|
+
| Dependency | From | To |
|
|
24
|
+
|------------|------|-----|
|
|
25
|
+
| @typescript-eslint/utils | ^8.69.0 | ^8.70.0 |
|
|
20
26
|
|
|
21
27
|
---
|
|
22
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@es-joy/jsdoccomment": "~0.97.0",
|
|
9
9
|
"@es-joy/resolve.exports": "1.2.0",
|
|
10
|
-
"@typescript-eslint/utils": "^8.
|
|
10
|
+
"@typescript-eslint/utils": "^8.70.0",
|
|
11
11
|
"are-docs-informative": "^0.1.1",
|
|
12
12
|
"comment-parser": "1.4.8",
|
|
13
13
|
"debug": "^4.4.3",
|
|
@@ -162,13 +162,18 @@
|
|
|
162
162
|
"test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
|
|
163
163
|
"test-index": "pnpm run test-no-cov test/rules/index.js"
|
|
164
164
|
},
|
|
165
|
-
"version": "64.3.6-depup.
|
|
165
|
+
"version": "64.3.6-depup.1",
|
|
166
166
|
"depup": {
|
|
167
|
-
"changes": {
|
|
168
|
-
|
|
167
|
+
"changes": {
|
|
168
|
+
"@typescript-eslint/utils": {
|
|
169
|
+
"from": "^8.69.0",
|
|
170
|
+
"to": "^8.70.0"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"depsUpdated": 1,
|
|
169
174
|
"originalPackage": "eslint-plugin-jsdoc",
|
|
170
175
|
"originalVersion": "64.3.6",
|
|
171
|
-
"processedAt": "2026-09-
|
|
176
|
+
"processedAt": "2026-09-08T00:33:51.285Z",
|
|
172
177
|
"smokeTest": "passed"
|
|
173
178
|
}
|
|
174
179
|
}
|