josephistired / DiscordBot-v14

An open-source Discord bot that offers ultimate control and flexibility for your server. With this bot, you have the ability to host and run it yourself, ensuring that you have the latest updates and features. The bot comes equipped with a variety of commands, including moderation commands for enforcing rules and keeping your server organized, etc.
https://www.josephcarmosino.com/DiscordBot-v14
MIT License
47 stars 10 forks source link

Bump mongoose from 7.0.4 to 7.0.5 #121

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps mongoose from 7.0.4 to 7.0.5.

Release notes

Sourced from mongoose's releases.

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281
Changelog

Sourced from mongoose's changelog.

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281
Commits
  • 5610646 chore: release 7.0.5
  • 3ecf06a Merge pull request #13317 from Automattic/vkarpov15/uuid-populate-fixes
  • a38e10b test(uuid): quick fix based on code review comments
  • b321084 Update test/schema.uuid.test.js
  • 8313e60 Merge pull request #13312 from hasezoey/fix13297
  • 4332472 fix(schema): correctly handle uuids with populate()
  • b371226 docs(subdocs): fix mention of subdocument ".remove" function
  • bc69fc8 Merge pull request #13301 from Automattic/IslandRhythms/fix-docs
  • 677864b use relative link
  • dee524b Merge pull request #13286 from jakesjews/master
  • 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)