|
5 | 5 | "url": "http://gajus.com"
|
6 | 6 | },
|
7 | 7 | "dependencies": {
|
8 |
| - "@es-joy/jsdoccomment": "~0.46.0", |
| 8 | + "@es-joy/jsdoccomment": "~0.48.0", |
9 | 9 | "are-docs-informative": "^0.0.2",
|
10 | 10 | "comment-parser": "1.4.1",
|
11 |
| - "debug": "^4.3.5", |
| 11 | + "debug": "^4.3.6", |
12 | 12 | "escape-string-regexp": "^4.0.0",
|
13 | 13 | "espree": "^10.1.0",
|
14 | 14 | "esquery": "^1.6.0",
|
|
20 | 20 | "description": "JSDoc linting rules for ESLint.",
|
21 | 21 | "devDependencies": {
|
22 | 22 | "@babel/cli": "^7.24.8",
|
23 |
| - "@babel/core": "^7.24.9", |
24 |
| - "@babel/eslint-parser": "^7.24.8", |
25 |
| - "@babel/node": "^7.24.8", |
| 23 | + "@babel/core": "^7.25.2", |
| 24 | + "@babel/eslint-parser": "^7.25.1", |
| 25 | + "@babel/node": "^7.25.0", |
26 | 26 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
27 |
| - "@babel/plugin-transform-flow-strip-types": "^7.24.7", |
28 |
| - "@babel/preset-env": "^7.24.8", |
| 27 | + "@babel/plugin-transform-flow-strip-types": "^7.25.2", |
| 28 | + "@babel/preset-env": "^7.25.3", |
29 | 29 | "@es-joy/escodegen": "^3.5.1",
|
30 | 30 | "@es-joy/jsdoc-eslint-parser": "^0.21.1",
|
31 |
| - "@hkdobrev/run-if-changed": "^0.3.1", |
| 31 | + "@hkdobrev/run-if-changed": "^0.6.0", |
32 | 32 | "@semantic-release/commit-analyzer": "^13.0.0",
|
33 |
| - "@semantic-release/github": "^10.1.0", |
| 33 | + "@semantic-release/github": "^10.1.4", |
34 | 34 | "@semantic-release/npm": "^12.0.1",
|
35 |
| - "@types/chai": "^4.3.16", |
| 35 | + "@types/chai": "^4.3.17", |
36 | 36 | "@types/debug": "^4.1.12",
|
37 |
| - "@types/eslint": "^8.56.10", |
| 37 | + "@types/eslint": "^9.6.0", |
38 | 38 | "@types/espree": "^10.1.0",
|
39 | 39 | "@types/esquery": "^1.5.4",
|
40 | 40 | "@types/estree": "^1.0.5",
|
41 | 41 | "@types/json-schema": "^7.0.15",
|
42 | 42 | "@types/lodash.defaultsdeep": "^4.6.9",
|
43 | 43 | "@types/mocha": "^10.0.7",
|
44 |
| - "@types/node": "^20.14.11", |
| 44 | + "@types/node": "^22.2.0", |
45 | 45 | "@types/semver": "^7.5.8",
|
46 | 46 | "@types/spdx-expression-parse": "^3.0.5",
|
47 |
| - "@typescript-eslint/types": "^7.16.1", |
| 47 | + "@typescript-eslint/types": "^8.1.0", |
48 | 48 | "babel-plugin-add-module-exports": "^1.0.4",
|
49 | 49 | "babel-plugin-istanbul": "^7.0.0",
|
50 | 50 | "babel-plugin-transform-import-meta": "^2.2.1",
|
|
53 | 53 | "chai": "^5.1.1",
|
54 | 54 | "cross-env": "^7.0.3",
|
55 | 55 | "decamelize": "^6.0.0",
|
56 |
| - "eslint": "9.7.0", |
57 |
| - "eslint-config-canonical": "~43.0.14", |
| 56 | + "eslint": "9.9.0", |
| 57 | + "eslint-config-canonical": "~43.0.15", |
58 | 58 | "gitdown": "^4.1.1",
|
59 | 59 | "glob": "^10.4.2",
|
60 |
| - "globals": "^15.8.0", |
61 |
| - "husky": "^9.1.1", |
62 |
| - "jsdoc-type-pratt-parser": "^4.0.0", |
| 60 | + "globals": "^15.9.0", |
| 61 | + "husky": "^9.1.4", |
| 62 | + "jsdoc-type-pratt-parser": "^4.1.0", |
63 | 63 | "json-schema": "^0.4.0",
|
64 |
| - "lint-staged": "^15.2.7", |
| 64 | + "lint-staged": "^15.2.9", |
65 | 65 | "lodash.defaultsdeep": "^4.6.1",
|
66 |
| - "mocha": "^10.6.0", |
| 66 | + "mocha": "^10.7.3", |
67 | 67 | "open-editor": "^5.0.0",
|
68 | 68 | "replace": "^1.2.2",
|
69 | 69 | "rimraf": "^5.0.7",
|
70 | 70 | "semantic-release": "^24.0.0",
|
71 | 71 | "typescript": "5.5.x",
|
72 |
| - "typescript-eslint": "^8.0.0-alpha.34" |
| 72 | + "typescript-eslint": "^8.1.0" |
73 | 73 | },
|
74 | 74 | "engines": {
|
75 | 75 | "node": ">=18"
|
|
0 commit comments