Skip to content

Bump mongoose from 6.5.3 to 6.5.4 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps mongoose from 6.5.3 to 6.5.4.

Release notes

Sourced from mongoose's releases.

6.5.4 / 2022-08-30

  • fix(document): allow calling $assertPopulated() with values to better support manual population #12233
  • fix(connection+mongoose): better handling for calling model() with 1 argument #12359
  • fix(model): allow defining discriminator virtuals and methods using schema options #12326
  • fix(types): fix MongooseQueryMiddleware missing "findOneAndReplace" and "replaceOne" #12330 #12329 Jule- lpizzinidev
  • fix(types): fix replaceOne return type #12351 lpizzinidev
  • fix(types): use this for return type from $assertPopulated() #12234
  • docs: highlight how to connect using auth in README #12354 AntonyOnScript
  • docs: improve jsdoc comments for private methods #12337 hasezoey
  • docs: fix minor typo in compatibility table header #12355 skyme5
Changelog

Sourced from mongoose's changelog.

6.5.4 / 2022-08-30

  • fix(document): allow calling $assertPopulated() with values to better support manual population #12233
  • fix(connection+mongoose): better handling for calling model() with 1 argument #12359
  • fix(model): allow defining discriminator virtuals and methods using schema options #12326
  • fix(types): fix MongooseQueryMiddleware missing "findOneAndReplace" and "replaceOne" #12330 #12329 Jule- lpizzinidev
  • fix(types): fix replaceOne return type #12351 lpizzinidev
  • fix(types): use this for return type from $assertPopulated() #12234
  • docs: highlight how to connect using auth in README #12354 AntonyOnScript
  • docs: improve jsdoc comments for private methods #12337 hasezoey
  • docs: fix minor typo in compatibility table header #12355 skyme5
Commits

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)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@6.5.3...6.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2022
@nathen418 nathen418 changed the base branch from master to staging September 3, 2022 00:25
@dependabot dependabot bot changed the base branch from staging to main September 3, 2022 00:30
@nathen418 nathen418 changed the base branch from main to staging September 3, 2022 15:19
Copy link
Member

@nathen418 nathen418 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nathen418 nathen418 merged commit 654d52d into staging Sep 3, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongoose-6.5.4 branch September 3, 2022 15:43
nathen418 added a commit that referenced this pull request Sep 7, 2022
## New in version 2.2.1
- Many more bugfixes, dependency updates
- Added contributing standards and pull request templates
- Added interfaces and strong typing to all database calls
- Updated workflows to work on the correct branches
- Refined branch protection rules to make collaboration easier

## Merged Pull Requests
* Update README.md by @nathen418 in #14
* Create dependabot.yml by @nathen418 in #15
* Bump chalk from 4.1.2 to 5.0.1 by @dependabot in #18
* Bump mongoose from 6.5.3 to 6.5.4 by @dependabot in #16
* Nathen418/update dependabot by @nathen418 in #19
* merge main into staging by @nathen418 in #20
* update what branches workflows to run on correct branches and triggers by @schiltz3 in #24
* Add Contributing Standards  by @nathen418 in #25
* PR template by @schiltz3 in #26
* Add interfaces for models by @schiltz3 in #22
* Fix bug in `addNewRole` by @schiltz3 in #29
* Bugfix/schiltz3/deepsource by @schiltz3 in #28

## New Contributors
* @dependabot made their first contribution in #18

**Full Changelog**: v2.2.0...v2.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Risk dependencies Pull requests that update a dependency file Requires Careful Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant