Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).*
> 5.2.6 / 2018-07-30
> ==================
> * fix(document): don't double-call deeply nested custom getters when using `get()` [#6779](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6779) [#6637](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6637)
> * fix(query): upgrade mquery for readConcern() helper [#6777](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6777)
> * docs(schematypes): clean up typos [#6773](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6773) [sajadtorkamani](https://github.com/sajadtorkamani)
> * refactor(browser): fix webpack warnings [#6771](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6771) [#6705](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6705)
> * fix(populate): make error reported when no `localField` specified catchable [#6767](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6767)
> * docs(connection): use correct form in createConnection example [#6766](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6766) [lineus](https://github.com/lineus)
> * fix(connection): throw helpful error when using legacy `mongoose.connect()` syntax [#6756](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6756)
> * fix(document): handle overwriting `$session` in `execPopulate()` [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754)
> * fix(query): propagate top-level session down to `populate()` [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754)
> * fix(aggregate): add `session()` helper for consistency with query api [#6752](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6752)
> * fix(map): avoid infinite recursion when update overwrites a map [#6750](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6750)
> * fix(model): be consistent about passing noop callback to mongoose.model() `init()` as well as db.model() [#6707](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6707)
Commits
- [`d4f507f`](https://github.com/Automattic/mongoose/commit/d4f507f5a1670747ada0529ceafca60e1ff0f717) chore: release 5.2.6
- [`7eac18c`](https://github.com/Automattic/mongoose/commit/7eac18cdbce90d483060fb6717adf641b5d729b2) style: fix lint
- [`e47b669`](https://github.com/Automattic/mongoose/commit/e47b669add02cb753aeb70033cbebe873fca3109) fix(populate): make error reported when no `localField` specified catchable
- [`1e27f09`](https://github.com/Automattic/mongoose/commit/1e27f0988ebc1b966d18bf04bf7f52d6950fb067) test(populate): repro [#6767](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6767)
- [`2b5e18a`](https://github.com/Automattic/mongoose/commit/2b5e18a97caefca98b2d96312081229d3b47e91f) fix(query): upgrade mquery for readConcern() helper
- [`2bf81e7`](https://github.com/Automattic/mongoose/commit/2bf81e78c9b0d63a7045f2ddecf26b98f9135b35) test: try skipping in before()
- [`d5b43da`](https://github.com/Automattic/mongoose/commit/d5b43da6949d565b5b11e08c58bfedc5ea9378ac) test: more test fixes re: [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754)
- [`e91d404`](https://github.com/Automattic/mongoose/commit/e91d4048b23266b517f22d7d6d8eca1ddaa3d99a) test(transactions): skip nested suite if parent suite skipped
- [`22c6c33`](https://github.com/Automattic/mongoose/commit/22c6c33e009921928e1fbc206740683cf9c863ef) fix(query): propagate top-level session down to `populate()`
- [`0f24449`](https://github.com/Automattic/mongoose/commit/0f2444989036764fc0390e9aeafe213dca0a4a01) test(query): repro [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754)
- Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.5...5.2.6)
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 merge` will merge this PR after your CI passes on it
- `@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 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 mongoose from 5.2.5 to 5.2.6.
Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.2.6 / 2018-07-30 > ================== > * fix(document): don't double-call deeply nested custom getters when using `get()` [#6779](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6779) [#6637](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6637) > * fix(query): upgrade mquery for readConcern() helper [#6777](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6777) > * docs(schematypes): clean up typos [#6773](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6773) [sajadtorkamani](https://github.com/sajadtorkamani) > * refactor(browser): fix webpack warnings [#6771](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6771) [#6705](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6705) > * fix(populate): make error reported when no `localField` specified catchable [#6767](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6767) > * docs(connection): use correct form in createConnection example [#6766](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6766) [lineus](https://github.com/lineus) > * fix(connection): throw helpful error when using legacy `mongoose.connect()` syntax [#6756](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6756) > * fix(document): handle overwriting `$session` in `execPopulate()` [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754) > * fix(query): propagate top-level session down to `populate()` [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754) > * fix(aggregate): add `session()` helper for consistency with query api [#6752](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6752) > * fix(map): avoid infinite recursion when update overwrites a map [#6750](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6750) > * fix(model): be consistent about passing noop callback to mongoose.model() `init()` as well as db.model() [#6707](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6707)Commits
- [`d4f507f`](https://github.com/Automattic/mongoose/commit/d4f507f5a1670747ada0529ceafca60e1ff0f717) chore: release 5.2.6 - [`7eac18c`](https://github.com/Automattic/mongoose/commit/7eac18cdbce90d483060fb6717adf641b5d729b2) style: fix lint - [`e47b669`](https://github.com/Automattic/mongoose/commit/e47b669add02cb753aeb70033cbebe873fca3109) fix(populate): make error reported when no `localField` specified catchable - [`1e27f09`](https://github.com/Automattic/mongoose/commit/1e27f0988ebc1b966d18bf04bf7f52d6950fb067) test(populate): repro [#6767](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6767) - [`2b5e18a`](https://github.com/Automattic/mongoose/commit/2b5e18a97caefca98b2d96312081229d3b47e91f) fix(query): upgrade mquery for readConcern() helper - [`2bf81e7`](https://github.com/Automattic/mongoose/commit/2bf81e78c9b0d63a7045f2ddecf26b98f9135b35) test: try skipping in before() - [`d5b43da`](https://github.com/Automattic/mongoose/commit/d5b43da6949d565b5b11e08c58bfedc5ea9378ac) test: more test fixes re: [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754) - [`e91d404`](https://github.com/Automattic/mongoose/commit/e91d4048b23266b517f22d7d6d8eca1ddaa3d99a) test(transactions): skip nested suite if parent suite skipped - [`22c6c33`](https://github.com/Automattic/mongoose/commit/22c6c33e009921928e1fbc206740683cf9c863ef) fix(query): propagate top-level session down to `populate()` - [`0f24449`](https://github.com/Automattic/mongoose/commit/0f2444989036764fc0390e9aeafe213dca0a4a01) test(query): repro [#6754](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6754) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.2.5...5.2.6)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 merge` will merge this PR after your CI passes on it - `@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 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.