TriPSs / nestjs-query

Easy CRUD for GraphQL.
https://tripss.github.io/nestjs-query/
MIT License
164 stars 46 forks source link

chore(deps):update mongoose peerDependencies #241

Closed Doko-Demo-Doa closed 8 months ago

Doko-Demo-Doa commented 8 months ago

Updates the peer dependencies of query-mongoose and query-typegoose so that they can be installed with latest mongoose version.

nx-cloud[bot] commented 8 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f95eabd0512708864657280dd0b33e973c7d766a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx run-many --target=lint --all
✅ Successfully ran 4 targets - [`nx run-many --target=e2e --all`](https://cloud.nx.app/runs/Oy3RwFWZ1d?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=test --all`](https://cloud.nx.app/runs/qKY7vwzxVT?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=build --all`](https://cloud.nx.app/runs/PCGCnTl32i?utm_source=pull-request&utm_medium=comment) - [`nx run workspace:version`](https://cloud.nx.app/runs/gQzYkA3oWO?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.18%. Comparing base (c11da0c) to head (f95eabd). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #241 +/- ## ========================================== - Coverage 86.28% 79.18% -7.10% ========================================== Files 688 688 Lines 9761 9761 Branches 862 862 ========================================== - Hits 8422 7729 -693 - Misses 619 1284 +665 - Partials 720 748 +28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Doko-Demo-Doa commented 8 months ago

@TriPSs There are lots of @typescript-eslint/no-unnecessary-type-assertion linting issues, should I ignore them?

TriPSs commented 8 months ago

Yea, need to fix the linting.

Doko-Demo-Doa commented 8 months ago

Hi @TriPSs please can we make a release on npm for this one?

TriPSs commented 8 months ago

Yes ofc, sorry.

Doko-Demo-Doa commented 8 months ago

Thank you. It works greatly now!