Skip to content

Update mongoose requirement from ^6.0.14 to ^6.3.8 - #203

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mongoose-tw-6.3.8
Closed

Update mongoose requirement from ^6.0.14 to ^6.3.8#203
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mongoose-tw-6.3.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2022

Copy link
Copy Markdown
Contributor

Updates the requirements on mongoose to permit the latest version.

Release notes

Sourced from mongoose's releases.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541
Changelog

Sourced from mongoose's changelog.

6.3.8 / 2022-06-13

  • fix: revert 670b445b0fc perf optimizations that caused some test failures #11541

6.3.7 / 2022-06-13

  • fix(schema+document): allow disabling _id on subdocuments by default #11541
  • fix(update): respect global strictQuery option when casting array filters #11836
  • perf(document): avoid unnecessarily creating new options object on every $set #11541
  • fix: toJSON with undefined path #11922 kerryChen95
  • fix: add refPath to SchemaTypeOptions class #11862
  • fix(types): handle boolean default functions #11828
  • docs(populate): make path names in refPath section consistent #11724

6.3.6 / 2022-06-07

  • fix(update): apply timestamps to nested subdocs within $push and $addToSet #11775
  • fix(document): use shallow clone instead of deep clone for toObject() options #11776
  • fix: avoid checking for ObjectId with instanceof #11891 noseworthy
  • fix(types): Allow sorting by text score #11893
  • fix(types): allow schematype get() functions to return undefined #11561
  • fix(types): add Schema.discriminator #11855 Uzlopak
  • fix(types): discriminator generic type not being passed to schema #11898 GCastilho

6.3.5 / 2022-05-30

  • fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
  • fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
  • fix(document): fix ObjectId conversion for external schemas #11841 coyotte508
  • fix: fix codeql warnings #11817 Uzlopak
  • fix(types): allow passing TVirtuals to Schema class #11543
  • fix(types): Type of Connection.transaction() #11825 dwrss
  • docs(typescript): add coverage for TypeScript query helpers #11709
  • docs: fix documention of error handling #11844 Uzlopak
  • docs: typings mongoose.Error should reference to MongooseError #11850 Uzlopak
  • chore: improve issue templates #11794 Uzlopak
  • chore: use ts-benchmark instead of internal TS benchmarking #11798 mohammad0-0ahmad

6.3.4 / 2022-05-19

  • fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698
  • fix(document): avoid setting nested paths to null when they're undefined #11723
  • fix: allow using comment with findOneAndUpdate(), count(), distinct() and hint with findOneAndUpdate() #11793
  • fix(document): clean modified subpaths when setting nested path to null after modifying subpaths #11764
  • fix(types): allow calling deleteModel() with RegExp in TypeScript #11812
  • docs(typescript): add section on PopulatedDoc to TypeScript populate docs #11685

6.3.3 / 2022-05-09

  • perf: avoid leaking memory when using populate() with QueryCursor because of reusing populate options with _docs #11641

... (truncated)

Commits
  • 613b368 chore: release 6.3.8
  • 670b445 Revert "perf: make a couple of more minor performance optimizations re: #11541"
  • 213607f Merge branch 'master' of github.com:Automattic/mongoose
  • 5a63995 chore: release 6.3.7
  • c7dbfe3 Merge pull request #11925 from Automattic/revert-11898-fix/discriminator-type...
  • 53fcc1a Revert "fix: Discriminator generic type not being passed to schema"
  • c3b223f perf: make a couple of more minor performance optimizations re: #11541
  • 3dc732f perf(document): avoid unnecessarily creating new options object on every $set
  • f1c5412 fix(schema+document): allow disabling _id on subdocuments by default
  • f4d7ad8 fix: add refPath to SchemaTypeOptions class #11862
  • Additional commits viewable in compare view

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)

Updates the requirements on [mongoose](https://github.com/Automattic/mongoose) to permit the latest version.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@6.0.14...6.3.8)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 13, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #204.

@dependabot dependabot Bot closed this Jun 17, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mongoose-tw-6.3.8 branch June 17, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants