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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

nodkz/mongodb-memory-server

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • There is now no more "beforeExit" listener added
  • resolveConfig: Default MongoDB Binary version is now "5.0.3"
  • mongodb: Upgrade to mongodb(nodejs) 4.1
Features
  • errors: add Error "StdoutInstanceError" (382e7c6)
  • errors: add errors "ParseArchiveRegexError" and "NoRegexMatchError" (fb02eac)
  • MongoBinaryDownloadUrl: change to throw a error when debian 10 used for versions below 4.2.0 (bfb0ec4), closes #​554 #​448
  • MongoInstance::stdoutHandler: change "instanceError" events to use "StdoutInstanceError" (3daa5ea)
  • MongoInstance::stdoutHandler: change to handle "expection in initAndListen" (7774e9e)
  • remove all "beforeExit" listeners (f3d8a19), closes #​563
  • resolveConfig: upgrade default mongodb version to 5.0.3 (75a722a), closes #​555
  • resolveConfig::findPackageJson: re-write internals to be more maintainable (8f16a2a)
  • replace "mkdirp" with "utils.mkdir" (7579b47)
  • DryMongoBinary::generateOptions: parse options from ARCHIVE_NAME or DOWNLOAD_URL (808cc7e), closes #​528
  • MongoBinaryDownloadUrl::translateArch: handle more variations of the same arch (0a22679)
  • utils: add function "mkdir" (44eeb53)
Reverts
  • Revert "docs(test-runners): add note to mocha / chai that process exit event may not be called" (a7c3c98)
Style
  • DryMongoBinary::generatePaths: log options (02befa8)
  • MongoBinaryDownloadUrl: add note for debian 11 (81c85f1)
Fixes
  • DryMongoBinary::parseArchiveNameRegex: change regex to include "macos" (#​562) (9d5bdbf)
  • resolveConfig: fix debug enable (9c8cbb7)
Dependencies

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)

v7.3.6

Compare Source

v7.3.5

Compare Source

v7.3.4

Compare Source

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

Features
  • MongoMemoryReplSet: add replicaMemberConfig to replica instance (#​508) (3752c72)
7.2.1 (2021-07-15)
Fixes

v7.2.1

Compare Source

v7.2.0

Compare Source

Features
Fixes
  • errors: StateError: add link to migration guide (d1be861)

v7.1.0

Compare Source

Features
  • resolveConfig: replace "find-package-json" with "new-find-package-json" (90b6d1b), closes #​495 #​494

v7.0.0

Bug Fixes
  • types: remove alias "SpawnOptions" (8b963c5)
  • types: remove unused types (ab2944b)
  • remove unused file "deprecate" (bb3e0f4)

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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.

@vercel
Copy link

vercel bot commented Nov 1, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/withdustin/kathena-ui/Nj9G2b7NPefFVuaxBvKVCY4eiJEQ
✅ Preview: https://kathena-ui-git-renovate-mongodb-memory-server-8x-withdustin.vercel.app

@duongdev duongdev temporarily deployed to kathena-pr-900 November 1, 2021 15:46 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from b1a7f31 to e74f532 Compare November 1, 2021 20:16
@duongdev duongdev temporarily deployed to kathena-pr-900 November 1, 2021 20:16 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from e74f532 to 4d529de Compare November 2, 2021 10:18
@duongdev duongdev temporarily deployed to kathena-pr-900 November 2, 2021 10:18 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 4d529de to 8982f5e Compare November 2, 2021 22:48
@duongdev duongdev temporarily deployed to kathena-pr-900 November 2, 2021 22:49 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 8982f5e to c1aa466 Compare November 3, 2021 02:29
@duongdev duongdev temporarily deployed to kathena-pr-900 November 3, 2021 02:30 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from c1aa466 to 88a4ff5 Compare November 3, 2021 10:23
@duongdev duongdev temporarily deployed to kathena-pr-900 November 3, 2021 10:23 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 88a4ff5 to 4dd232a Compare November 4, 2021 20:59
@duongdev duongdev temporarily deployed to kathena-pr-900 November 4, 2021 21:00 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 4dd232a to 31ff59c Compare November 4, 2021 23:04
@duongdev duongdev temporarily deployed to kathena-pr-900 November 4, 2021 23:04 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 31ff59c to 2b9a949 Compare November 5, 2021 00:10
@duongdev duongdev temporarily deployed to kathena-pr-900 November 5, 2021 00:10 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 2b9a949 to 8f7f458 Compare November 5, 2021 12:44
@duongdev duongdev temporarily deployed to kathena-pr-900 November 8, 2021 20:58 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from d655a86 to 10c474c Compare November 8, 2021 23:19
@duongdev duongdev temporarily deployed to kathena-pr-900 November 8, 2021 23:20 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 10c474c to 9f44dcf Compare November 9, 2021 02:14
@duongdev duongdev temporarily deployed to kathena-pr-900 November 9, 2021 02:14 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 9f44dcf to 67c668c Compare November 9, 2021 04:09
@duongdev duongdev temporarily deployed to kathena-pr-900 November 9, 2021 04:09 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 67c668c to 0e73f02 Compare November 9, 2021 17:19
@duongdev duongdev temporarily deployed to kathena-pr-900 November 9, 2021 17:20 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 0e73f02 to 8e9a88a Compare November 10, 2021 12:06
@duongdev duongdev temporarily deployed to kathena-pr-900 November 10, 2021 12:06 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 8e9a88a to 1e25563 Compare November 11, 2021 09:33
@duongdev duongdev temporarily deployed to kathena-pr-900 November 11, 2021 09:33 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 1e25563 to 1d69cc4 Compare November 11, 2021 11:11
@duongdev duongdev temporarily deployed to kathena-pr-900 November 11, 2021 11:11 Inactive
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-8.x branch from 1d69cc4 to a0518fe Compare November 11, 2021 13:54
@duongdev duongdev temporarily deployed to kathena-pr-900 November 11, 2021 13:54 Inactive
@renovate
Copy link
Contributor Author

renovate bot commented Nov 13, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/mongodb-memory-server-8.x branch November 13, 2021 04:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants