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

fix(deps): update dependency mongodb-memory-server to v8.16.1 #370

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb-memory-server (source) 8.6.0 -> 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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 3 times, most recently from d688320 to 98b1078 Compare March 19, 2023 00:03
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v8.12.0 fix(deps): update dependency mongodb-memory-server to v8.12.1 Mar 19, 2023
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 15 times, most recently from 0092141 to d2994c6 Compare March 25, 2023 19:29
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 11 times, most recently from bb383db to ffd98a9 Compare March 30, 2023 22:24
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 3 times, most recently from 45ec98d to e28756d Compare November 11, 2024 21:05
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 3 times, most recently from ec1adf8 to af23147 Compare November 18, 2024 21:05
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 9 times, most recently from ecfd35c to a03eb10 Compare November 26, 2024 06:19
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 6 times, most recently from 832db63 to 36af29f Compare December 2, 2024 21:52
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 5 times, most recently from 7e3f357 to ae268ee Compare December 9, 2024 19:21
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch 2 times, most recently from 05c8cf3 to df9a027 Compare December 10, 2024 21:26
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x-lockfile branch from df9a027 to 5890be9 Compare December 11, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants