Skip to content

dependabot npm(deps): bump mongoose from 8.0.0 to 8.0.1

Depen d'Abot requested to merge dependabot-npm_and_yarn-mongoose-8.0.1 into master

Bumps mongoose from 8.0.0 to 8.0.1.

Release notes

Sourced from mongoose's releases.

8.0.1 / 2023-11-15

  • fix: retain key order with aliases when creating indexes with alias #14042 meabed
  • fix: handle nonexistent collection with diffIndexes #14029 #14010
  • types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
  • types: correct this parameter for methods and statics #14028 #14027 ruxxzebre
  • types(model+query): unpack arrays in distinct return type #14047 #14026
  • types: add missing Types.UUID typings #14023 #13103 k725
  • docs: add mongoose 8 to mongodb server compatibility guide #14064
  • docs: fix typo in queries.md #14065 MuhibAhmed
Changelog

Sourced from mongoose's changelog.

8.0.1 / 2023-11-15

  • fix: retain key order with aliases when creating indexes with alias #14042 meabed
  • fix: handle nonexistent collection with diffIndexes #14029 #14010
  • types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
  • types: correct this parameter for methods and statics #14028 #14027 ruxxzebre
  • types(model+query): unpack arrays in distinct return type #14047 #14026
  • types: add missing Types.UUID typings #14023 #13103 k725
  • docs: add mongoose 8 to mongodb server compatibility guide #14064
  • docs: fix typo in queries.md #14065 MuhibAhmed

7.6.5 / 2023-11-14

  • fix: handle update validators and single nested doc with numeric paths #14066 #13977
  • fix: handle recursive schema array in discriminator definition #14068 #14055
  • fix: diffIndexes treats namespace error as empty #14048 #14029
  • docs(migrating_to_7): add note about requiring new with ObjectId #14021 #14020

6.12.3 / 2023-11-07

  • fix(ChangeStream): correctly handle hydrate option when using change stream as stream instead of iterator #14052
  • fix(schema): fix dangling reference to virtual in tree after removeVirtual() #14019 #13085
  • fix(document): avoid unmarking modified on nested path if no initial value stored and already modified #14053 #14024
  • fix(document): consistently avoid marking subpaths of nested paths as modified #14053 #14022
Commits
  • 4e78234 chore: release 8.0.1
  • 287d304 docs: add mongoose 8 to mongodb server compatibility guide
  • 069ffaa Merge branch '7.x'
  • 8fb5ece chore: quick fix for 7.x docs build
  • fd40799 chore: fix docs search generation for 8.x release
  • 7f935cf chore: use 8.x as default search version
  • 6bc0291 style: fix lint from merge issues
  • 37d6051 Merge branch '7.x'
  • db7a983 chore: improve 7.x docs deploy script
  • c6f1121 chore: add publish script for 7.x
  • Additional commits viewable in compare view

Merge request reports

Loading