Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@
}
},
"resolutions": {
"undici-types": "^7.16.0"
"undici-types": "^8.0.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating undici-types to v8.0.0 while the project is still using undici@6.24.1 (as seen in pnpm-lock.yaml) creates a major version mismatch between the library and its type definitions. This version of types includes breaking changes and new defaults—such as enabling HTTP/2 by default and removing legacy handlers—that do not align with the v6.x runtime. This discrepancy can lead to misleading type-checking results where the compiler accepts code that may behave differently or fail at runtime. It is recommended to either update the undici package to v7+ or keep undici-types at v7.x to maintain consistency.

}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading