-
Notifications
You must be signed in to change notification settings - Fork 232
chore(deps-dev): bump mongodb from 4.10.0 to 4.11.0 #2998
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
Bumps [mongodb](https://github.com./mongodb/node-mongodb-native) from 4.10.0 to 4.11.0. - [Release notes](https://github.com./mongodb/node-mongodb-native/releases) - [Changelog](https://github.com./mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v4.10.0...v4.11.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
The monster package-lock diff is from the huge added optionalDependency in mongodb in mongodb/node-mongodb-native#3446 |
Tests with I strongly suspect this is because mongodb internals have been switched to use async/await rather than being based on callbacks. The callback usage of, e.g., Given that I think we should also consider updating mongodb.test.js to use the promise/async/await-usage of the client instead of the current callback usage -- unless explicitly testing the callback usage. However, this could be punted to future mongodb@5 support when, presumably, they will drop callback support. |
Superseded by #3038. |
Bumps mongodb from 4.10.0 to 4.11.0.
Release notes
Sourced from mongodb's releases.
... (truncated)
Changelog
Sourced from mongodb's changelog.
Commits
6fb87e4
chore(release): 4.11.0631455d
docs(NODE-4724): update fle docs to use "in use encryption" terminology (#3448)7a8b186
docs(NODE-4554): remove experimental tag from disambiguatedPaths (#3450)8f06a55
chore(NODE-4700): update dependencies (#3439)b879cb5
feat(NODE-4721): add aws-sdk as optional dependency (#3446)5f37cb6
fix(NODE-4475): make interrupted message more specific (#3437)26bce4a
feat(NODE-3875): support recursive schema types (#3433)a7dab96
feat(NODE-4503): throw original error when server attaches NoWritesPerformed ...dbfb7d5
docs: Note special case inAbstractCursor.forEach()
iterator (#3445)bf000ae
refactor(NODE-4689): track checked out connections (#3440)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)