Skip to content

Commit ec9e0dc

Browse files
committed
Breaking: Drop Node 18 support. Require Node 20.11 or higher.
1 parent 60a7743 commit ec9e0dc

4 files changed

Lines changed: 168 additions & 124 deletions

File tree

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"@types/hast": "^3.0.4",
5858
"@types/lodash-es": "^4.17.12",
5959
"@types/mdast": "^4.0.4",
60-
"@types/node": "^18.19.130",
60+
"@types/node": "~20.11.30",
6161
"@types/unist": "^3.0.3",
6262
"@types/yargs": "^17.0.35",
6363
"crypto-hash": "^4.0.1",
6464
"deepmerge-ts": "^7.1.5",
6565
"filenamify": "6.0.0",
66-
"globby": "^14.1.0",
66+
"globby": "^16.1.1",
6767
"hast-util-to-text": "^4.0.2",
6868
"linkedom": "^0.18.12",
6969
"mdast-util-from-markdown": "^2.0.2",
@@ -81,7 +81,7 @@
8181
"remark": "^15.0.1",
8282
"remark-breaks": "^4.0.0",
8383
"remark-denden-ruby": "^0.3.1",
84-
"remark-flexible-markers": "^1.3.2",
84+
"remark-flexible-markers": "^1.3.3",
8585
"remark-frontmatter": "^5.0.0",
8686
"remark-gfm": "^4.0.1",
8787
"remark-github-beta-blockquote-admonitions": "^3.1.2",
@@ -97,7 +97,7 @@
9797
"unist-util-visit": "^5.1.0",
9898
"untildify": "^6.0.0",
9999
"yaml": "^2.8.2",
100-
"yanki-connect": "^3.2.4",
100+
"yanki-connect": "^4.0.0",
101101
"yargs": "^17.7.2"
102102
},
103103
"devDependencies": {
@@ -109,13 +109,17 @@
109109
"execa": "^9.6.1",
110110
"mdat-plugin-cli-help": "^1.0.6",
111111
"playwright": "^1.58.2",
112+
"publint": "^0.3.17",
112113
"tsdown": "^0.20.3",
113114
"tsx": "^4.21.0",
114115
"typescript": "~5.9.3",
115116
"vitest": "^4.0.18"
116117
},
117118
"packageManager": "pnpm@10.30.0",
118119
"engines": {
119-
"node": "^18.15.0 || >=20.11.0"
120+
"node": ">=20.11.0"
121+
},
122+
"devEngines": {
123+
"node": ">=20.19"
120124
}
121125
}

0 commit comments

Comments
 (0)