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 v7.6.3 #298

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb-memory-server 7.3.6 -> 7.6.3 age adoption passing confidence

Release Notes

nodkz/mongodb-memory-server

v7.6.3

Compare Source

7.6.3 (2021-11-07)
Fixes
  • MongoMemoryServer: use non-static password for authentication creation (25b04cf), closes #​575

v7.6.2

Compare Source

7.6.2 (2021-11-05)
Fixes
  • update migration docs urls to include new /migration/ path (#​572) (9b136d9)

v7.6.1

Compare Source

7.6.1 (2021-11-05)
Fixes
  • MongoMemoryServer: invert isNew for dbPaths (0d2e16b)

v7.6.0

Compare Source

Dependencies
7.5.1 (2021-10-19)
Fixes
  • MongoInstance: try to fix some CodeQL redos (9fc3a33)

v7.5.1

Compare Source

v7.5.0

Compare Source

Features
  • upgrade default mongodb binary version to 4.0.27 (c82e56c)
  • upgrade mongodb patch version for "-global-*" packages (01a6ded)
Style
7.4.6 (2021-10-19)
Fixes
  • resolveConfig: change default version to be a constant (non-changeable) (11c9547)
7.4.5 (2021-10-19)
Fixes
7.4.4 (2021-10-14)
Fixes
  • MongoMemoryServer: change that "instance.auth" is not required to be set for enabling auth (4e4a41d)
  • MongoMemoryServer: change to log value "createAuth" (9c3fea0)
Style
  • MongoInstance: add more tsdoc (36c1971)
7.4.3 (2021-10-05)
Fixes
  • resolveConfig::findPackageJson: actually apply processing to path options (25c4119), closes #​548
7.4.2 (2021-09-29)
Fixes
  • resolveConfig: fix debug enable (aff6838)
7.4.1 (2021-09-20)
Fixes

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

Features
  • errors: add "EnsureInstanceError" (e5aaebf)
  • errors: add "Md5CheckFailedError" (6ca70f0)
  • errors: add "NoSystemBinaryFoundError" (e1206c7)
  • errors: add "StartBinaryFailedError" (83626e0)
  • errors: add "UnableToUnlockLockfileError" (c1d1426)
  • errors: add error "WaitForPrimaryTimeoutError" (db1a3aa)
  • errors: rename "UnknownArchitecture" to "UnknownArchitectureError" (c546ab0)
  • errors: rename "UnknownLockfileStatus" to "UnknownLockfileStatusError" (f0fb208)
  • errors: rename "UnknownPlatform" to "UnknownPlatformError" (2800029)
  • errors: unfiy binary X_OK checking and throwing errors (4401834)
  • getos: support multiple "id_like" (ce42fad), closes #​525
  • MongoBinary: add ability to disable SYSTEM_BINARY version check (331d820), closes #​529
  • MongoMemoryReplSet: add named error for "count" assertion (d67202b)
  • actually change "auth" to work on non-inmemory storageEngines (7ac3758), closes #​533
  • MongoBinaryDownloadUrl: add support for Amazon Distro (a7e14b5), closes #​527
Refactor
  • MongoInstance: debug: passthrough any extra arguments to the logger to handle (5dbdded)
  • MongoMemoryServer: improve logging (0326b37)
Dependencies
Fixes
  • MongoInstance: change "instanceReplState" to get triggered on "transition" (923aae6)
  • MongoInstance: closeHandler: also log the exit signal (a9f42ea)
  • MongoInstance: fix resetting "isInstancePrimary" in the same line (c91b703)
  • MongoInstance: stop: use "this.debug" over "log" (00740ac)
  • MongoInstance: update nodejs version warning (forgot in 7.0) (2741434)
  • MongoInstance: use "shutdown" on all replset members instead of "replSetStepDown" on primary (40af0a0)
  • MongoMemoryReplset: improve logging & disable "writeConcernMajorityJournalDefault" when memory (8427df8)
  • resolveConfig: enable debug mode when defined through package config (20b121f)
  • utils: killProcess: use better logging (aa75e42)
  • utils::assertion: change to use named fallback error (88ae810)
Style
  • errors: add REFACTOR comment (e9dd68f)
  • MongoBinaryDownload::download: add "@​returns" tsdoc (ddb88c4)
  • MongoInstance: ignore nodejs warning from coverage (68adbbf)
  • MongoMemoryReplSet: add todo (0bbc346)
  • MongoMemoryServer: move protected function to other protected functions (3b1dc73)
  • fix some typos "an" -> "a" (ad0a930)

Configuration

📅 Schedule: 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from 596647c to ffd4c27 Compare September 20, 2021 13:07
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.0 fix(deps): update dependency mongodb-memory-server to v7.4.1 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from ffd4c27 to 5cd416e Compare September 29, 2021 15:39
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.1 fix(deps): update dependency mongodb-memory-server to v7.4.2 Sep 29, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from 5cd416e to 54262a8 Compare October 5, 2021 18:23
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.2 fix(deps): update dependency mongodb-memory-server to v7.4.3 Oct 5, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from 54262a8 to bd37d44 Compare October 14, 2021 20:04
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.3 fix(deps): update dependency mongodb-memory-server to v7.4.4 Oct 14, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from bd37d44 to 22028ea Compare October 19, 2021 12:47
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.4 fix(deps): update dependency mongodb-memory-server to v7.4.5 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from 22028ea to c3a9df1 Compare October 19, 2021 14:06
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.5 fix(deps): update dependency mongodb-memory-server to v7.4.6 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from c3a9df1 to c13b12e Compare October 19, 2021 16:09
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.4.6 fix(deps): update dependency mongodb-memory-server to v7.5.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from c13b12e to f9879ed Compare October 31, 2021 18:52
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.5.1 fix(deps): update dependency mongodb-memory-server to v7.6.0 Oct 31, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from f9879ed to 4be783a Compare November 5, 2021 22:02
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.6.0 fix(deps): update dependency mongodb-memory-server to v7.6.2 Nov 5, 2021
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-7.x branch from 4be783a to 9eb38ea Compare November 7, 2021 17:41
@renovate renovate bot changed the title fix(deps): update dependency mongodb-memory-server to v7.6.2 fix(deps): update dependency mongodb-memory-server to v7.6.3 Nov 7, 2021
@vladholubiev vladholubiev merged commit 1a41aa8 into master Jan 8, 2022
@vladholubiev vladholubiev deleted the renovate/mongodb-memory-server-7.x branch January 8, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants