generated from fresh-app/fresh-remix-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 5157465
authored
fix(deps): update dependency mongodb to v6.14.1 (#402)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mongodb](https://redirect.github.com/mongodb/node-mongodb-native) |
[`6.12.0` ->
`6.14.1`](https://renovatebot.com/diffs/npm/mongodb/6.12.0/6.14.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mongodb/node-mongodb-native (mongodb)</summary>
###
[`v6.14.1`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#6141-2025-03-03)
[Compare
Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.14.0...v6.14.1)
##### Bug Fixes
- **NODE-6801:** set token on connection from cache
([#​4438](https://redirect.github.com/mongodb/node-mongodb-native/issues/4438))
([cb13746](https://redirect.github.com/mongodb/node-mongodb-native/commit/cb1374649858ae2e0f3f3e109d7bf7e4bcd193c2))
###
[`v6.14.0`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#6140-2025-02-28)
[Compare
Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.13.1...v6.14.0)
##### Features
- **NODE-6676:** add support for `nsType` in change stream create events
([#​4431](https://redirect.github.com/mongodb/node-mongodb-native/issues/4431))
([7800067](https://redirect.github.com/mongodb/node-mongodb-native/commit/7800067ad0ea4e24e3180fe264da4951b883e08d))
- **NODE-6773:** add support for $lookup with automatic encryption
([#​4427](https://redirect.github.com/mongodb/node-mongodb-native/issues/4427))
([965b21a](https://redirect.github.com/mongodb/node-mongodb-native/commit/965b21a20eff38c7fe7d9036f912b31c10e5ba21))
##### Bug Fixes
- **NODE-6765:** FindOneAndUpdateOptions supports aggregation
expressions
([#​4423](https://redirect.github.com/mongodb/node-mongodb-native/issues/4423))
([421ddeb](https://redirect.github.com/mongodb/node-mongodb-native/commit/421ddeb329169f47b567cbe432c39737551bd234))
- **NODE-6792:** use isUint8Array from driver's utils instead of
util/types
([#​4436](https://redirect.github.com/mongodb/node-mongodb-native/issues/4436))
([dfe1fba](https://redirect.github.com/mongodb/node-mongodb-native/commit/dfe1fba777d89a53106487e38aaf5072978096b5))
- **NODE-6794:** revert `@aws-sdk/credential-providers` peer
compatibility change
([#​4437](https://redirect.github.com/mongodb/node-mongodb-native/issues/4437))
([488c407](https://redirect.github.com/mongodb/node-mongodb-native/commit/488c4071632c29960de8955bfbefbaab163b45ba))
###
[`v6.13.1`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#6131-2025-02-20)
[Compare
Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.13.0...v6.13.1)
##### Bug Fixes
- **NODE-6407:** use conversationId returned from server in saslContinue
([#​4368](https://redirect.github.com/mongodb/node-mongodb-native/issues/4368))
([fbefa6b](https://redirect.github.com/mongodb/node-mongodb-native/commit/fbefa6b6265bf3c5019e07626dd298c265ad4746))
- **NODE-6613:** Update error messages when primaries go stale
([#​4397](https://redirect.github.com/mongodb/node-mongodb-native/issues/4397))
([6528c8d](https://redirect.github.com/mongodb/node-mongodb-native/commit/6528c8db3acfb28fa58a7cd587703d3d40c065aa))
- **NODE-6690:** Remove extraneous Document in replaceOne return type
([#​4383](https://redirect.github.com/mongodb/node-mongodb-native/issues/4383))
([6c81d4e](https://redirect.github.com/mongodb/node-mongodb-native/commit/6c81d4e839589dd51cea0dca10d4163a13744c94))
- **NODE-6763:** pass WriteConcernOptions instead on
WriteConcernSettings
([#​4421](https://redirect.github.com/mongodb/node-mongodb-native/issues/4421))
([26f15d7](https://redirect.github.com/mongodb/node-mongodb-native/commit/26f15d7edc109154b1064299299158a8327a73da))
- **NODE-6777:** update BSON to 6.10.3
([#​4428](https://redirect.github.com/mongodb/node-mongodb-native/issues/4428))
([db5b9e0](https://redirect.github.com/mongodb/node-mongodb-native/commit/db5b9e00c3966019fc79d7b275e585f07c59144c))
###
[`v6.13.0`](https://redirect.github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md#6130-2025-01-30)
[Compare
Source](https://redirect.github.com/mongodb/node-mongodb-native/compare/v6.12.0...v6.13.0)
##### Features
- **NODE-5672:** support standardized logging
([#​4387](https://redirect.github.com/mongodb/node-mongodb-native/issues/4387))
([d1b2453](https://redirect.github.com/mongodb/node-mongodb-native/commit/d1b2453daeed50cd9edd5b8a631789a36429d6b2))
- **NODE-6258:** add signal support to find and aggregate
([#​4364](https://redirect.github.com/mongodb/node-mongodb-native/issues/4364))
([73def18](https://redirect.github.com/mongodb/node-mongodb-native/commit/73def18d3fa0aea1fdd5122088493f948addaa42))
- **NODE-6451:** retry SRV and TXT lookup for DNS timeout errors
([#​4375](https://redirect.github.com/mongodb/node-mongodb-native/issues/4375))
([fd902d3](https://redirect.github.com/mongodb/node-mongodb-native/commit/fd902d31d5cb65100f1c8b6f8811886b44ba19d5))
- **NODE-6633:** MongoClient.close closes active cursors
([#​4372](https://redirect.github.com/mongodb/node-mongodb-native/issues/4372))
([654069f](https://redirect.github.com/mongodb/node-mongodb-native/commit/654069fc1750b6c3336f1002e3d3fb18bbc1451d))
##### Bug Fixes
- **NODE-5225:** concurrent MongoClient.close() calls each attempt to
close the client
([#​4376](https://redirect.github.com/mongodb/node-mongodb-native/issues/4376))
([9419af7](https://redirect.github.com/mongodb/node-mongodb-native/commit/9419af7b3bcbf134d0740c4282f83d1d5a717418))
- **NODE-6340:** OIDC reauth uses caches speculative auth result
([#​4379](https://redirect.github.com/mongodb/node-mongodb-native/issues/4379))
([8b2b7fd](https://redirect.github.com/mongodb/node-mongodb-native/commit/8b2b7fdc6366ee9b6b595daf074d6b88362df5e6))
##### Performance Improvements
- **NODE-6452:** Optimize CommandStartedEvent and CommandSucceededEvent
constructors
([#​4371](https://redirect.github.com/mongodb/node-mongodb-native/issues/4371))
([41b066b](https://redirect.github.com/mongodb/node-mongodb-native/commit/41b066b2b286879085b05a58c0486aa1d24303bc))
- **NODE-6616:** shortcircuit logging ejson.stringify
([#​4377](https://redirect.github.com/mongodb/node-mongodb-native/issues/4377))
([c1bcf0d](https://redirect.github.com/mongodb/node-mongodb-native/commit/c1bcf0de991096975a5151bf780faa9803ddd765))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **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/creatorsgarten/contentsgarten).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 07ce9aa commit 5157465Copy full SHA for 5157465
1 file changed
+26
-27
lines changed+26-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments