Skip to content

Commit 224989c

Browse files
authored
Performed npm upgrade (#15147)
Fixed version of `@types/express` to `^4.17.21`. Fixed version of `@types/express-serve-static-core` to `5.0.4`. This is required to not run into type conflicts as some dependencies pull `"@types/express ": "*"`, which pulls versions `5.0.0` and `5.0.6`, next to our pulled version. Fixed issues after upgrade: - Added types to preload.ts. - Fixed improper buffer conversion in remote-native-dependency-service.ts. --------- Signed-off-by: Simon Graband <[email protected]>
1 parent 8dd0e85 commit 224989c

File tree

5 files changed

+1629
-1354
lines changed

5 files changed

+1629
-1354
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- [Previous Changelogs](https://github.com/eclipse-theia/theia/tree/master/doc/changelogs/)
66

7+
## 1.60.0
8+
9+
<a name="breaking_changes_1.60.0">[Breaking Changes:](#breaking_changes_1.60.0)</a>
10+
11+
- [core] fixed version `@types/express` to `^4.17.21` and `@types/express-serve-static-core` to `5.0.4`. This might be required for adopters as well if they run into typing issues. [#15147](https://github.com/eclipse-theia/theia/pull/15147)
12+
713
## 1.59.0 - 02/27/2025
814

915
- [ai] added claude sonnet 3.7 to default models [#15023](https://github.com/eclipse-theia/theia/pull/15023)

0 commit comments

Comments
 (0)