Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade mongoose from 8.9.6 to 8.10.0 #552

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

tuanicom
Copy link
Owner

@tuanicom tuanicom commented Mar 3, 2025

snyk-top-banner

Snyk has created this PR to upgrade mongoose from 8.9.6 to 8.10.0.

ℹ️ 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 2 versions ahead of your current version.

  • The recommended version was released 25 days ago.

Release notes
Package name: mongoose
  • 8.10.0 - 2025-02-05

    8.10.0 / 2025-02-05

    • feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #15184 #11162
    • feat(connection): make connection helpers respect bufferTimeoutMS #15229 #15201
    • feat(document): support schematype-level transform option #15163 #15084
    • feat(model): add insertOne() function to insert a single doc #15162 #14843
    • feat(connection): support Connection.prototype.aggregate() for db-level aggregations #15153
    • feat(model): make syncIndexes() not call createIndex() on indexes that already exist #15175 #12250
    • feat(model): useConnection(connection) function #14802
    • fix(model): disallow updateMany(update) and fix TypeScript types re: updateMany() #15199 #15190
    • fix(collection): avoid buffering if creating a collection during a connection interruption #15187 #14971
    • fix(model): throw error if calling create() with multiple docs in a transaction unless ordered: true #15100
    • fix(model): skip createCollection() in syncIndexes() if autoCreate: false #15155
    • fix(model): make hydrate() handle hydrating deeply nested populated docs with hydratedPopulatedDocs #15130
    • types(document): make sure toObject() and toJSON() apply versionKey __v #15097
    • ci(NODE-6505): CI Setup for Encryption Support #15139 aditi-khare-mongoDB
  • 8.9.7 - 2025-02-04

    8.9.7 / 2025-02-04

    • fix: avoid applying defaults on map embedded paths #15217 #15196
    • types: add missing $median operator to aggregation types #15233 #15209
    • docs(document): clarify that toObject() returns a POJO that may contain non-POJO values #15232 #15208
  • 8.9.6 - 2025-01-31

    8.9.6 / 2025-01-31

    • fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
    • fix(schema): improve reason for UUID cast error, currently a TypeError #15215 #15202
    • fix(aggregate): improve error when calling near() with invalid coordinates #15206 #15188
from mongoose GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade mongoose from 8.9.6 to 8.10.0.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/tuanicom/project/37045203-d79c-4568-837a-36d05a44dbb3?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (19f8183) 262 262 100.00%
Head commit (843b4ff) 262 (+0) 262 (+0) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#552) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 1625

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1620: 0.0%
Covered Lines: 262
Relevant Lines: 262

💛 - Coveralls

Copy link

sonarqubecloud bot commented Mar 3, 2025

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (19f8183) to head (843b4ff).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #552   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          262       262           
  Branches         3         3           
=========================================
  Hits           262       262           

@tuanicom tuanicom merged commit 1bdd425 into master Mar 3, 2025
22 checks passed
@tuanicom tuanicom deleted the snyk-upgrade-a2bc025655491369fae9d71683ab2282 branch March 3, 2025 06:03
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.

3 participants