@depup/eslint-plugin-jsdoc 63.2.0-depup.0 → 63.2.2-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 -4
- package/changes.json +2 -6
- package/package.json +16 -20
package/README.md
CHANGED
|
@@ -13,10 +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) @ 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-24 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 2 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -24,7 +24,6 @@ npm install @depup/eslint-plugin-jsdoc
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| are-docs-informative | ^0.0.2 | ^0.1.1 |
|
|
26
26
|
| escape-string-regexp | ^4.0.0 | ^5.0.0 |
|
|
27
|
-
| spdx-expression-parse | ^4.0.0 | ^5.0.0 |
|
|
28
27
|
|
|
29
28
|
---
|
|
30
29
|
|
package/changes.json
CHANGED
|
@@ -7,12 +7,8 @@
|
|
|
7
7
|
"escape-string-regexp": {
|
|
8
8
|
"from": "^4.0.0",
|
|
9
9
|
"to": "^5.0.0"
|
|
10
|
-
},
|
|
11
|
-
"spdx-expression-parse": {
|
|
12
|
-
"from": "^4.0.0",
|
|
13
|
-
"to": "^5.0.0"
|
|
14
10
|
}
|
|
15
11
|
},
|
|
16
|
-
"timestamp": "2026-07-
|
|
17
|
-
"totalUpdated":
|
|
12
|
+
"timestamp": "2026-07-24T08:54:29.430Z",
|
|
13
|
+
"totalUpdated": 2
|
|
18
14
|
}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "http://gajus.com"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@es-joy/jsdoccomment": "~0.
|
|
8
|
+
"@es-joy/jsdoccomment": "~0.90.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",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"description": "JSDoc linting rules for ESLint. (with updated dependencies)",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
26
|
-
"@babel/cli": "8.0.
|
|
25
|
+
"@arethetypeswrong/cli": "^0.18.5",
|
|
26
|
+
"@babel/cli": "8.0.4",
|
|
27
27
|
"@babel/core": "8.0.1",
|
|
28
28
|
"@babel/eslint-parser": "8.0.1",
|
|
29
29
|
"@babel/plugin-transform-flow-strip-types": "8.0.1",
|
|
@@ -42,38 +42,38 @@
|
|
|
42
42
|
"@types/estree": "^1.0.9",
|
|
43
43
|
"@types/json-schema": "^7.0.15",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
45
|
-
"@types/node": "^26.1.
|
|
45
|
+
"@types/node": "^26.1.1",
|
|
46
46
|
"@types/semver": "^7.7.1",
|
|
47
47
|
"@types/spdx-expression-parse": "^4.0.0",
|
|
48
|
-
"@typescript-eslint/types": "8.
|
|
48
|
+
"@typescript-eslint/types": "8.65.0",
|
|
49
49
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
50
50
|
"babel-plugin-istanbul": "^8.0.0",
|
|
51
51
|
"babel-plugin-transform-import-meta": "^3.0.0",
|
|
52
|
-
"c8": "^
|
|
52
|
+
"c8": "^12.0.0",
|
|
53
53
|
"camelcase": "^9.0.0",
|
|
54
54
|
"chai": "^6.2.2",
|
|
55
55
|
"decamelize": "^6.0.1",
|
|
56
|
-
"eslint": "10.
|
|
56
|
+
"eslint": "10.7.0",
|
|
57
57
|
"eslint-config-canonical": "^47.4.2",
|
|
58
58
|
"gitdown": "^4.1.1",
|
|
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
|
-
"lint-staged": "^17.0
|
|
65
|
+
"lint-staged": "^17.2.0",
|
|
66
66
|
"mocha": "^11.7.6",
|
|
67
67
|
"open-editor": "^6.0.0",
|
|
68
68
|
"playwright": "^1.61.1",
|
|
69
69
|
"replace": "^1.2.2",
|
|
70
70
|
"rimraf": "^6.1.3",
|
|
71
71
|
"rollup": "^4.62.2",
|
|
72
|
-
"semantic-release": "^25.0.
|
|
73
|
-
"sinon": "^22.
|
|
72
|
+
"semantic-release": "^25.0.8",
|
|
73
|
+
"sinon": "^22.1.0",
|
|
74
74
|
"ts-api-utils": "^2.5.0",
|
|
75
75
|
"typescript": "5.9.3",
|
|
76
|
-
"typescript-eslint": "8.
|
|
76
|
+
"typescript-eslint": "8.65.0"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": "^22.13.0 || >=24"
|
|
@@ -184,7 +184,7 @@
|
|
|
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.0",
|
|
188
188
|
"depup": {
|
|
189
189
|
"changes": {
|
|
190
190
|
"are-docs-informative": {
|
|
@@ -194,16 +194,12 @@
|
|
|
194
194
|
"escape-string-regexp": {
|
|
195
195
|
"from": "^4.0.0",
|
|
196
196
|
"to": "^5.0.0"
|
|
197
|
-
},
|
|
198
|
-
"spdx-expression-parse": {
|
|
199
|
-
"from": "^4.0.0",
|
|
200
|
-
"to": "^5.0.0"
|
|
201
197
|
}
|
|
202
198
|
},
|
|
203
|
-
"depsUpdated":
|
|
199
|
+
"depsUpdated": 2,
|
|
204
200
|
"originalPackage": "eslint-plugin-jsdoc",
|
|
205
|
-
"originalVersion": "63.2.
|
|
206
|
-
"processedAt": "2026-07-
|
|
201
|
+
"originalVersion": "63.2.2",
|
|
202
|
+
"processedAt": "2026-07-24T08:54:54.216Z",
|
|
207
203
|
"smokeTest": "passed"
|
|
208
204
|
}
|
|
209
205
|
}
|