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

Update dependency mongodb-memory-server to v8.16.1 #54

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb-memory-server (source) 8.5.2 -> 8.16.1 age adoption passing confidence

Release Notes

typegoose/mongodb-memory-server (mongodb-memory-server)

v8.16.1

Compare Source

Fixes
Style

v8.16.0

Compare Source

Dependencies
  • typedoc: add dev-dependency (f8c671c)

v8.15.1

Compare Source

Fixes
Style
  • MongoBinaryDownloadUrl: add comment explaining pr 787 (1821135)

v8.15.0

Compare Source

Features
  • MongoBinaryDownloadUrl: add ability to overwrite distro used (826c72e), closes #​753
Dependencies
  • @​typescript-eslint/*: upgrade to version 5.61.0 (121f0fc)
  • eslint: upgrade to version 8.44.0 (f7487b1)
  • semver: upgrade to version 7.5.3 (3498c33)
  • tslib: upgrade to version 2.6.0 (2cbd3dc)
Style
  • MongoBinaryDownload: fix comment (615b681)

v8.14.0

Compare Source

Features
  • update default-binary 5.0.19 (296b2f6)
  • MongoBinaryDownload: add option to configure max amount of redirects (0d81c81)
  • MongoBinaryDownload: follow redirects (9ec4aee), closes #​785
Dependencies
  • eslint: upgrade to version 8.46.0 (713b1a5)
  • eslint-config-prettier: upgrade to version 8.10.0 (097077f)
  • semver: upgrade to version 7.5.4 (f7c4837)
  • tslib: upgrade to version 2.6.1 (db16d8f)

v8.13.0

Compare Source

Features
  • errors: add "DownloadError" (29cfe8c)
  • MongoBinaryDownload: make use of "DownloadError" (88a7cce)
  • update binary 4.2 to 4.2.23 (49816ee)
  • update binary 4.4 to 4.4.22 (81acdfe)
  • update default-binary 5.0.18 (ba37680)
Dependencies

v8.12.2

Compare Source

Style
Fixes
  • MongoBinaryDownloadUrl: update mapping for arch to "ubuntu2204" (20dab94)

v8.12.1

Compare Source

Fixes
  • errors: add helper message if exit code is large on windows for "UnexpectedCloseError" (d066643), closes #​748
  • MongoInstance::closeHandler: actually dont error with code 12 on windows (0668c35)

v8.12.0

Compare Source

Features
  • MongoMemoryReplSet: remove usage of "tmp" package (3690a00)
  • MongoMemoryServer: remove usage of "tmp" package (6911daf)
  • utils: add function "createTmpDir" and "removeDir" (62d7876)
Dependencies
Refactor
  • MongoMemoryServer::cleanup: use "utils.removeDir" instead of custom (2f1f2e8)

v8.11.5

Compare Source

Style
  • resolveConfig: dont enable debug mode twice (6ae0c73), closes #​745
Fixes
  • MongoBinaryDownloadUrl: add support for Oracle Linux (75fa22e), closes #​746

v8.11.4

Compare Source

Fixes
  • getos: check if given os is also not UNKNOWN and try different formats (66541de), closes #​735
  • MongoBinaryDownloadUrl::getUbuntuVersionString: change "os" for elementary to be optional (0e90784), closes #​735

v8.11.3

Compare Source

Fixes
  • MongoBinaryDownloadUrl: support ubuntu 22.04 ^6.0.4 (6598792), closes #​732

v8.11.2

Compare Source

Fixes
  • errors: add error "UnknownVersionError" (5676931)
  • MongoBinaryDownload: use coerced versions for semver (10d1749), closes #​734
  • MongoBinaryDownloadUrl: handle cases where patch version is checked and "-latest" was requested (690aa42)
  • MongoBinaryDownloadUrl::getRhelVersionString: handle versions above 8 (7c2d490)

v8.11.1

Compare Source

Fixes
  • MongoMemoryReplSet: pass-through option "launchTimeout" correctly (575f07a)

v8.11.0

Compare Source

Features
Fixes
  • MongoBinaryDownloadUrl::getRhelVersionString: add warning for unhandled rhel versions (ad71f21)
  • MongoBinaryDownloadUrl::getRhelVersionString: refactor to better compare versions (6a38d17), closes #​726
Style
  • MongoBinaryDownload: add status code to "status is not 200" error (ad304ee), closes #​720
  • MongoBinaryDownload: rename error variables from "e" to "err" (f7d811e)
  • MongoBinaryDownloadUrl: update tsdoc comments (4af629c)
  • MongoMemoryReplSet: rename error variables from "e" to "err" (57d034d)
Dependencies

v8.10.2

Compare Source

Fixes
  • MongoBinaryDownload::httpDownload: update 403 error message links (b9307bd)

v8.10.1

Compare Source

Fixes
  • MongoInstance: move getting / downloading the binary before creating the launchTimeout (619d1fa), closes #​719

v8.10.0

Compare Source

Features
  • MongoBinaryDownloadUrl: support native macos arm64 binaries for 6.0.0 and up (9b0dfb1), closes #​714
Dependencies

v8.9.5

Compare Source

Fixes
  • MongoMemoryServer: pass-through option "launchTimeout" correctly (6ffe62a), closes #​710

v8.9.4

Compare Source

Fixes
  • MongoInstance: add a timeout for the "launch" promise (f822856), closes #​710

v8.9.3

Compare Source

Style
  • MongoMemoryReplSet: update log to more current implementation (256d65b)
  • MongoMemoryServer.test: remove unused "ts-expect-error" directive (5020be8)
Fixes
  • MongoMemoryReplSet: fix creating auth regardless of "enableAuth" (78d5aee)
  • MongoMemoryServer: dont set "extraConnectionOptions" when auth-object is disabled (80d6fe1)

v8.9.2

Compare Source

Fixes
  • errors::UnexpectedCloseError: add Error (ce6462e)
  • errors::UnexpectedCloseError: add extra message on SIGILL (2c54e1f), closes #​693 #​692 #​687
  • MongoInstance::closeHandler: emit "instanceError" on non-0 (or non-12) code (fbd0747), closes #​693
Style
  • MongoInstance: change a arrow function to a named function for debugging (704bc64)
  • MongoInstance::closeHandler: add note that "instanceError" gets emitted on signal (c01fec7)
  • MongoInstance::closeHandler: correct parameter types to include "null" (e052aa1)

v8.9.1

Compare Source

Fixes
  • MongoInstance::checkErrorInLine: handle json output of error "DBException in initAndListen" (2131df2)

v8.9.0

Compare Source

Features
  • errors: add generic MMS Error (7fc4acc)
  • MongoBinaryDownload::extract: dont include ".dll" files in the filter anymore (a7c685b)
Style
  • MongoBinaryDownload::extractTarGz: rename some variables to current convention (bcb4dab)
Fixes
  • MongoBinaryDownload::extractTarGz: wrap error messages in "GenericMMSError" (a8733dc)
  • MongoMemoryReplSet::_initReplSet: use "extraConnectionOptions" when "_ranCreateAuth" is "true" (e116128)
  • MongoMemoryReplSet::cleanup: reset "_ranCreateAuth" on cleanup (2fc87e7)
Refactor
  • MongoBinaryDownloadUrl::translateArch: combine case "arm64" & "aarch64" (4eb48da)
Dependencies

v8.8.0

Compare Source

Features
  • MongoBinaryDownloadUrl: change to use "aarch64" by default and map to "arm64" where needed (ddf1991), closes #​678
  • MongoBinaryDownloadUrl::getRhelVersionString: add support for aarch64 (62d96e6)
  • make use of the "localhost exception" for creating users (b1f4dc0), closes #​670 #​671
Style
  • MongoBinaryDownloadUrl::getFedoraVersionString: add comment about 36 (c168c62), closes #​673
  • MongoBinaryDownloadUrl::getLegacyVersionString: remove nonexistent parameter from tsdoc (417d946)
  • MongoMemoryServer::AutomaticAuth: fix typo in tsdoc (770791b)
Fixes
  • MongoMemoryServer: add some extra context to -86 error on macos-arm (1f0f045), closes #​674
Dependencies
  • @​types/jest: upgrade to version 28.1.4 (627a3b5)
  • @​types/jest: upgrade to version 28.1.6 (dff909f)
  • @​typescript-eslint/*: upgrade to version 5.30.5 (58cfeaf)
  • @​typescript-eslint/*: upgrade to version 5.30.7 (f73a26e)
  • eslint: upgrade to version 8.19.0 (574c252)
  • eslint: upgrade to version 8.20.0 (76a4a48)
  • eslint-plugin-prettier: upgrade to version 4.2.1 (97145a8)
  • jest: upgrade to version 28.1.2 (c7c7303)
  • jest: upgrade to version 28.1.3 (2ade5c3)
  • mongodb: set version to be "~" (8a5552a)
  • ts-jest: upgrade to version 28.0.7 (fa9975d)

v8.7.2

Compare Source

Style
  • MongoInstance::closeHandler: add explanation in log what value is what (69f7261)
  • utils::killProcess: remove duplicated function identifier from log (6d49741)
Fixes
  • MongoMemoryReplSet::_initReplSet: attempt to fix "server selection timed out" when using auth (17522dc)

v8.7.1

Compare Source

Fixes
  • utils::killProcess: handle case where input could be undefined at runtime (209520f), closes #​666

v8.7.0

Compare Source

Dependencies
  • @​types/jest: upgrade to version 28.1.2 (fc76c9c)
  • @​types/semver: upgrade to version 7.3.10 (2a41ccf)
  • @​typescript-eslint/*: upgrade to version 5.28.0 (d4f7d45)
  • conventional-changelog-conventionalcommits: upgrade to version 5.0.0 (e4474f0)
  • eslint: upgrade to version 8.18.0 (cde8a0d)
  • jest: upgrade to version 28.1.1 (d53fa0f)
  • mongodb: upgrade to version 4.7.0 (8abb888)
  • new-find-package-json: upgrade to version 2.0.0 (a22d7cb)
  • prettier: upgrade to version 2.7.1 (74196ad)
  • ts-jest: upgrade to version 28.0.5 (695d367)
8.6.1 (2022-06-15)
Style
  • MongoBinary::MongoBinaryOpts: remove double parameter definition (880c445)
  • MongoBinaryDownloadUrl: deprecate "sunos" (5ba9835)
  • MongoInstance::MongoMemoryInstanceOptsBase: fix missing argument in tsdoc (b937ce4)
  • MongoInstance::ReplicaMemberConfig: change "defaultValue" to "default" in tsdoc (7b0c98e)
Fixes
  • MongoInstance::checkErrorInLine: optimize "exception in initAndListen" regex (473c278), closes #​560
  • MongoInstance::checkErrorInLine: optimize "libsomething: cannot open shared object" regex (2b733b4), closes #​560
  • MongoInstance::checkErrorInLine: replace "replaceAll" with "replace" (9546cf9)

v8.6.1

Compare Source

v8.6.0

Compare Source

Features
  • MongoBinaryDownloadUrl: add archive generation for gentoo (39b0a3d)
  • MongoMemoryReplSet: change generic "instanceinfo missing" errors to "InstanceInfoError" (27934a4)
  • add environment variable to use archive name for binary name (2fc0e1a), closes #​609
  • update binary 4.0 to 4.0.28 (f26f739)
  • update binary 4.2 to 4.2.18 (3a47739)
  • update binary 4.4 to 4.4.12 (cde2a4a)
  • update binary 4.4 to 4.4.13 (ddaf3f9)
  • MongoBinaryDownloadUrl::getDebianVersionString: use debian11 when possible (8100b2f)
  • update binary 5.0 to 5.0.8 (a56e02b)
Reverts
  • Revert "test(MongoMemoryReplSet): enable debug for often open-handle test" (29e11e1)
Style
  • DryMongoBinary: add tsdoc to interfaces (ba0349c)
  • MongoBinaryDownload::makeMD5Check: change variable names to better represent what they do (f8c2f05)
  • MongoBinaryDownloadUrl: add more todo notes (1a1bfa7)
  • MongoBinaryDownloadUrl: add todo for ubuntu "14" default (75d8d24)
  • MongoBinaryDownloadUrl: change comment to be more helpful (2f70f53)
  • MongoMemoryReplSet::_initReplSet: add todo (884bda5)
  • MongoMemoryReplSet::stop: rename internal variable to make more sense (a86c321)
  • MongoMemoryServer::createAuth: change comment to make more sense (4df5b41)
  • resolveConfig: add tsdoc to some values and interfaces (9b9f327)
  • resolveConfig: remove commented out variable (ac854c9)
Refactor
  • change uses of deprecated ".stop(false)" to explicit object (dbcd00a)
Fixes
  • MongoBinaryDownloadUrl::translateArch: add deprecation notice for "ia32" (2614d18), closes #​638
  • MongoBinaryDownloadUrl.ts: Add current openSUSE Leap relase version (2904d7e)
  • MongoMemoryServer::createAuth: handle connection erroring and maybe not closing (9bad913)
Dependencies
  • @​types/jest: upgrade to version 27.5.0 (7749b59)
  • @​types/jest: upgrade to version 27.5.1 (7d678c7)
  • @​typescript-eslint/*: upgrade to version 5.22.0 (e495884)
  • @​typescript-eslint/*: upgrade to version 5.26.0 (b7f53af)
  • commitlint: upgrade to version 16.2.4 (ad3b242)
  • doctoc: upgrade to version 2.2.0 (7591372)
  • eslint: upgrade to version 8.14.0 (08fb188)
  • eslint: upgrade to version 8.16.0 (1b19581)
  • jest: upgrade to version 28.0.3 (1521838)
  • jest: upgrade to version 28.1.0 (1ef0f1f)
  • ts-jest: upgrade to version 28.0.2 (8b8a40d)
  • tslib: upgrade to version 2.4.0 (0f4713d)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Mar 24, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 2ca4360 to 4eff2ef Compare April 17, 2023 10:42
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.12.1 Update dependency mongodb-memory-server to v8.12.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 4eff2ef to e3e9f6a Compare June 12, 2023 13:31
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.12.2 Update dependency mongodb-memory-server to v8.13.0 Jun 12, 2023
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.13.0 Update dependency mongodb-memory-server to v8.14.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 2 times, most recently from 3224118 to 1f0568b Compare August 9, 2023 12:03
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 1f0568b to 56ae0b2 Compare August 18, 2023 11:22
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.14.0 Update dependency mongodb-memory-server to v8.15.0 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 56ae0b2 to 9cd90ec Compare August 20, 2023 13:51
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.15.0 Update dependency mongodb-memory-server to v8.15.1 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 9cd90ec to df7b0dd Compare August 27, 2023 10:26
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from df7b0dd to 2a6160d Compare September 19, 2023 12:30
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 2 times, most recently from 36626d2 to 40376af Compare September 28, 2023 12:41
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 40376af to dda4c80 Compare October 8, 2023 18:03
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.15.1 Update dependency mongodb-memory-server to v8.16.0 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from dda4c80 to 8028455 Compare October 15, 2023 17:00
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 8028455 to 7011cfc Compare October 23, 2023 12:34
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 7011cfc to 8f707ef Compare November 6, 2023 06:27
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 8f707ef to 1d915ec Compare November 16, 2023 11:04
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from 1d915ec to d682d64 Compare December 3, 2023 10:05
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from d682d64 to 65b8bd6 Compare July 16, 2024 12:26
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v8.16.0 Update dependency mongodb-memory-server to v8.16.1 Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants