Skip to content

feat(deps): bump mongodb-memory-server-global from 10.1.4 to 11.0.1 - #19888

Merged
Lms24 merged 2 commits into
developfrom
dependabot/npm_and_yarn/mongodb-memory-server-global-11.0.1
Mar 19, 2026
Merged

feat(deps): bump mongodb-memory-server-global from 10.1.4 to 11.0.1#19888
Lms24 merged 2 commits into
developfrom
dependabot/npm_and_yarn/mongodb-memory-server-global-11.0.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 19, 2026

Copy link
Copy Markdown
Contributor

Bumps mongodb-memory-server-global from 10.1.4 to 11.0.1.

Release notes

Sourced from mongodb-memory-server-global's releases.

v11.0.1

11.0.1 (2025-12-23)

Fixes

  • MongoBinaryDownload: use "http" module for "USE_HTTP" requests (9c967f3), closes #962

v11.0.0

11.0.0 (2025-12-15)

⚠ BREAKING CHANGES

  • resolveConfig: Default mongodb binary version is now 8.2.x

  • tsconfig: potentially breaking change upgrading "target" to "es2023" in tsconfig

  • MongoBinaryDownloadUrl: Removed support for mongodb version below 4.2.0

  • Remove "-global-4.0" package as it is now unsupported by the mongodb driver

  • Lowest supported NodeJS version is now 20.19.0

  • tsconfig: update "target" to "es2023" (391da3d)

Features

  • MongoBinaryDownloadUrl: drop support for mongod versions below 4.2.0 (c4e6cf1), closes #894
  • remove "mongodb-memory-server-global-4.0" (9cf7211)
  • resolveConfig: enable "RESUME_DOWNLOAD" by default (5197f69)
  • resolveConfig: update default binary version to 8.2.1 (fefb155)
  • set lowest supported nodejs version to 20.19.0 (5c31896)

Fixes

  • resolveConfig: correct the mapping for "RESUME_DOWNLOAD" (6ae3ebf)

Style

  • migrate to eslint flat config (5a0e75c)
  • MongoBinaryDownload::attemptDownload: remove duplicated argument (3162cc6)
  • MongoBinaryDownload: document more options (ae9784c)

Dependencies

  • mongodb: upgrade to 7.0.0 (8430483)

Dev-Dependencies

  • @​types/jest: upgrade to 30.0.0 (0bd9079)
  • @​types/node: upgrade to version 24.10.0 (a42df53)
  • @typescript-eslint/*: upgrade to 7.18.0 (b6c462c)
  • @typescript-eslint/*: upgrade to 8.31.1 (945c0ed)
  • commitlint: upgrade to 20.1.0 (097237c)
  • commitlint: upgrade to 20.2.0 (c10f800)

... (truncated)

Changelog

Sourced from mongodb-memory-server-global's changelog.

11.0.1 (2025-12-23)

Fixes

  • MongoBinaryDownload: use "http" module for "USE_HTTP" requests (9c967f3), closes #962

11.0.0 (2025-12-15)

⚠ BREAKING CHANGES

  • resolveConfig: Default mongodb binary version is now 8.2.x

  • tsconfig: potentially breaking change upgrading "target" to "es2023" in tsconfig

  • MongoBinaryDownloadUrl: Removed support for mongodb version below 4.2.0

  • Remove "-global-4.0" package as it is now unsupported by the mongodb driver

  • Lowest supported NodeJS version is now 20.19.0

  • tsconfig: update "target" to "es2023" (391da3d)

Features

  • MongoBinaryDownloadUrl: drop support for mongod versions below 4.2.0 (c4e6cf1), closes #894
  • remove "mongodb-memory-server-global-4.0" (9cf7211)
  • resolveConfig: enable "RESUME_DOWNLOAD" by default (5197f69)
  • resolveConfig: update default binary version to 8.2.1 (fefb155)
  • set lowest supported nodejs version to 20.19.0 (5c31896)

Fixes

  • resolveConfig: correct the mapping for "RESUME_DOWNLOAD" (6ae3ebf)

Style

  • migrate to eslint flat config (5a0e75c)
  • MongoBinaryDownload::attemptDownload: remove duplicated argument (3162cc6)
  • MongoBinaryDownload: document more options (ae9784c)

Dependencies

  • mongodb: upgrade to 7.0.0 (8430483)

Dev-Dependencies

  • @​types/jest: upgrade to 30.0.0 (0bd9079)
  • @​types/node: upgrade to version 24.10.0 (a42df53)
  • @typescript-eslint/*: upgrade to 7.18.0 (b6c462c)
  • @typescript-eslint/*: upgrade to 8.31.1 (945c0ed)
  • commitlint: upgrade to 20.1.0 (097237c)
  • commitlint: upgrade to 20.2.0 (c10f800)
  • cross-env: drop seemingly unused dependency (c1d0cdb)
  • eslint-config-prettier: upgrade to 10.1.2 (0114ef2)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for mongodb-memory-server-global since your current version.


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 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)

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
@github-actions

github-actionsBot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

Deps

  • Bump mongodb-memory-server-global from 10.1.4 to 11.0.1 by dependabot[bot] in #19888
  • Bump stacktrace-parser from 0.1.10 to 0.1.11 by dependabot in #19887

Bug Fixes 🐛

  • (deps) Bump socket.io-parser to 4.2.6 to fix CVE-2026-33151 by chargome in #19880
  • (nestjs) Add node to nest metadata by chargome in #19875
  • (serverless) Add node to metadata by nicohrubec in #19878

Internal Changes 🔧

  • (astro) Re-enable server island tracing e2e test in Astro 6 by Lms24 in #19872

🤖 This preview updates automatically when you update the PR.

dependabotBotand others added 2 commits March 19, 2026 17:53
Bumps [mongodb-memory-server-global](https://github.com/typegoose/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server-global) from 10.1.4 to 11.0.1.
- [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/v11.0.1/packages/mongodb-memory-server-global)
---
updated-dependencies:
- dependency-name: mongodb-memory-server-global
dependency-version: 11.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@Lms24
Lms24force-pushed the dependabot/npm_and_yarn/mongodb-memory-server-global-11.0.1 branch from 80f0413 to 72cc71aCompareMarch 19, 2026 17:19

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"lru-memoizer": "2.3.0",
"mongodb": "^3.7.3",
"mongodb-memory-server-global": "^10.1.4",
"mongodb-memory-server-global": "^11.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 18 integration tests will break with this bump

High Severity

mongodb-memory-server-global v11 requires Node.js >= 20.19.0, but the CI matrix runs node integration tests on Node 18, 20, 22, and 24. The mongodb and mongoose integration tests (suites/tracing/mongodb/test.ts and suites/tracing/mongoose/test.ts) import MongoMemoryServer from this package and will fail on Node 18. The project's own engines field also declares "node": ">=18".

Fix in CursorFix in Web

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

PathSize% ChangeChange
@sentry/browser25.52 kB-0.44%-112 B 🔽
@sentry/browser - with treeshaking flags24.04 kB-0.43%-102 B 🔽
@sentry/browser (incl. Tracing)42.5 kB-0.27%-115 B 🔽
@sentry/browser (incl. Tracing, Profiling)47.17 kB-0.23%-105 B 🔽
@sentry/browser (incl. Tracing, Replay)81.31 kB-0.14%-109 B 🔽
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags70.88 kB-0.17%-116 B 🔽
@sentry/browser (incl. Tracing, Replay with Canvas)86.01 kB-0.13%-110 B 🔽
@sentry/browser (incl. Tracing, Replay, Feedback)98.27 kB-0.11%-104 B 🔽
@sentry/browser (incl. Feedback)42.35 kB-0.24%-99 B 🔽
@sentry/browser (incl. sendFeedback)30.2 kB-0.37%-110 B 🔽
@sentry/browser (incl. FeedbackAsync)35.25 kB-0.32%-110 B 🔽
@sentry/browser (incl. Metrics)26.81 kB-0.43%-115 B 🔽
@sentry/browser (incl. Logs)26.95 kB-0.43%-116 B 🔽
@sentry/browser (incl. Metrics & Logs)27.64 kB-0.38%-103 B 🔽
@sentry/react27.3 kB-0.34%-93 B 🔽
@sentry/react (incl. Tracing)44.86 kB-0.21%-91 B 🔽
@sentry/vue29.99 kB-0.32%-94 B 🔽
@sentry/vue (incl. Tracing)44.38 kB-0.25%-107 B 🔽
@sentry/svelte25.55 kB-0.45%-115 B 🔽
CDN Bundle28.2 kB-0.27%-74 B 🔽
CDN Bundle (incl. Tracing)43.39 kB-0.27%-117 B 🔽
CDN Bundle (incl. Logs, Metrics)29.07 kB-0.26%-75 B 🔽
CDN Bundle (incl. Tracing, Logs, Metrics)44.26 kB-0.23%-99 B 🔽
CDN Bundle (incl. Replay, Logs, Metrics)68.12 kB-0.14%-90 B 🔽
CDN Bundle (incl. Tracing, Replay)80.23 kB-0.13%-101 B 🔽
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)81.14 kB-0.12%-91 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback)85.78 kB-0.11%-91 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)86.67 kB-0.12%-101 B 🔽
CDN Bundle - uncompressed82.32 kB-0.37%-304 B 🔽
CDN Bundle (incl. Tracing) - uncompressed128.25 kB-0.25%-315 B 🔽
CDN Bundle (incl. Logs, Metrics) - uncompressed85.19 kB-0.36%-304 B 🔽
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed131.11 kB-0.24%-315 B 🔽
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed208.82 kB-0.15%-304 B 🔽
CDN Bundle (incl. Tracing, Replay) - uncompressed245.1 kB-0.13%-315 B 🔽
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed247.95 kB-0.13%-315 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed258.01 kB-0.13%-315 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed260.85 kB-0.13%-315 B 🔽
@sentry/nextjs (client)47.28 kB-0.19%-86 B 🔽
@sentry/sveltekit (client)42.95 kB-0.28%-119 B 🔽
@sentry/node-core56.28 kB-0.12%-62 B 🔽
@sentry/node173.21 kB+0.04%+52 B 🔺
@sentry/node - without tracing96.27 kB-0.08%-76 B 🔽
@sentry/aws-serverless113.28 kB-0.06%-61 B 🔽

View base workflow run

@github-actions

Copy link
Copy Markdown
Contributor

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

ScenarioRequests/s% of BaselinePrev. Requests/sChange %
GET Baseline9,640-9,244+4%
GET With Sentry1,78018%1,766+1%
GET With Sentry (error only)6,30165%6,222+1%
POST Baseline1,205-1,199+1%
POST With Sentry60750%612-1%
POST With Sentry (error only)1,07089%1,065+0%
MYSQL Baseline3,336-3,315+1%
MYSQL With Sentry49415%502-2%
MYSQL With Sentry (error only)2,70181%2,667+1%

View base workflow run

@Lms24
Lms24 merged commit ffe7a6f into developMar 19, 2026
235 checks passed
@Lms24
Lms24 deleted the dependabot/npm_and_yarn/mongodb-memory-server-global-11.0.1 branch March 19, 2026 17:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Lms24