-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency @sentry/node to v10 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,7 @@ | |
| "zod": "^3.22.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@sentry/node": "^9.4.0", | ||
| "@sentry/node": "^10.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 Verify Sentry v10 runtime requirement against declared engines
Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "@types/inquirer": "^9.0.7", | ||
| "@types/node": "^22.13.0", | ||
| "@types/ws": "^8.5.14", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 @sentry/node is declared but never used anywhere in the repo
A repo-wide search finds no reference to
@sentry/nodeoutsidepackage.json(no imports insrc/,scripts/, ortsup.config.ts). This major-version bump therefore has no code impact, but it also suggests the devDependency is dead weight and could simply be removed instead of being maintained by dependency bots.Was this helpful? React with 👍 or 👎 to provide feedback.