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-dev): bump mongodb-memory-server-core from 6.9.6 to 8.0.4 #3116

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2021

Bumps mongodb-memory-server-core from 6.9.6 to 8.0.4.

Release notes

Sourced from mongodb-memory-server-core's releases.

v8.0.4

8.0.4 (2021-11-30)

Fixes

  • MongoBinaryDownloadUrl: translate ubuntu 2104 to 2004 (1ad603f), closes #582

v8.0.3

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)

v8.0.2

8.0.2 (2021-11-07)

Fixes

  • MongoMemoryServer: use non-static password for authentication creation (c72427d), closes #575

v8.0.1

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.0

8.0.0 (2021-11-01)

⚠ BREAKING CHANGES

  • There is now no more "beforeExit" listener added

... (truncated)

Changelog

Sourced from mongodb-memory-server-core's changelog.

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)

8.0.0 (2021-11-01)

⚠ 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)

... (truncated)

Commits
  • 048f1d8 release: v8.0.4
  • 1ad603f fix(MongoBinaryDownloadUrl): translate ubuntu 2104 to 2004
  • 2793375 test(MongoBinaryDownloadUrl): fix some missing new lines (style)
  • a00d442 release: v8.0.3
  • df5b888 refactor(MongoMemoryServer::stop): remove assertion for typescript types
  • 1170ad5 fix(MongoMemoryServer::getStartOptions): use "forceSamePort", even when insta...
  • fb50ae0 release: v8.0.2
  • c72427d fix(MongoMemoryServer): use non-static password for authentication creation
  • 983c917 release: v8.0.1
  • 626c250 Merge pull request #574 from Steditor/master
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2021
Bumps [mongodb-memory-server-core](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server-core) from 6.9.6 to 8.0.4.
- [Release notes](https://github.com/nodkz/mongodb-memory-server/releases)
- [Changelog](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodkz/mongodb-memory-server/commits/v8.0.4/packages/mongodb-memory-server-core)

---
updated-dependencies:
- dependency-name: mongodb-memory-server-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-memory-server-core-8.0.4 branch from 1edce9e to 150705c Compare December 6, 2021 02:32
@karrui
Copy link
Contributor

karrui commented Dec 6, 2021

Will be upgraded in #3093

@karrui karrui closed this Dec 6, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongodb-memory-server-core-8.0.4 branch December 6, 2021 02:52
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