Skip to content

Commit

Permalink
Change to require Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 25, 2023
1 parent 17079b0 commit 830757d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/rehype-cli/readme.md
Expand Up @@ -127,8 +127,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `rehype-cli@^11`,
compatible with Node.js 12.
This means we try to keep the current release line, `rehype-cli@^12`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-parse/readme.md
Expand Up @@ -402,8 +402,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `rehype-parse@^8`,
compatible with Node.js 12.
This means we try to keep the current release line, `rehype-parse@^9`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-stringify/readme.md
Expand Up @@ -256,8 +256,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `rehype-stringify@^9`,
compatible with Node.js 12.
This means we try to keep the current release line, `rehype-stringify@^10`,
compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions packages/rehype/readme.md
Expand Up @@ -184,8 +184,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `rehype@^12`, compatible
with Node.js 12.
This means we try to keep the current release line, `rehype@^13`, compatible
with Node.js 16.

## Security

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -194,7 +194,7 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line compatible with Node.js 12.
This means we try to keep the current release line compatible with Node.js 16.

## Security

Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -5,10 +5,10 @@
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2020"],
"lib": ["es2022"],
"module": "node16",
"strict": true,
"target": "es2020"
"target": "es2022"
},
"exclude": ["**/coverage/", "**/node_modules/"],
"include": [
Expand Down

0 comments on commit 830757d

Please sign in to comment.