Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Bump mongoose from 5.12.0 to 5.12.1 #5

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

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.


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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2021
@kaaax0815 kaaax0815 merged commit 7e8e406 into main Mar 18, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongoose-5.12.1 branch March 18, 2021 18:42
@kaaaxcreatorsBOT
Copy link
Collaborator

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants