-
Notifications
You must be signed in to change notification settings - Fork 3
chore(NODE-6656): update dev dependencies #64
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
Conversation
b830056
to
b8aa3e8
Compare
package.json
Outdated
}, | ||
"devDependencies": { | ||
"@types/bindings": "^1.5.5", | ||
"@types/chai": "^4.3.17", | ||
"@types/mocha": "^10.0.9", | ||
"@types/chai": "^5.0.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.
We should keep this in sync with our chai version (at least on the same major) right?
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.
Why?
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.
Aren't the types going to be inaccurate? I assume this version corresponds to chai: 5 but we're still on chai: 4 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.
I thought types' major versions don't correlate to the actual version of the package. Is that incorrect?
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.
I think that's the only part (the major) of the type version that does, at least for the node types, the patch version doesn't correlate because at some point you make a type fix that bumps you past the corresponding release
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.
Okay, reverted.
package.json
Outdated
}, | ||
"devDependencies": { | ||
"@types/bindings": "^1.5.5", | ||
"@types/chai": "^4.3.17", | ||
"@types/mocha": "^10.0.9", | ||
"@types/chai": "^5.0.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.
I think that's the only part (the major) of the type version that does, at least for the node types, the patch version doesn't correlate because at some point you make a type fix that bumps you past the corresponding release
b8aa3e8
to
46f7995
Compare
Description
What is changing?
Is there new documentation needed for these changes?
What is the motivation for this change?
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript