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.4 to 7.4.5 #444

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mongoose from 7.4.4 to 7.4.5.

Release notes

Sourced from mongoose's releases.

7.4.5 / 2023-08-25

  • fix(debug): avoid putting virtuals and getters in debug output #13778
  • fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
  • fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
Changelog

Sourced from mongoose's changelog.

7.4.5 / 2023-08-25

  • fix(debug): avoid putting virtuals and getters in debug output #13778
  • fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
  • fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720

6.12.0 / 2023-08-24

  • feat: use mongodb driver v4.17.1
  • fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
  • fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
Commits
  • e12ae3f chore: release 7.4.5
  • 13c2ad0 fix(model): fix merge issue
  • 1d4fcad Merge branch '6.x'
  • d27d646 Merge pull request #13778 from Automattic/vkarpov15/format-fix
  • eb34bd3 chore: release 6.12.0
  • ec74347 feat: use mongodb driver v4.17.1
  • 4f79ce2 Merge pull request #13770 from Automattic/vkarpov15/gh-13664-2
  • c970700 fix(debug): avoid putting virtuals and getters in debug output
  • 0f939e2 docs: quick update to syncIndexes() docs
  • 17c31b7 fix(model): make Model.bulkWrite() with empty array and ordered false not thr...
  • 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> 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> 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 28, 2023
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.4 to 7.4.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.4.4...7.4.5)

---
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.5 branch from 396182c to b28cd4e Compare August 28, 2023 04:55
@antoinezanardi antoinezanardi merged commit 64a4e40 into develop Aug 28, 2023
10 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.4.5 branch August 28, 2023 07:25
antoinezanardi pushed a commit that referenced this pull request Sep 9, 2023
## [1.17.0](v1.16.0...v1.17.0) (2023-09-09)

### 🚀 Features

* **cucumber:** publish report on release ([#451](#451)) ([f13f190](f13f190))

### 📖 Docs

* **readme:** improved tests section ([#450](#450)) ([68173ef](68173ef))

### 🔩 Refactor

* **constants:** constants for game schemas ([#467](#467)) ([f8331f6](f8331f6))
* **globals:** correct UPPER_CASE casing for globals ([#446](#446)) ([669ffa1](669ffa1))
* **object-id:** use equal method for comparison ([#473](#473)) ([267d56f](267d56f))
* **paths:** path aliases for src and tests ([#440](#440)) ([5d19d5c](5d19d5c))

### ✅ Tests

* **acceptance:** acceptances tests for raven ([#459](#459)) ([0e29af5](0e29af5))
* **acceptance:** acceptances tests for three brothers ([#458](#458)) ([df6c976](df6c976))
* **acceptance:** acceptances tests for two sisters ([#455](#455)) ([caa3960](caa3960))
* **acceptance:** sheriff player attribute acceptance tests ([#472](#472)) ([ed9e09e](ed9e09e))
* **acceptance:** stuttering judge acceptance tests ([#469](#469)) ([8a759c3](8a759c3))
* **player:** fix player with name randomness test ([#454](#454)) ([d5cb70a](d5cb70a))

### 🧹 Chore

* **deps:** bump @cucumber/cucumber from 9.4.0 to 9.5.0 ([#463](#463)) ([e1af320](e1af320))
* **deps:** bump @cucumber/cucumber from 9.5.0 to 9.5.1 ([#470](#470)) ([49dd67d](49dd67d))
* **deps:** bump @fastify/static from 6.10.2 to 6.11.0 ([#462](#462)) ([e0ad49a](e0ad49a))
* **deps:** bump mongoose from 7.4.4 to 7.4.5 ([#444](#444)) ([64a4e40](64a4e40))
* **deps:** bump mongoose from 7.4.5 to 7.5.0 ([#453](#453)) ([295f1e8](295f1e8))
* **deps:** bump the eslint group with 1 update ([#443](#443)) ([ab3d1f7](ab3d1f7))
* **deps:** bump the eslint group with 2 updates ([#449](#449)) ([b3472bd](b3472bd))
* **deps:** bump the eslint group with 2 updates ([#466](#466)) ([2676eec](2676eec))
* **deps:** bump the nest group with 1 update ([#452](#452)) ([4de05c6](4de05c6))
* **deps:** bump the nest group with 5 updates ([#447](#447)) ([858fc29](858fc29))
* **deps:** bump the nest group with 5 updates ([#457](#457)) ([2aae75b](2aae75b))
* **deps:** bump the nest group with 7 updates ([#460](#460)) ([122e5cb](122e5cb))
* **deps:** bump the types group with 1 update ([#442](#442)) ([17478da](17478da))
* **deps:** bump the types group with 1 update ([#461](#461)) ([f87108d](f87108d))
* **deps:** bump the types group with 1 update ([#468](#468)) ([3e908ee](3e908ee))
* **deps:** bump the types group with 2 updates ([#465](#465)) ([4130ed1](4130ed1))
* **deps:** bump type-fest from 4.2.0 to 4.3.1 ([#445](#445)) ([6a800fb](6a800fb))
* **github-actions:** bump actions/checkout from 3 to 4 ([#464](#464)) ([834a156](834a156))
@antoinezanardi
Copy link
Owner

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