Skip to content

Commit 4e79f50

Browse files
authored
chore: bump jsdoccomment and add devDeps. for ts (#1078)
Also: - docs: some ts work
1 parent 52119a5 commit 4e79f50

15 files changed

+378
-188
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"unicorn/no-unsafe-regex": 0,
3838
"unicorn/prefer-array-some": 0,
3939
"unicorn/prevent-abbreviations": 0,
40+
"unicorn/import-index": 0,
4041
"linebreak-style": 0,
4142
"no-inline-comments": 0,
4243
"no-extra-parens": 0

package.json

Lines changed: 10 additions & 3 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.38.0",
8+
"@es-joy/jsdoccomment": "~0.39.1",
99
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.3.1",
1111
"debug": "^4.3.4",
@@ -29,8 +29,15 @@
2929
"@semantic-release/commit-analyzer": "^9.0.2",
3030
"@semantic-release/github": "^8.0.7",
3131
"@semantic-release/npm": "^10.0.3",
32+
"@types/chai": "^4.3.5",
33+
"@types/debug": "^4.1.7",
3234
"@types/eslint": "^8.37.0",
33-
"@types/node": "^20.1.1",
35+
"@types/estree": "^1.0.1",
36+
"@types/lodash.defaultsdeep": "^4.6.7",
37+
"@types/mocha": "^10.0.1",
38+
"@types/node": "^20.1.2",
39+
"@types/semver": "^7.5.0",
40+
"@types/spdx-expression-parse": "^3.0.2",
3441
"@typescript-eslint/parser": "^5.59.5",
3542
"babel-plugin-add-module-exports": "^1.0.4",
3643
"babel-plugin-istanbul": "^6.1.1",
@@ -41,7 +48,7 @@
4148
"eslint": "8.39.0",
4249
"eslint-config-canonical": "~33.0.1",
4350
"gitdown": "^3.1.5",
44-
"glob": "^10.2.2",
51+
"glob": "^10.2.3",
4552
"husky": "^8.0.3",
4653
"jsdoc-type-pratt-parser": "^4.0.0",
4754
"lint-staged": "^13.2.2",

pnpm-lock.yaml

Lines changed: 91 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)