-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump mongoose from 8.8.3 to 8.9.5 in /game-platform in the npm_and_yarn group across 1 directory #35
base: main
Are you sure you want to change the base?
Conversation
Bumps the npm_and_yarn group with 1 update in the /game-platform directory: [mongoose](https://github.com/Automattic/mongoose). Updates `mongoose` from 8.8.3 to 8.9.5 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.8.3...8.9.5) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's Guide by SourceryThis pull request bumps the mongoose dependency from version 8.8.3 to 8.9.5 in the /game-platform directory. This update includes several bug fixes, performance improvements, and type definition updates. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps the npm_and_yarn group with 1 update in the /game-platform directory: mongoose.
Updates
mongoose
from 8.8.3 to 8.9.5Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
5af0a10
chore: release 8.9.5a42d8f5
Merge branch '7.x'73e81ab
chore: release 7.8.44fe9a90
Merge branch '6.x' into 7.xe59e342
chore: release 6.13.664a9f97
fix: disallow nested $where in populate matchfa33717
Merge pull request #15176 from Automattic/vkarpov15/gh-151700728602
test: make test cast non-boolean value0cad0d7
fix(schema): handle bitwise operators on Int3239886fb
docs: quick changelog formatting fixDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update Mongoose from 8.8.3 to 8.9.5.
Bug Fixes:
$where
in populate match.Model.validate()
static correctly cast document arrays.validateBeforeSave
option tobulkSave()
to skip validation.Schema.prototype.discriminator
.Model.castObject()
.childSchemas.path
for compatibility with pre-Mongoose-8.8 schemas.updateOne()
returns null insave()
.$getAllSubdocs()
can properly get all subdocs.castObject()
..index()
call.hydratedPopulatedDocs
option as populated in top-level doc.get()
on invalid path.