@depup/eslint-plugin-jsdoc 63.3.2-depup.0 → 63.3.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 CHANGED
@@ -14,14 +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) @ 63.3.2 |
17
- | Processed | 2026-07-28 |
17
+ | Processed | 2026-07-31 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 2 |
19
+ | Deps updated | 3 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @es-joy/jsdoccomment | ~0.91.0 | ^0.92.0 |
25
26
  | are-docs-informative | ^0.0.2 | ^0.1.1 |
26
27
  | escape-string-regexp | ^4.0.0 | ^5.0.0 |
27
28
 
package/changes.json CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "bumped": {
3
+ "@es-joy/jsdoccomment": {
4
+ "from": "~0.91.0",
5
+ "to": "^0.92.0"
6
+ },
3
7
  "are-docs-informative": {
4
8
  "from": "^0.0.2",
5
9
  "to": "^0.1.1"
@@ -9,6 +13,6 @@
9
13
  "to": "^5.0.0"
10
14
  }
11
15
  },
12
- "timestamp": "2026-07-28T16:34:46.314Z",
13
- "totalUpdated": 2
16
+ "timestamp": "2026-07-31T00:40:46.977Z",
17
+ "totalUpdated": 3
14
18
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "http://gajus.com"
6
6
  },
7
7
  "dependencies": {
8
- "@es-joy/jsdoccomment": "~0.91.0",
8
+ "@es-joy/jsdoccomment": "^0.92.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",
@@ -185,9 +185,13 @@
185
185
  "test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
186
186
  "test-index": "pnpm run test-no-cov test/rules/index.js"
187
187
  },
188
- "version": "63.3.2-depup.0",
188
+ "version": "63.3.2-depup.1",
189
189
  "depup": {
190
190
  "changes": {
191
+ "@es-joy/jsdoccomment": {
192
+ "from": "~0.91.0",
193
+ "to": "^0.92.0"
194
+ },
191
195
  "are-docs-informative": {
192
196
  "from": "^0.0.2",
193
197
  "to": "^0.1.1"
@@ -197,10 +201,10 @@
197
201
  "to": "^5.0.0"
198
202
  }
199
203
  },
200
- "depsUpdated": 2,
204
+ "depsUpdated": 3,
201
205
  "originalPackage": "eslint-plugin-jsdoc",
202
206
  "originalVersion": "63.3.2",
203
- "processedAt": "2026-07-28T16:35:09.110Z",
207
+ "processedAt": "2026-07-31T00:41:09.233Z",
204
208
  "smokeTest": "passed"
205
209
  }
206
210
  }