Skip to content

Bump mongoose from 8.23.0 to 9.3.3#138

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mongoose-9.3.3
Closed

Bump mongoose from 8.23.0 to 9.3.3#138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mongoose-9.3.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps mongoose from 8.23.0 to 9.3.3.

Release notes

Sourced from mongoose's releases.

9.3.3 / 2026-03-25

  • fix(schemaType): standardize to use MongooseError instead of plain Error #16172 VIPAX-JIT
  • types: make MergeType distributive to better support populate on models where the hydrated doc type is a union #16101 #16161
  • docs: upgrade http:// links to https:// in connections.md #16163 Puxhkar
  • docs: fix typographical, grammatical errors & documentation clarity improvements #16175 yogesh968
  • docs: clarify multi-mongos support documentation for sharded clusters

9.3.2 / 2026-03-23

9.3.1 / 2026-03-17

  • fix(model): handle passing string projection to hydrate() #16082
  • fix(model): fix bulkWrite() sorting #16079 #16080 pnkov
  • fix(QueryCursor): fix wrong this context in QueryCursor close callback #16104 techcodie
  • types(schema): infer schema options correctly for model context in statics #16046 #16102
  • types(schema): fix type definition for HydratedDocType in autoTypedVirtuals #16083
  • types(plugin): allow passing model with custom TStatics into Schema.prototype.plugin() #16090 #16086
  • chore: use MongooseError instead of Error in schema, model, and aggregate #15995 mahmoodhamdi
  • docs(projection): clean up jsdoc for parseProjection()

9.3.0 / 2026-03-10

  • feat(schema): support discriminators option inline for better TypeScript support #16053
  • feat(aggregate): add pipelineForUnionWith() helper to allow reusing pipelines with $unionWith in TypeScript #16033
  • feat(setDefaultsOnInsert): pass query as context to default functions #16041 #16025
  • fix: resolve deeply nested discriminator paths in arrayFilters #16072 Yatin81
  • fix(changeStream): emit ready on next tick to allow stream to initialize

... (truncated)

Changelog

Sourced from mongoose's changelog.

9.3.3 / 2026-03-25

  • fix(schemaType): standardize to use MongooseError instead of plain Error #16172 VIPAX-JIT
  • types: make MergeType distributive to better support populate on models where the hydrated doc type is a union #16101 #16161
  • docs: upgrade http:// links to https:// in connections.md #16163 Puxhkar
  • docs: fix typographical, grammatical errors & documentation clarity improvements #16175 yogesh968
  • docs: clarify multi-mongos support documentation for sharded clusters

9.3.2 / 2026-03-23

9.3.1 / 2026-03-17

  • fix(model): handle passing string projection to hydrate() #16082
  • fix(model): fix bulkWrite() sorting #16079 #16080 pnkov
  • fix(QueryCursor): fix wrong this context in QueryCursor close callback #16104 techcodie
  • types(schema): infer schema options correctly for model context in statics #16046 #16102
  • types(schema): fix type definition for HydratedDocType in autoTypedVirtuals #16083
  • types(plugin): allow passing model with custom TStatics into Schema.prototype.plugin() #16090 #16086
  • chore: use MongooseError instead of Error in schema, model, and aggregate #15995 mahmoodhamdi
  • docs(projection): clean up jsdoc for parseProjection()

9.3.0 / 2026-03-10

  • feat(schema): support discriminators option inline for better TypeScript support #16053
  • feat(aggregate): add pipelineForUnionWith() helper to allow reusing pipelines with $unionWith in TypeScript #16033
  • feat(setDefaultsOnInsert): pass query as context to default functions #16041 #16025
  • fix: resolve deeply nested discriminator paths in arrayFilters #16072 Yatin81
  • fix(changeStream): emit ready on next tick to allow stream to initialize

... (truncated)

Commits
  • a3563a3 chore: release 9.3.3
  • d90c96f Merge pull request #16161 from Automattic/vkarpov15/gh-16101-2
  • fec761f style: fix lint
  • d2d55b4 Merge pull request #16176 from Om-Mishra09/test/diffindexes-coverage
  • 494c062 Merge pull request #16172 from VIPAX-JIT/fix/standardize-errors
  • 1fe0a95 Refactor schema definition in model tests
  • 44f88eb Merge pull request #16175 from yogesh968/fixes
  • d504dc3 test: add edge-case coverage for Model.diffIndexes with indexOptionsToCreate
  • 61d23d7 find the errors in files and fix some issues
  • 0a831df fix(schemaType): standardize to use MongooseError instead of plain Error
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
mongoose [>= 8.a, < 9]

Dependabot compatibility score

Dependabot 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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.23.0 to 9.3.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.23.0...9.3.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 9.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2026
@night0721 night0721 closed this Apr 2, 2026
@night0721 night0721 deleted the dependabot/npm_and_yarn/mongoose-9.3.3 branch April 2, 2026 13:36
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant