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 5.11.19 to 5.12.0 #101

Closed SvenWesterlaken closed 3 years ago

SvenWesterlaken commented 3 years ago

Snyk has created this PR to upgrade mongoose from 5.11.19 to 5.12.0.

merge advice :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 from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • b4e0ae5 Merge pull request #10014 from Automattic/5.12
  • d7f852f chore: release 5.12.0
  • 2170a8b Merge branch 'master' into 5.12
  • ff289ec chore: release 5.11.20
  • b3eced2 fix(index.d.ts): make `$pull` more permissive to allow dotted paths
  • c9d6c3a Merge pull request #10004 from hillct/master
  • c2582d5 refactor: make `selectPopulatedFields` only take in POJOs, rather than whole query object re: #9973
  • b5abbe6 refactor(query): use `isExclusive()` helper for checking both document and query projections
  • 470bca0 test: move services.query.test.js -> helpers/query.test.js re: #9973
  • 55c8d30 fix(query+populate): avoid unnecessarily projecting in subpath when populating a path that uses an elemMatch projection
  • 6c429ad test(query): repro #9973
  • 6c55b69 feat(connection): add `noListener` option to help with use cases where you're using `useDb()` on every request
  • bdb862f Listening to events on the DB object is deprecated in v3.x and will be unsupported in v4 of the mongodb drivers. Adjusted remaining listeneers to use the DB client object, as per the MongoDB Driver API docs
  • a57875b feat(index): emit 'createConnection' event when user calls `mongoose.createConnection()`
  • 5c5fcbc feat(connection+index): emit 'model' and 'deleteModel' events on connections when creating and deleting models
  • aebbcc1 feat(query): make `Query#pre()` and `Query#post()` public
  • 56bd888 Merge branch 'master' into 5.12
  • a7ceb7e fix(populate): make transform option work consistently for both virtual populate and conventional populate
  • e5e2937 fix(populate): mostly working `transform` option for virtual populate re: #3775
  • 78efd9f feat(populate): add `transform` option that Mongoose will call on every populated doc
  • 83fd8aa Merge branch '5.12' of github.com:Automattic/mongoose into 5.12
  • f60dc12 Merge branch 'master' into 5.12
  • c581c60 Merge pull request #9902 from khaledosama999/gh-9861
  • 007fb69 feat: add batch processing for eachAsync
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 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: