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

chore(deps): update dependency mongodb-memory-server to v6.9.6 #27

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongodb-memory-server 6.6.9 -> 6.9.6 age adoption passing confidence

Release Notes

nodkz/mongodb-memory-server

v6.9.6

Compare Source

Bug Fixes

v6.9.5

Compare Source

Bug Fixes
  • MongoBinaryDownloadUrl: add support for ubuntu-arm64 (c432e24), closes #​443

v6.9.4

Compare Source

Bug Fixes
  • MongoBinaryDownloadUrl: use debian92 for versions <4.2.0 (7bb5097), closes #​448

v6.9.3

Compare Source

Bug Fixes
  • MongoBinaryDownloadUrl: handle Debian "testing" release (#​430) (e4ffecf)

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

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Tokyo, 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 added the renovate label Sep 27, 2020
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-6.x branch from cfc220d to a9cf975 Compare September 28, 2020 22:01
@renovate renovate bot changed the title chore(deps): update dependency mongodb-memory-server to v6.8.0 chore(deps): 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 from a9cf975 to 4e5ece8 Compare September 30, 2020 13:21
@renovate renovate bot changed the title chore(deps): update dependency mongodb-memory-server to v6.8.1 chore(deps): 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 from 4e5ece8 to 4873abc Compare January 24, 2023 03:46
@renovate renovate bot changed the title chore(deps): update dependency mongodb-memory-server to v6.9.0 chore(deps): update dependency mongodb-memory-server to v6.9.6 Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants