borodayev / sms-sender

This is a wrapper for AWS.SNS, SMSC API, Mobizon API
MIT License
5 stars 3 forks source link

Update mongodb-memory-server to the latest version πŸš€ #18

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.0 of mongodb-memory-server was just published.

Dependency mongodb-memory-server
Current Version 1.9.4
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mongodb-memory-server.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

2.0.0 (2018-08-17)

BREAKING CHANGES

  • change default mongodb version to latest (#70) (742bead)
  • remove NodeJS v4 support (dc57509)

Most users will not have problems with migration to a new version if:

  • you use Node >= 6.0.0 (if not upgrade node version or use mongodb-memory-server@1.9.3)
  • your tests work with latest version of MongoDB (before was hardcoded default version 3.4.4). Anyway you may set explicitly any MongoDB version via configuration options:
const mongod = new MongodbMemoryServer({
  binary: {
    version: '3.4.4', 
  },
});
Commits

The new version differs by commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Update to this version instead πŸš€

Release Notes v2.1.0

2.1.0 (2018-08-28)

Bug Fixes

  • in generateConnectionString() changed localhost to 127.0.0.1 (7bdc367), closes #73

Features

  • MongoInstance: add a new option instance.ip for binding mongod instance to specified ip addresses (by default 127.0.0.1). For binding to all IP addresses set it to ::,0.0.0.0 (bbf75b8)
Commits

The new version differs by 3 commits.

  • bbf75b8 feat(MongoInstance): add a new option instance.ip for binding mongod instance to specified ip addresses (by default 127.0.0.1)
  • 7bdc367 fix: in generateConnectionString() changed localhost to 127.0.0.1
  • 55ee321 fix: pass port as object to get-port (#72)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.2.0

2.2.0 (2018-09-13)

Features

  • add possibility to provide config via environment variables (#77) (27a8de1), closes #76
Commits

The new version differs by 1 commits.

  • 27a8de1 feat: add possibility to provide config via environment variables (#77)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.3.0

2.3.0 (2018-09-27)

Features

Commits

The new version differs by 3 commits.

  • 21a0769 feat(MongoInstance): add new options auth, replSet and args for providing additional mongod args (#79) thanks @jloveridge
  • edfa536 feat: native TypeScript support (#80) thanks @jloveridge
  • 2ca96f5 docs: add list of available mongodb engines

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.4.0

2.4.0 (2018-09-30)

Features

Commits

The new version differs by 1 commits.

  • 5911cdc feat: add MongoMemoryReplSet class (#81) thanks @jloveridge

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.4.1

2.4.1 (2018-10-01)

Bug Fixes

  • MongoMemoryReplSet.js: emit β€˜init’, β€˜running’, and β€˜stopped’ to allow for easier cleanup of listeners (#82) (f5ae10a)
Commits

The new version differs by 1 commits.

  • f5ae10a fix(MongoMemoryReplSet.js): emit β€˜init’, β€˜running’, and β€˜stopped’ to allow for easier cleanup of listeners (#82)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.4.2

2.4.2 (2018-10-02)

Bug Fixes

  • TypeScript: add MongoMemoryReplSet to package exports (#83) (600b00b)
Commits

The new version differs by 1 commits.

  • 600b00b fix(TypeScript): add MongoMemoryReplSet to package exports (#83)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.4.3

2.4.3 (2018-10-06)

Bug Fixes

  • Debian unstable release should use mongod binaries for version 92 (1a74fb4), closes #85
Commits

The new version differs by 1 commits.

  • 1a74fb4 fix: Debian unstable release should use mongod binaries for version 92

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.4.4

2.4.4 (2018-10-17)

Bug Fixes

Commits

The new version differs by 1 commits.

  • b1a290b fix: Remove latest verion from postinstall.js (#84) (#90)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.5.0

2.5.0 (2018-10-18)

Features

  • add env variable MONGOMS_DOWNLOAD_MIRROR to be able to specify a mirror download url for binary download (#93) (78f2e4a)
Commits

The new version differs by 4 commits.

  • b191c94 style: fix lint error
  • d9a6751 docs: fix MongoMemoryServer typo in readme
  • 232bed0 chore: fix download url
  • 78f2e4a feat: add env variable MONGOMS_DOWNLOAD_MIRROR to be able to specify a mirror download url for binary download (#93)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.6.0

2.6.0 (2018-10-18)

Features

  • add MONGOMS_DISABLE_POSTINSTALL env variable for disabling binary download on package install (e826566), closes #84 #84
Commits

The new version differs by 1 commits.

  • e826566 feat: add MONGOMS_DISABLE_POSTINSTALL env variable for disabling binary download on package install

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.6.1

2.6.1 (2018-10-25)

Bug Fixes

  • tune tmp dir opts, add debug info, add test for 4.0.3 (962fd67), closes #89
Commits

The new version differs by 1 commits.

  • 962fd67 fix: tune tmp dir opts, add debug info, add test for 4.0.3

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.6.2

2.6.2 (2018-10-26)

Bug Fixes

  • MongoBinaryDownloadUrl: add Ubuntu 18.04 builds (b16d75a)
Commits

The new version differs by 2 commits.

  • b16d75a fix(MongoBinaryDownloadUrl): add Ubuntu 18.04 builds
  • 132df61 docs: remove duplicate badge in readme

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.7.0

2.7.0 (2018-11-05)

Bug Fixes

  • DownloadUrl: for MongoDB v3 use 16.04 builds, cause distro for Ubuntu 18 has only v4 and above (a978516), closes #100

Features

  • switch to node_modules/.cache directory instead of $HOME for binaries DL (b54ec6c)
Commits

The new version differs by 4 commits.

  • 524181b tests: increase timeout for replset-test
  • a4671e3 chore: update dependencies
  • a978516 fix(DownloadUrl): for MongoDB v3 use 16.04 builds, cause distro for Ubuntu 18 has only v4 and above
  • b54ec6c feat: switch to node_modules/.cache directory instead of $HOME for binaries DL

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.7.1

2.7.1 (2018-11-12)

Bug Fixes

  • add check for uppercase HTTP_PROXY and HTTPS_PROXY for windows users (399725d)
Commits

The new version differs by 1 commits.

  • 399725d fix: add check for uppercase HTTP_PROXY and HTTPS_PROXY for windows users

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.7.2

2.7.2 (2018-11-12)

Bug Fixes

  • download path in post-install script (66197db), closes #101
Commits

The new version differs by 1 commits.

  • 66197db fix: download path in post-install script

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.7.3

2.7.3 (2018-11-23)

Bug Fixes

  • Update getos package to fix Manjaroo os detection issue (1b9e617)
Commits

The new version differs by 1 commits.

  • 1b9e617 fix: Update getos package to fix Manjaroo os detection issue

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.7.4

2.7.4 (2018-12-02)

Bug Fixes

  • add auth to the command line arguments (d1f73ed)
Commits

The new version differs by 1 commits.

  • d1f73ed fix: add auth to the command line arguments

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.8.0

2.8.0 (2018-12-07)

Features

Commits

The new version differs by 2 commits.

  • a72a2f3 feat: add binary.skipMD5 and MONGOMS_SKIP_MD5_CHECK environment options
  • 4f0e7ca refactor: clean up skipDownload code

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.9.0

2.9.0 (2018-12-19)

Features

  • add SYSTEM_BINARY option (89a6b73)
Commits

The new version differs by 6 commits.

  • 427a01d small fixes
  • 89a6b73 feat: add SYSTEM_BINARY option
  • ff9d7b0 chore: revert debug.call changes
  • ab9d5e6 chore: update dependencies
  • 3afdae3 test: increase JEST TIMEOUT for slow connections
  • 0d7fa05 style(MongoMemoryServer): remove unused variable isRunning (#116)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.9.1

2.9.1 (2018-12-22)

Bug Fixes

  • promisfy fs.access in getSystemPath (85af3cf)
Commits

The new version differs by 1 commits.

  • 85af3cf fix: promisfy fs.access in getSystemPath

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.9.2

2.9.2 (2019-01-10)

Bug Fixes

  • MongoInstance: kill the killerProcess on instance kill (#129) (545d098)
Commits

The new version differs by 2 commits.

  • 545d098 fix(MongoInstance): kill the killerProcess on instance kill (#129)
  • b59ed82 docs: fix syntax error in README snippet

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.9.3

2.9.3 (2019-01-10)

Bug Fixes

  • MongoInstance: 'Mongod shutting down' fires FAIL only if instance does not started (#130) (739c99a)
Commits

The new version differs by 1 commits.

  • 739c99a fix(MongoInstance): 'Mongod shutting down' fires FAIL only if instance does not started (#130)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.0.0

3.0.0 (2019-01-16)

Bug Fixes

  • do not block packages instalation when occured problem with mongodb binary download (0f1dc61), closes #131
  • more strict checks for downloaded file (7aa708e)

Code Refactoring

  • reverse MD5 check logic. Now by default it's disabled. (a41a15d), closes #131

BREAKING CHANGES

  • Reverse MD5 check logic. Now by default it's disabled.
    • MONGOMS_SKIP_MD5_CHECK was removed
    • MONGOMS_MD5_CHECK was added. Should be true if you want to enable md5 check. But who cares this checks if we just need blazing fast tests?
Commits

The new version differs by 6 commits.

  • 8829f74 refactor: add LATEST_VERSION constant in code for global changing latest version on some value.
  • 72445b8 test: use 4.0.3 version instead of latest
  • ee9572b chore: update dependencies
  • 7aa708e fix: more strict checks for downloaded file
  • a41a15d refactor: reverse MD5 check logic. Now by default it's disabled.
  • 0f1dc61 fix: do not block packages instalation when occured problem with mongodb binary download

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.1.0

3.1.0 (2019-02-12)

Features

  • MongoMemoryServer: start mongod if was requested instance data for not running DB (88e9460)
Commits

The new version differs by 1 commits.

  • 88e9460 feat(MongoMemoryServer): start mongod if was requested instance data for not running DB

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.1.1

3.1.1 (2019-02-14)

Bug Fixes

  • MD5 check failing due to validating minimum size for MD5 file itself (09723ce)
Commits

The new version differs by 1 commits.

  • 09723ce fix: MD5 check failing due to validating minimum size for MD5 file itself

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.1.2

3.1.2 (2019-02-28)

Bug Fixes

  • check for spaces and wrap in quotes (a7610da), closes #139
Commits

The new version differs by 1 commits.

  • a7610da fix: check for spaces and wrap in quotes

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.1.3

3.1.3 (2019-03-09)

Bug Fixes

  • include storageEngine option in replica sets (b4254de)
  • pass instance ip option to MongoInstance.run (61a605c)
Commits

The new version differs by 2 commits.

  • b4254de fix: include storageEngine option in replica sets
  • 61a605c fix: pass instance ip option to MongoInstance.run

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.0.0

4.0.0 (2019-03-09)

Bug Fixes

  • test: add debug option to MongoMemoryServer instanciations to gather more info on why the CI tests are failling but are passing locally (e47940f)
  • tests: delete the MONGOMS_SYSTEM_BINARY env variable value when it is used in a test to not affect others (MongoBinary tests) (c6072d1)
  • tests: re introduce the condition on autostart in the MongoMemoryReplSet class to avoid the unfinshed async operation in the test suite (4e83294)
  • lint errors (1e8a683)
  • pass instance ip option to MongoInstance.run (14dc24e), closes #148

chore

Features

  • typescript: first draft of full typescript migration (a7a7a67)

BREAKING CHANGES

  • migrate codebase from Flowtype to TypeScript
Commits

The new version differs by 29 commits.

  • a5eeeea Merge pull request #145 from nodkz/typescript-refacto
  • c9a1a98 merge with master
  • ad252b4 chore: update dependencies
  • 74ad96a refacto: last cleanup of todos and some types
  • 14dc24e fix: pass instance ip option to MongoInstance.run
  • 5d56ad3 chore: improve tsconfig and generate flow definitions
  • c362ab7 tests: add unit test suite for MongoMemoryServer
  • 59a7ed6 refacto: add async/await to afterAll event in DB tests to remove warning after test logs
  • 4902b36 chore: fix prettier errors
  • 9c4991a refacto: suggest new debug function implementation + remove debug logs + remove MongoDb warning in test suite
  • 17220e6 merge
  • 1e8a683 fix: lint errors
  • f4a19cd chore: migrate from tslint to new eslint config
  • a3205ba chore: update dependencies
  • f126287 refactor: change mode value by 0o755 to fix input type problem + add fix for issue #125

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.0.1

4.0.1 (2019-03-09)

Bug Fixes

  • MongoInstance: displaying debug logs only if they were requested (803750a)
Commits

The new version differs by 1 commits.

  • 803750a fix(MongoInstance): displaying debug logs only if they were requested

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.0.2

4.0.2 (2019-03-11)

Bug Fixes

  • Flowtype: make proper definition files via updated flowgen (d5b9e01)
Commits

The new version differs by 3 commits.

  • d5b9e01 fix(Flowtype): make proper definition files via updated flowgen
  • 293bc43 docs: fix a test example link
  • 1acc07c Fix Typescript Reference

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.1.0

4.1.0 (2019-03-12)

Bug Fixes

  • debug: improve debug messages for kill() command (4ef80d5), closes #151

Features

  • MongoMemoryServer: add isRunning() method (b8e4d23), closes #152
Commits

The new version differs by 3 commits.

  • b8e4d23 feat(MongoMemoryServer): add isRunning() method
  • c2e5ab5 chore: fix coverage reports
  • 4ef80d5 fix(debug): improve debug messages for kill() command

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.1.1

4.1.1 (2019-03-13)

Bug Fixes

  • build: add mongo_killer.js to the package (5629c17), closes #151
Commits

The new version differs by 1 commits.

  • 5629c17 fix(build): add mongo_killer.js to the package

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.1.2

4.1.2 (2019-03-13)

Bug Fixes

  • MongoMemoryServer: rename getInstanceData() to ensureInstance(). Replace isRunning() on getInstanceInfo() sync method. (bcb1904), closes #152
Commits

The new version differs by 1 commits.

  • bcb1904 fix(MongoMemoryServer): rename getInstanceData() to ensureInstance(). Replace isRunning() on getInstanceInfo() sync method.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.1.3

4.1.3 (2019-03-13)

Bug Fixes

  • build: disable flow definitions while be ready flowgen package (c8f115b)
Commits

The new version differs by 2 commits.

  • c8f115b fix(build): disable flow definitions while be ready flowgen package
  • 389a9fd docs: support for replSetInitiate settings and great electionTimeoutMillis: 100 option

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.2.0

4.2.0 (2019-03-13)

Features

  • ReplicaSet: set electionTimeoutMillis to 500ms instead of 10s as default value (d21fe68)
Commits

The new version differs by 1 commits.

  • d21fe68 feat(ReplicaSet): set electionTimeoutMillis to 500ms instead of 10s as default value

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.2.1

4.2.1 (2019-03-14)

Bug Fixes

  • MongoMemoryReplSet: use correct import for EventEmitter (7c569b7), closes #157
Commits

The new version differs by 1 commits.

  • 7c569b7 fix(MongoMemoryReplSet): use correct import for EventEmitter

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.2.2

4.2.2 (2019-04-08)

Bug Fixes

  • make mongodb dependency optional. Will throw error if package not installed only if used with ReplicaSet class. (9125a4c)
Commits

The new version differs by 1 commits.

  • 9125a4c fix: make mongodb dependency optional. Will throw error if package not installed only if used with ReplicaSet class.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€