Skip to content
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

Bump mongodb and connect-mongo #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2022

Bumps mongodb to 4.13.0 and updates ancestor dependency connect-mongo. These dependencies need to be updated together.

Updates mongodb from 2.2.36 to 4.13.0

Release notes

Sourced from mongodb's releases.

v4.13.0

The MongoDB Node.js team is pleased to announce version 4.13.0 of the mongodb package!

Features

  • NODE-4691: interrupt in-flight operations on heartbeat failure (#3457) (e641bd4)

Bug Fixes

  • NODE-4447: disable causal consistency in implicit sessions (#3479) (6566fb5)
  • NODE-4834: ensure that MessageStream is destroyed when connections are destroyed (#3482) (8338bae)

Documentation

We invite you to try the mongodb driver immediately, and report any issues to the NODE project.

v4.12.1

The MongoDB Node.js team is pleased to announce version 4.12.1 of the mongodb package!

Release Highlights

This version includes a fix to a regression in our monitoring logic that could cause process crashing errors that was introduced in v4.12.0.

If you are using v4.12.0 of the Node driver, we strongly encourage you to upgrade.

Bug Fixes

Documentation

We invite you to try the mongodb library immediately, and report any issues to the NODE project.

4.12.0

The MongoDB Node.js team is pleased to announce version 4.12.0 of the mongodb package!

Release Highlights

ChangeStreams are now AsyncIterators

... (truncated)

Changelog

Sourced from mongodb's changelog.

4.13.0 (2022-12-19)

Features

  • NODE-4691: interrupt in-flight operations on heartbeat failure (#3457) (e641bd4)
  • NODE-4810: define the new Logger (#3475) (6ef11d7)

Bug Fixes

  • NODE-4447: disable causal consistency in implicit sessions (#3479) (6566fb5)
  • NODE-4834: ensure that MessageStream is destroyed when connections are destroyed (#3482) (8338bae)

4.12.1 (2022-11-23)

Bug Fixes

4.12.0 (2022-11-16)

Features

Bug Fixes

  • NODE-4609: allow mapping to falsey non-null values in cursors (#3452) (1bf6ef1)
  • NODE-4735: fix change stream consecutive resumabilty (#3453) (89b27e9)
  • NODE-4753: remove erroneous deprecation of geoNear (#3465) (199dcaf)
  • NODE-4783: handle orphaned operation descriptions (#3463) (4c9b4d8)

4.11.0 (2022-10-19)

Features

  • NODE-3255: add minPoolSizeCheckIntervalMS option to connection pool (#3429) (5f34ad0)
  • NODE-3651: add hashed index type (#3432) (f6b56a1)
  • NODE-3875: support recursive schema types (#3433) (26bce4a)
  • NODE-4503: throw original error when server attaches NoWritesPerformed label (#3441) (a7dab96)

... (truncated)

Commits
  • eb5f651 chore(release): 4.13.0
  • 5d9711b docs: generate docs from latest main (#3471)
  • 8338bae fix(NODE-4834): ensure that MessageStream is destroyed when connections are d...
  • 9f945c4 test(NODE-4800): update build env scripts (#3487)
  • 6ef11d7 feat(NODE-4810): define the new Logger (#3475)
  • dfcc3d9 test(NODE-4826): update command monitoring tests (#3488)
  • d56414f test(NODE-4498): ts tests for OptionalId wrapping schemas with _id (#3486)
  • e3ead58 ci(NODE-4872): add permissions to dependency check workflow (#3483)
  • fb22f23 chore: update PR template commit message example (#3484)
  • 6566fb5 fix(NODE-4447): disable causal consistency in implicit sessions (#3479)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nbbeeken, a new releaser for mongodb since your current version.


Updates connect-mongo from 2.0.3 to 4.6.0

Changelog

Sourced from connect-mongo's changelog.

[4.6.0] - 2021-09-17

Changed

  • Moved mongodb to a peer dependency (and also as a dev dependency for connect-mongo developers). connect-mongo is no longer pinned to a specific version of mongodb. This allows end users to avoid errors due to Typescript definition changes when moving to new versions of mongodb. Users can use any version of mongodb that provides a compatible (non-breaking) interface to mongodb ^4.1.0. Tested on mongodb 4.1.0 and 4.1.1. Should fix: #433 #434 #436

Fixed

  • Fixed "Callback was already called" when some code throws immediately after calling the set function

[4.5.0] - 2021-08-17

BREAKING CHANGES

  • Drop Node 10 support

Changed

Fixed

  • Move writeConcern away from top-level option to fix deprecation warning #422

[4.4.1] - 2021-03-23

Fixed

  • store.all() method not working with encrypted store #410 #411
  • Update and unpin mongodb dependency due to upstream fix has been deployed #409

[4.4.0] - 2021-03-11

BREAKING CHANGES

  • Use export = for better cjs require without .default

Added

  • Add typescript example

[4.3.1] - 2021-03-09

Fixed

  • Fix incorrect assertion checking after adding client options

[4.3.0] - 2021-03-08

Added

... (truncated)

Commits
  • 8908b1c chore: bump version to 4.6.0 for release
  • 9847304 fix: callback was already called when code throw after set function (#440)
  • 2a2cd78 fix: move mongodb to peerDependencies (#435)
  • 3e27376 chore: bump version to 4.5.0 for release
  • fa8826d Merge pull request #430 from jdesboeufs/feat/upgrade-mongodb-depns
  • 472c003 test: ignore test file on code coverage
  • 83480c2 chore: drop node 10 support due to mongodb upgrade
  • 8bdc9e0 docs: update CHANGELOG
  • 788f603 fix: createIndex should have correct async dependency setup
  • ccd716a fix: upgrade mongodb driver to v4
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mingchuno, a new releaser for connect-mongo since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 4.13.0 and updates ancestor dependency [connect-mongo](https://github.com/jdesboeufs/connect-mongo). These dependencies need to be updated together.


Updates `mongodb` from 2.2.36 to 4.13.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@v2.2.36...v4.13.0)

Updates `connect-mongo` from 2.0.3 to 4.6.0
- [Release notes](https://github.com/jdesboeufs/connect-mongo/releases)
- [Changelog](https://github.com/jdesboeufs/connect-mongo/blob/master/CHANGELOG.md)
- [Commits](jdesboeufs/connect-mongo@v2.0.3...v4.6.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: connect-mongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants