Skip to content
Merged
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 packages/net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cacheable": "workspace:^",
"hookified": "^3.0.1",
"http-cache-semantics": "^4.2.0",
"undici": "^7.24.5"
"undici": "^8.6.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.

P2 Badge Surface the transitive Node 22.19 requirement

With this dependency bump, the lockfile resolves undici@8.6.0 with engines: { node: '>=22.19.0' }, while @cacheable/net still declares no engines field. Projects installing @cacheable/net on Node 20 or Node 22.18 with engine-strict package managers can now fail during install even though this package does not advertise the new runtime floor; either keep the dependency on the Node-20-compatible undici line or add the matching engine requirement so consumers get a clear supported runtime.

Useful? React with 👍 / 👎.

},
"keywords": [
"cacheable",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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