jaylenw / nota

Backend for AngularJSTodoApp, IonicTodoApp, & ElectronTodoApp. Create and Archive Notes in this back-end application providing RESTful APIs designed to be use with a front-end application. Archived on 2023/11/26.
https://nota.jaylenwimbish.com/
MIT License
1 stars 1 forks source link

[Snyk] Upgrade mongoose from 6.3.6 to 6.4.4 #378

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade mongoose from 6.3.6 to 6.4.4.

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
  • 6.4.4 - 2022-07-08

    6.4.4 / 2022-07-08

  • 6.4.3 - 2022-07-05

    6.4.3 / 2022-07-05

    • fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021
    • fix(types): infer schematype type from schema paths when calling SchemaType.path() #11987
    • fix(types): add $top and $topN aggregation operators #12053
    • fix(types): clean up a couple of issues with $add and $ifNull #12017
    • fix(types): allow $cond with $in #12028
    • docs: add path level descending index example in docs #12023 MitchellCash
    • docs: add Buffer, Decimal128, Map to docs #11971
  • 6.4.2 - 2022-07-01

    6.4.2 / 2022-07-01

    • fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976
    • fix(types): improve inferred Schema Type to handle nested paths and ObjectIds #12007 iammola
    • fix(types): avoid inferring doc type from param to create() #12001
    • fix(types): make populate Paths generic consistently overwrite doc interface #11955
    • fix(types): allow null at ne expression second parameter #11996 jyeros
    • fix(types): change index "weights" to be more explicit #11997 hasezoey
  • 6.4.1 - 2022-06-27

    6.4.1 / 2022-06-27

    • fix(schema): allow 0 for numbers if required and ref both set #11912
    • fix(query): skip applying default projections over slice projections #11940
    • fix(types): handle arrays in ApplyBasicQueryCasting correctly #11964
    • fix(types): fix $match typings #11969 andreialecu
    • fix(types): avoid adding non-existent properties from model constructor for typegoose #11960
    • fix(types): make Mongoose UpdateQuery compatible with MongoDB UpdateFilter #11911
    • fix(types): simplify MergeType constraints #11978
    • fix(types): correct references to Buffer for @ types/node >= 16.0.0 < 16.6.0 #11963
    • fix(types): re-add the possibility to pass undefined for projection in Model.find #11965 ghost91-
    • fix(types): fix typo for indexes #11953 AbdelrahmanHafez
    • fix(document+types): document merge option #11913
    • docs: update schematypes.md #11981 korzio
    • docs: update validation.md #11982 korzio
  • 6.4.0 - 2022-06-17

    6.4.0 / 2022-06-17

    • feat: upgrade mongodb driver -> 4.7.0 #11909 AbdelrahmanHafez
    • feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
    • feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
    • feat(types): add helpers to infer schema type automatically #11563 mohammad0-0ahmad
    • feat: add transform option to lean() #10423 IslandRhythms
    • feat(base): add support to set default immutable for createdAt globally #11888 AbdelrahmanHafez
    • fix: make doValidate() on document array elements run validation on the whole subdoc #11902
    • feat(types): add expression typings to Aggregate stages #11370 Uzlopak
    • fix: remove on from schema reserved keys #11580 IslandRhythms
  • 6.3.9 - 2022-06-17

    6.3.9 / 2022-06-17

    • fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
    • fix(types): correct typing in post aggregate hooks #11924 GCastilho
    • docs: remove connect-option reconnectTries and reconnectInterval #11930 Uzlopak
  • 6.3.8 - 2022-06-13

    6.3.8 / 2022-06-13

    • fix: revert 670b445 perf optimizations that caused some test failures #11541
  • 6.3.7 - 2022-06-13

    chore: release 6.3.7

  • 6.3.6 - 2022-06-07
    Read more
from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • 3d48352 chore: release 6.4.4
  • 59e2aba style: fix lint
  • 50e97de Merge pull request #12078 from hasezoey/touchupSchemaJSDOC
  • 6b86a9b Merge pull request #12072 from hasezoey/receiverRefactor
  • cfdb1d8 Merge pull request #12071 from hasezoey/removeDocsPrototype
  • 318f85b Merge branch 'master' of github.com:Automattic/mongoose
  • 843c24c docs(document): add more info on `$isNew`
  • d5ba7b6 Merge pull request #12076 from hasezoey/addArrayToHooksJSDOC
  • 6cec77e Apply suggestions from code review
  • 559ea4b style(schema): touch-up jsdoc
  • 03eab94 style(schema): add proper parameter name for "pre" and "post"
  • e142aad style(schema): add "String[]" to available types for "pre" and "post"
  • d4e3522 chore(docs/source/api): change case "receiver" to a warning and no-op
  • ee825d2 style: replace all "@ receiver" with proper jsdoc tags
  • da504c5 style(schema): move jsdoc to proper place for "Schema.indexTypes"
  • 11fe348 chore(docs/source/api): change converting types to string to be consistent
  • 93317db chore(docs/source/api): remove "prototype" fix-up
  • 3445d24 docs(schematype): document SchemaType#doValidate()
  • 14fd916 docs: clean up some API issues re: #12024
  • d80a2ee Merge pull request #12024 from hasezoey/updateDox
  • 1cc2293 Merge branch 'master' into updateDox
  • 51ea808 Merge pull request #12062 from lantw44/wip/lantw/fix(types)-support-findOneAndReplace-with-rawResult
  • 0b74772 Update .gitignore
  • 7e09c9b Merge pull request #12061 from lantw44/wip/lantw/fix(types)-allow-using-an-object-to-configure-timestamps
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

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build #1190


Totals Coverage Status
Change from base Build #1186: 0.0%
Covered Lines: 222
Relevant Lines: 280

💛 - Coveralls