Skip to content

Commit 38230fe

Browse files
committed
Upgrade TypeScript to 5.5
1 parent a10689b commit 38230fe

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
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-4]
4+
[![TypeScript version][ts-badge]][typescript-5-5]
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.4][typescript-5-4]
13+
- [TypeScript][typescript] [5.5][typescript-5-5]
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.4-blue.svg
98+
[ts-badge]: https://img.shields.io/badge/TypeScript-5.5-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-4]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/
104+
[typescript-5-5]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
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

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rimraf": "~6.0",
2121
"ts-api-utils": "~1.3",
2222
"typescript-eslint": "~8.5",
23-
"typescript": "~5.4",
23+
"typescript": "~5.5",
2424
"vitest": "~2.1"
2525
},
2626
"scripts": {

0 commit comments

Comments
 (0)