Skip to content

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

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

baileympearson
Copy link
Collaborator

@baileympearson baileympearson commented Feb 3, 2025

Description

What is changing?

Is there new documentation needed for these changes?

What is the motivation for this change?

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson requested a review from a team as a code owner February 3, 2025 18:28
@baileympearson baileympearson changed the title chore(NODE-6661): update dev dependencies chore(NODE-6656): update dev dependencies Feb 3, 2025
package.json Outdated
},
"devDependencies": {
"@types/bindings": "^1.5.5",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.9",
"@types/chai": "^5.0.1",
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Why?

Copy link
Collaborator

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

Copy link
Collaborator Author

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?

Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay, reverted.

@nbbeeken nbbeeken self-assigned this Feb 4, 2025
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Feb 4, 2025
package.json Outdated
},
"devDependencies": {
"@types/bindings": "^1.5.5",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.9",
"@types/chai": "^5.0.1",
Copy link
Collaborator

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

@nbbeeken nbbeeken merged commit 38e84d2 into mongodb-js:main Feb 5, 2025
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants