Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

chore(deps): update dependency mongodb-memory-server to v9 #32

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb-memory-server (source) ^8.15.1 -> ^9.0.0 age adoption passing confidence

Release Notes

nodkz/mongodb-memory-server (mongodb-memory-server)

v9.2.0

Compare Source

Features
  • add option "DOWNLOAD_IGNORE_MISSING_HEADER" to ignore missing response-headers (f3f7764), closes #​865
  • update default-4.2-binary to 4.2.24 (63fcfc2)
  • update default-4.4-binary to 4.4.28 (df5eec0)
  • update default-binary to 6.0.14 (47f2bb3)
Dependencies
  • https-proxy-agent: upgrade to version 7.0.4 (d9dedc4)
  • semver: upgrade to version 7.6.0 (d0b50aa)
  • tar-stream: upgrade to version 3.1.7 (abcebd4)
  • yauzl: upgrade to version 3.1.3 (ba90289)
Dev-Dependencies

v9.1.8

Compare Source

Fixes
  • MongoBinaryDownloadUrl: support Debian 12 (Bookworm) (#​858) (48dbf43)

v9.1.7

Compare Source

Fixes

v9.1.6

Compare Source

Fixes
  • MongoBinaryDownloadUrl: clamp ubuntu-year to highest supported year (9a29af9), closes #​846
  • MongoBinaryDownloadUrl: support elementaryos 7 (064c69e)
  • MongoBinaryDownloadUrl: support linux-mint 21 (e756164)

v9.1.5

Compare Source

Fixes

v9.1.4

Compare Source

Fixes
  • MongoMemoryServer::getStartOptions: coerce version to semver before semver checks (427531e), closes #​841

v9.1.3

Compare Source

Fixes
  • resolveConfig: let debug mode be enabled through package.json again (8ba83c7), closes #​834

v9.1.2

Compare Source

Fixes
  • postinstallHelper: set "PREFER_GLOBAL_PATH" if "local" (9f523de), closes #​833

v9.1.1

Compare Source

Reverts
  • Revert "chore(website): upgrade docusaurus version to 3.0.0" (c8f628f)
  • Revert "chore(website/yarn.lock): lockfile maintenance" (96ede53)

v9.1.0

Compare Source

Features
  • getport: add experimental "EXP_NET0LISTEN" option (631ec28), closes #​827
  • MongoBinaryDownloadUrl: re-work rhel to support 9.0 (c582829), closes #​821
  • MongoDownloadUrl: add support for amazon linux 2023 (#​826) (ec1ea68)
Fixes
  • getport: ignore "ports.has()" if EXP_NET0LISTEN and port == 0 (682dac6)
  • MongoInstance::stop: should not wait too long to open a connection to ReplSet (#​813) (668b42a)
Style
  • getport: add log whether "EXP_NET0LISTEN" is active or not (b309a18)
  • MongoMemoryServer: log instance started log after assigning port (4a5eacc)
Refactor
  • getport: use "node:net" over "node:http" (c065147)
  • MongoMemoryServer: try to acquire port later (f0385d6)
Dependencies
  • mongodb: upgrade to version 5.9.1 (d328d65)
Dev-Dependencies

v9.0.1

Compare Source

Fixes
  • kill: should not try to open a connection to a not running ReplSet (#​811) (fefa869)
Style

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • resolveConfig: Default binary version is now "6.0.9"

  • DryMongoBinary: "legacyHomeCache" has been renamed to "homeCache" when using "DryMongoBinary" directly

  • MongoMemoryReplSet: ReplSet option "auth" can now not be a boolean anymore, use as a object instead

  • Authentication now is only created when "{ enable: true }" is given
    also "disable" has been removed

  • MongoBinaryDownload: aliases for ".binaryOpts.*" have been removed, use ".binaryOpts.option" instead

  • ".cleanup(boolean)" is now no longer supported, use object options instead

  • ".stop(boolean)" is now no longer supported, use object options instead

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

  • Lowest supported NodeJS version is now 14.0

  • MongoBinaryDownloadUrl::translateArch: "ia32" ("i386" / "i686") are now unsupported by mongodb-memory-server

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

  • MongoInstance::checkErrorInLine: potentially breaking change not removing ", terminating" from error

  • MongoBinaryDownloadUrl::translatePlatform: potentially breaking change removing "sunos" from translation

  • tsconfig: update "target" to "es2019" (df41101)

  • tsconfig: update "target" to "es2020" (ff20382)

Features
  • change authentication to only happen when "enable" is "true" (66a5ad3)
  • DryMongoBinary: rename "legacyHomeCache" to "homeCache" (eb7b691)
  • enable "MD5_CHECK" by default (26cc408)
  • merge "EnsureInstanceError" into "InstanceInfoError" (6962cbe)
  • merge "NoSystemBinaryFoundError" into "BinaryNotFoundError" (d4e4d63)
  • MongoBinaryDownload: remove aliases for "binaryOpts" (4bb3420)
  • MongoBinaryDownloadUrl::getUbuntuVersionString: handle falling back to default version better (8bf3d88)
  • MongoBinaryDownloadUrl::translateArch: remove ia32 translation and support (a827a28), closes #​638
  • MongoBinaryDownloadUrl::translatePlatform: remove translation of "elementary OS" (ca75ef5)
  • MongoBinaryDownloadUrl::translatePlatform: remove translation of "sunos" (31060b2), closes #​661
  • MongoBinaryDownloadUrl: add ability to overwrite distro used (f2b1c62), closes #​753
  • MongoBinaryDownloadUrl: remove linux fallback binary (fe76b56), closes #​761
  • MongoInstance::checkErrorInLine: dont remove ", terminating" from error (793aa0d), closes #​664
  • MongoInstance::start: error when already having a "mongodProcess" defined (cb80073), closes #​662
  • MongoInstance: remove storage engine "devnull" (6e38f99)
  • MongoInstance: remove storage engine "mmapv1" (f689bdd)
  • MongoMemoryReplSet: change "auth" to not be able to be a boolean anymore (0c6b574)
  • MongoMemoryServer: change "instance.auth" to not be manually set-able (840584b)
  • MongoMemoryServer: use storage engine "wiredTiger" if version is 7.0.0 or higher (952609b), closes #​742
  • remove support for ".cleanup(boolean)" (9bff82e)
  • remove support for ".stop(boolean)" (f925498)
  • resolveConfig: update default binary version to 6.x (3f5d421)
  • set lowest supported nodejs version to 14.0 (edc3a31)
  • util: add module "getport" (4d139a2)
Fixes
  • DryMongoBinary::generateOptions: actually use correct type for parameters (f099597)
  • getport: only run ".unref" if it exists (73c0c2e), closes #​801
  • MongoBinaryDownload::makeMD5check: actually hash the content of the file, not the path (c71dbf3)
  • MongoBinaryDownload: change "_downloadingUrl" to be protected (67ae260)
  • MongoInstance::checkErrorinLine: add more info to "aborting after" error (12fca33)
  • MongoInstance::stop: handle "stop" being called multiple times while running (80e6cd8), closes #​802
  • MongoInstance: change to call ".unref" on the mongodb process (59ec785), closes #​696
  • MongoMemoryServer: add log for when "instance.auth" is "false" but "opts.auth" is also defined (7463fdc)
  • remove usage of "md5-file" (8096884)
  • remove usage of "uuid" package (e30209a)
  • replace "get-port" usage with "getport" module (9bffeea)
Style
  • apply prettier 3.0.1 formatting (815a585)
  • DryMongoBinary: remove todo comment (08353b4)
  • MongoBinaryDownload: fix comment (49eb8fc)
  • MongoBinaryDownload: remove unused comment (ba26346)
  • MongoBinaryDownload: rename error variables from "e" to "err" (4bc2b22)
  • MongoBinaryDownloadUrl: update tsdoc comments (2c9c6fe)
  • MongoMemoryReplSet: rename error variables from "e" to "err" (99d556d)
  • MongoMemoryServer: remove todo comment (ea93afb)
Refactor
  • MongoMemoryServer::CreateUserMongoDB: update "roles" to use from mongodb directly (274499a), closes #​663
Dependencies
Dev-Dependencies
  • saslprep: remove dev-dependency again (c3b4bdc)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mongodb-memory-server-9.x branch from 7e59ccc to c3d6155 Compare February 2, 2024 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants