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.3.4 to 7.4.0 #337

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps mongoose from 7.3.4 to 7.4.0.

Release notes

Sourced from mongoose's releases.

7.4.0 / 2023-07-18

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
  • feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
  • feat: support generating custom cast error message with a function #13608 #3162
  • feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
  • feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
  • feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled #13522
  • feat(model): add option "aggregateErrors" for create() #13544 hasezoey
  • feat(schema): add collectionOptions option to schemas #13513
  • fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient #13542
  • fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536
  • types: augment bson.ObjectId instead of adding on own type #13515 #12537 hasezoey
  • docs(guide): fix md lint #13593 hasezoey
  • docs: changed the code from 'await author.save()' to 'await story1.save()' #13596 SomSingh23
Changelog

Sourced from mongoose's changelog.

7.4.0 / 2023-07-18

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
  • feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
  • feat: support generating custom cast error message with a function #13608 #3162
  • feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
  • feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
  • feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled #13522
  • feat(model): add option "aggregateErrors" for create() #13544 hasezoey
  • feat(schema): add collectionOptions option to schemas #13513
  • fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient #13542
  • fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536
  • types: augment bson.ObjectId instead of adding on own type #13515 #12537 hasezoey
  • docs(guide): fix md lint #13593 hasezoey
  • docs: changed the code from 'await author.save()' to 'await story1.save()' #13596 SomSingh23

6.11.4 / 2023-07-17

  • perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
Commits
  • 587983e chore: release 7.4.0
  • 52a6485 Merge pull request #13613 from Automattic/7.4
  • 8378c82 types: allow any value for $meta because MongoDB now supports values other th...
  • 7e47266 Merge branch 'master' into 7.4
  • 8c17b91 Merge branch '6.x'
  • 20b030e chore: release 6.11.4
  • 895bc32 Merge pull request #13614 from Automattic/vkarpov15/gh-13191-2
  • b8ebe80 perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) lo...
  • dcc4c9a perf: some more small optimizations
  • 69405b2 Merge branch '6.x' into vkarpov15/gh-13191-2
  • 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2023
@dependabot dependabot bot requested a review from antoinezanardi July 19, 2023 04:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mongoose-7.4.0 branch 3 times, most recently from 8992bdb to 76b8924 Compare July 24, 2023 08:43
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.3.4...7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/mongoose-7.4.0 branch from 76b8924 to af4f56a Compare July 24, 2023 08:44
@antoinezanardi antoinezanardi merged commit 82bb5c7 into develop Jul 24, 2023
9 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.4.0 branch July 24, 2023 09:02
antoinezanardi pushed a commit that referenced this pull request Jul 29, 2023
## [1.13.0](v1.12.0...v1.13.0) (2023-07-29)

### 🚀 Features

* **game:** game lifecycle ([#349](#349)) ([9f5eb16](9f5eb16))

### 🐛 Bug Fixes

* **dependabot:** nest deps group ([#344](#344)) ([13e107d](13e107d))

### 📖 Docs

* **readme:** better display for supported roles ([#353](#353)) ([77dcf8e](77dcf8e))

### 🧹 Chore

* **deps:** bump @nestjs/cli from 10.1.7 to 10.1.8 ([#326](#326)) ([1354665](1354665))
* **deps:** bump @nestjs/cli from 10.1.8 to 10.1.10 ([#339](#339)) ([766ae6f](766ae6f))
* **deps:** bump @nestjs/mongoose from 10.0.0 to 10.0.1 ([#341](#341)) ([64df0bd](64df0bd))
* **deps:** bump @nestjs/swagger from 7.1.1 to 7.1.2 ([#340](#340)) ([53638d5](53638d5))
* **deps:** bump @nestjs/swagger from 7.1.2 to 7.1.4 ([#352](#352)) ([42b94d0](42b94d0))
* **deps:** bump mongoose from 7.3.2 to 7.3.3 ([0c314f5](0c314f5))
* **deps:** bump mongoose from 7.3.3 to 7.3.4 ([#328](#328)) ([2950b8b](2950b8b))
* **deps:** bump mongoose from 7.3.4 to 7.4.0 ([#337](#337)) ([82bb5c7](82bb5c7))
* **deps:** bump mongoose from 7.4.0 to 7.4.1 ([#348](#348)) ([8f2ed9e](8f2ed9e))
* **deps:** bump the commitlint group with 2 updates ([#338](#338)) ([9de8b47](9de8b47))
* **deps:** bump the eslint group with 2 updates ([#347](#347)) ([5b5278a](5b5278a))
* **deps:** bump the eslint group with 4 updates ([#335](#335)) ([a0d35ec](a0d35ec))
* **deps:** bump the jest group with 1 update ([#351](#351)) ([a724d25](a724d25))
* **deps:** bump the stryker group with 3 updates ([#330](#330)) ([bcf8dda](bcf8dda))
* **deps:** bump the types group with 1 update ([d3d74e9](d3d74e9))
* **deps:** bump the types group with 2 updates ([#345](#345)) ([3c25bee](3c25bee))
* **deps:** bump the types group with 2 updates ([#350](#350)) ([6d91a26](6d91a26))
* **deps:** bump type-fest from 3.12.0 to 3.13.0 ([056a3c1](056a3c1))
* **deps:** bump type-fest from 3.13.0 to 4.0.0 ([#331](#331)) ([5cdcbba](5cdcbba))
@antoinezanardi
Copy link
Owner

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