Skip to content

Commit 14dc1bd

Browse files
committed
chore: update debug, devDeps.
Also: - chore: change deprecated `husky install` -> `husky`
1 parent 06b905c commit 14dc1bd

File tree

4 files changed

+1477
-1880
lines changed

4 files changed

+1477
-1880
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@es-joy/jsdoccomment": "~0.43.1",
99
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.4.1",
11-
"debug": "^4.3.4",
11+
"debug": "^4.3.5",
1212
"escape-string-regexp": "^4.0.0",
1313
"esquery": "^1.5.0",
1414
"parse-imports": "^2.1.0",
@@ -18,18 +18,18 @@
1818
},
1919
"description": "JSDoc linting rules for ESLint.",
2020
"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",
2525
"@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",
2828
"@es-joy/escodegen": "^3.5.1",
2929
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
3030
"@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",
3333
"@semantic-release/npm": "^12.0.1",
3434
"@types/chai": "^4.3.16",
3535
"@types/debug": "^4.1.12",
@@ -38,35 +38,35 @@
3838
"@types/estree": "^1.0.5",
3939
"@types/json-schema": "^7.0.15",
4040
"@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",
4343
"@types/semver": "^7.5.8",
4444
"@types/spdx-expression-parse": "^3.0.5",
4545
"@typescript-eslint/types": "^7.14.1",
4646
"babel-plugin-add-module-exports": "^1.0.4",
4747
"babel-plugin-istanbul": "^6.1.1",
4848
"babel-plugin-transform-import-meta": "^2.2.1",
49-
"c8": "^9.1.0",
49+
"c8": "^10.1.2",
5050
"camelcase": "^6.3.0",
5151
"chai": "^4.3.10",
5252
"cross-env": "^7.0.3",
5353
"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",
5757
"gitdown": "^3.1.5",
58-
"glob": "^10.4.1",
59-
"globals": "^15.3.0",
58+
"glob": "^10.4.2",
59+
"globals": "^15.6.0",
6060
"husky": "^9.0.11",
6161
"jsdoc-type-pratt-parser": "^4.0.0",
6262
"json-schema": "^0.4.0",
63-
"lint-staged": "^15.2.5",
63+
"lint-staged": "^15.2.7",
6464
"lodash.defaultsdeep": "^4.6.1",
65-
"mocha": "^10.4.0",
65+
"mocha": "^10.5.2",
6666
"open-editor": "^3.0.0",
6767
"replace": "^1.2.2",
6868
"rimraf": "^5.0.7",
69-
"semantic-release": "^23.1.1",
69+
"semantic-release": "^24.0.0",
7070
"typescript": "5.3.x",
7171
"typescript-eslint": "^8.0.0-alpha.34"
7272
},
@@ -138,7 +138,7 @@
138138
"lint": "npm run lint-arg -- .",
139139
"lint-arg": "eslint",
140140
"lint-fix": "npm run lint-arg -- --fix .",
141-
"prepare": "husky install",
141+
"prepare": "husky",
142142
"test-no-cov": "cross-env BABEL_ENV=test mocha",
143143
"test": "c8 npm run test-no-cov",
144144
"test-cov": "cross-env TIMING=1 c8 --reporter text npm run test-no-cov",

0 commit comments

Comments
 (0)