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.6.3 to 7.6.4 #624

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps mongoose from 7.6.3 to 7.6.4.

Changelog

Sourced from mongoose's changelog.

7.6.4 / 2023-10-30

  • fix(connection): retain modified status for documents created outside a transaction during transaction retries #14017 #13973
  • fix(schema): handle recursive schemas in discriminator definitions #14011 #13978
  • fix: handle casting $or underneath $elemMatch #14007 #13974
  • fix(populate): allow using options: { strictPopulate: false } to disable strict populate #13863
  • docs: fix differences between sample codes and documentation #13998 suzuki
  • docs: fix missing import and change wrong variable name #13992 suzuki
Commits
  • 4ff1916 chore: release 7.6.4
  • 120b442 Merge pull request #14017 from Automattic/vkarpov15/gh-13973-2
  • 8a7f2f2 Merge pull request #14011 from Automattic/vkarpov15/gh-13978
  • a1dc45b test: modify test name re: code review comments
  • a5e4ec2 Update test/schema.test.js
  • 6c4d836 fix(document): handle #9396 case by only applying #13973 logic if in transaction
  • c795ce4 fix(connection): retain modified status for documents created outside a trans...
  • 64f2098 fix(schema): handle recursive schemas in discriminator definitions
  • 266804b fix: handle casting $or within $elemMatch
  • 4d084e9 Merge pull request #13998 from suzuki/fix/doc-plungins
  • 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 Oct 31, 2023
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/7.6.4/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.6.3...7.6.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.6.4 branch from d64e1b0 to 75b78f1 Compare October 31, 2023 08:36
@antoinezanardi antoinezanardi merged commit bbddedb into develop Oct 31, 2023
14 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.6.4 branch October 31, 2023 08:47
antoinezanardi pushed a commit that referenced this pull request Nov 15, 2023
## [1.22.0](v1.21.1...v1.22.0) (2023-11-15)

### 🚀 Features

* **docker:** docker file, dev and production docker compose files ([#616](#616)) ([8c5a943](8c5a943)), closes [#612](#612)
* **docker:** upload docker hub image with develop tag on develop branch push ([#619](#619)) ([2e4deb1](2e4deb1))
* **interactable-players:** interactable players with interactions for current game play ([#631](#631)) ([e230b3a](e230b3a))
* **interactable-players:** interactable players with interactions for current game play ([#644](#644)) ([289b3f9](289b3f9)), closes [#633](#633)

### 🧹 Chore

* **deps:** bump @faker-js/faker from 8.2.0 to 8.3.1 ([#642](#642)) ([058829a](058829a))
* **deps:** bump @fastify/static from 6.11.2 to 6.12.0 ([#620](#620)) ([8670ba6](8670ba6))
* **deps:** bump lint-staged from 15.0.2 to 15.1.0 ([#640](#640)) ([94b54d3](94b54d3))
* **deps:** bump mongoose from 7.6.3 to 7.6.4 ([#624](#624)) ([bbddedb](bbddedb))
* **deps:** bump mongoose from 7.6.4 to 8.0.0 ([#627](#627)) ([507028d](507028d))
* **deps:** bump semantic-release from 22.0.5 to 22.0.6 ([#625](#625)) ([10cb396](10cb396))
* **deps:** bump semantic-release from 22.0.6 to 22.0.7 ([#630](#630)) ([c632735](c632735))
* **deps:** bump the commitlint group with 2 updates ([#639](#639)) ([b13212a](b13212a))
* **deps:** bump the eslint group with 1 update ([#629](#629)) ([db6cb42](db6cb42))
* **deps:** bump the nest group with 2 updates ([#622](#622)) ([95caa1b](95caa1b))
* **deps:** bump the nest group with 2 updates ([#636](#636)) ([94e09c6](94e09c6))
* **deps:** bump the nest group with 5 updates ([#628](#628)) ([1b17eb3](1b17eb3))
* **deps:** bump the types group with 2 updates ([#641](#641)) ([e60f712](e60f712))
* **deps:** bump the types group with 3 updates ([#632](#632)) ([56162ed](56162ed))
* **deps:** bump the types group with 4 updates ([#626](#626)) ([8cb2b9f](8cb2b9f))
* **deps:** bump the types group with 6 updates ([#635](#635)) ([fc699f6](fc699f6))
* **deps:** bump ts-loader from 9.5.0 to 9.5.1 ([#643](#643)) ([b4b530e](b4b530e))
* **deps:** bump type-fest from 4.6.0 to 4.7.1 ([#638](#638)) ([790ca12](790ca12))
@antoinezanardi
Copy link
Owner

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