Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps mongoose from 9.0.1 to 9.1.0.

Release notes

Sourced from mongoose's releases.

9.1.0 / 2025-12-29

  • feat(model): make pathsToSave handle saving just a subpath of a modified path #15896
  • feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
  • feat(versioning): optimistic concurrency exclude option, update docs for optimisticConcurrency options #15917 #15915 #15912 AbdelrahmanHafez
  • feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
  • fix: add support for typescript style enums #15914 #15913 mjfwebb
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15918 #15910

9.0.2 / 2025-12-17

Changelog

Sourced from mongoose's changelog.

9.1.0 / 2025-12-29

  • feat(model): make pathsToSave handle saving just a subpath of a modified path #15896
  • feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
  • feat(versioning): optimistic concurrency exclude option, update docs for optimisticConcurrency options #15917 #15915 #15912 AbdelrahmanHafez
  • feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
  • fix: add support for typescript style enums #15914 #15913 mjfwebb
  • types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15918 #15910

8.21.0 / 2025-12-29

  • feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
  • feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
  • fix: add support for typescript style enums #15914 #15913 mjfwebb

8.20.4 / 2025-12-18

  • fix(model): ensure $isDeleted is set after calling doc.deleteOne() successfully #15898
  • fix(document): use bitwise OR to accumulate version mode flags #15893 #15888 AbdelrahmanHafez

9.0.2 / 2025-12-17

8.20.3 / 2025-12-15

  • perf: use Object.hasOwn instead of Object#hasOwnProperty #15875 AbdelrahmanHafez
  • fix: improve error when calling Document.prototype.init() with null/undefined #15812 Vegapunk-debug
  • types(schema): avoid treating paths with default: null as required #15889
  • types(schema): allow partial statics to schema.statics() #15780
Commits
  • 0f7834a chore: release 9.1.0
  • e782cb6 types(models): support Mongoose query casting in AnyBulkWriteOperation filter...
  • 98f2fbd Merge pull request #15917 from Automattic/fix/optimistic-concurrency-exclude
  • 6e51c7b Merge branch '8.x'
  • 560d02e chore: release 8.21.0
  • a410e0e Merge pull request #15924 from Automattic/8.21
  • 5fe843c Merge pull request #15908 from Automattic/vkarpov15/gh-15870
  • abf1941 Merge branch '8.x' into 8.21
  • ea60ca3 fix(docs): clarify behavior of optimisticConcurrency in schema options
  • 361e9c5 fix(test): update optimisticConcurrency describe block to include issue refer...
  • Additional commits viewable in compare view

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.


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 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 9.0.1 to 9.1.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.0.1...9.1.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to npm packages javascript Pull requests that update javascript code labels Dec 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2025

Superseded by #677.

@dependabot dependabot bot closed this Dec 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongoose-9.1.0 branch December 31, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to npm packages javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant