Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Update dependency mongodb-memory-server to v6.9.2 #436

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2020

This PR contains the following updates:

Package Type Update Change
mongodb-memory-server devDependencies minor 6.6.1 -> 6.9.2

Release Notes

nodkz/mongodb-memory-server

v6.9.2

Compare Source

Bug Fixes
  • MongoBinaryDownloadUrl: add case for Linux Mint 20 (01a6bc6)
  • MongoBinaryDownloadUrl: detect "linuxmint" and "linux mint" as linux mint (fda4f72), closes #​403

v6.9.1

Compare Source

Bug Fixes
  • MongoBinaryDownloadUrl: fix win32 download generation (d62b489), closes #​399

v6.9.0

Compare Source

Bug Fixes
  • MongoInstance: try "SIGKILL" after timeout (f2a06bc)
  • MongoMemoryReplSet: change "process.on" to "process.once" for "beforeExit" (0e07953)
  • MongoMemoryReplSet: remove "beforeExit" listener inside "stop" (c7328c9)
  • MongoMemoryServer: remove double check (b99f3a4)
Features
  • MongoInstance: warn if nodejs version is below "10.15.0" (8693b46), closes #​379
  • MongoMemoryReplSet: deprecate "getConnectionString" (b088af2)
  • MongoMemoryServer: deprecate "getConnectionString" (9abf04f)

v6.8.1

Compare Source

Bug Fixes

v6.8.0

Compare Source

Features
  • skip binary download when binary tar exists (31ac64c)

6.7.6 (2020-09-16)

Bug Fixes
  • MongoBinary: change "LockFile.unlock" to be async (87c7b33)
  • MongoBinary: improve code (39ca575)
  • resolve-config: improve code (22d765d)

6.7.5 (2020-09-12)

Bug Fixes
  • postinstall: skip postinstall if "SYSTEM_BINARY" is set (34b1f1f), closes #​370

6.7.4 (2020-09-11)

Bug Fixes
  • MongoMemoryReplSet: comment-out older hack (c9679d8), closes #​366

6.7.3 (2020-09-11)

Bug Fixes

6.7.2 (2020-09-10)

Bug Fixes
  • MongoBinaryDownload: extend 404 error (4a034f0)
  • MongoInstance: modify "kill"'s debug logs (d00a96e)
  • use "db_util.isNullOrUndefined" (83ce9fe)
  • MongoMemoryReplSet: remove unused variable (d32aec1)

6.7.1 (2020-09-09)

Bug Fixes
  • MongoBinaryDownload: print used URL in 404 Error (788c12d)

v6.7.6

Compare Source

Bug Fixes
  • MongoBinary: change "LockFile.unlock" to be async (87c7b33)
  • MongoBinary: improve code (39ca575)
  • resolve-config: improve code (22d765d)

v6.7.5

Compare Source

Bug Fixes
  • postinstall: skip postinstall if "SYSTEM_BINARY" is set (34b1f1f), closes #​370

v6.7.4

Compare Source

Bug Fixes
  • MongoMemoryReplSet: comment-out older hack (c9679d8), closes #​366

v6.7.3

Compare Source

Bug Fixes

v6.7.2

Compare Source

Bug Fixes
  • MongoBinaryDownload: extend 404 error (4a034f0)
  • MongoInstance: modify "kill"'s debug logs (d00a96e)
  • use "db_util.isNullOrUndefined" (83ce9fe)
  • MongoMemoryReplSet: remove unused variable (d32aec1)

v6.7.1

Compare Source

Bug Fixes
  • MongoBinaryDownload: print used URL in 404 Error (788c12d)

v6.7.0

Compare Source

Features
  • add packages mongodb-memory-server-global-4.2, mongodb-memory-server-global-4.4 (7c97997)

6.6.9 (2020-09-08)

Bug Fixes
  • mongo_killer: refactor mongo_killer to make more sense (2dd1fae)
  • MongoInstance: de-duplicate killer code & actually log output from "mongo_killer" (76889a6)
  • MongoInstance: use environment variable "NODE" before "argv[0]" (611f227), closes #​177

6.6.8 (2020-09-08)

Bug Fixes

6.6.7 (2020-08-29)

Bug Fixes

6.6.6 (2020-08-25)

Bug Fixes
  • return back checkMD5 config option which false by default (#​342) (d2c6cc0)

6.6.5 (2020-08-24)

Bug Fixes

6.6.4 (2020-08-17)

Bug Fixes

6.6.3 (2020-07-28)

Bug Fixes

6.6.2 (2020-07-27)

Bug Fixes

6.6.1 (2020-05-20)

Bug Fixes

v6.6.9

Compare Source

Bug Fixes
  • mongo_killer: refactor mongo_killer to make more sense (2dd1fae)
  • MongoInstance: de-duplicate killer code & actually log output from "mongo_killer" (76889a6)
  • MongoInstance: use environment variable "NODE" before "argv[0]" (611f227), closes #​177

v6.6.8

Compare Source

Bug Fixes

v6.6.7

Compare Source

Bug Fixes

v6.6.6

Compare Source

Bug Fixes
  • return back checkMD5 config option which false by default (#​342) (d2c6cc0)

v6.6.5

Compare Source

Bug Fixes

v6.6.4

Compare Source

Bug Fixes

v6.6.3

Compare Source

Bug Fixes

v6.6.2

Compare Source

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ 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 has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 6, 2020

Codecov Report

Merging #436 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #436   +/-   ##
=======================================
  Coverage   63.56%   63.56%           
=======================================
  Files         136      136           
  Lines        1872     1872           
  Branches      192      192           
=======================================
  Hits         1190     1190           
  Misses        627      627           
  Partials       55       55           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b785ab7...6868649. Read the comment docs.

@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 6 times, most recently from 483d57f to 628f82f Compare August 12, 2020 17:50
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 9 times, most recently from 2b51aa9 to 8133e36 Compare August 17, 2020 17:56
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.3 Update dependency mongodb-memory-server to v6.6.4 Aug 17, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 2 times, most recently from 256a3b2 to 62ab6ba Compare August 24, 2020 15:33
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.4 Update dependency mongodb-memory-server to v6.6.5 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from 62ab6ba to f12cf6e Compare August 25, 2020 07:44
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.5 Update dependency mongodb-memory-server to v6.6.6 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from f12cf6e to 593309b Compare August 29, 2020 09:55
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.6 Update dependency mongodb-memory-server to v6.6.7 Aug 29, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 2 times, most recently from 201537e to 8099bdc Compare September 8, 2020 07:34
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.7 Update dependency mongodb-memory-server to v6.6.8 Sep 8, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from 8099bdc to bb14dd7 Compare September 8, 2020 11:16
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.6.8 Update dependency mongodb-memory-server to v6.6.9 Sep 8, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from bb14dd7 to 1aef548 Compare September 8, 2020 13:19
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from 7afc8a5 to dad381a Compare September 21, 2020 21:46
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.7.6 Update dependency mongodb-memory-server to v6.8.0 Sep 21, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 3 times, most recently from ff3455d to 42737b9 Compare September 28, 2020 22:04
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.8.0 Update dependency mongodb-memory-server to v6.8.1 Sep 28, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 3 times, most recently from 6d7df5c to e74089c Compare September 30, 2020 13:27
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.8.1 Update dependency mongodb-memory-server to v6.9.0 Sep 30, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 7 times, most recently from 353561b to 7b8334f Compare October 7, 2020 16:51
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.9.0 Update dependency mongodb-memory-server to v6.9.1 Oct 7, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from 7b8334f to 121c903 Compare October 9, 2020 16:49
@renovate renovate bot changed the title Update dependency mongodb-memory-server to v6.9.1 Update dependency mongodb-memory-server to v6.9.2 Oct 9, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch 8 times, most recently from 234ba3d to 2f7e6fa Compare October 20, 2020 16:06
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from 2f7e6fa to 6868649 Compare October 22, 2020 19:08
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.

1 participant