-
-
Notifications
You must be signed in to change notification settings - Fork 112
chore: upgrade deps #554
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
chore: upgrade deps #554
Conversation
c3e40b3 to
ed828c0
Compare
mcollina
left a comment
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.
the only change needed is the one in borp, the rest is covered by the semver range
| "eslint": "^9.39.2", | ||
| "fastify": "^5.6.2", | ||
| "neostandard": "^0.12.2", | ||
| "pino": "^10.1.1", |
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.
this should not be updated to a new major.
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.
@mcollina
Just for my knowledge, can I understand why?
It is a dev dependency here and is used in a test, so even upgrading it to the major version we don't need to release it as breaking change.
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.
Do we usually randomly upgrade dependencies on packages @fastify/leads?
It is a dev dependency here and is used in a test, so even upgrading it to the major version we don't need to release it as breaking change.
Assumption: even if this is a devDependency and only used in tests, upgrading to a new major effectively changes the version we test against. I don't know if it's an issue here.
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.
pino ships with pino 9 and tests against pino 9.
|
I re-triggered #543 and it has been merged. |
Checklist
npm run test && npm run benchmark --if-presentand the Code of conduct