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.4.20 #229

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mongoose from 5.4.18 to 5.4.20.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.4.20 / 2019-03-25 > =================== > * docs(tutorials): add tutorial about `lean()` [#7640](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7640) > * fix(discriminator): fix wrong modelName being used as value to partialFilterExpression index [#7635](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7635) [#7634](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7634) [egorovli](https://github.com/egorovli) > * fix(document): allow setters to modify `this` when overwriting single nested subdoc [#7585](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7585) > * fix(populate): handle count option correctly with multiple docs [#7573](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7573) > * fix(date): support declaring min/max validators as functions [#7600](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7600) [ChienDevIT](https://github.com/ChienDevIT) > * fix(discriminator): avoid projecting in embedded discriminator if only auto-selected path is discriminator key [#7574](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7574) > * fix(discriminator): use discriminator model when using `new BaseModel()` with discriminator key [#7586](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7586) > * fix(timestamps): avoid throwing if doc array has timestamps and array is undefined [#7625](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7625) [serg33v](https://github.com/serg33v) > * docs(document): explain DocumentNotFoundError in save() docs [#7580](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7580) > * docs(query): fix .all() param type and add example [#7612](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7612) [720degreeLotus](https://github.com/720degreeLotus) > * docs: add useNewUrlParser to mongoose.connect for some pages [#7615](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7615) [YC](https://github.com/YC) > > 5.4.19 / 2019-03-11 > =================== > * fix(mongoose): ensure virtuals set on subdocs in global plugins get applied [#7592](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7592) > * docs(tutorials): add "Working With Dates" tutorial [#7597](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7597) > * docs(guide): clarify that versioning only affects array fields [#7555](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7555) > * docs(model): list out all bulkWrite() options [#7550](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7550)
Commits - [`7694005`](https://github.com/Automattic/mongoose/commit/769400598c5c11afc3ae3ced4e3263701ece5649) chore: release 5.4.20 - [`f7f9f71`](https://github.com/Automattic/mongoose/commit/f7f9f71de9e3f0b5ec9c9c5559c14bd9bd8f8360) test: make tests more robust re: ordering of virtual populate - [`93930fd`](https://github.com/Automattic/mongoose/commit/93930fd6d7d060e05c0c855faf01ee61cbe24ea5) chore: fix test import logic and link for [#7640](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7640) - [`d036f5d`](https://github.com/Automattic/mongoose/commit/d036f5d20ac92df252b5086fb11af140883e17c2) style: fix lint - [`b97bef9`](https://github.com/Automattic/mongoose/commit/b97bef938f91107add2a9b8d483ca3a068fb8f23) chore: test improvements - [`5353a06`](https://github.com/Automattic/mongoose/commit/5353a06d6041fe825b14e959e69ae26f36a710eb) Merge branch 'master' of github.com:Automattic/mongoose - [`5e03510`](https://github.com/Automattic/mongoose/commit/5e0351059517ae0f47ece97789fec2e4f170c4bb) docs(tutorials): add tutorial about `lean()` - [`48c945c`](https://github.com/Automattic/mongoose/commit/48c945c77fd292c8d0a01d4d8df8add2d0e85bb0) test: fix tests - [`60169b6`](https://github.com/Automattic/mongoose/commit/60169b6929bf91745b9b4cbf2fbd64950d77802c) Merge pull request [#7635](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7635) from egorovli/patch-1 - [`37f526a`](https://github.com/Automattic/mongoose/commit/37f526a503e59271c1892e51d2aa953f853d98ea) Merge pull request [#7628](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7628) from 720degreeLotus/master - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.20)


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 patch 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 #229 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  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 b1a153c...02df1c0. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #233.