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.1.0 to 7.1.1 #158

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

Bumps mongoose from 7.1.0 to 7.1.1.

Release notes

Sourced from mongoose's releases.

7.1.1 / 2023-05-10

  • fix(document): handle set() from top-level underneath a map of mixed #13386
  • fix: don't modify passed options object to createConnection() #13376
  • types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
  • types: handle union types in FlattenMaps #13368 #13346 Jokero
  • types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
  • types: update document.d.ts $set function params to match set #13304 jeffersonlipsky
  • docs: add excludeIndexes to the guide schema options list #13377 #13287
  • docs: fix broken "fork me" on home page #13336
Changelog

Sourced from mongoose's changelog.

7.1.1 / 2023-05-10

  • fix(document): handle set() from top-level underneath a map of mixed #13386
  • fix: don't modify passed options object to createConnection() #13376
  • types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
  • types: handle union types in FlattenMaps #13368 #13346 Jokero
  • types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
  • types: update document.d.ts $set function params to match set #13304 jeffersonlipsky
  • docs: add excludeIndexes to the guide schema options list #13377 #13287
  • docs: fix broken "fork me" on home page #13336

6.11.1 / 2023-05-08

  • fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
  • fix: add SUPPRESS_JEST_WARNINGS environment variable to hide jest warnings #13384 #13373
  • types(model): allow overwriting expected param type for bulkWrite() #13292 hasezoey

6.11.0 / 2023-05-01

  • feat: upgrade to mongodb 4.16.0 for Deno+Atlas connection fix #13337 #13075
  • perf: speed up creating maps of subdocuments #13280 #13191 #13271
  • fix(query): set ObjectParameterError if calling findOneAndX() with filter as non-object #13338
  • fix(document): merge Document $inc calls instead of overwriting #13322
  • fix(update): handle casting doubly nested arrays with $pullAll #13285
  • docs: backport documentation versioning changes to 6.x #13253 #13190 hasezoey
Commits
  • ecb0249 chore: release 7.1.1
  • f8244bd Merge pull request #13389 from Automattic/vkarpov15/gh-13382
  • cc17197 types: make lean() not clobber result type for updateOne(), etc.
  • c0b492c Merge pull request #13304 from jeffersonlipsky/patch-1
  • a2040f6 Merge pull request #13386 from Automattic/vkarpov15/gh-13327-2
  • 59a29a8 Merge branch '6.x'
  • 7a90868 Merge branch '6.x' of github.com:Automattic/mongoose into 6.x
  • 23132db chore: release 6.11.1
  • d96de21 Merge pull request #13384 from Automattic/vkarpov15/gh-13373
  • 0ab335f docs: add note about SUPPRESS_JEST_WARNINGS to jest docs
  • 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 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.1.0 to 7.1.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.1.0...7.1.1)

---
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 May 11, 2023
@dependabot dependabot bot requested a review from antoinezanardi May 11, 2023 05:20
@antoinezanardi antoinezanardi merged commit d1bf310 into develop May 11, 2023
8 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/mongoose-7.1.1 branch May 11, 2023 07:39
antoinezanardi pushed a commit that referenced this pull request May 14, 2023
## [1.8.0](v1.7.1...v1.8.0) (2023-05-14)

### 🚀 Features

* **game:** game over conditions and data ([#161](#161)) ([822109a](822109a))

### 🎨 Styles

* **logo:** landscape logos added ([#152](#152)) ([9a43466](9a43466))

### 🔩 Refactor

* **exceptions:** use nestjs exception filter ([#164](#164)) ([e888eb6](e888eb6))
* **faker:** adapt deprecated v8 methods ([#163](#163)) ([c283433](c283433))

### ✅ Tests

* **jest:** silent tests ([#162](#162)) ([715d9b8](715d9b8))

### 🧹 Chore

* **deps:** bump @faker-js/faker from 7.6.0 to 8.0.0 ([#159](#159)) ([855d932](855d932))
* **deps:** bump @types/node from 18.16.3 to 20.1.0 ([c667c8b](c667c8b))
* **deps:** bump @types/node from 20.1.0 to 20.1.1 ([#153](#153)) ([638afdf](638afdf))
* **deps:** bump @types/node from 20.1.1 to 20.1.2 ([#157](#157)) ([55a91ad](55a91ad))
* **deps:** bump @types/node from 20.1.2 to 20.1.3 ([#160](#160)) ([5056103](5056103))
* **deps:** bump @types/validator from 13.7.15 to 13.7.16 ([63a4454](63a4454))
* **deps:** bump @types/validator from 13.7.16 to 13.7.17 ([#156](#156)) ([05982f0](05982f0))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 ([#155](#155)) ([11330a6](11330a6))
* **deps:** bump @typescript-eslint/parser from 5.59.2 to 5.59.5 ([#154](#154)) ([8d33b7d](8d33b7d))
* **deps:** bump eslint from 8.39.0 to 8.40.0 ([bba882f](bba882f))
* **deps:** bump mongoose from 7.1.0 to 7.1.1 ([#158](#158)) ([d1bf310](d1bf310))
@antoinezanardi
Copy link
Owner

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