@depup/eslint-plugin-jsdoc 64.5.0-depup.0 → 64.5.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 CHANGED
@@ -13,8 +13,8 @@ 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.5.0 |
17
- | Processed | 2026-09-15 |
16
+ | Original | [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc) @ 64.5.2 |
17
+ | Processed | 2026-09-16 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
package/changes.json CHANGED
@@ -9,6 +9,6 @@
9
9
  "to": "^1.4.9"
10
10
  }
11
11
  },
12
- "timestamp": "2026-09-15T16:10:03.943Z",
12
+ "timestamp": "2026-09-16T16:10:50.319Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -129,7 +129,13 @@
129
129
  "statements": 100
130
130
  },
131
131
  "peerDependencies": {
132
- "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
132
+ "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
133
+ "typescript": "*"
134
+ },
135
+ "peerDependenciesMeta": {
136
+ "typescript": {
137
+ "optional": true
138
+ }
133
139
  },
134
140
  "repository": {
135
141
  "type": "git",
@@ -162,7 +168,7 @@
162
168
  "test-cov": "TIMING=1 c8 --reporter text pnpm run test-no-cov",
163
169
  "test-index": "pnpm run test-no-cov test/rules/index.js"
164
170
  },
165
- "version": "64.5.0-depup.0",
171
+ "version": "64.5.2-depup.0",
166
172
  "depup": {
167
173
  "changes": {
168
174
  "@typescript-eslint/utils": {
@@ -176,8 +182,8 @@
176
182
  },
177
183
  "depsUpdated": 2,
178
184
  "originalPackage": "eslint-plugin-jsdoc",
179
- "originalVersion": "64.5.0",
180
- "processedAt": "2026-09-15T16:10:30.916Z",
185
+ "originalVersion": "64.5.2",
186
+ "processedAt": "2026-09-16T16:11:19.912Z",
181
187
  "smokeTest": "passed"
182
188
  }
183
189
  }