Skip to content

Commit 6692d0e

Browse files
authored
fix(types): plugin property should be an intersection; fixes #1509 (#1510)
Also: - chore: update debug and devDeps.
1 parent 03a8a69 commit 6692d0e

File tree

4 files changed

+88
-106
lines changed

4 files changed

+88
-106
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@es-joy/jsdoccomment": "~0.58.0",
99
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.4.1",
11-
"debug": "^4.4.1",
11+
"debug": "^4.4.3",
1212
"escape-string-regexp": "^4.0.0",
1313
"espree": "^10.4.0",
1414
"esquery": "^1.6.0",
@@ -31,7 +31,7 @@
3131
"@eslint/core": "^0.15.2",
3232
"@hkdobrev/run-if-changed": "^0.6.3",
3333
"@semantic-release/commit-analyzer": "^13.0.1",
34-
"@semantic-release/github": "^11.0.5",
34+
"@semantic-release/github": "^11.0.6",
3535
"@semantic-release/npm": "^12.0.2",
3636
"@types/chai": "^5.2.2",
3737
"@types/debug": "^4.1.12",
@@ -40,7 +40,7 @@
4040
"@types/estree": "^1.0.8",
4141
"@types/json-schema": "^7.0.15",
4242
"@types/mocha": "^10.0.10",
43-
"@types/node": "^24.3.1",
43+
"@types/node": "^24.4.0",
4444
"@types/semver": "^7.7.1",
4545
"@types/spdx-expression-parse": "^3.0.5",
4646
"@typescript-eslint/types": "^8.43.0",

0 commit comments

Comments
 (0)