Skip to content

Commit 93bb1f4

Browse files
committed
chore: update to-valid-identifier, devDeps.; lint
1 parent 89d37d0 commit 93bb1f4

File tree

5 files changed

+221
-189
lines changed

5 files changed

+221
-189
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parse-imports-exports": "^0.2.4",
1818
"semver": "^7.7.3",
1919
"spdx-expression-parse": "^4.0.0",
20-
"to-valid-identifier": "^0.1.1"
20+
"to-valid-identifier": "^1.0.0"
2121
},
2222
"description": "JSDoc linting rules for ESLint.",
2323
"devDependencies": {
@@ -33,19 +33,19 @@
3333
"@eslint/core": "^0.16.0",
3434
"@hkdobrev/run-if-changed": "^0.6.3",
3535
"@semantic-release/commit-analyzer": "^13.0.1",
36-
"@semantic-release/github": "^11.0.6",
37-
"@semantic-release/npm": "^12.0.2",
36+
"@semantic-release/github": "^12.0.0",
37+
"@semantic-release/npm": "^13.0.0",
3838
"@types/chai": "^5.2.2",
3939
"@types/debug": "^4.1.12",
4040
"@types/espree": "^10.1.0",
4141
"@types/esquery": "^1.5.4",
4242
"@types/estree": "^1.0.8",
4343
"@types/json-schema": "^7.0.15",
4444
"@types/mocha": "^10.0.10",
45-
"@types/node": "^24.7.0",
45+
"@types/node": "^24.8.0",
4646
"@types/semver": "^7.7.1",
4747
"@types/spdx-expression-parse": "^3.0.5",
48-
"@typescript-eslint/types": "^8.46.0",
48+
"@typescript-eslint/types": "^8.46.1",
4949
"babel-plugin-add-module-exports": "^1.0.4",
5050
"babel-plugin-istanbul": "^7.0.1",
5151
"babel-plugin-transform-import-meta": "^2.3.3",
@@ -59,17 +59,17 @@
5959
"glob": "^11.0.3",
6060
"globals": "^16.4.0",
6161
"husky": "^9.1.7",
62-
"jsdoc-type-pratt-parser": "^6.10.0",
62+
"jsdoc-type-pratt-parser": "^6.11.0",
6363
"json-schema": "^0.4.0",
6464
"json-schema-to-typescript": "^15.0.4",
65-
"lint-staged": "^16.2.3",
65+
"lint-staged": "^16.2.4",
6666
"mocha": "^11.7.4",
6767
"open-editor": "^5.1.0",
6868
"replace": "^1.2.2",
6969
"rimraf": "^6.0.1",
70-
"semantic-release": "^24.2.9",
70+
"semantic-release": "^25.0.0",
7171
"typescript": "5.9.3",
72-
"typescript-eslint": "^8.46.0"
72+
"typescript-eslint": "^8.46.1"
7373
},
7474
"engines": {
7575
"node": ">=20.11.0"

0 commit comments

Comments
 (0)