Skip to content

Commit 119e023

Browse files
fix: format
1 parent bdbbe59 commit 119e023

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/pages/en/blog/migrations/v16-to-v18.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ npx codemod run @nodejs/dns-lookup-options-coercion
4242
+ await lookup("example.com", { family: 6, verbatim: false });
4343
```
4444

45-
4645
## `err-invalid-callback`
4746

4847
In Node.js v18, the [DEP0159](https://nodejs.org/api/deprecations.html#DEP0159) deprecation was introduced, which deprecated the `ERR_INVALID_CALLBACK` error code in favor of `ERR_INVALID_ARG_TYPE`. This codemod will help you replace any references to the old error code with the new one.

apps/site/pages/en/blog/migrations/v22-to-v24.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ npx codemod run @nodejs/v22-to-v24
7676
```
7777

7878
<AlertBox level="info" title="!">
79-
As noted in the introduction, this is not a complete list of codemods for this migration.
79+
As noted in the introduction, this is not a complete list of codemods for this
80+
migration.
8081
</AlertBox>
8182

8283
### `crypto-rsa-pss-update`

0 commit comments

Comments
 (0)