|
5 | 5 | "url": "http://gajus.com" |
6 | 6 | }, |
7 | 7 | "dependencies": { |
8 | | - "@es-joy/jsdoccomment": "~0.58.0", |
| 8 | + "@es-joy/jsdoccomment": "~0.60.0", |
9 | 9 | "are-docs-informative": "^0.0.2", |
10 | 10 | "comment-parser": "1.4.1", |
11 | 11 | "debug": "^4.4.3", |
12 | 12 | "escape-string-regexp": "^4.0.0", |
13 | 13 | "espree": "^10.4.0", |
14 | 14 | "esquery": "^1.6.0", |
| 15 | + "html-entities": "^2.6.0", |
15 | 16 | "object-deep-merge": "^1.0.5", |
16 | 17 | "parse-imports-exports": "^0.2.4", |
17 | 18 | "semver": "^7.7.2", |
|
28 | 29 | "@babel/preset-env": "^7.28.3", |
29 | 30 | "@es-joy/escodegen": "^3.5.1", |
30 | 31 | "@es-joy/jsdoc-eslint-parser": "^0.23.0", |
31 | | - "@eslint/core": "^0.15.2", |
| 32 | + "@eslint/core": "^0.16.0", |
32 | 33 | "@hkdobrev/run-if-changed": "^0.6.3", |
33 | 34 | "@semantic-release/commit-analyzer": "^13.0.1", |
34 | 35 | "@semantic-release/github": "^11.0.6", |
|
40 | 41 | "@types/estree": "^1.0.8", |
41 | 42 | "@types/json-schema": "^7.0.15", |
42 | 43 | "@types/mocha": "^10.0.10", |
43 | | - "@types/node": "^24.4.0", |
| 44 | + "@types/node": "^24.5.2", |
44 | 45 | "@types/semver": "^7.7.1", |
45 | 46 | "@types/spdx-expression-parse": "^3.0.5", |
46 | | - "@typescript-eslint/types": "^8.43.0", |
| 47 | + "@typescript-eslint/types": "^8.44.1", |
47 | 48 | "babel-plugin-add-module-exports": "^1.0.4", |
48 | 49 | "babel-plugin-istanbul": "^7.0.1", |
49 | 50 | "babel-plugin-transform-import-meta": "^2.3.3", |
50 | 51 | "c8": "^10.1.3", |
51 | 52 | "camelcase": "^8.0.0", |
52 | 53 | "chai": "^6.0.1", |
53 | 54 | "decamelize": "^6.0.1", |
54 | | - "eslint": "9.35.0", |
55 | | - "eslint-config-canonical": "~45.0.0", |
| 55 | + "eslint": "9.36.0", |
| 56 | + "eslint-config-canonical": "^45.0.0", |
56 | 57 | "gitdown": "^4.1.1", |
57 | 58 | "glob": "^11.0.3", |
58 | 59 | "globals": "^16.4.0", |
59 | 60 | "husky": "^9.1.7", |
60 | 61 | "jsdoc-type-pratt-parser": "^5.4.0", |
61 | 62 | "json-schema": "^0.4.0", |
62 | 63 | "json-schema-to-typescript": "^15.0.4", |
63 | | - "lint-staged": "^16.1.6", |
| 64 | + "lint-staged": "^16.2.0", |
64 | 65 | "mocha": "^11.7.2", |
65 | 66 | "open-editor": "^5.1.0", |
66 | 67 | "replace": "^1.2.2", |
67 | 68 | "rimraf": "^6.0.1", |
68 | | - "semantic-release": "^24.2.8", |
| 69 | + "semantic-release": "^24.2.9", |
69 | 70 | "typescript": "5.9.2", |
70 | | - "typescript-eslint": "^8.43.0" |
| 71 | + "typescript-eslint": "^8.44.1" |
71 | 72 | }, |
72 | 73 | "engines": { |
73 | 74 | "node": ">=20.11.0" |
|
150 | 151 | "url": "https://github.com/gajus/eslint-plugin-jsdoc/issues" |
151 | 152 | }, |
152 | 153 | "run-if-changed": { |
153 | | - "package-lock.json": "pnpm run install-offline" |
| 154 | + "pnpm-lock.yaml": "pnpm run install-offline" |
| 155 | + }, |
| 156 | + "pnpm": { |
| 157 | + "overrides": { |
| 158 | + "@types/eslint": "0.0.0-interferes-with-eslint-now" |
| 159 | + } |
154 | 160 | }, |
155 | 161 | "scripts": { |
156 | 162 | "ruleTypes": "node ./src/bin/generateRuleTypes.js", |
|
163 | 169 | "create-docs": "pnpm run create-options && node ./src/bin/generateDocs.js && pnpm ruleTypes", |
164 | 170 | "create-rule": "node ./src/bin/generateRule.js", |
165 | 171 | "create-options": "node ./src/bin/generateOptions.js", |
166 | | - "install-offline": "pnpm install --prefer-offline --no-audit", |
| 172 | + "install-offline": "pnpm install --prefer-offline", |
167 | 173 | "lint": "eslint", |
168 | 174 | "lint-fix": "eslint --fix", |
169 | 175 | "prepare": "husky", |
|
0 commit comments