|
8 | 8 | "@es-joy/jsdoccomment": "~0.43.1", |
9 | 9 | "are-docs-informative": "^0.0.2", |
10 | 10 | "comment-parser": "1.4.1", |
11 | | - "debug": "^4.3.4", |
| 11 | + "debug": "^4.3.5", |
12 | 12 | "escape-string-regexp": "^4.0.0", |
13 | 13 | "esquery": "^1.5.0", |
14 | 14 | "parse-imports": "^2.1.0", |
|
18 | 18 | }, |
19 | 19 | "description": "JSDoc linting rules for ESLint.", |
20 | 20 | "devDependencies": { |
21 | | - "@babel/cli": "^7.24.6", |
22 | | - "@babel/core": "^7.24.6", |
23 | | - "@babel/eslint-parser": "^7.24.6", |
24 | | - "@babel/node": "^7.24.6", |
| 21 | + "@babel/cli": "^7.24.7", |
| 22 | + "@babel/core": "^7.24.7", |
| 23 | + "@babel/eslint-parser": "^7.24.7", |
| 24 | + "@babel/node": "^7.24.7", |
25 | 25 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
26 | | - "@babel/plugin-transform-flow-strip-types": "^7.24.6", |
27 | | - "@babel/preset-env": "^7.24.6", |
| 26 | + "@babel/plugin-transform-flow-strip-types": "^7.24.7", |
| 27 | + "@babel/preset-env": "^7.24.7", |
28 | 28 | "@es-joy/escodegen": "^3.5.1", |
29 | 29 | "@es-joy/jsdoc-eslint-parser": "^0.21.1", |
30 | 30 | "@hkdobrev/run-if-changed": "^0.3.1", |
31 | | - "@semantic-release/commit-analyzer": "^12.0.0", |
32 | | - "@semantic-release/github": "^10.0.5", |
| 31 | + "@semantic-release/commit-analyzer": "^13.0.0", |
| 32 | + "@semantic-release/github": "^10.0.6", |
33 | 33 | "@semantic-release/npm": "^12.0.1", |
34 | 34 | "@types/chai": "^4.3.16", |
35 | 35 | "@types/debug": "^4.1.12", |
|
38 | 38 | "@types/estree": "^1.0.5", |
39 | 39 | "@types/json-schema": "^7.0.15", |
40 | 40 | "@types/lodash.defaultsdeep": "^4.6.9", |
41 | | - "@types/mocha": "^10.0.6", |
42 | | - "@types/node": "^20.12.12", |
| 41 | + "@types/mocha": "^10.0.7", |
| 42 | + "@types/node": "^20.14.9", |
43 | 43 | "@types/semver": "^7.5.8", |
44 | 44 | "@types/spdx-expression-parse": "^3.0.5", |
45 | 45 | "@typescript-eslint/types": "^7.14.1", |
46 | 46 | "babel-plugin-add-module-exports": "^1.0.4", |
47 | 47 | "babel-plugin-istanbul": "^6.1.1", |
48 | 48 | "babel-plugin-transform-import-meta": "^2.2.1", |
49 | | - "c8": "^9.1.0", |
| 49 | + "c8": "^10.1.2", |
50 | 50 | "camelcase": "^6.3.0", |
51 | 51 | "chai": "^4.3.10", |
52 | 52 | "cross-env": "^7.0.3", |
53 | 53 | "decamelize": "^5.0.1", |
54 | | - "eslint": "9.3.0", |
55 | | - "eslint-config-canonical": "~43.0.12", |
56 | | - "espree": "^10.0.1", |
| 54 | + "eslint": "9.5.0", |
| 55 | + "eslint-config-canonical": "~43.0.13", |
| 56 | + "espree": "^10.1.0", |
57 | 57 | "gitdown": "^3.1.5", |
58 | | - "glob": "^10.4.1", |
59 | | - "globals": "^15.3.0", |
| 58 | + "glob": "^10.4.2", |
| 59 | + "globals": "^15.6.0", |
60 | 60 | "husky": "^9.0.11", |
61 | 61 | "jsdoc-type-pratt-parser": "^4.0.0", |
62 | 62 | "json-schema": "^0.4.0", |
63 | | - "lint-staged": "^15.2.5", |
| 63 | + "lint-staged": "^15.2.7", |
64 | 64 | "lodash.defaultsdeep": "^4.6.1", |
65 | | - "mocha": "^10.4.0", |
| 65 | + "mocha": "^10.5.2", |
66 | 66 | "open-editor": "^3.0.0", |
67 | 67 | "replace": "^1.2.2", |
68 | 68 | "rimraf": "^5.0.7", |
69 | | - "semantic-release": "^23.1.1", |
| 69 | + "semantic-release": "^24.0.0", |
70 | 70 | "typescript": "5.3.x", |
71 | 71 | "typescript-eslint": "^8.0.0-alpha.34" |
72 | 72 | }, |
|
138 | 138 | "lint": "npm run lint-arg -- .", |
139 | 139 | "lint-arg": "eslint", |
140 | 140 | "lint-fix": "npm run lint-arg -- --fix .", |
141 | | - "prepare": "husky install", |
| 141 | + "prepare": "husky", |
142 | 142 | "test-no-cov": "cross-env BABEL_ENV=test mocha", |
143 | 143 | "test": "c8 npm run test-no-cov", |
144 | 144 | "test-cov": "cross-env TIMING=1 c8 --reporter text npm run test-no-cov", |
|
0 commit comments