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

Update dependency mongodb-memory-server-core to v8 #354

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

nodkz/mongodb-memory-server

v8.1.0

Compare Source

Features
  • change "getUri" to always return ip "127.0.0.1" instead of "ip" property (2409489), closes #​586
Dependencies
8.0.4 (2021-11-30)
Fixes
  • MongoBinaryDownloadUrl: translate ubuntu 2104 to 2004 (1ad603f), closes #​582
8.0.3 (2021-11-25)
Fixes
  • MongoMemoryServer::getStartOptions: use "forceSamePort", even when instance is not defined (1170ad5), closes #​578
Refactor
  • MongoMemoryServer::stop: remove assertion for typescript types (df5b888)
8.0.2 (2021-11-07)
Fixes
  • MongoMemoryServer: use non-static password for authentication creation (c72427d), closes #​575
8.0.1 (2021-11-05)
Fixes
  • MongoMemoryServer: invert isNew for dbPaths (6b8845e)
Style
  • update migration docs urls to include new /migration/ path (#​572) (b3897ed)

v8.0.4

Compare Source

v8.0.3

Compare Source

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: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 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 these updates 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.

@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2021

⚠️ No Changeset found

Latest commit: 6bf49ae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/mongodb-memory-server-core-8.x branch from dc1c29b to d39d25d Compare November 29, 2021 13:35
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-core-8.x branch from d39d25d to d168841 Compare December 6, 2021 13:38
@renovate renovate bot force-pushed the renovate/mongodb-memory-server-core-8.x branch from d168841 to 6bf49ae Compare December 27, 2021 14:42
@gwyneplaine gwyneplaine closed this Jan 7, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jan 7, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 8.x releases. However, if you upgrade to 8.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/mongodb-memory-server-core-8.x branch January 7, 2022 04:40
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.

2 participants