relaycorp / awala-endpoint-internet

Middleware for server-side apps to communicate over Awala without implementing any of the networking or cryptography from the protocol suite.
https://docs.relaycorp.tech/awala-endpoint-internet/
GNU Affero General Public License v3.0
0 stars 0 forks source link

fix(deps): Bump mongoose from 7.1.0 to 7.1.1 #33

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mongoose from 7.1.0 to 7.1.1.

Release notes

Sourced from mongoose's releases.

7.1.1 / 2023-05-10

  • fix(document): handle set() from top-level underneath a map of mixed #13386
  • fix: don't modify passed options object to createConnection() #13376
  • types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
  • types: handle union types in FlattenMaps #13368 #13346 Jokero
  • types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
  • types: update document.d.ts $set function params to match set #13304 jeffersonlipsky
  • docs: add excludeIndexes to the guide schema options list #13377 #13287
  • docs: fix broken "fork me" on home page #13336
Changelog

Sourced from mongoose's changelog.

7.1.1 / 2023-05-10

  • fix(document): handle set() from top-level underneath a map of mixed #13386
  • fix: don't modify passed options object to createConnection() #13376
  • types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
  • types: handle union types in FlattenMaps #13368 #13346 Jokero
  • types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
  • types: update document.d.ts $set function params to match set #13304 jeffersonlipsky
  • docs: add excludeIndexes to the guide schema options list #13377 #13287
  • docs: fix broken "fork me" on home page #13336

6.11.1 / 2023-05-08

  • fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
  • fix: add SUPPRESS_JEST_WARNINGS environment variable to hide jest warnings #13384 #13373
  • types(model): allow overwriting expected param type for bulkWrite() #13292 hasezoey

6.11.0 / 2023-05-01

  • feat: upgrade to mongodb 4.16.0 for Deno+Atlas connection fix #13337 #13075
  • perf: speed up creating maps of subdocuments #13280 #13191 #13271
  • fix(query): set ObjectParameterError if calling findOneAndX() with filter as non-object #13338
  • fix(document): merge Document $inc calls instead of overwriting #13322
  • fix(update): handle casting doubly nested arrays with $pullAll #13285
  • docs: backport documentation versioning changes to 6.x #13253 #13190 hasezoey
Commits
  • ecb0249 chore: release 7.1.1
  • f8244bd Merge pull request #13389 from Automattic/vkarpov15/gh-13382
  • cc17197 types: make lean() not clobber result type for updateOne(), etc.
  • c0b492c Merge pull request #13304 from jeffersonlipsky/patch-1
  • a2040f6 Merge pull request #13386 from Automattic/vkarpov15/gh-13327-2
  • 59a29a8 Merge branch '6.x'
  • 7a90868 Merge branch '6.x' of github.com:Automattic/mongoose into 6.x
  • 23132db chore: release 6.11.1
  • d96de21 Merge pull request #13384 from Automattic/vkarpov15/gh-13373
  • 0ab335f docs: add note about SUPPRESS_JEST_WARNINGS to jest docs
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #39.