Commit 131c1ca
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2024-06-13)
### Features
* update starter template ([e57dba3](e57dba3))
### BREAKING CHANGES
* Replace yarn with pnpm 9
* replaced eslint and prettier with biome
Use the pnpm check and pnpm check —write commands and install the Biome VSCode extension
* Minimum Node.js version set to 20
* Replace jest with vitest
vitest is mostly compatible with jest API. You need to import test functions from vitest manually. There is a new pnpm test:ui command to visualize tests and their result.
* Removed dotenv dependency
Node.js now supports .env files natively using the —env-file=.env flag.
* Moved from CJS to ESM
* renovate is now run against main instead of dev
- moved fibonacci.ts to lib/ subdirectory (test coverage is calculated for the lib/ subdirectory)
- updated CI to Ubuntu 22 LTS and Node.js 20 LTS
- Updated all dependencies
- Update tsconfig.json to use @tsconfig/strictest and @tsconfig/node-lts
- Renamed src/index.ts to src/main.ts
- Use Top Level Await in main.ts
- Correctly configure semantic release for next, alpha and beta releases
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>1 parent e57dba3 commit 131c1ca
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
1 | 32 | | |
2 | 33 | | |
3 | 34 | | |
| |||
0 commit comments