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.10.0 to 8.10.1 #554

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

tuanicom
Copy link
Owner

snyk-top-banner

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

ℹ️ 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 24 days ago.

Release notes
Package name: mongoose
  • 8.10.1 - 2025-02-14

    8.10.1 / 2025-02-14

    • perf(document): only call undoReset() 1x/document #15257 #15255
    • perf(schema): clear childSchemas when overwriting existing path to avoid performance degradations #15256 #15253
    • perf: some more micro optimizations for find() and findOne() #14906 #15250
    • fix(model): avoid adding timeout on Model.init() buffering to avoid unintentional dangling open handles #15251 #15241
    • fix: avoid connection buffering on init if autoCreate: false #15247 #15241
    • fix: infer discriminator key if set in $set with overwriteDiscriminatorKey #15243 #15218
    • types(middleware): make this in document middleware the hydrated doc type, not raw doc type #15246 #15242
    • types(schema): support options parameter to Schema.prototype.discriminator() #15249 #15244
    • types(schema): allow calling Schema.prototype.number() with no message arg #15237 #15236
    • docs(typescript): recommend using HydratedSingleSubdocument over Types.Subdocument #15240 #15211
  • 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
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:

Copy link

codacy-production bot commented Mar 10, 2025

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 (cc709bb) 262 262 100.00%
Head commit (9610d15) 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 (#554) 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

coveralls commented Mar 10, 2025

Pull Request Test Coverage Report for Build 1634

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 1633: 0.0%
Covered Lines: 262
Relevant Lines: 262

💛 - Coveralls

Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cc709bb) to head (9610d15).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #554   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          262       262           
  Branches         3         3           
=========================================
  Hits           262       262           
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tuanicom tuanicom enabled auto-merge March 10, 2025 10:06
Snyk has created this PR to upgrade mongoose from 8.10.0 to 8.10.1.

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
@tuanicom tuanicom force-pushed the snyk-upgrade-cacf0f255bbe5ae35557d8569afd11a6 branch from 81a100b to 9610d15 Compare March 10, 2025 10:06
@tuanicom tuanicom merged commit e478cc9 into master Mar 10, 2025
18 of 19 checks passed
@tuanicom tuanicom deleted the snyk-upgrade-cacf0f255bbe5ae35557d8569afd11a6 branch March 10, 2025 10:28
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