Skip to content
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

chore(deps): bump mongoose from 7.4.3 to 7.4.4 #424

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2023

Bumps mongoose from 7.4.3 to 7.4.4.

Release notes

Sourced from mongoose's releases.

7.4.4 / 2023-08-22

  • fix(connection): reset document state in between transaction retries #13726 #13698
  • fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
  • fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
  • fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
  • fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
  • types: infer return type when using get(), markModified(), etc. with known property name literal #13739 maybesmurf
  • types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
  • types: export InferSchemaType #13737
  • docs(middleware): clarify that query middleware applies to document by default #13734 #13713
  • docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
  • docs: link v7 migration guide #13742 Cooldogyum
  • docs(migrating_to_6): add note about incompatible packages #13733
Changelog

Sourced from mongoose's changelog.

7.4.4 / 2023-08-22

  • fix(connection): reset document state in between transaction retries #13726 #13698
  • fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607
  • fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758
  • fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725
  • fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 yury-ivaniutsenka
  • types: infer return type when using get(), markModified(), etc. with known property name literal #13739 maybesmurf
  • types: add missing typings for option includeResultMetadata #13747 #13746 Idnan
  • types: export InferSchemaType #13737
  • docs(middleware): clarify that query middleware applies to document by default #13734 #13713
  • docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435
  • docs: link v7 migration guide #13742 Cooldogyum
  • docs(migrating_to_6): add note about incompatible packages #13733

6.11.6 / 2023-08-21

Commits
  • 57b6eab chore: release 7.4.4
  • 244a543 Merge pull request #13739 from maybesmurf/master
  • acbd957 Merge pull request #13747 from Idnan/master
  • 812b014 Merge pull request #13759 from yury-ivaniutsenka/fix_change_stream
  • b0258e1 Merge pull request #13758 from Automattic/vkarpov15/mongoose-autopopulate-96
  • 5fdb89c Merge pull request #13761 from Automattic/vkarpov15/gh-13725
  • 2591f9f fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direc...
  • b2e7315 Merge branch 'master' of github.com:Automattic/mongoose
  • 6e6e190 Merge branch '6.x'
  • 0604133 chore: release 6.11.6
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 23, 2023
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.4.3...7.4.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 force-pushed the dependabot/npm_and_yarn/develop/mongoose-7.4.4 branch from f5036db to e342f94 Compare August 23, 2023 06:06
@antoinezanardi antoinezanardi merged commit 7dff095 into develop Aug 23, 2023
11 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.4.4 branch August 23, 2023 06:21
antoinezanardi pushed a commit that referenced this pull request Aug 26, 2023
## [1.16.0](v1.15.0...v1.16.0) (2023-08-26)

### 🚀 Features

* **thief:** thief additional cards validation on game creation ([#415](#415)) ([b4bf9de](b4bf9de))

### ✅ Tests

* **acceptance:** angel acceptance tests ([#402](#402)) ([5bdb6e8](5bdb6e8))
* **acceptance:** cupid acceptance tests ([9dd415d](9dd415d))
* **acceptance:** dog wolf acceptance tests ([#410](#410)) ([8163c39](8163c39))
* **acceptance:** fox acceptance tests ([#407](#407)) ([4b5cb79](4b5cb79))
* **acceptance:** guard acceptance tests ([#403](#403)) ([b82bf4b](b82bf4b))
* **acceptance:** little girl acceptance tests ([#404](#404)) ([1af6c96](1af6c96))
* **acceptance:** pied piper acceptance tests ([#401](#401)) ([ac1702b](ac1702b))
* **acceptance:** scapegoat acceptance tests ([#411](#411)) ([864e4e6](864e4e6))
* **acceptance:** wild child acceptance tests ([#409](#409)) ([73801b4](73801b4))

### 🧹 Chore

* **deps:** bump expect from 29.6.3 to 29.6.4 ([#433](#433)) ([be08846](be08846))
* **deps:** bump lint-staged from 14.0.0 to 14.0.1 ([#421](#421)) ([8c84bdc](8c84bdc))
* **deps:** bump mongoose from 7.4.3 to 7.4.4 ([#424](#424)) ([7dff095](7dff095))
* **deps:** bump semantic-release from 21.0.7 to 21.0.9 ([#414](#414)) ([2434936](2434936))
* **deps:** bump semantic-release from 21.0.9 to 21.1.0 ([#427](#427)) ([39deed8](39deed8))
* **deps:** bump semantic-release from 21.1.0 to 21.1.1 ([#432](#432)) ([a55d168](a55d168))
* **deps:** bump the eslint group with 1 update ([#413](#413)) ([b536d91](b536d91))
* **deps:** bump the eslint group with 2 updates ([#406](#406)) ([f514b8b](f514b8b))
* **deps:** bump the eslint group with 2 updates ([#418](#418)) ([9087152](9087152))
* **deps:** bump the jest group with 1 update ([#419](#419)) ([a5c4513](a5c4513))
* **deps:** bump the jest group with 1 update ([#430](#430)) ([59d9739](59d9739))
* **deps:** bump the nest group with 1 update ([#408](#408)) ([b6fd825](b6fd825))
* **deps:** bump the nest group with 1 update ([#425](#425)) ([5430243](5430243))
* **deps:** bump the nest group with 1 update ([#434](#434)) ([7737b15](7737b15))
* **deps:** bump the nest group with 5 updates ([#416](#416)) ([0b48d41](0b48d41))
* **deps:** bump the nest group with 6 updates ([#422](#422)) ([f0fb776](f0fb776))
* **deps:** bump the types group with 1 update ([#412](#412)) ([adbabca](adbabca))
* **deps:** bump the types group with 1 update ([#428](#428)) ([b6c4ca9](b6c4ca9))
* **deps:** bump the types group with 2 updates ([#423](#423)) ([0eb8b1c](0eb8b1c))
* **deps:** bump typescript from 5.1.6 to 5.2.2 ([#431](#431)) ([cc563d8](cc563d8))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.16.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant