Changelog
*Sourced from [mongodb's changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md).*
> ## [3.1.13](https://github.com/mongodb/node-mongodb-native/compare/v3.1.12...v3.1.13) (2019-01-23)
>
>
> ### Bug Fixes
>
> * restore ability to webpack by removing `makeLazyLoader` ([050267d](https://github.com/mongodb/node-mongodb-native/commit/050267d))
> * **bulk:** honor ignoreUndefined in initializeUnorderedBulkOp ([e806be4](https://github.com/mongodb/node-mongodb-native/commit/e806be4))
> * **changeStream:** properly handle changeStream event mid-close ([#1902](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/1902)) ([5ad9fa9](https://github.com/mongodb/node-mongodb-native/commit/5ad9fa9))
> * **db_ops:** ensure we async resolve errors in createCollection ([210c71d](https://github.com/mongodb/node-mongodb-native/commit/210c71d))
>
>
>
>
> ## [3.1.12](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.1.12) (2019-01-16)
>
>
> ### Features
>
> * **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7))
>
>
>
>
> ## [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
- [`c6f417e`](https://github.com/mongodb/node-mongodb-native/commit/c6f417e5fe54691783bccc466e7703a5d380739e) chore(release): 3.1.13
- [`210c71d`](https://github.com/mongodb/node-mongodb-native/commit/210c71dccd8d8fdeadd9b4d1571e5fdb93e0f02f) fix(db_ops): ensure we async resolve errors in createCollection
- [`5ad9fa9`](https://github.com/mongodb/node-mongodb-native/commit/5ad9fa94d4d3a8921f88d4e22e864d8ef10ad151) fix(changeStream): properly handle changeStream event mid-close ([#1902](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/1902))
- [`e806be4`](https://github.com/mongodb/node-mongodb-native/commit/e806be49e83a3b20b5e688fc0ff1238bc7bb235f) fix(bulk): honor ignoreUndefined in initializeUnorderedBulkOp
- [`050267d`](https://github.com/mongodb/node-mongodb-native/commit/050267d238fb7330ea67cacb435c6d8f0e759cfc) fix(*): restore ability to webpack by removing `makeLazyLoader`
- [`6e896f4`](https://github.com/mongodb/node-mongodb-native/commit/6e896f491ffd5ac4502a208b0cd2f1498a4246be) docs: adding aggregation, createIndex, and runCommand examples
- [`cb3cd12`](https://github.com/mongodb/node-mongodb-native/commit/cb3cd123ae8f92334eab7d4a08d355216734f731) chore(release): 3.1.12
- [`508d685`](https://github.com/mongodb/node-mongodb-native/commit/508d685747e83276016718c2046ec3c30de8c4db) Revert "chore(release): 3.2.0"
- [`e7619aa`](https://github.com/mongodb/node-mongodb-native/commit/e7619aab10387b8fff3157cc0e38025231f3ec2f) chore(release): 3.2.0
- [`d0dc228`](https://github.com/mongodb/node-mongodb-native/commit/d0dc2283fc9c64cb84c1815ec43ee58b197e3125) chore(travis): include forgotten stage info for sharded builds
- Additional commits viewable in [compare view](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.13)
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.
Bumps mongodb from 3.1.10 to 3.1.13.
Changelog
*Sourced from [mongodb's changelog](https://github.com/mongodb/node-mongodb-native/blob/master/HISTORY.md).* > ## [3.1.13](https://github.com/mongodb/node-mongodb-native/compare/v3.1.12...v3.1.13) (2019-01-23) > > > ### Bug Fixes > > * restore ability to webpack by removing `makeLazyLoader` ([050267d](https://github.com/mongodb/node-mongodb-native/commit/050267d)) > * **bulk:** honor ignoreUndefined in initializeUnorderedBulkOp ([e806be4](https://github.com/mongodb/node-mongodb-native/commit/e806be4)) > * **changeStream:** properly handle changeStream event mid-close ([#1902](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/1902)) ([5ad9fa9](https://github.com/mongodb/node-mongodb-native/commit/5ad9fa9)) > * **db_ops:** ensure we async resolve errors in createCollection ([210c71d](https://github.com/mongodb/node-mongodb-native/commit/210c71d)) > > > > > ## [3.1.12](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.1.12) (2019-01-16) > > > ### Features > > * **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7)) > > > > > ## [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
- [`c6f417e`](https://github.com/mongodb/node-mongodb-native/commit/c6f417e5fe54691783bccc466e7703a5d380739e) chore(release): 3.1.13 - [`210c71d`](https://github.com/mongodb/node-mongodb-native/commit/210c71dccd8d8fdeadd9b4d1571e5fdb93e0f02f) fix(db_ops): ensure we async resolve errors in createCollection - [`5ad9fa9`](https://github.com/mongodb/node-mongodb-native/commit/5ad9fa94d4d3a8921f88d4e22e864d8ef10ad151) fix(changeStream): properly handle changeStream event mid-close ([#1902](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/1902)) - [`e806be4`](https://github.com/mongodb/node-mongodb-native/commit/e806be49e83a3b20b5e688fc0ff1238bc7bb235f) fix(bulk): honor ignoreUndefined in initializeUnorderedBulkOp - [`050267d`](https://github.com/mongodb/node-mongodb-native/commit/050267d238fb7330ea67cacb435c6d8f0e759cfc) fix(*): restore ability to webpack by removing `makeLazyLoader` - [`6e896f4`](https://github.com/mongodb/node-mongodb-native/commit/6e896f491ffd5ac4502a208b0cd2f1498a4246be) docs: adding aggregation, createIndex, and runCommand examples - [`cb3cd12`](https://github.com/mongodb/node-mongodb-native/commit/cb3cd123ae8f92334eab7d4a08d355216734f731) chore(release): 3.1.12 - [`508d685`](https://github.com/mongodb/node-mongodb-native/commit/508d685747e83276016718c2046ec3c30de8c4db) Revert "chore(release): 3.2.0" - [`e7619aa`](https://github.com/mongodb/node-mongodb-native/commit/e7619aab10387b8fff3157cc0e38025231f3ec2f) chore(release): 3.2.0 - [`d0dc228`](https://github.com/mongodb/node-mongodb-native/commit/d0dc2283fc9c64cb84c1815ec43ee58b197e3125) chore(travis): include forgotten stage info for sharded builds - Additional commits viewable in [compare view](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.13)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.