Skip to content

Commit 3ac2849

Browse files
committed
Upgrade TypeScript to 5.7
1 parent a7830e5 commit 3ac2849

File tree

3 files changed

+577
-362
lines changed

3 files changed

+577
-362
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-typescript-boilerplate
22

33
[![Sponsor][sponsor-badge]][sponsor]
4-
[![TypeScript version][ts-badge]][typescript-5-5]
4+
[![TypeScript version][ts-badge]][typescript-5-7]
55
[![Node.js version][nodejs-badge]][nodejs]
66
[![APLv2][license-badge]][license]
77
[![Build Status - GitHub Actions][gha-badge]][gha-ci]
@@ -10,7 +10,7 @@
1010

1111
🏃🏽 Instant Value: All basic tools included and configured:
1212

13-
- [TypeScript][typescript] [5.5][typescript-5-5]
13+
- [TypeScript][typescript] [5.7][typescript-5-7]
1414
- [ESM][esm]
1515
- [ESLint][eslint] with some initial rules recommendation
1616
- [Vitest][vitest] for fast unit testing and code coverage
@@ -95,13 +95,13 @@ Support this project by becoming a [sponsor][sponsor].
9595

9696
Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details.
9797

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
9999
[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg
100100
[nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/
101101
[gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
102102
[gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
103103
[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/
105105
[license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg
106106
[license]: https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE
107107
[sponsor-badge]: https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg

0 commit comments

Comments
 (0)