|
1 | 1 | # node-typescript-boilerplate |
2 | 2 |
|
3 | 3 | [![Sponsor][sponsor-badge]][sponsor] |
4 | | -[![TypeScript version][ts-badge]][typescript-5-5] |
| 4 | +[![TypeScript version][ts-badge]][typescript-5-7] |
5 | 5 | [![Node.js version][nodejs-badge]][nodejs] |
6 | 6 | [![APLv2][license-badge]][license] |
7 | 7 | [![Build Status - GitHub Actions][gha-badge]][gha-ci] |
|
10 | 10 |
|
11 | 11 | 🏃🏽 Instant Value: All basic tools included and configured: |
12 | 12 |
|
13 | | -- [TypeScript][typescript] [5.5][typescript-5-5] |
| 13 | +- [TypeScript][typescript] [5.7][typescript-5-7] |
14 | 14 | - [ESM][esm] |
15 | 15 | - [ESLint][eslint] with some initial rules recommendation |
16 | 16 | - [Vitest][vitest] for fast unit testing and code coverage |
@@ -95,13 +95,13 @@ Support this project by becoming a [sponsor][sponsor]. |
95 | 95 |
|
96 | 96 | Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details. |
97 | 97 |
|
98 | | -[ts-badge]: https://img.shields.io/badge/TypeScript-5.5-blue.svg |
| 98 | +[ts-badge]: https://img.shields.io/badge/TypeScript-5.7-blue.svg |
99 | 99 | [nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg |
100 | 100 | [nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/ |
101 | 101 | [gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg |
102 | 102 | [gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml |
103 | 103 | [typescript]: https://www.typescriptlang.org/ |
104 | | -[typescript-5-5]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ |
| 104 | +[typescript-5-7]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/ |
105 | 105 | [license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg |
106 | 106 | [license]: https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE |
107 | 107 | [sponsor-badge]: https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg |
|
0 commit comments