geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump mongoose from 5.4.18 to 5.5.2 #242

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.18 to 5.5.2.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.5.2 / 2019-04-16 > ================== > * fix(document): support setting nested path to non-POJO object [#7639](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7639) > * perf(connection): remove leaked event handler in `Model.init()` so `deleteModel()` frees all memory [#7682](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7682) > * fix(timestamps): handle custom statics that conflict with built-in functions (like mongoose-delete plugin) [#7698](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7698) > * fix(populate): make `Document#populated()` work for populated subdocs [#7685](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7685) > * fix(document): support `.set()` on document array underneath embedded discriminator path [#7656](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7656) > > 5.5.1 / 2019-04-11 > ================== > * fix(document): correctly overwrite all properties when setting a single nested subdoc [#7660](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7660) [#7681](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7681) > * fix(array): allow customization of array required validator [#7696](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7696) [freewil](https://github.com/freewil) > * fix(discriminator): handle embedded discriminators when casting array defaults [#7687](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7687) > * fix(collection): ensure collection functions return a promise even if disconnected [#7676](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7676) > * fix(schematype): avoid indexing properties with `{ unique: false, index: false }` [#7620](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7620) > * fix(aggregate): make `Aggregate#model()` with no arguments return the aggregation's model [#7608](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7608) > > 5.5.0 / 2019-04-08 > ================== > * feat(model): support applying hooks to custom static functions [#5982](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5982) > * feat(populate): support specifying a function as `match` [#7397](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7397) > * perf(buffer): avoid calling `defineProperties()` in Buffer constructor [#7331](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7331) > * feat(connection): add `plugin()` for connection-scoped plugins [#7378](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7378) > * feat(model): add Model#deleteOne() and corresponding hooks [#7538](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7538) > * feat(query): support hooks for `Query#distinct()` [#5938](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5938) > * feat(model): print warning when calling create() incorrectly with a session [#7535](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7535) > * feat(document): add Document#isEmpty() and corresponding helpers for nested paths [#5369](https://github-redirect.dependabot.com/Automattic/mongoose/issues/5369) > * feat(document): add `getters` option to Document#get() [#7233](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7233) > * feat(query): add Query#projection() to get or overwrite the current projection [#7384](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7384) > * fix(document): set full validator path on validatorProperties if `propsParameter` set on validator [#7447](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7447) > * feat(document): add Document#directModifiedPaths() [#7373](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7373) > * feat(document): add $locals property [#7691](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7691) > * feat(document): add validateUpdatedOnly option that only validates modified paths in `save()` [#7492](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7492) [captaincaius](https://github.com/captaincaius) > * chore: upgrade MongoDB driver to v3.2.0 [#7641](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7641) > * fix(schematype): deprecate `isAsync` option for custom validators [#6700](https://github-redirect.dependabot.com/Automattic/mongoose/issues/6700) > * chore(mongoose): deprecate global.MONGOOSE_DRIVER_PATH so we can be webpack-warning-free in 6.0 [#7501](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7501) > > 5.4.23 / 2019-04-08 > =================== > * fix(document): report cast error when string path in schema is an array in MongoDB [#7619](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7619) > * fix(query): set deletedCount on result of remove() [#7629](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7629) > * docs(subdocs): add note about parent() and ownerDocument() to subdocument docs [#7576](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7576) > > 5.4.22 / 2019-04-04 > =================== > * fix(aggregate): allow modifying options in pre('aggregate') hook [#7606](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7606) > * fix(map): correctly init maps of maps when loading from MongoDB [#7630](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7630) > * docs(model+query): add `omitUndefined` option to docs for updateX() and findOneAndX() [#3486](https://github-redirect.dependabot.com/Automattic/mongoose/issues/3486) > * docs: removed duplicate Query.prototype.merge() reference from doc [#7684](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7684) [shihabmridha](https://github.com/shihabmridha) > * docs(schema): fix shardKey type to object instead of bool [#7668](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7668) [kyletsang](https://github.com/kyletsang) > ... (truncated)
Commits - [`b43d70a`](https://github.com/Automattic/mongoose/commit/b43d70addf9e1c6eefdc5de413aea16465afcc7b) chore: release 5.5.2 - [`c1c1769`](https://github.com/Automattic/mongoose/commit/c1c176956177055bccf129d85b317476edcd1d1e) chore: add blokt as sponsor - [`4f86232`](https://github.com/Automattic/mongoose/commit/4f862323ba91078d5b9d0cae182222b38abcd851) fix(model): set document `$session` in `create()` so session is available to ... - [`defa2b8`](https://github.com/Automattic/mongoose/commit/defa2b83bd9c2e15f5bf151636334f386887233d) fix(document): support setting nested path to non-POJO object - [`34cb531`](https://github.com/Automattic/mongoose/commit/34cb531e5110c41d94e42ac265836fdecce59a2d) test(document): repro [#7639](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7639) - [`0610105`](https://github.com/Automattic/mongoose/commit/0610105e570d4587bcab3dde7f135d42340da404) perf(connection): remove leaked event handler in `Model.init()` so `deleteMod... - [`2a99c03`](https://github.com/Automattic/mongoose/commit/2a99c03c57bc59a7b507fd66750ff7ef344d6b27) style: fix lint - [`b26407b`](https://github.com/Automattic/mongoose/commit/b26407b52411db3f6c19f8880a532632a335ba0d) fix(timestamps): handle custom statics that conflict with built-in functions ... - [`4c70e21`](https://github.com/Automattic/mongoose/commit/4c70e219a860315253df7eb6fabb81a71132b11d) test(timestamps): repro [#7698](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7698) - [`04b6027`](https://github.com/Automattic/mongoose/commit/04b6027acaafe72c9542c7e2f9f6eaefc13471e9) fix(populate): make `Document#populated()` work for populated subdocs - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.18...5.5.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 will not automatically merge this PR because it includes a minor update to a production dependency.


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) - 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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #242 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #242   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f87f46...011b3a3. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #243.