Skip to content

Commit 13899af

Browse files
committed
chore: bump espree, jsdoccomment, and devDeps.
BREAKING CHANGE: Requires Node ^20.19.0 || ^22.13.0 || >=24
1 parent 6d8f028 commit 13899af

File tree

2 files changed

+318
-240
lines changed

2 files changed

+318
-240
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"@es-joy/jsdoccomment": "~0.77.0",
8+
"@es-joy/jsdoccomment": "~0.78.0",
99
"@es-joy/resolve.exports": "1.2.0",
1010
"are-docs-informative": "^0.0.2",
1111
"comment-parser": "1.4.1",
1212
"debug": "^4.4.3",
1313
"escape-string-regexp": "^4.0.0",
14-
"espree": "^10.4.0",
14+
"espree": "^11.0.0",
1515
"esquery": "^1.6.0",
1616
"html-entities": "^2.6.0",
1717
"object-deep-merge": "^2.0.0",
@@ -35,7 +35,7 @@
3535
"@hkdobrev/run-if-changed": "^0.6.3",
3636
"@rollup/plugin-node-resolve": "^16.0.3",
3737
"@semantic-release/commit-analyzer": "^13.0.1",
38-
"@semantic-release/github": "^12.0.1",
38+
"@semantic-release/github": "^12.0.2",
3939
"@semantic-release/npm": "^13.1.1",
4040
"@types/chai": "^5.2.3",
4141
"@types/debug": "^4.1.12",
@@ -47,16 +47,16 @@
4747
"@types/node": "^24.10.0",
4848
"@types/semver": "^7.7.1",
4949
"@types/spdx-expression-parse": "^3.0.5",
50-
"@typescript-eslint/types": "^8.46.3",
50+
"@typescript-eslint/types": "^8.46.4",
5151
"babel-plugin-add-module-exports": "^1.0.4",
5252
"babel-plugin-istanbul": "^7.0.1",
5353
"babel-plugin-transform-import-meta": "^2.3.3",
5454
"c8": "^10.1.3",
55-
"camelcase": "^8.0.0",
56-
"chai": "^6.2.0",
55+
"camelcase": "^9.0.0",
56+
"chai": "^6.2.1",
5757
"decamelize": "^6.0.1",
5858
"eslint": "9.39.1",
59-
"eslint-config-canonical": "^47.3.5",
59+
"eslint-config-canonical": "^47.3.6",
6060
"gitdown": "^4.1.1",
6161
"glob": "^11.0.3",
6262
"globals": "^16.5.0",
@@ -70,15 +70,15 @@
7070
"playwright": "^1.56.1",
7171
"replace": "^1.2.2",
7272
"rimraf": "^6.1.0",
73-
"rollup": "^4.53.1",
73+
"rollup": "^4.53.2",
7474
"semantic-release": "^25.0.2",
7575
"sinon": "^21.0.0",
7676
"ts-api-utils": "^2.1.0",
7777
"typescript": "5.9.3",
78-
"typescript-eslint": "^8.46.3"
78+
"typescript-eslint": "^8.46.4"
7979
},
8080
"engines": {
81-
"node": ">=20.11.0"
81+
"node": "^20.19.0 || ^22.13.0 || >=24"
8282
},
8383
"keywords": [
8484
"eslint",

0 commit comments

Comments
 (0)