Monsters-RPG-game / Users

Users service for monsters game
Apache License 2.0
0 stars 0 forks source link

Build(deps): Bump mongoose from 8.5.1 to 8.5.2 #260

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps mongoose from 8.5.1 to 8.5.2.

Release notes

Sourced from mongoose's releases.

8.5.2 / 2024-07-30

  • perf(clone): avoid further unnecessary checks if cloning a primitive value #14762 #14394
  • fix: allow setting document array default to null #14769 #14717 #6691
  • fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage #14744 #14736
  • fix(model+document): avoid depopulating manually populated doc as getter value #14760 #14759
  • fix: correct shardkey access in buildBulkWriteOps #14753 #14752 adf0nt3s
  • fix(query): handle casting $switch in $expr #14755 #14751
  • types: allow calling SchemaType.cast() without parent and init parameters #14756 #14748 #9076
  • docs: fix a wrong example in v6 migration guide #14758 abdelrahman-elkady
Changelog

Sourced from mongoose's changelog.

8.5.2 / 2024-07-30

  • perf(clone): avoid further unnecessary checks if cloning a primitive value #14762 #14394
  • fix: allow setting document array default to null #14769 #14717 #6691
  • fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage #14744 #14736
  • fix(model+document): avoid depopulating manually populated doc as getter value #14760 #14759
  • fix: correct shardkey access in buildBulkWriteOps #14753 #14752 adf0nt3s
  • fix(query): handle casting $switch in $expr #14755 #14751
  • types: allow calling SchemaType.cast() without parent and init parameters #14756 #14748 #9076
  • docs: fix a wrong example in v6 migration guide #14758 abdelrahman-elkady
Commits
  • 986f5eb chore: release 8.5.2
  • e6918a4 Merge pull request #14769 from Automattic/vkarpov15/gh-6691-2
  • 9a2462c fix: allow setting document array default to null
  • f921c9a Merge pull request #14762 from Automattic/vkarpov15/perf-clone-primitives
  • 93684f8 Merge pull request #14760 from Automattic/vkarpov15/gh-14759
  • 2badd9e Merge pull request #14756 from Automattic/vkarpov15/gh-14748
  • 1ad7531 address code review comments and fix a couple of other spots where we get _id...
  • ad75131 perf(clone): avoid further unnecessary checks if cloning a primitive value
  • b51a730 Merge pull request #14758 from abdelrahman-elkady/patch-1
  • 8be1ae8 Merge pull request #14755 from Automattic/vkarpov15/gh-14751
  • 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 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)