Skip to content

Commit 47728ca

Browse files
committed
Update README.md for v8
1 parent 607ed68 commit 47728ca

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ So the primary goal of this plugin is simply to automatically declare all NodeJS
2828
As an added bonus, this plugin will also allow you to declare your dependencies (as per your local or monorepo `package.json` file(s)) as external.
2929
</details>
3030

31+
## Requirements
32+
- Rollup >= 4 or Vite >= 5
33+
- NodeJS >= 21
34+
3135

3236
## Installation
3337
Use your favorite package manager. Mine is [npm](https://www.npmjs.com).
@@ -229,13 +233,17 @@ export default defineConfig({
229233

230234
## Breaking changes
231235

232-
### Breaking changes in version 7
233-
- This package now only supports the [Maintenance, LTS and Current versions](https://github.com/nodejs/Release#release-schedule) of Node.js.
234-
- The previously undocumented `externals` named export has been removed.
236+
### Breaking changes in version 8
237+
- Removed support for Rollup 3.
238+
- Removed `order: pre` from resolveId hook (see #33). Might force users who relied on this, to make sure this plugin comes first in the plugins array.
235239

236240
### Breaking changes in previous versions
237241
<details><summary>Previous versions -- click to expand</summary>
238242

243+
### Breaking changes in version 7
244+
- This package now only supports the [Maintenance, LTS and Current versions](https://github.com/nodejs/Release#release-schedule) of Node.js.
245+
- The previously undocumented `externals` named export has been removed.
246+
239247
#### Breaking changes in version 6
240248
- This package is now esm-only and requires NodeJS v16+.<br />*If you need CommonJS or older NodeJS support, please stick to v5.*
241249
- This plugin now has a **peer-dependency** on Rollup `^3.0.0 || ^4.0.0`.<br />*If you need Rollup 2 support, please stick to v5.*

0 commit comments

Comments
 (0)