-
Notifications
You must be signed in to change notification settings - Fork 85
feat(deps)!: upgrade mongodb driver to 7.0.0 MONGOSH-2978 #2587
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 11 commits
9e881c2
06c67d1
8532330
c5d493c
3fab949
1e5e381
e3fe6a1
ef781a6
101c06c
5b8235d
5c64fa0
cb46078
c0cd57a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,22 +47,24 @@ | |
| } | ||
| }, | ||
| "dependencies": { | ||
| "@aws-sdk/credential-providers": "^3.925.0", | ||
| "@mongodb-js/devtools-connect": "^3.9.4", | ||
| "@mongodb-js/oidc-plugin": "^2.0.5", | ||
| "@mongosh/errors": "2.4.4", | ||
| "@mongosh/service-provider-core": "3.6.3", | ||
| "@mongosh/types": "^3.14.0", | ||
| "aws4": "^1.12.0", | ||
| "mongodb": "^6.19.0", | ||
| "gcp-metadata": "^7.0.1", | ||
| "mongodb": "^7.0.0", | ||
| "mongodb-build-info": "^1.8.1", | ||
| "mongodb-connection-string-url": "^3.0.2", | ||
| "mongodb-connection-string-url": "^7.0.0", | ||
| "socks": "^2.8.3", | ||
| "mongodb-client-encryption": "^6.5.0", | ||
| "kerberos": "2.1.0" | ||
| "mongodb-client-encryption": "^7.0.0", | ||
| "kerberos": "^7.0.0" | ||
| }, | ||
| "optionalDependencies": { | ||
| "kerberos": "2.1.0", | ||
| "mongodb-client-encryption": "^6.5.0" | ||
| "kerberos": "^7.0.0", | ||
|
Collaborator
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. Keep in mind that MONGOSH-1881 on its own is already a sizable ticket
Contributor
Author
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. I'm trying for now to see where it breaks to know how to split this work in PRs that don't depend on each other (if possible). Likely for encryption and kerberos we will need other PRs. |
||
| "mongodb-client-encryption": "^7.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@mongodb-js/eslint-config-mongosh": "^1.0.0", | ||
|
|
||
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.
^ These additions are intended to be temporary as a way of making sure the package-lock file doesn't start hoisting other versions of these dependencies, they'll need to be removed before merging