Skip to content

feat: bump mongoose from 8.5.0 to 8.5.1 in /server #342

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

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps mongoose from 8.5.0 to 8.5.1.

Release notes

Sourced from mongoose's releases.

8.5.1 / 2024-07-12

  • perf(model): performance improvements for insertMany() #14724
  • fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
  • fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
  • types: make _id required on Document type #14735 #14660
  • types: fix ChangeStream.close to return a Promise like the driver #14740 orgads
Changelog

Sourced from mongoose's changelog.

8.5.1 / 2024-07-12

  • perf(model): performance improvements for insertMany() #14724
  • fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
  • fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
  • types: make _id required on Document type #14735 #14660
  • types: fix ChangeStream.close to return a Promise like the driver #14740 orgads
Commits
  • 1972f7f chore: release 8.5.1
  • 70e8e19 Merge pull request #14743 from Automattic/vkarpov15/gh-14738
  • 3646952 fix(model): handle transactionAsyncLocalStorage option with insertMany()
  • 090297e Merge pull request #14740 from orgads/stream-close-promise
  • 0fbe1d4 Fix ChangeStream.close to return a Promise<void> like the driver
  • d30a3b9 Merge pull request #14724 from Automattic/vkarpov15/gh-14719
  • 8223f91 refactor: rename to $__toObjectShallow() based on code review comments
  • 9dc2e8a Merge branch 'master' into vkarpov15/gh-14719
  • 7d742e2 style: fix lint
  • b698c28 perf(model): skip $toObject() for insertMany with only primitive values
  • 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 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 8.5.0 to 8.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.5.0...8.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2024
@github-actions github-actions bot merged commit e57f9ea into main Jul 12, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/server/mongoose-8.5.1 branch July 12, 2024 23:52
github-actions bot pushed a commit that referenced this pull request Apr 7, 2025
# [1.10.0](v1.9.0...v1.10.0) (2025-04-07)

### Features

* bump @apollo/client from 3.10.3 to 3.10.4 in /client ([bc5cef6](bc5cef6))
* bump @apollo/client from 3.10.3 to 3.10.4 in /client ([#300](#300)) ([cac1702](cac1702))
* bump @apollo/client from 3.10.4 to 3.10.6 in /client ([f566a85](f566a85))
* bump @apollo/client from 3.10.4 to 3.10.6 in /client ([#327](#327)) ([4bb45bf](4bb45bf))
* bump @apollo/client from 3.10.6 to 3.10.7 in /client ([55bfd49](55bfd49))
* bump @apollo/client from 3.10.6 to 3.10.7 in /client ([#331](#331)) ([4d17682](4d17682))
* bump @apollo/client from 3.10.7 to 3.10.8 in /client ([542dba4](542dba4))
* bump @apollo/client from 3.10.7 to 3.10.8 in /client ([#332](#332)) ([b598896](b598896))
* bump @apollo/client from 3.10.8 to 3.11.0 in /client ([c5abb46](c5abb46))
* bump @apollo/client from 3.10.8 to 3.11.0 in /client ([#348](#348)) ([b833afa](b833afa))
* bump @apollo/client from 3.11.0 to 3.11.1 in /client ([e7df601](e7df601))
* bump @apollo/client from 3.11.0 to 3.11.1 in /client ([#349](#349)) ([5ba1f22](5ba1f22))
* bump @apollo/client from 3.11.1 to 3.11.2 in /client ([c47b679](c47b679))
* bump @apollo/client from 3.11.1 to 3.11.2 in /client ([#352](#352)) ([0033176](0033176))
* bump @vitejs/plugin-react from 4.2.1 to 4.3.0 in /client ([29b087f](29b087f))
* bump @vitejs/plugin-react from 4.2.1 to 4.3.0 in /client ([#304](#304)) ([f1d569b](f1d569b))
* bump @vitejs/plugin-react from 4.3.0 to 4.3.1 in /client ([a003dab](a003dab))
* bump @vitejs/plugin-react from 4.3.0 to 4.3.1 in /client ([#313](#313)) ([4b792d7](4b792d7))
* bump braces from 3.0.2 to 3.0.3 in /client ([52c31db](52c31db))
* bump braces from 3.0.2 to 3.0.3 in /client ([#315](#315)) ([569ca27](569ca27))
* bump braces from 3.0.2 to 3.0.3 in /server ([a2bfc56](a2bfc56))
* bump braces from 3.0.2 to 3.0.3 in /server ([#316](#316)) ([f9bc5b4](f9bc5b4))
* bump graphql from 16.8.1 to 16.8.2 in /client ([bb4cbd1](bb4cbd1))
* bump graphql from 16.8.1 to 16.8.2 in /client ([#318](#318)) ([d4ec427](d4ec427))
* bump graphql from 16.8.1 to 16.8.2 in /server ([e3b854b](e3b854b))
* bump graphql from 16.8.1 to 16.8.2 in /server ([#320](#320)) ([edb1ad5](edb1ad5))
* bump graphql from 16.8.2 to 16.9.0 in /client ([ae3b0e8](ae3b0e8))
* bump graphql from 16.8.2 to 16.9.0 in /client ([#326](#326)) ([32def81](32def81))
* bump graphql from 16.8.2 to 16.9.0 in /server ([e140ea0](e140ea0))
* bump graphql from 16.8.2 to 16.9.0 in /server ([#328](#328)) ([7434661](7434661))
* bump mongoose from 8.3.4 to 8.3.5 in /server ([2f4c1ed](2f4c1ed))
* bump mongoose from 8.3.4 to 8.3.5 in /server ([#301](#301)) ([806ae8f](806ae8f))
* bump mongoose from 8.3.5 to 8.4.0 in /server ([4116131](4116131))
* bump mongoose from 8.3.5 to 8.4.0 in /server ([#303](#303)) ([4368f19](4368f19))
* bump mongoose from 8.4.0 to 8.4.1 in /server ([ee7ee18](ee7ee18))
* bump mongoose from 8.4.0 to 8.4.1 in /server ([#310](#310)) ([9e231cd](9e231cd))
* bump mongoose from 8.4.1 to 8.4.3 in /server ([a63a601](a63a601))
* bump mongoose from 8.4.1 to 8.4.3 in /server ([#323](#323)) ([5bd2627](5bd2627))
* bump mongoose from 8.4.3 to 8.4.4 in /server ([6cc0b49](6cc0b49))
* bump mongoose from 8.4.3 to 8.4.4 in /server ([#330](#330)) ([b7eccc0](b7eccc0))
* bump mongoose from 8.4.4 to 8.4.5 in /server ([5cffb42](5cffb42))
* bump mongoose from 8.4.4 to 8.4.5 in /server ([#336](#336)) ([2ed8159](2ed8159))
* bump mongoose from 8.4.5 to 8.5.0 in /server ([d49ae3e](d49ae3e))
* bump mongoose from 8.4.5 to 8.5.0 in /server ([#338](#338)) ([d940b69](d940b69))
* bump mongoose from 8.5.0 to 8.5.1 in /server ([aecb0a2](aecb0a2))
* bump mongoose from 8.5.0 to 8.5.1 in /server ([#342](#342)) ([e57f9ea](e57f9ea))
* bump mongoose from 8.5.1 to 8.5.2 in /server ([f8f21e8](f8f21e8))
* bump mongoose from 8.5.1 to 8.5.2 in /server ([#351](#351)) ([1f66317](1f66317))
* bump nodemon from 3.1.0 to 3.1.1 in /server ([10a75ee](10a75ee))
* bump nodemon from 3.1.0 to 3.1.1 in /server ([#305](#305)) ([4522ffa](4522ffa))
* bump nodemon from 3.1.1 to 3.1.2 in /server ([428b02f](428b02f))
* bump nodemon from 3.1.1 to 3.1.2 in /server ([#308](#308)) ([1cbd629](1cbd629))
* bump nodemon from 3.1.2 to 3.1.3 in /server ([2af806d](2af806d))
* bump nodemon from 3.1.2 to 3.1.3 in /server ([#311](#311)) ([ac01755](ac01755))
* bump nodemon from 3.1.3 to 3.1.4 in /server ([7e05612](7e05612))
* bump nodemon from 3.1.3 to 3.1.4 in /server ([#325](#325)) ([7aa9bee](7aa9bee))
* bump nodemon from 3.1.4 to 3.1.7 in /server ([#390](#390)) ([8d37413](8d37413))
* bump react-router-dom from 6.23.1 to 6.24.0 in /client ([8081abb](8081abb))
* bump react-router-dom from 6.23.1 to 6.24.0 in /client ([#329](#329)) ([3f55f49](3f55f49))
* bump react-router-dom from 6.24.0 to 6.24.1 in /client ([970f218](970f218))
* bump react-router-dom from 6.24.0 to 6.24.1 in /client ([#335](#335)) ([98dea29](98dea29))
* bump react-router-dom from 6.24.1 to 6.25.1 in /client ([e6cd691](e6cd691))
* bump react-router-dom from 6.24.1 to 6.25.1 in /client ([#346](#346)) ([7539e67](7539e67))
* bump react-router-dom from 6.25.1 to 6.26.0 in /client ([a0f56f6](a0f56f6))
* bump react-router-dom from 6.25.1 to 6.26.0 in /client ([#354](#354)) ([d55cb35](d55cb35))
* bump sass from 1.77.1 to 1.77.2 in /client ([0cbeb38](0cbeb38))
* bump sass from 1.77.1 to 1.77.2 in /client ([#302](#302)) ([c648786](c648786))
* bump sass from 1.77.2 to 1.77.3 in /client ([0a608ad](0a608ad))
* bump sass from 1.77.2 to 1.77.3 in /client ([#307](#307)) ([9b05dc9](9b05dc9))
* bump sass from 1.77.3 to 1.77.4 in /client ([0390d12](0390d12))
* bump sass from 1.77.3 to 1.77.4 in /client ([#309](#309)) ([ba683b2](ba683b2))
* bump sass from 1.77.4 to 1.77.5 in /client ([498427b](498427b))
* bump sass from 1.77.4 to 1.77.5 in /client ([#317](#317)) ([5bc64e3](5bc64e3))
* bump sass from 1.77.5 to 1.77.6 in /client ([67b2f6e](67b2f6e))
* bump sass from 1.77.5 to 1.77.6 in /client ([#324](#324)) ([8bde1fa](8bde1fa))
* bump sass from 1.77.6 to 1.77.7 in /client ([55eb679](55eb679))
* bump sass from 1.77.6 to 1.77.7 in /client ([#339](#339)) ([217645b](217645b))
* bump sass from 1.77.7 to 1.77.8 in /client ([eb2cd39](eb2cd39))
* bump sass from 1.77.7 to 1.77.8 in /client ([#341](#341)) ([841e727](841e727))
* bump sass from 1.77.8 to 1.80.6 in /client ([#415](#415)) ([72dfbee](72dfbee))
* bump vite from 5.2.11 to 5.2.12 in /client ([a84bdf4](a84bdf4))
* bump vite from 5.2.11 to 5.2.12 in /client ([#306](#306)) ([0db28eb](0db28eb))
* bump vite from 5.2.12 to 5.2.13 in /client ([bd94e9e](bd94e9e))
* bump vite from 5.2.12 to 5.2.13 in /client ([#312](#312)) ([221f729](221f729))
* bump vite from 5.2.13 to 5.3.0 in /client ([cd5b605](cd5b605))
* bump vite from 5.2.13 to 5.3.0 in /client ([#321](#321)) ([e426503](e426503))
* bump vite from 5.3.0 to 5.3.1 in /client ([94dbd03](94dbd03))
* bump vite from 5.3.0 to 5.3.1 in /client ([#322](#322)) ([fa24244](fa24244))
* bump vite from 5.3.1 to 5.3.2 in /client ([2bc45e5](2bc45e5))
* bump vite from 5.3.1 to 5.3.2 in /client ([#333](#333)) ([03bff18](03bff18))
* bump vite from 5.3.2 to 5.3.3 in /client ([2aa00b0](2aa00b0))
* bump vite from 5.3.2 to 5.3.3 in /client ([#334](#334)) ([fec4169](fec4169))
* bump vite from 5.3.3 to 5.3.4 in /client ([2382c59](2382c59))
* bump vite from 5.3.3 to 5.3.4 in /client ([#345](#345)) ([e96efe2](e96efe2))
* bump vite from 5.3.4 to 5.3.5 in /client ([cff4bd1](cff4bd1))
* bump vite from 5.3.4 to 5.3.5 in /client ([#350](#350)) ([77aa292](77aa292))
Copy link
Contributor

github-actions bot commented Apr 7, 2025

🎉 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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants