jecsham / platzi-user-api

Platzi User API, obtén tus cursos y carreras aprobadas, aportes y más
https://platzi-user-api.jecsham.com/
MIT License
13 stars 4 forks source link

Bump mongoose from 5.12.0 to 5.12.1 #540

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps mongoose from 5.12.0 to 5.12.1.

Changelog

Sourced from mongoose's changelog.

5.12.1 / 2021-03-18

  • fix: update mongodb -> 3.6.5 to fix circular dependency warning #9900
  • fix(document): make toObject() use child schema flattenMaps option by default #9995
  • fix(ObjectId): make isValidObjectId() check that length 24 strings are hex chars only #10010 #9996 IslandRhythms
  • fix(query): correctly cast embedded discriminator paths when discriminator key is specified in array filter #9977
  • fix(schema): skip populated() check when calling applyGetters() with a POJO for mongoose-lean-getters support #9986
  • fix(populate): support populating dotted subpath of a populated doc that has the same id as a populated doc #10005
  • fix(index.d.ts): correct this for query helpers #10028 francescov1
  • fix(index.d.ts): avoid omitting function property keys in LeanDocuments, because TS can't accurately infer what's a function if using generic functions #9989
  • fix(index.d.ts): correct type definition for SchemaType#cast() #10039 #9980
  • fix(index.d.ts): make SchemaTypeOptions a class, add missing SchemaType#OptionsConstructor #10001
  • fix(index.d.ts): support calling findByIdAndUpdate() with filter, update, callback params #9981
Commits
  • 9cf48f5 chore: release 5.12.1
  • 7edde3f fix(index.d.ts): make SchemaTypeOptions a class, add missing `SchemaType#Opti...
  • 12767f9 fix(index.d.ts): support calling findByIdAndUpdate() with filter, update, c...
  • 7b196f7 fix(index.d.ts): correct type definition for SchemaType#cast()
  • 96ca70b chore: update opencollective sponsors
  • 9176d30 fix(document): make toObject() use child schema flattenMaps option by def...
  • 5d96508 test(document): repro #9995
  • 0d0c820 fix(index.d.ts): avoid omitting function property keys in LeanDocuments, beca...
  • 4d954f3 test(index.d.ts): repro #9989
  • fba3457 fix(query): correctly cast embedded discriminator paths when discriminator ke...
  • Additional commits viewable in compare view


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)