Skip to content

Conversation

PCOffline
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mongoose from 6.6.1 to 6.6.2.

merge advice
ℹ️ 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.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-09-26.
Release notes
Package name: mongoose
  • 6.6.2 - 2022-09-26

    6.6.2 / 2022-09-26

    • fix(model): avoid deleting shared schema methods in fix for #12254 #12423
    • fix(document): set $inc default value in case field has not been specified on the document #12435 lpizzinidev
    • fix(query): handle select: false on map paths in query results #12467 lpizzinidev
    • fix(types): add HydratedDocumentFromSchema to make it easier to pull inferred hydrated doc type #12464 #12319
    • fix(types): add sanitizeFilter to types #12465 zrosenbauer
    • fix(types): infer number enum types from schema if using enum: [0, 1] as const #12463 #12242
    • docs(validation): add section on global schematype validation, clean up other issues #12430
    • docs: add clarification about overwrite flag in model.js #12447 Tzvika-m
    • docs: change to consistent "Example:" for jsdoc comments #12432 hasezoey
  • 6.6.1 - 2022-09-14

    6.6.1 / 2022-09-14

    • fix: correctly apply defaults after subdoc init #12328
    • fix(array): avoid using default _id when using pull() #12294
    • fix: allow null values inside $expr objects #12429 MartinDrost
    • fix(query): use correct Query constructor when cloning query #12418
    • docs(website): remove setting "latest38x" which is not used anywhere #12396 hasezoey
from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • 17785a5 chore: release 6.6.2
  • 88ba7a1 Merge pull request #12464 from Automattic/vkarpov15/gh-12319
  • 55112dc Merge pull request #12471 from hasezoey/addNamesToFunctions
  • f58a320 style: add names to previously anonymous hook functions
  • 8b9b164 style(document): update adding query hooks to use functions instead of arrow
  • 5d24d0f style(clearValidating): add name to previously anonymous plugin function
  • a792dc3 Merge pull request #12470 from hasezoey/addNamesToPlugins
  • d08cd47 style: add names to previously anonymous plugin functions
  • f50ec33 Merge pull request #12466 from Automattic/vkarpov15/gh-12430
  • 4fcf0a5 Update test/docs/validation.test.js
  • e6ac7e8 Merge pull request #12465 from zrosenbauer/chore/add-sanitizeFilter-to-types
  • 8a63b6a Merge pull request #12467 from lpizzinidev/fix-ignore-select
  • 3437840 Add test
  • cd7e76b Update types/index.d.ts
  • e505b1f fix(query): select: false was ignored for Map
  • aded5aa test: fix tests
  • f0dafea docs(validation): add section on global schematype validation, clean up other issues
  • 6153970 Merge pull request #12463 from Automattic/vkarpov15/gh-12242
  • 11226d5 typo
  • f365ff9 rm spaces
  • bd83cb9 Add `sanitizeFilter` to types
  • b59cbed fix(types): add HydratedDocumentFromSchema to make it easier to pull inferred hydrated doc type
  • bb06027 fix(types): infer number enum types from schema if using `enum: [0, 1] as const`
  • 69c99d2 Merge pull request #12447 from Tzvika-m/patch-1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants