Skip to content

Commit 7e9759a

Browse files
Removes swagger-ui Fastify plugin, hopefully temporarily
We've seen reports like #550 where swagger-ui prevents the server from starting, permanently. I haven't been able to reproduce this yet. We've opened an issue on the plugin repo to see if they have ideas: fastify/fastify-swagger-ui#156 For now, we're not really in need of this anyway, so just remove it. I've also updated a bunch of deps and shimmed in the "DOM" types in our tsconfig since there are lots of errors when compiling during the lib check phase for things like esbuild, vitest.
1 parent 0b261f1 commit 7e9759a

File tree

9 files changed

+360
-406
lines changed

9 files changed

+360
-406
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/js": "^9.0.0",
2020
"@typescript-eslint/eslint-plugin": "7.5.0",
2121
"@typescript-eslint/parser": "7.5.0",
22-
"esbuild": "^0.19.5",
22+
"esbuild": "^0.21.5",
2323
"eslint": "8.56.0",
2424
"eslint-plugin-react": "^7.34.1",
2525
"eslint-plugin-react-hooks": "^4.6.0",
@@ -35,12 +35,12 @@
3535
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
3636
"pnpm": {
3737
"patchedDependencies": {
38-
"ts-essentials@9.4.1": "patches/ts-essentials@9.4.1.patch",
39-
"thread-stream@3.0.0": "patches/thread-stream@3.0.0.patch"
38+
"ts-essentials@9.4.1": "patches/ts-essentials@9.4.1.patch"
4039
},
4140
"overrides": {
4241
"eslint": "8.56.0",
43-
"better-sqlite3": "9.4.5"
42+
"better-sqlite3": "9.4.5",
43+
"@types/node": "20.11.1"
4444
}
4545
},
4646
"lint-staged": {

Diff for: patches/thread-stream@3.0.0.patch

-124
This file was deleted.

0 commit comments

Comments
 (0)