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.2.2 to 7.2.3 #231

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps mongoose from 7.2.2 to 7.2.3.

Release notes

Sourced from mongoose's releases.

7.2.3 / 2023-06-09

  • fix(model): ignore falsy last argument to create() for backwards compatibility #13493 #13491 #13487 MohOraby
  • types: remove generic param that's causing issues for typegoose #13494 #13482
  • types(aggregate): allow object syntax for $mergeObjects #13470 #13060
  • docs(connection): clarify how Connection.prototype.destroy() is different from close() #13475
  • docs(populate): fix accidental removal of text #13480
  • docs: add additional notes for Atlas X.509 authentication #13452 alexbevi
  • docs(populate): add a little more info on why we recommend using ObjectId for _id #13474 #13400
Changelog

Sourced from mongoose's changelog.

7.2.3 / 2023-06-09

  • fix(model): ignore falsy last argument to create() for backwards compatibility #13493 #13491 #13487 MohOraby
  • types: remove generic param that's causing issues for typegoose #13494 #13482
  • types(aggregate): allow object syntax for $mergeObjects #13470 #13060
  • docs(connection): clarify how Connection.prototype.destroy() is different from close() #13475
  • docs(populate): fix accidental removal of text #13480
  • docs: add additional notes for Atlas X.509 authentication #13452 alexbevi
  • docs(populate): add a little more info on why we recommend using ObjectId for _id #13474 #13400

6.11.2 / 2023-06-08

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 7.2.2 to 7.2.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.2.2...7.2.3)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2023
@dependabot dependabot bot requested a review from antoinezanardi June 12, 2023 05:14
@antoinezanardi antoinezanardi merged commit dfe6b37 into develop Jun 12, 2023
8 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.2.3 branch June 12, 2023 07:25
antoinezanardi pushed a commit that referenced this pull request Jun 17, 2023
## [1.10.0](v1.9.0...v1.10.0) (2023-06-17)

### 🚀 Features

* **game-maker:** game play methods ([#229](#229)) ([aa1c954](aa1c954))
* **game:** get game by id pipe in controller ([#211](#211)) ([bb1e34f](bb1e34f))

### 🔩 Refactor

* **game:** get playing game helper removed ([#214](#214)) ([e2cfd8a](e2cfd8a))
* **methods:** use private when necessary ([#217](#217)) ([42a81ab](42a81ab))
* **tests:** better readability and mocks ([#224](#224)) ([410715c](410715c))

### ✅ Tests

* **mongoose:** object id factory ([#215](#215)) ([81d7f9e](81d7f9e))

### 🧹 Chore

* **deps:** bump @commitlint/cli from 17.6.3 to 17.6.5 ([#210](#210)) ([44b8128](44b8128))
* **deps:** bump @commitlint/config-conventional from 17.6.3 to 17.6.5 ([#208](#208)) ([aafc9f7](aafc9f7))
* **deps:** bump @faker-js/faker from 8.0.1 to 8.0.2 ([#207](#207)) ([3020acc](3020acc))
* **deps:** bump @nestjs/cli from 10.0.1 to 10.0.2 ([#252](#252)) ([dc83b18](dc83b18))
* **deps:** bump @nestjs/cli from 9.5.0 to 10.0.1 ([#250](#250)) ([f717f33](f717f33))
* **deps:** bump @nestjs/common from 9.4.2 to 9.4.3 ([#237](#237)) ([25eaeaf](25eaeaf))
* **deps:** bump @nestjs/config from 2.3.2 to 2.3.3 ([#243](#243)) ([5d67fed](5d67fed))
* **deps:** bump @nestjs/config from 2.3.3 to 2.3.4 ([#245](#245)) ([1d323d1](1d323d1))
* **deps:** bump @nestjs/config from 2.3.4 to 3.0.0 ([#249](#249)) ([a254172](a254172))
* **deps:** bump @nestjs/core from 9.4.2 to 9.4.3 ([#235](#235)) ([c1e6e91](c1e6e91))
* **deps:** bump @nestjs/mongoose from 9.2.2 to 10.0.0 ([#251](#251)) ([3fe60fb](3fe60fb))
* **deps:** bump @nestjs/platform-express from 9.4.2 to 9.4.3 ([#234](#234)) ([d56efbc](d56efbc))
* **deps:** bump @nestjs/platform-fastify from 9.4.2 to 9.4.3 ([#241](#241)) ([dcb1582](dcb1582))
* **deps:** bump @nestjs/schematics from 9.2.0 to 10.0.1 ([#248](#248)) ([a5a6a26](a5a6a26))
* **deps:** bump @nestjs/swagger from 6.3.0 to 7.0.0 ([#253](#253)) ([3e60868](3e60868))
* **deps:** bump @nestjs/terminus from 9.2.2 to 10.0.0 ([#255](#255)) ([d2f9750](d2f9750))
* **deps:** bump @nestjs/testing from 9.4.2 to 9.4.3 ([#239](#239)) ([91d78f7](91d78f7))
* **deps:** bump @stryker-mutator/jest-runner from 6.4.2 to 7.0.0 ([#218](#218)) ([33d989e](33d989e))
* **deps:** bump @stryker-mutator/typescript-checker from 6.4.2 to 7.0.0 ([#221](#221)) ([b1d3b6f](b1d3b6f))
* **deps:** bump @types/jest from 29.5.1 to 29.5.2 ([#213](#213)) ([10bcfc9](10bcfc9))
* **deps:** bump @types/node from 20.2.4 to 20.2.5 ([#206](#206)) ([492e9b2](492e9b2))
* **deps:** bump @types/node from 20.2.5 to 20.3.0 ([#232](#232)) ([34a0cec](34a0cec))
* **deps:** bump @types/node from 20.3.0 to 20.3.1 ([#236](#236)) ([d342c3f](d342c3f))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 ([#205](#205)) ([4da8dd0](4da8dd0))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 ([#226](#226)) ([36ee256](36ee256))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 ([#238](#238)) ([324be15](324be15))
* **deps:** bump @typescript-eslint/parser from 5.59.7 to 5.59.8 ([#204](#204)) ([4c48548](4c48548))
* **deps:** bump @typescript-eslint/parser from 5.59.8 to 5.59.9 ([#227](#227)) ([326e5fd](326e5fd))
* **deps:** bump @typescript-eslint/parser from 5.59.9 to 5.59.11 ([#242](#242)) ([2cdc497](2cdc497))
* **deps:** bump eslint from 8.41.0 to 8.42.0 ([#219](#219)) ([7ebdfc1](7ebdfc1))
* **deps:** bump eslint from 8.42.0 to 8.43.0 ([#256](#256)) ([f50b4de](f50b4de))
* **deps:** bump mongoose from 7.2.1 to 7.2.2 ([#209](#209)) ([61c4cc3](61c4cc3))
* **deps:** bump mongoose from 7.2.2 to 7.2.3 ([#231](#231)) ([dfe6b37](dfe6b37))
* **deps:** bump mongoose from 7.2.3 to 7.2.4 ([#240](#240)) ([61e97b1](61e97b1))
* **deps:** bump mongoose from 7.2.4 to 7.3.0 ([#246](#246)) ([808f6c3](808f6c3))
* **deps:** bump radash from 10.8.1 to 10.9.0 ([#254](#254)) ([3b02efa](3b02efa))
* **deps:** bump semantic-release from 21.0.2 to 21.0.3 ([#220](#220)) ([5e7555f](5e7555f))
* **deps:** bump semantic-release from 21.0.3 to 21.0.5 ([#233](#233)) ([063b901](063b901))
* **deps:** bump typescript from 5.0.4 to 5.1.3 ([#216](#216)) ([bd80920](bd80920))
* **jest:** adapt tests to jest-extended v4 ([#257](#257)) ([645ca7e](645ca7e))
* **script:** allow numbers in git branches ([#223](#223)) ([4a328d6](4a328d6))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.10.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