Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).*
> 5.4.4 / 2019-01-14
> ==================
> * fix(query): run casting on arrayFilters option [#7079](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7079)
> * fix(document): support skipping timestamps on save() with `save({ timestamps: false })` [#7357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7357)
> * fix(model): apply custom where on `Document#remove()` so we attach the shardKey [#7393](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7393)
> * docs(mongoose): document `mongoose.connections` [#7338](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7338)
Commits
- [`4146bf3`](https://github.com/Automattic/mongoose/commit/4146bf30e78e542eb9efb02859dd747a74d9ea19) chore: release 5.4.4
- [`d1085b1`](https://github.com/Automattic/mongoose/commit/d1085b1243059778374a92da23a04d88cbb1d6c8) docs(model): fix Model.events anchor
- [`5f172b8`](https://github.com/Automattic/mongoose/commit/5f172b8eab7b8495f5997eb708d753d1f66bc661) docs: add datantify as a sponsor
- [`d8ac587`](https://github.com/Automattic/mongoose/commit/d8ac587f2198ba1683a3e0a0c906b21d18063bc7) Merge pull request [#7406](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7406) from Automattic/gh7079
- [`5b5c728`](https://github.com/Automattic/mongoose/commit/5b5c7286645a9d4e14280ec6e3e4b17889cd4f25) test: fix tests
- [`58f8ff9`](https://github.com/Automattic/mongoose/commit/58f8ff9f7ae3f607ecdeb0bfd8bc1328866feb82) fix(query): run casting on arrayFilters option
- [`c53a52a`](https://github.com/Automattic/mongoose/commit/c53a52a50cabc87b1a292cf96f218458f58027d1) fix(castArrayFilters): handle casting multiple array filters
- [`d483040`](https://github.com/Automattic/mongoose/commit/d4830401ba1f27ad40c65960f79f009570a3e813) fix: revert changes to cast.js
- [`563da27`](https://github.com/Automattic/mongoose/commit/563da2798744fe94b8cc5f9eee1dfdcd22424215) Merge branch 'master' into gh7079
- [`804e057`](https://github.com/Automattic/mongoose/commit/804e057dd4dc887ead00685063db21969183523f) docs(model): document `timestamps` option for `Document#save()` re: [#7357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7357)
- Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.4)
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 mongoose from 5.4.3 to 5.4.4.
Changelog
*Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.4 / 2019-01-14 > ================== > * fix(query): run casting on arrayFilters option [#7079](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7079) > * fix(document): support skipping timestamps on save() with `save({ timestamps: false })` [#7357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7357) > * fix(model): apply custom where on `Document#remove()` so we attach the shardKey [#7393](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7393) > * docs(mongoose): document `mongoose.connections` [#7338](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7338)Commits
- [`4146bf3`](https://github.com/Automattic/mongoose/commit/4146bf30e78e542eb9efb02859dd747a74d9ea19) chore: release 5.4.4 - [`d1085b1`](https://github.com/Automattic/mongoose/commit/d1085b1243059778374a92da23a04d88cbb1d6c8) docs(model): fix Model.events anchor - [`5f172b8`](https://github.com/Automattic/mongoose/commit/5f172b8eab7b8495f5997eb708d753d1f66bc661) docs: add datantify as a sponsor - [`d8ac587`](https://github.com/Automattic/mongoose/commit/d8ac587f2198ba1683a3e0a0c906b21d18063bc7) Merge pull request [#7406](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7406) from Automattic/gh7079 - [`5b5c728`](https://github.com/Automattic/mongoose/commit/5b5c7286645a9d4e14280ec6e3e4b17889cd4f25) test: fix tests - [`58f8ff9`](https://github.com/Automattic/mongoose/commit/58f8ff9f7ae3f607ecdeb0bfd8bc1328866feb82) fix(query): run casting on arrayFilters option - [`c53a52a`](https://github.com/Automattic/mongoose/commit/c53a52a50cabc87b1a292cf96f218458f58027d1) fix(castArrayFilters): handle casting multiple array filters - [`d483040`](https://github.com/Automattic/mongoose/commit/d4830401ba1f27ad40c65960f79f009570a3e813) fix: revert changes to cast.js - [`563da27`](https://github.com/Automattic/mongoose/commit/563da2798744fe94b8cc5f9eee1dfdcd22424215) Merge branch 'master' into gh7079 - [`804e057`](https://github.com/Automattic/mongoose/commit/804e057dd4dc887ead00685063db21969183523f) docs(model): document `timestamps` option for `Document#save()` re: [#7357](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7357) - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.3...5.4.4)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.