Skip to content

Commit

Permalink
Add vite v6 to supported compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 26, 2024
1 parent bd78578 commit f8917d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts

### Requirements

- Node.js 14, 16, 18, 20
- Node.js 14+

(other versions may work, but only the latest minor release for each current/active/maintenance LTS version is supported)

- A supported TypeScript compiler
- TypeScript (v4, v5)
- Vite (v2, v3, v4, v5)
- Vite (v2, v3, v4, v5, v6)
- Rollup (v2, v3, v4)
- Parcel (v1, v2)
- Webpack (v5)

Note that 1.4.0 is the last release that will support legacy versions of the above; v2.0 (expected Q4 2023) will support:
Note that 1.4.0 is the last release that will support legacy versions of the above; v2.0 (expected Q1 2025) will support:
- Node.js 18+
- TypeScript 5+
- Vite 5+
- Vite 6+
- Rollup 4+
- Parcel 2+
- Webpack 5+
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ permalink: /

### Requirements

- Node.js 14, 16, 18, 20
- Node.js 14+

(other versions may work, but only the latest minor release for each current/active/maintenance LTS version is supported)

- A supported TypeScript compiler
- TypeScript (v4, v5)
- Vite (v2, v3, v4, v5)
- Vite (v2, v3, v4, v5, v6)
- Rollup (v2, v3, v4)
- Parcel (v1, v2)
- Webpack (v5)

Note that 1.4.0 is the last release that will support legacy versions of the above; v2.0 (expected Q4 2023) will support:
- Node.js 18+
- TypeScript 5+
- Vite 5+
- Vite 6+
- Rollup 4+
- Parcel 2+
- Webpack 5+
Expand Down

0 comments on commit f8917d6

Please sign in to comment.