chore: Upgrade mongodb-memory-server to v9 #612
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.15.1
->9.0.0
Release Notes
nodkz/mongodb-memory-server (mongodb-memory-server)
v9.0.0
Compare Source
⚠ BREAKING CHANGES
resolveConfig: Default binary version is now "6.0.9"
DryMongoBinary: "legacyHomeCache" has been renamed to "homeCache" when using "DryMongoBinary" directly
MongoMemoryReplSet: ReplSet option "auth" can now not be a boolean anymore, use as a object instead
Authentication now is only created when "{ enable: true }" is given
also "disable" has been removed
MongoBinaryDownload: aliases for ".binaryOpts.*" have been removed, use ".binaryOpts.option" instead
".cleanup(boolean)" is now no longer supported, use object options instead
".stop(boolean)" is now no longer supported, use object options instead
tsconfig: potentially breaking change upgrading "target" to "es2020" in tsconfig
Lowest supported NodeJS version is now 14.0
MongoBinaryDownloadUrl::translateArch: "ia32" ("i386" / "i686") are now unsupported by mongodb-memory-server
tsconfig: potentially breaking change upgrading "target" to "es2019" in tsconfig
MongoInstance::checkErrorInLine: potentially breaking change not removing ", terminating" from error
MongoBinaryDownloadUrl::translatePlatform: potentially breaking change removing "sunos" from translation
tsconfig: update "target" to "es2019" (df41101)
tsconfig: update "target" to "es2020" (ff20382)
Features
Fixes
Style
Refactor
Dependencies
Dev-Dependencies
v8.16.0
Compare Source
Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.