Skip to content

Commit 24e3d8d

Browse files
committed
Add compat sections to readmes
1 parent a51248a commit 24e3d8d

File tree

10 files changed

+100
-0
lines changed

10 files changed

+100
-0
lines changed

packages/esbuild/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ This package is fully typed with [TypeScript][].
162162
It exports the additional type [`Options`][api-options].
163163
See [§ Types][types] on our website for information.
164164

165+
## Compatibility
166+
167+
Projects maintained by the unified collective are compatible with maintained
168+
versions of Node.js.
169+
170+
When we cut a new major release, we drop support for unmaintained versions of
171+
Node.
172+
This means we try to keep the current release line, `@mdx-js/esbuild@^2`,
173+
compatible with Node.js 12.
174+
165175
## Security
166176

167177
See [§ Security][security] on our website for information.

packages/loader/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@ This package is fully typed with [TypeScript][].
138138
It exports the additional type [`Options`][api-options].
139139
See [§ Types][types] on our website for information.
140140

141+
## Compatibility
142+
143+
Projects maintained by the unified collective are compatible with maintained
144+
versions of Node.js.
145+
146+
When we cut a new major release, we drop support for unmaintained versions of
147+
Node.
148+
This means we try to keep the current release line, `@mdx-js/loader@^2`,
149+
compatible with Node.js 12.
150+
141151
## Security
142152

143153
See [§ Security][security] on our website for information.

packages/mdx/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,16 @@ Finally, The output is serialized JavaScript.
11421142
That final step is done by [astring][], a
11431143
small and fast JS generator.
11441144

1145+
## Compatibility
1146+
1147+
Projects maintained by the unified collective are compatible with maintained
1148+
versions of Node.js.
1149+
1150+
When we cut a new major release, we drop support for unmaintained versions of
1151+
Node.
1152+
This means we try to keep the current release line, `@mdx-js/mdx@^2`,
1153+
compatible with Node.js 12.
1154+
11451155
## Security
11461156

11471157
SeeSecurity][security] on our website for information.

packages/node-loader/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ This package is fully typed with [TypeScript][].
146146
It exports the additional type [`Options`][api-options].
147147
See [§ Types][types] on our website for information.
148148
149+
## Compatibility
150+
151+
Projects maintained by the unified collective are compatible with maintained
152+
versions of Node.js.
153+
154+
When we cut a new major release, we drop support for unmaintained versions of
155+
Node.
156+
This means we try to keep the current release line, `@mdx-js/node-loader@^2`,
157+
compatible with Node.js 12.
158+
149159
## Security
150160
151161
See [§ Security][security] on our website for information.

packages/preact/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ For types to work, make sure the TypeScript `JSX` namespace is typed.
172172
This is done by installing and using the types of your framework, as in
173173
[`preact`](https://github.com/preactjs/preact).
174174
175+
## Compatibility
176+
177+
Projects maintained by the unified collective are compatible with maintained
178+
versions of Node.js.
179+
180+
When we cut a new major release, we drop support for unmaintained versions of
181+
Node.
182+
This means we try to keep the current release line, `@mdx-js/preact@^2`,
183+
compatible with Node.js 12.
184+
175185
## Security
176186
177187
See [§ Security][security] on our website for information.

packages/react/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ For types to work, make sure the TypeScript `JSX` namespace is typed.
172172
This is done by installing and using the types of your framework, as in
173173
[`@types/react`](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
174174
175+
## Compatibility
176+
177+
Projects maintained by the unified collective are compatible with maintained
178+
versions of Node.js.
179+
180+
When we cut a new major release, we drop support for unmaintained versions of
181+
Node.
182+
This means we try to keep the current release line, `@mdx-js/react@^2`,
183+
compatible with Node.js 12.
184+
175185
## Security
176186
177187
See [§ Security][security] on our website for information.

packages/register/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@ That means `import` (and `export … from`) are not supported when requiring
124124
This package is not typed as [TypeScript][] seems to not support `.cjs` files
125125
yet.
126126

127+
## Compatibility
128+
129+
Projects maintained by the unified collective are compatible with maintained
130+
versions of Node.js.
131+
132+
When we cut a new major release, we drop support for unmaintained versions of
133+
Node.
134+
This means we try to keep the current release line, `@mdx-js/register@^2`,
135+
compatible with Node.js 12.
136+
127137
## Security
128138

129139
See [§ Security][security] on our website for information.

packages/remark-mdx/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@ function myRemarkPlugin() {
217217
}
218218
```
219219

220+
## Compatibility
221+
222+
Projects maintained by the unified collective are compatible with maintained
223+
versions of Node.js.
224+
225+
When we cut a new major release, we drop support for unmaintained versions of
226+
Node.
227+
This means we try to keep the current release line, `remark-mdx@^2`, compatible
228+
with Node.js 12.
229+
220230
## Security
221231

222232
See [§ Security][security] on our website for information.

packages/rollup/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@ This package is fully typed with [TypeScript][].
144144
It exports the additional type [`Options`][api-options].
145145
See [§ Types][types] on our website for information.
146146

147+
## Compatibility
148+
149+
Projects maintained by the unified collective are compatible with maintained
150+
versions of Node.js.
151+
152+
When we cut a new major release, we drop support for unmaintained versions of
153+
Node.
154+
This means we try to keep the current release line, `@mdx-js/rollup@^2`,
155+
compatible with Node.js 12.
156+
147157
## Security
148158

149159
See [§ Security][security] on our website for information.

packages/vue/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ For types to work, make sure the TypeScript `JSX` namespace is typed.
141141
This is done by installing and using the types of your framework, as in
142142
[`vue`](https://github.com/vuejs/core).
143143
144+
## Compatibility
145+
146+
Projects maintained by the unified collective are compatible with maintained
147+
versions of Node.js.
148+
149+
When we cut a new major release, we drop support for unmaintained versions of
150+
Node.
151+
This means we try to keep the current release line, `@mdx-js/vue@^2`,
152+
compatible with Node.js 12.
153+
144154
## Security
145155
146156
See [§ Security][security] on our website for information.

0 commit comments

Comments
 (0)