chore(deps-dev): bump mongoose from 9.6.2 to 9.8.1 in /evals - #128
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump mongoose from 9.6.2 to 9.8.1 in /evals#128dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [mongoose](https://github.com/Automattic/mongoose) from 9.6.2 to 9.8.1. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@9.6.2...9.8.1) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Skill eval results
Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps mongoose from 9.6.2 to 9.8.1.
Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
ac79c2echore: release 9.8.14efed2cMerge pull request #16406 from samuelmbabhazi/fix/modelSchemab915bd7Merge pull request #16404 from Automattic/vkarpov15/gh-1637714b750eMerge pull request #16403 from Automattic/vkarpov15/gh-1640241e559dMerge pull request #16387 from AbdelrahmanHafez/fix/reject-pathless-update-mo...1415de4types(model): keep Model.schema typed when TSchema is omittedc0a75c2Merge pull request #16390 from vivek180905/perf/cache-tostring-in-array-unique7bdee0dperf(document): avoid clearing required paths cache on every document instant...9947b06test: expand test case to handle just _id: falsea843b42types: respect _id option when inferring StandardSchema typeDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Optional dev transitive dependency for eval tooling; no production code paths, though mongoose 9.8 query/validation tweaks could affect promptfoo only if Mongo-backed features are enabled.
Overview
Updates
evals/package-lock.jsononly (nopackage.jsonor app source changes). Mongoose moves 9.6.2 → 9.8.1 as an optional transitive dependency ofpromptfoo(e.g. natural’s optional Mongo support), pulling MongoDB driver ~7.2 → ~7.5,@standard-schema/spec, and minor bson / saslprep bumps.The lockfile also reshuffles peer-related installs: top-level
@anthropic-ai/sdk0.115.0 (addsstandardwebhooks),promptfookeeps a nested@anthropic-ai/sdk0.92.0, and many Express/MCP packages lose the"dev": trueflag in the lock metadata without changing direct eval dependencies.Reviewed by Cursor Bugbot for commit 1063764. Bugbot is set up for automated code reviews on this repo. Configure here.