Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@sentry/node": "latest || *",
"@types/node": "^18.19.1",
"fastify": "4.29.1",
"fastify": "5.7.3",
Copy link

Choose a reason for hiding this comment

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

Major version bump eliminates Fastify 4 test coverage

High Severity

The node-fastify-4 test application is specifically meant to test Sentry SDK compatibility with Fastify version 4.x, as indicated by the directory naming pattern (node-fastify-3, node-fastify-4, node-fastify-5). This Dependabot PR incorrectly upgrades fastify from 4.29.1 to 5.7.3, a major version change. After this change, both node-fastify-4 and node-fastify-5 would test Fastify 5.x, completely eliminating E2E test coverage for Fastify version 4.

Fix in Cursor Fix in Web

"typescript": "5.6.3",
"ts-node": "10.9.2"
},
Expand Down
Loading