build(deps): bump mongodb from 5.9.2 to 6.6.2 in /packages/yonode-templates/JS-MongoDB-TypeORM-NoAuth-Template
Bumps mongodb from 5.9.2 to 6.6.2.
Release notes
Sourced from mongodb's releases.
v6.6.2
6.6.2 (2024-05-15)
The MongoDB Node.js team is pleased to announce version 6.6.2 of the
mongodbpackage!Release Notes
Server Selection performance regression due to incorrect RTT measurement
Starting in version 6.6.0, when using the
streamserver monitoring mode, heartbeats were incorrectly timed as having a duration of 0, leading to server selection viewing each server as equally desirable for selection.Bug Fixes
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v6.6.1
6.6.1 (2024-05-06)
The MongoDB Node.js team is pleased to announce version 6.6.1 of the
mongodbpackage!Release Notes
ref()-ed timer keeps event loop running untilclient.connect()resolvesWhen the
MongoClientis first starting up (client.connect()) monitoring connections begin the process of discovering servers to make them selectable. Theref()-edserverSelectionTimeoutMStimer keeps Node.js' event loop running as the monitoring connections are created. In the last release we inadvertentlyunref()-ed this initial timer which would allow Node.js to close before the monitors could create connections.Bug Fixes
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v6.6.0
6.6.0 (2024-05-02)
The MongoDB Node.js team is pleased to announce version 6.6.0 of the
mongodbpackage!
... (truncated)
Changelog
Sourced from mongodb's changelog.
6.6.2 (2024-05-15)
Bug Fixes
6.6.1 (2024-05-06)
Bug Fixes
6.6.0 (2024-05-02)
Features
- NODE-3639: add a general stage to the aggregation pipeline builder (#4079) (8fca1aa)
- NODE-5678: add options parsing support for timeoutMS and defaultTimeoutMS (#4068) (ddd1e81)
- NODE-5762: include
causeand package name for allMongoMissingDependencyErrors (#4067) (62ea94b)- NODE-5825: add
minRoundTripTimetoServerDescriptionand changeroundTripTimeto a moving average (#4059) (0e3d6ea)- NODE-5919: support new
typeoption in create search index helpers (#4060) (3598c23)- NODE-6020: upgrade BSON to ^6.5.0 (#4035) (8ab2055)
Bug Fixes
- NODE-3681: Typescript error in Collection.findOneAndModify UpdateFilter $currentDate (#4047) (a8670a7)
- NODE-5530: make topology descriptions JSON stringifiable (#4070) (3a0e011)
- NODE-5745: ignore Read/Write Concern in Atlas Search Index Helpers (#4042) (67d7bab)
- NODE-5925: driver throws error when non-read operation in a transaction has a ReadPreferenceMode other than 'primary' (#4075) (39fc198)
- NODE-5971: attach
vto createIndexes command whenversionis specified (#4043) (1879a04)- NODE-5999: Change TopologyDescription.error type to MongoError (#4028) (30432e8)
- NODE-6019: indexExists always returns false when
fullis set totrue(#4034) (0ebc1ac)- NODE-6029: update types for collection listing indexes (#4072) (232bf3c)
- NODE-6051: only provide expected allowed keys to libmongocrypt after fetching aws kms credentials (#4057) (c604e74)
- NODE-6066: ClusterTime.signature can be undefined (#4069) (ce55ca9)
Performance Improvements
6.5.0 (2024-03-11)
Features
... (truncated)
Commits
6acb5e5chore(main): release 6.6.2 [skip-ci] (#4111)7a7ec5bfix(NODE-6171): RTT set to zero when serverMonitoringMode=stream (#4110)7c91272ci(NODE-6162): add server 8.0 to evergreen (#4107)f73362bchore(NODE-6033): update github actions (#4105)706cc56chore(main): release 6.6.1 [skip-ci] (#4102)7e0d9e6fix(NODE-6151): MongoClient connect does not keep Node.js running (#4101)2609953docs: 6.6.0 release (#4100)400ccbcchore(NODE-6142): add sbom lite file to driver repo (#4097)ec4c85dchore(main): release 6.6.0 [skip-ci] (#4037)7f191cfdeps(NODE-6149): use bson 6.7.0 (#4099)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)