@depup/eslint-plugin-jsdoc 64.2.0-depup.0 → 64.2.1-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 CHANGED
@@ -13,10 +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) @ 64.2.0 |
17
- | Processed | 2026-08-15 |
16
+ | Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 64.2.1 |
17
+ | Processed | 2026-08-24 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @es-joy/jsdoccomment | ~0.95.1 | ^0.96.0 |
20
26
 
21
27
  ---
22
28
 
package/changes.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-08-15T08:06:56.049Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "@es-joy/jsdoccomment": {
4
+ "from": "~0.95.1",
5
+ "to": "^0.96.0"
6
+ }
7
+ },
8
+ "timestamp": "2026-08-24T08:17:04.824Z",
9
+ "totalUpdated": 1
5
10
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "http://gajus.com"
6
6
  },
7
7
  "dependencies": {
8
- "@es-joy/jsdoccomment": "~0.95.0",
8
+ "@es-joy/jsdoccomment": "^0.96.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",
@@ -28,7 +28,7 @@
28
28
  "@babel/plugin-transform-flow-strip-types": "8.0.1",
29
29
  "@babel/preset-env": "8.0.2",
30
30
  "@es-joy/escodegen": "^4.2.0",
31
- "@es-joy/jsdoc-eslint-parser": "^0.28.0",
31
+ "@es-joy/jsdoc-eslint-parser": "^0.29.0",
32
32
  "@eslint/core": "^1.2.1",
33
33
  "@hkdobrev/run-if-changed": "^0.9.0",
34
34
  "@semantic-release/commit-analyzer": "^13.0.1",
@@ -54,9 +54,9 @@
54
54
  "eslint-config-canonical": "^47.4.2",
55
55
  "gitdown": "^4.1.1",
56
56
  "glob": "^13.0.6",
57
- "globals": "^17.9.0",
57
+ "globals": "^17.11.0",
58
58
  "husky": "^9.1.7",
59
- "jsdoc-type-pratt-parser": "^9.1.1",
59
+ "jsdoc-type-pratt-parser": "^9.1.2",
60
60
  "json-schema": "^0.4.0",
61
61
  "json-schema-to-typescript": "^15.0.4",
62
62
  "lint-staged": "^17.3.0",
@@ -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.2.0-depup.0",
163
+ "version": "64.2.1-depup.1",
164
164
  "depup": {
165
- "changes": {},
166
- "depsUpdated": 0,
165
+ "changes": {
166
+ "@es-joy/jsdoccomment": {
167
+ "from": "~0.95.1",
168
+ "to": "^0.96.0"
169
+ }
170
+ },
171
+ "depsUpdated": 1,
167
172
  "originalPackage": "eslint-plugin-jsdoc",
168
- "originalVersion": "64.2.0",
169
- "processedAt": "2026-08-15T08:07:17.964Z",
173
+ "originalVersion": "64.2.1",
174
+ "processedAt": "2026-08-24T08:17:27.573Z",
170
175
  "smokeTest": "passed"
171
176
  }
172
177
  }