anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

Bump mongoose from 5.6.0 to 5.6.2 #68

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.6.0 to 5.6.2.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.6.2 / 2019-06-28 > ================== > * fix(update): allow using `update()` with immutable `createdAt` [#7917](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7917) > * fix(model): pass `doc` parameter to save() error handling middleware [#7832](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7832) > * fix(mongoose): add applyPluginsToChildSchemas option to allow opting out of global plugins for child schemas [#7916](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7916) > * docs(connection): document `useCache` option for `useDb()` [#7923](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7923) > * docs: fix broken link in FAQ [#7925](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7925) [christophergeiger3](https://github.com/christophergeiger3) > > 5.6.1 / 2019-06-24 > ================== > * fix(update): skip setting defaults for single embedded subdocs underneath maps [#7909](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7909) > * fix(document): copy date objects correctly when strict = false [#7907](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7907) > * feat(mongoose): throw an error if calling `mongoose.connect()` multiple times while connected [#7905](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7905) [Fonger](https://github.com/Fonger) > * fix(document): copies virtuals from array subdocs when casting array of docs with same schema [#7898](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7898) > * fix(schema): ensure clone() copies single embedded discriminators correctly [#7894](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7894) > * fix(discriminator): merge instead of overwriting conflicting nested schemas in discriminator schema [#7884](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7884) > * fix(populate): ignore nullish arguments when calling `populate()` [#7913](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7913) [rayhatfield](https://github.com/rayhatfield) > * docs: add getters/setters tutorial [#7919](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7919) > * docs: clean up error docs so they refer to `Error` rather than `MongooseError` [#7867](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7867) > * docs: fix a couple broken links [#7921](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7921) [kizmo04](https://github.com/kizmo04) > * refactor: remove unnecessary if [#7911](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7911) [rayhatfield](https://github.com/rayhatfield)
Commits - [`62433bb`](https://github.com/Automattic/mongoose/commit/62433bb441f44c36fdac7d6137b3ac1831180998) chore: release 5.6.2 - [`983ec03`](https://github.com/Automattic/mongoose/commit/983ec0378e2dfc6812d4efacf1bfab8fe0d4e76a) chore: add UltimateWP as sponsor, remove Marcus Hiles - [`df8ed53`](https://github.com/Automattic/mongoose/commit/df8ed5335a6e6e8bf1cee43bb4b932520055a3be) fix(model): pass `doc` parameter to save() error handling middleware - [`c7446a4`](https://github.com/Automattic/mongoose/commit/c7446a40b806034592d9f038e76bd2a0ee50d6b1) test(model): repro [#7832](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7832) - [`44d549c`](https://github.com/Automattic/mongoose/commit/44d549ca05b849f3c2fb97a4c9489e8651c5aaa8) docs(connection): document `useCache` option for `useDb()` - [`077e690`](https://github.com/Automattic/mongoose/commit/077e6902a86cf589bb80d784a90a2fe25a9569d2) fix(mongoose): add applyPluginsToChildSchemas option to allow opting out of g... - [`1a0d9bc`](https://github.com/Automattic/mongoose/commit/1a0d9bc7af1bd7550b59882032e657c591ed0475) docs(History): correct issue number - [`e22746e`](https://github.com/Automattic/mongoose/commit/e22746eaa4d0cf050ba48092a721be11d7b11258) fix(update): allow using `update()` with immutable `createdAt` - [`e1afb60`](https://github.com/Automattic/mongoose/commit/e1afb60a9ef0687d1497ce05d5089fa252bb5ecd) test(update): repro [#7917](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7917) - [`3d0957a`](https://github.com/Automattic/mongoose/commit/3d0957a735d034dc5d986c5d3265a45839a4fcd7) docs(document): clarify toJSON()s relationship with JSON.stringify() - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.6.0...5.6.2)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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) - 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 #71.