|
17 | 17 | "parse-imports-exports": "^0.2.4", |
18 | 18 | "semver": "^7.7.3", |
19 | 19 | "spdx-expression-parse": "^4.0.0", |
20 | | - "to-valid-identifier": "^0.1.1" |
| 20 | + "to-valid-identifier": "^1.0.0" |
21 | 21 | }, |
22 | 22 | "description": "JSDoc linting rules for ESLint.", |
23 | 23 | "devDependencies": { |
|
33 | 33 | "@eslint/core": "^0.16.0", |
34 | 34 | "@hkdobrev/run-if-changed": "^0.6.3", |
35 | 35 | "@semantic-release/commit-analyzer": "^13.0.1", |
36 | | - "@semantic-release/github": "^11.0.6", |
37 | | - "@semantic-release/npm": "^12.0.2", |
| 36 | + "@semantic-release/github": "^12.0.0", |
| 37 | + "@semantic-release/npm": "^13.0.0", |
38 | 38 | "@types/chai": "^5.2.2", |
39 | 39 | "@types/debug": "^4.1.12", |
40 | 40 | "@types/espree": "^10.1.0", |
41 | 41 | "@types/esquery": "^1.5.4", |
42 | 42 | "@types/estree": "^1.0.8", |
43 | 43 | "@types/json-schema": "^7.0.15", |
44 | 44 | "@types/mocha": "^10.0.10", |
45 | | - "@types/node": "^24.7.0", |
| 45 | + "@types/node": "^24.8.0", |
46 | 46 | "@types/semver": "^7.7.1", |
47 | 47 | "@types/spdx-expression-parse": "^3.0.5", |
48 | | - "@typescript-eslint/types": "^8.46.0", |
| 48 | + "@typescript-eslint/types": "^8.46.1", |
49 | 49 | "babel-plugin-add-module-exports": "^1.0.4", |
50 | 50 | "babel-plugin-istanbul": "^7.0.1", |
51 | 51 | "babel-plugin-transform-import-meta": "^2.3.3", |
|
59 | 59 | "glob": "^11.0.3", |
60 | 60 | "globals": "^16.4.0", |
61 | 61 | "husky": "^9.1.7", |
62 | | - "jsdoc-type-pratt-parser": "^6.10.0", |
| 62 | + "jsdoc-type-pratt-parser": "^6.11.0", |
63 | 63 | "json-schema": "^0.4.0", |
64 | 64 | "json-schema-to-typescript": "^15.0.4", |
65 | | - "lint-staged": "^16.2.3", |
| 65 | + "lint-staged": "^16.2.4", |
66 | 66 | "mocha": "^11.7.4", |
67 | 67 | "open-editor": "^5.1.0", |
68 | 68 | "replace": "^1.2.2", |
69 | 69 | "rimraf": "^6.0.1", |
70 | | - "semantic-release": "^24.2.9", |
| 70 | + "semantic-release": "^25.0.0", |
71 | 71 | "typescript": "5.9.3", |
72 | | - "typescript-eslint": "^8.46.0" |
| 72 | + "typescript-eslint": "^8.46.1" |
73 | 73 | }, |
74 | 74 | "engines": { |
75 | 75 | "node": ">=20.11.0" |
|
0 commit comments