Skip to content

Commit e51a7a8

Browse files
authored
feat: update devDeps. (#1451)
1 parent aeb97bf commit e51a7a8

File tree

6 files changed

+1794
-2959
lines changed

6 files changed

+1794
-2959
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"@es-joy/jsdoccomment": "~0.52.0",
8+
"@es-joy/jsdoccomment": "~0.53.0",
99
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.4.1",
1111
"debug": "^4.4.1",
@@ -18,19 +18,19 @@
1818
},
1919
"description": "JSDoc linting rules for ESLint.",
2020
"devDependencies": {
21-
"@babel/cli": "^7.27.2",
22-
"@babel/core": "^7.27.4",
23-
"@babel/eslint-parser": "^7.27.5",
24-
"@babel/node": "^7.27.1",
21+
"@babel/cli": "^7.28.3",
22+
"@babel/core": "^7.28.3",
23+
"@babel/eslint-parser": "^7.28.0",
24+
"@babel/node": "^7.28.0",
2525
"@babel/plugin-syntax-class-properties": "^7.12.13",
2626
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
27-
"@babel/preset-env": "^7.27.2",
27+
"@babel/preset-env": "^7.28.3",
2828
"@es-joy/escodegen": "^3.5.1",
2929
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
3030
"@hkdobrev/run-if-changed": "^0.6.3",
3131
"@semantic-release/commit-analyzer": "^13.0.1",
32-
"@semantic-release/github": "^11.0.3",
33-
"@semantic-release/npm": "^12.0.1",
32+
"@semantic-release/github": "^11.0.4",
33+
"@semantic-release/npm": "^12.0.2",
3434
"@types/chai": "^5.2.2",
3535
"@types/debug": "^4.1.12",
3636
"@types/eslint": "^9.6.1",
@@ -40,34 +40,34 @@
4040
"@types/json-schema": "^7.0.15",
4141
"@types/lodash.defaultsdeep": "^4.6.9",
4242
"@types/mocha": "^10.0.10",
43-
"@types/node": "^24.0.3",
43+
"@types/node": "^24.2.1",
4444
"@types/semver": "^7.7.0",
4545
"@types/spdx-expression-parse": "^3.0.5",
46-
"@typescript-eslint/types": "^8.34.1",
46+
"@typescript-eslint/types": "^8.39.1",
4747
"babel-plugin-add-module-exports": "^1.0.4",
4848
"babel-plugin-istanbul": "^7.0.0",
4949
"babel-plugin-transform-import-meta": "^2.3.3",
5050
"c8": "^10.1.3",
5151
"camelcase": "^8.0.0",
52-
"chai": "^5.2.0",
52+
"chai": "^5.2.1",
5353
"decamelize": "^6.0.0",
54-
"eslint": "9.29.0",
55-
"eslint-config-canonical": "~44.9.5",
54+
"eslint": "9.33.0",
55+
"eslint-config-canonical": "~44.9.9",
5656
"gitdown": "^4.1.1",
5757
"glob": "^11.0.3",
58-
"globals": "^16.2.0",
58+
"globals": "^16.3.0",
5959
"husky": "^9.1.7",
60-
"jsdoc-type-pratt-parser": "^4.1.0",
60+
"jsdoc-type-pratt-parser": "^4.8.0",
6161
"json-schema": "^0.4.0",
62-
"lint-staged": "^16.1.2",
62+
"lint-staged": "^16.1.5",
6363
"lodash.defaultsdeep": "^4.6.1",
64-
"mocha": "^11.7.0",
64+
"mocha": "^11.7.1",
6565
"open-editor": "^5.1.0",
6666
"replace": "^1.2.2",
6767
"rimraf": "^6.0.1",
68-
"semantic-release": "^24.2.5",
69-
"typescript": "5.8.3",
70-
"typescript-eslint": "^8.34.1"
68+
"semantic-release": "^24.2.7",
69+
"typescript": "5.9.2",
70+
"typescript-eslint": "^8.39.1"
7171
},
7272
"engines": {
7373
"node": ">=20.11.0"

0 commit comments

Comments
 (0)