Skip to content

Commit 92ed779

Browse files
chore(deps): update dependency mongodb to v7.1.0 (#1085)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [mongodb](https://redirect.github.com/mongodb/node-mongodb-native) | [`7.0.0` → `7.1.0`](https://renovatebot.com/diffs/npm/mongodb/7.0.0/7.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/mongodb/7.1.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mongodb/7.1.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mongodb/7.0.0/7.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mongodb/7.0.0/7.1.0?slim=true) | --- ### Release Notes <details> <summary>mongodb/node-mongodb-native (mongodb)</summary> ### [`v7.1.0`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#710-2026-02-02) [Compare Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v7.0.0...v7.1.0) ##### Features - **NODE-5393:** aws4 no longer required for AWS authentication ([#&#8203;4824](https://redirect.github.com/mongodb/node-mongodb-native/issues/4824)) ([0f46db8](https://redirect.github.com/mongodb/node-mongodb-native/commit/0f46db8a6135178dbe2806bb1289870e8973f382)) - **NODE-7121:** prevent connection churn on backpressure errors when establishing connections ([#&#8203;4800](https://redirect.github.com/mongodb/node-mongodb-native/issues/4800)) ([4cb2b87](https://redirect.github.com/mongodb/node-mongodb-native/commit/4cb2b87537536461dc2f5cd9f0a8a56ad193cb13)) - **NODE-7122:** exponential backoff between retries in convenient transaction API ([#&#8203;4765](https://redirect.github.com/mongodb/node-mongodb-native/issues/4765)) ([e70fdc9](https://redirect.github.com/mongodb/node-mongodb-native/commit/e70fdc981dc2bdc0d3c12515b2eecc214d8f3ce4)) - **NODE-7304:** remove usages in src of promisify ([#&#8203;4799](https://redirect.github.com/mongodb/node-mongodb-native/issues/4799)) ([761b9bf](https://redirect.github.com/mongodb/node-mongodb-native/commit/761b9bfab8dfc8e3e7e311731d7a5cda1285bc6c)) - **NODE-7306:** Replace global process with import node:process ([#&#8203;4820](https://redirect.github.com/mongodb/node-mongodb-native/issues/4820)) ([cc503cb](https://redirect.github.com/mongodb/node-mongodb-native/commit/cc503cb9810e2dbde0862fd8c8daa8ee613ef7b1)) - **NODE-7310:** Replace process.arch with os.arch() ([#&#8203;4823](https://redirect.github.com/mongodb/node-mongodb-native/issues/4823)) ([f0af829](https://redirect.github.com/mongodb/node-mongodb-native/commit/f0af829f1a6fdf8cc0b070a327682f6299b747f1)) - **NODE-7311:** Replace process.platform with os.platform() ([#&#8203;4822](https://redirect.github.com/mongodb/node-mongodb-native/issues/4822)) ([c58ca1f](https://redirect.github.com/mongodb/node-mongodb-native/commit/c58ca1f9d6a177470e58098ca1874174607c35c8)) - **NODE-7317:** use BSON.NumberUtils to determine endianness ([#&#8203;4808](https://redirect.github.com/mongodb/node-mongodb-native/issues/4808)) ([4e9467e](https://redirect.github.com/mongodb/node-mongodb-native/commit/4e9467e8ab9ccbcf6eb47156d84ac538c5e3f6ea)) - **NODE-7319:** update allowed hosts list with \*.mongo.com ([#&#8203;4802](https://redirect.github.com/mongodb/node-mongodb-native/issues/4802)) ([bfb7160](https://redirect.github.com/mongodb/node-mongodb-native/commit/bfb71603fdfaaaebf418a3064f293d2c95697865)) - **NODE-7330:** deprecate RenameCollectionOptions.new\_collection ([#&#8203;4815](https://redirect.github.com/mongodb/node-mongodb-native/issues/4815)) ([a96fa26](https://redirect.github.com/mongodb/node-mongodb-native/commit/a96fa26dea3060828af747f0f2974229018de730)) - **NODE-7333:** add support for deprioritized servers to all topologies ([#&#8203;4821](https://redirect.github.com/mongodb/node-mongodb-native/issues/4821)) ([a4211e7](https://redirect.github.com/mongodb/node-mongodb-native/commit/a4211e77a30450ca8b162cbe3eec9f3759d3f517)) ##### Bug Fixes - **NODE-7290:** use valueof for error code check ([#&#8203;4791](https://redirect.github.com/mongodb/node-mongodb-native/issues/4791)) ([1cc3d1c](https://redirect.github.com/mongodb/node-mongodb-native/commit/1cc3d1c952274b2fc18ffd4898978af97f76b554)) - **NODE-7298:** ensure commonWireVersion is computed from server maxWireVersion ([#&#8203;4805](https://redirect.github.com/mongodb/node-mongodb-native/issues/4805)) ([2b2366d](https://redirect.github.com/mongodb/node-mongodb-native/commit/2b2366dd18a76bd9e0b36b9911af6a0a317926c3)) - **NODE-7307:** Replace node:process.hrtime() with performance.now() ([#&#8203;4816](https://redirect.github.com/mongodb/node-mongodb-native/issues/4816)) ([ae2e037](https://redirect.github.com/mongodb/node-mongodb-native/commit/ae2e037e896fbc673061da49a7c45743ae145651)) - **NODE-7308:** replace process.nextTick with queueMicrotask ([#&#8203;4817](https://redirect.github.com/mongodb/node-mongodb-native/issues/4817)) ([b1b6e81](https://redirect.github.com/mongodb/node-mongodb-native/commit/b1b6e81168a2cb6a2cc089d8c3cb83df1405931f)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/robonaut-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f2ac94 commit 92ed779

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/supertest": "6.0.3",
1313
"amqplib": "0.10.9",
1414
"mkdirp": "3.0.1",
15-
"mongodb": "7.0.0",
15+
"mongodb": "7.1.0",
1616
"rimraf": "6.1.2",
1717
"supertest": "7.2.2",
1818
"testcontainers": "11.11.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)