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

fix(deps): update dependency @nestjs/mongoose to v11 #14448

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/mongoose 10.1.0 -> 11.0.0 age adoption passing confidence

Release Notes

nestjs/mongoose (@​nestjs/mongoose)

v11.0.0

Compare Source

  • chore(deps): update nest monorepo to v11 (d675794)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @apollo/client@3.11.10
npm warn Found: graphql-ws@6.0.1
npm warn node_modules/graphql-ws
npm warn   graphql-ws@"6.0.1" from @nestjs/graphql@13.0.1
npm warn   node_modules/@nestjs/graphql
npm warn     dev @nestjs/graphql@"13.0.1" from the root project
npm warn     1 more (@nestjs/apollo)
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional graphql-ws@"^5.5.5" from @apollo/client@3.11.10
npm warn node_modules/@apollo/client
npm warn   optional @apollo/client@"~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ~3.10.0 || ~3.11.0 || ~3.12.0" from graphql-tools@9.0.11
npm warn   node_modules/graphql-tools
npm warn
npm warn Conflicting peer dependency: graphql-ws@5.16.2
npm warn node_modules/graphql-ws
npm warn   peerOptional graphql-ws@"^5.5.5" from @apollo/client@3.11.10
npm warn   node_modules/@apollo/client
npm warn     optional @apollo/client@"~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ~3.10.0 || ~3.11.0 || ~3.12.0" from graphql-tools@9.0.11
npm warn     node_modules/graphql-tools
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @nestjs/apollo@13.0.1
npm error Found: graphql@16.9.0
npm error node_modules/graphql
npm error   dev graphql@"16.9.0" from the root project
npm error   peer graphql@"14.x || 15.x || 16.x" from @apollo/cache-control-types@1.0.3
npm error   node_modules/@apollo/cache-control-types
npm error     @apollo/cache-control-types@"^1.0.3" from @apollo/server@4.11.3
npm error     node_modules/@apollo/server
npm error       dev @apollo/server@"4.11.3" from the root project
npm error       2 more (...)
npm error   24 more (@apollo/client, @apollo/server, ...)
npm error
npm error Could not resolve dependency:
npm error peer graphql@"^16.10.0" from @nestjs/apollo@13.0.1
npm error node_modules/@nestjs/apollo
npm error   dev @nestjs/apollo@"13.0.1" from the root project
npm error
npm error Conflicting peer dependency: graphql@16.10.0
npm error node_modules/graphql
npm error   peer graphql@"^16.10.0" from @nestjs/apollo@13.0.1
npm error   node_modules/@nestjs/apollo
npm error     dev @nestjs/apollo@"13.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-01-20T07_52_02_981Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-20T07_52_02_981Z-debug-0.log

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 18, 2025
@coveralls
Copy link

coveralls commented Jan 18, 2025

Pull Request Test Coverage Report for Build f0f6a7b2-dfe4-4bbc-8c11-49623da96fa9

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.696%

Totals Coverage Status
Change from base Build b0ad10b5-da7a-42bc-95fe-cf60299df125: 0.0%
Covered Lines: 7103
Relevant Lines: 7919

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/nestjs-mongoose-11.x branch from 0261772 to 5162bd3 Compare January 20, 2025 07:42
@renovate renovate bot force-pushed the renovate/nestjs-mongoose-11.x branch from 5162bd3 to 5ef968a Compare January 20, 2025 07:52
@kamilmysliwiec kamilmysliwiec merged commit 6dc8eb5 into master Jan 20, 2025
3 of 4 checks passed
@renovate renovate bot deleted the renovate/nestjs-mongoose-11.x branch January 20, 2025 08:03
@mckramer
Copy link

@kamilmysliwiec, there is a peer dependency issue you can see in comment above. These renovate PRs are missing the package-lock.json updates as a result. And an npm ci --legacy-peer-deps fails against main at the moment.

npm error Invalid: lock file's @nestjs/mongoose@10.1.0 does not satisfy @nestjs/mongoose@11.0.0
npm error Invalid: lock file's @nestjs/typeorm@10.0.2 does not satisfy @nestjs/typeorm@11.0.0
npm error Invalid: lock file's eslint-plugin-prettier@5.2.2 does not satisfy eslint-plugin-prettier@5.2.3

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

Successfully merging this pull request may close these issues.

3 participants