ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

Bump mongodb from 3.1.10 to 3.1.11 #131

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongodb from 3.1.10 to 3.1.11.

Changelog *Sourced from [mongodb's changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md).* > ## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15) > > > ### Bug Fixes > > * **bulk:** fix error propagation in empty bulk.execute ([a3adb3f](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f)) > * **bulk:** make sure that any error in bulk write is propagated ([bedc2d2](https://github.com/mongodb/node-mongodb-native/commit/bedc2d2)) > * **bulk:** properly calculate batch size for bulk writes ([aafe71b](https://github.com/mongodb/node-mongodb-native/commit/aafe71b)) > * **operations:** do not call require in a hot path ([ff82ff4](https://github.com/mongodb/node-mongodb-native/commit/ff82ff4)) > > > >
Commits - [`e4bb39e`](https://github.com/mongodb/node-mongodb-native/commit/e4bb39eb8ccbcd045d77e3739f7162959e728783) chore(release): 3.1.11 - [`76c0130`](https://github.com/mongodb/node-mongodb-native/commit/76c0130318a8a11ef91251c7b1f6ff63da62d926) chore(core): bump version of mongodb-core - [`a3adb3f`](https://github.com/mongodb/node-mongodb-native/commit/a3adb3f9e4be3e524d7a32cbe058b687a501e9d3) fix(bulk): fix error propagation in empty bulk.execute - [`ec0e30e`](https://github.com/mongodb/node-mongodb-native/commit/ec0e30e97d799e779d92f23d6518a7c1e2c70175) doc(change-streams): correct typo, add missing example - [`10ea992`](https://github.com/mongodb/node-mongodb-native/commit/10ea992ec256bcd778b354ace94347092ba13975) chore(package): update lock file - [`fcb3ec1`](https://github.com/mongodb/node-mongodb-native/commit/fcb3ec1840e7e934d039b2e383148b82f632431b) test(sharded): reduce some sharded errors - [`d4eae97`](https://github.com/mongodb/node-mongodb-native/commit/d4eae97556c02c2d451ee2cf9c37aa33ccbe9da5) test(sessions): undo hack for apm events in sessions tests - [`0eaca21`](https://github.com/mongodb/node-mongodb-native/commit/0eaca21550ca6e993f61277b4faf8e2a71f3d49a) test(sessions): fixing broken session test - [`6790a74`](https://github.com/mongodb/node-mongodb-native/commit/6790a7473d40ec66399d82c393a140cfbeb5533e) test(sharding): fixing old sharding tests - [`98f0c68`](https://github.com/mongodb/node-mongodb-native/commit/98f0c68be215f9270e5b8cc28c6dc28b2e59f72d) test(sharded): fixing sharded operation test - Additional commits viewable in [compare view](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #132.