SvenWesterlaken / mongo4j

A mongoose plugin to automatically maintain nodes & relationships in neo4j
https://www.npmjs.com/package/mongo4j
MIT License
14 stars 4 forks source link

[Snyk] Upgrade mongoose from 6.2.8 to 6.2.9 #122

Closed snyk-bot closed 1 year ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade mongoose from 6.2.8 to 6.2.9.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: mongoose
  • 6.2.9 - 2022-03-28

    6.2.9 / 2022-03-28

    • perf(document+model): make a few small optimizations #11380
    • fix(types): improve populate return type #11560 mohammad0-0ahmad
    • fix(document): avoid marking paths as modified on subdocument defaults #11528
    • docs(schema): add example to index expires option #11557 boly38
    • docs(model): add change stream docs #11275
    • docs(lambda): update Lambda docs for Mongoose 6 #11275
    • docs(connections): add note about connecting with X509 #11333
    • docs(populate): fix incorrect path name in refPath example #11565 chandiwalaaadhar
  • 6.2.8 - 2022-03-23

    6.2.8 / 2022-03-22

    • fix(document): handle casting array of spread docs #11522
    • fix(document): avoid setting nested properties on top-level document when initing with strict: false #11526
    • fix(document): correctly handle deeply nested subdocuments when getting paths to validate #11501
    • fix(types): avoid making TInstanceMethods any by default leading to this = any in middleware #11435
    • fix(types): allow defining array default if using Types.Array<> in document interface #11391
    • docs(migrating_to_6): describe breaking change in Mongoose 6 about default query populate model #11289
    • docs(middleware): fix typo #11537 x1489
from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • ec77438 Merge branch 'master' of github.com:Automattic/mongoose
  • 5687f1a chore: release 6.2.9
  • 3f1d23d Merge pull request #11591 from mohammad0-0ahmad-forks/11560
  • dbc99be Refactor rawdoc type returned by populate FN.
  • c2103cb Merge pull request #11560 from mohammad0-0ahmad-forks/#11532
  • a955a08 Merge branch 'master' into #11532
  • 0ee823d Merge pull request #11590 from Automattic/revert-11588-bug/types/update-query
  • dbcf4a0 Revert "Bug/types/update query"
  • bfa65e9 Merge pull request #11588 from Automattic/bug/types/update-query
  • cce977d Merge branch 'master' of github.com:Automattic/mongoose
  • 7d4b53b perf(document): avoid validating paths with no validators
  • 26f9ab2 Merge pull request #11589 from Automattic/lint-ts
  • 9eaa0a9 docs(model): add basic change stream docs re: #11416
  • 13a2598 docs(lambda): couple of quick fixes for Mongoose 6 re: #11275
  • 3a2ec05 Merge pull request #11553 from Automattic/gh-11416
  • 7d28257 fix(query): add missing `slice` option re: #11416
  • c379073 docs(connections): add note about connecting with X509
  • f286273 Refactor UnpackedIntersection type & some tests related to populate FN
  • 4315ff5 Improve RawDocType returned by calling populate FN
  • 3ddeeb1 chore(lint): fix typescript lint issues
  • 781dcb3 fix(types): fix type assertion for update query
  • 8fe3edb chore: lint typescript files
  • 5661790 fix(types): make UpdateQuery use partial schema with types
  • b195ab1 fix(types): allow UpdateQuery to have $set properties on top level
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

SvenWesterlaken commented 1 year ago

:tada: This PR is included in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: