Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mongodb-memory-server from 6.2.1 to 7.2.1.

Release notes

Sourced from mongodb-memory-server's releases.

v7.2.1

7.2.1 (2021-07-15)

Fixes

  • utils: statPath: do not throw on EACCES (#506) (d07eb3b)

v7.2.0

7.2.0 (2021-07-06)

Features

  • MongoMemoryServer: getUri: throw StateError instead of assertionError (2e632ab), closes #501 #497 #458

Fixes

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

v7.1.0

7.1.0 (2021-07-05)

Features

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

v7.0.0

7.0.0 (2021-07-01)

⚠ BREAKING CHANGES

  • Lowest supported NodeJS version is now 12.22
  • getUri's parameter got changed to use ""(empty) by default
  • getUri's parameter got changed to what the actual definition is, and uses "admin" by default
  • MongoMemoryServer: "MongoMemoryServer" now implements "ManagerAdvanced"
  • MongoInstance: "MongoInstance" now implements "ManagerBase"
  • MongoInstance: renaming "MongoInstance.childProcess" to "MongoInstance.mongodProcess" can break some api's
  • utils: Default-export from "utils" got removed, import it now with "{ generateDbName }"
  • MongoInstance: MongoInstance's functions got renamed to make more clear what they do (create,start,stop - instead of run,run,kill)
  • getos: All "USE*" and "SKIP*" Environment Variables got removed in favor of an better handling
  • MongoInstance: remove function "MongoInstance.getPid", replace with "MongoInstance.childProcess?.pid"
  • MongoBinary: remove function "MongoBinary.getCachePath", replace with "MongoBinary.cache.get"
  • MongoBinaryDownload: remove "MongoBinaryDownload.locationExists", replace with "utils.pathExists"
  • MongoBinary: remove value "LATEST_VERSION" in favor of using resolveConfig Value "VERSION"
  • resolveConfig: removing alias "reInitializePackageJson", replace with "findPackageJson"

... (truncated)

Changelog

Sourced from mongodb-memory-server's changelog.

7.2.1 (2021-07-15)

Fixes

  • utils: statPath: do not throw on EACCES (#506) (d07eb3b)

7.2.0 (2021-07-06)

Features

  • MongoMemoryServer: getUri: throw StateError instead of assertionError (2e632ab), closes #501 #497 #458

Fixes

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

7.1.0 (2021-07-05)

Features

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

7.0.0 (2021-07-01)

⚠ BREAKING CHANGES

  • Lowest supported NodeJS version is now 12.22
  • getUri's parameter got changed to use ""(empty) by default
  • getUri's parameter got changed to what the actual definition is, and uses "admin" by default
  • MongoMemoryServer: "MongoMemoryServer" now implements "ManagerAdvanced"
  • MongoInstance: "MongoInstance" now implements "ManagerBase"
  • MongoInstance: renaming "MongoInstance.childProcess" to "MongoInstance.mongodProcess" can break some api's
  • utils: Default-export from "utils" got removed, import it now with "{ generateDbName }"
  • MongoInstance: MongoInstance's functions got renamed to make more clear what they do (create,start,stop - instead of run,run,kill)
  • getos: All "USE*" and "SKIP*" Environment Variables got removed in favor of an better handling
  • MongoInstance: remove function "MongoInstance.getPid", replace with "MongoInstance.childProcess?.pid"
  • MongoBinary: remove function "MongoBinary.getCachePath", replace with "MongoBinary.cache.get"
  • MongoBinaryDownload: remove "MongoBinaryDownload.locationExists", replace with "utils.pathExists"
  • MongoBinary: remove value "LATEST_VERSION" in favor of using resolveConfig Value "VERSION"
  • resolveConfig: removing alias "reInitializePackageJson", replace with "findPackageJson"
  • MongoMemoryReplSet: not resetting "servers" after calling "stop" on an replSet can be breaking for some cases
  • MongoMemoryServer: allow the re-use of instances & dbPath's meant to change some things internally, which could be breaking
  • MongoMemoryReplSet: change "getUri" to be sync (dosnt wait until running anymore)
  • MongoMemoryReplSet: remove option "oplogSize", replace with ".replSetOpts.args.push('--oplogSize', '1')"

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 15, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #534.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongodb-memory-server-7.2.1 branch July 19, 2021 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant