Skip to content

Commit 11693ee

Browse files
committed
Update dev-dependencies
1 parent c776022 commit 11693ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"#": "`@typescript/vfs` currently barfs when building because `lz-string` is missing, so it’s installed here.",
5353
"devDependencies": {
54-
"@types/node": "^20.0.0",
54+
"@types/node": "^22.0.0",
5555
"c8": "^10.0.0",
5656
"lz-string": "^1.0.0",
5757
"prettier": "^3.0.0",
@@ -67,7 +67,7 @@
6767
"type-coverage": "^2.0.0",
6868
"typescript": "^5.0.0",
6969
"vfile-reporter": "^8.0.0",
70-
"xo": "^0.58.0"
70+
"xo": "^0.59.0"
7171
},
7272
"scripts": {
7373
"build": "tsc --build --clean && tsc --build && type-coverage",

test/fixtures/import-and-node-types/output.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).</p>
4141
<ul>
4242
<li><strong>@see</strong>
43-
<a href="https://github.com/nodejs/node/blob/v20.13.1/lib/fs.js">source</a></li>
43+
<a href="https://github.com/nodejs/node/blob/v22.x/lib/fs.js">source</a></li>
4444
</ul></div></div>
4545
<div class="rehype-twoslash-hover rehype-twoslash-popover" id="rehype-twoslash-rttimfpm-1" popover=""><pre class="rehype-twoslash-popover-code"><code class="language-ts">(<span class="pl-smi">alias</span>) <span class="pl-k">function</span> <span class="pl-en">execSync</span>(<span class="pl-v">command</span><span class="pl-k">:</span> <span class="pl-c1">string</span>)<span class="pl-k">:</span> <span class="pl-en">Buffer</span> (+<span class="pl-c1">3</span> <span class="pl-en">overloads</span>)
4646
<span class="pl-k">import</span> <span class="pl-smi">execSync</span></code></pre><div class="rehype-twoslash-popover-description"><p>The <code>child_process.execSync()</code> method is generally identical to
@@ -266,7 +266,7 @@
266266
forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).</p>
267267
<ul>
268268
<li><strong>@see</strong>
269-
<a href="https://github.com/nodejs/node/blob/v20.13.1/lib/fs.js">source</a></li>
269+
<a href="https://github.com/nodejs/node/blob/v22.x/lib/fs.js">source</a></li>
270270
</ul></div></div>
271271
<div class="rehype-twoslash-hover rehype-twoslash-popover" id="rehype-twoslash-rttimfpm-40" popover=""><pre class="rehype-twoslash-popover-code"><code class="language-ts"><span class="pl-k">function</span> <span class="pl-en">readFileSync</span>(<span class="pl-v">path</span><span class="pl-k">:</span> <span class="pl-en">fs</span>.<span class="pl-en">PathOrFileDescriptor</span>, <span class="pl-v">options</span><span class="pl-k">:</span> {
272272
<span class="pl-v">encoding</span><span class="pl-k">:</span> <span class="pl-en">BufferEncoding</span>;
@@ -305,7 +305,7 @@
305305
forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).</p>
306306
<ul>
307307
<li><strong>@see</strong>
308-
<a href="https://github.com/nodejs/node/blob/v20.13.1/lib/fs.js">source</a></li>
308+
<a href="https://github.com/nodejs/node/blob/v22.x/lib/fs.js">source</a></li>
309309
</ul></div></div>
310310
<div class="rehype-twoslash-hover rehype-twoslash-popover" id="rehype-twoslash-rttimfpm-46" popover=""><pre class="rehype-twoslash-popover-code"><code class="language-ts"><span class="pl-k">function</span> <span class="pl-en">writeFileSync</span>(<span class="pl-v">file</span><span class="pl-k">:</span> <span class="pl-en">fs</span>.<span class="pl-en">PathOrFileDescriptor</span>, <span class="pl-v">data</span><span class="pl-k">:</span> <span class="pl-c1">string</span> <span class="pl-k">|</span> <span class="pl-en">NodeJS</span>.<span class="pl-en">ArrayBufferView</span>, <span class="pl-v">options</span><span class="pl-k">?:</span> <span class="pl-en">fs</span>.<span class="pl-en">WriteFileOptions</span>)<span class="pl-k">:</span> <span class="pl-c1">void</span></code></pre><div class="rehype-twoslash-popover-description"><p>Returns <code>undefined</code>.</p>
311311
<p>The <code>mode</code> option only affects the newly created file. See

0 commit comments

Comments
 (0)