Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps mongodb-memory-server from 10.1.4 to 10.2.0.

Release notes

Sourced from mongodb-memory-server's releases.

v10.2.0

10.2.0 (2025-08-02)

Features

  • MongoBinaryDownloadUrl: adjust fedora-rhel mapping based on official documentation (4031b74), closes #928
  • MongoBinaryDownloadUrl: support rhel93 binaries (dd66037)

Fixes

  • add more retryable status and error codes during downloads (#936) (dc82f62)
  • add retry logic for downloads with configurable retries and backoff (27c7d71)
  • errors: add more properties to "DownloadError" (45007b1), closes #929
  • MongoBinaryDownload::attempDownload: add experimental feature "EXP_RESUME_DOWNLOAD" (185c840)
  • MongoBinaryDownload::download: print full error object to debug logs (b907cb0)
  • MongoBinaryDownload: add tests for httpDownload (bbdad60)
  • use DownloadError on max retries exceeded (b90e086)

Style

  • utils.test: remove random non-error "ts-expect-error" (873aa6b)

Dependencies

  • debug: upgrade to version 4.4.1 (93b56dd)
  • https-proxy-agent: upgrade to version 7.0.6 (39a3393)
  • semver: upgrade to version 7.7.2 (b7140b1)
  • tslib: upgrade to version 2.8.1 (a94d970)
  • yauzl: upgrade to version 3.2.0 (25b2619)

Dev-Dependencies

  • @​types/jest: upgrade to version 29.5.14 (5d8ae09)
  • @​types/semver: upgrade to version 7.7.0 (fed0d70)
  • @​types/tar-stream: upgrade to version 3.1.4 (1b2cba4)
  • @​types/yazl: upgrade to version 3.3.0 (d946c4a)
  • eslint-plugin-prettier: upgrade to version 5.5.0 (7452a8d)
  • prettier: upgrade to version 3.6.0 (39fe52f)
  • ts-jest: upgrade to version 29.4.0 (600b708)
  • yazl: upgrade to version 3.3.1 (4be97b1)

v10.2.0-beta.6

10.2.0-beta.6 (2025-07-17)

Fixes

  • MongoBinaryDownload: add tests for httpDownload (bbdad60)

v10.2.0-beta.5

10.2.0-beta.5 (2025-07-17)

... (truncated)

Changelog

Sourced from mongodb-memory-server's changelog.

10.2.0 (2025-08-02)

Features

  • MongoBinaryDownloadUrl: adjust fedora-rhel mapping based on official documentation (4031b74), closes #928
  • MongoBinaryDownloadUrl: support rhel93 binaries (dd66037)

Fixes

  • add more retryable status and error codes during downloads (#936) (dc82f62)
  • add retry logic for downloads with configurable retries and backoff (27c7d71)
  • errors: add more properties to "DownloadError" (45007b1), closes #929
  • MongoBinaryDownload::attempDownload: add experimental feature "EXP_RESUME_DOWNLOAD" (185c840)
  • MongoBinaryDownload::download: print full error object to debug logs (b907cb0)
  • MongoBinaryDownload: add tests for httpDownload (bbdad60)
  • use DownloadError on max retries exceeded (b90e086)

Style

  • utils.test: remove random non-error "ts-expect-error" (873aa6b)

Dependencies

  • debug: upgrade to version 4.4.1 (93b56dd)
  • https-proxy-agent: upgrade to version 7.0.6 (39a3393)
  • semver: upgrade to version 7.7.2 (b7140b1)
  • tslib: upgrade to version 2.8.1 (a94d970)
  • yauzl: upgrade to version 3.2.0 (25b2619)

Dev-Dependencies

  • @​types/jest: upgrade to version 29.5.14 (5d8ae09)
  • @​types/semver: upgrade to version 7.7.0 (fed0d70)
  • @​types/tar-stream: upgrade to version 3.1.4 (1b2cba4)
  • @​types/yazl: upgrade to version 3.3.0 (d946c4a)
  • eslint-plugin-prettier: upgrade to version 5.5.0 (7452a8d)
  • prettier: upgrade to version 3.6.0 (39fe52f)
  • ts-jest: upgrade to version 29.4.0 (600b708)
  • yazl: upgrade to version 3.3.1 (4be97b1)

10.2.0-beta.6 (2025-07-17)

Fixes

  • MongoBinaryDownload: add tests for httpDownload (bbdad60)

10.2.0-beta.5 (2025-07-17)

Fixes

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [mongodb-memory-server](https://github.com/typegoose/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 10.1.4 to 10.2.0.
- [Release notes](https://github.com/typegoose/mongodb-memory-server/releases)
- [Changelog](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typegoose/mongodb-memory-server/commits/v10.2.0/packages/mongodb-memory-server)

---
updated-dependencies:
- dependency-name: mongodb-memory-server
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #30.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongodb-memory-server-10.2.0 branch September 22, 2025 04:30
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant