Skip to content

chore(deps): update dependency @types/node to v26.1.0 - autoclosed#17202

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-26.x
Closed

chore(deps): update dependency @types/node to v26.1.0 - autoclosed#17202
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/node-26.x

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 26.0.126.1.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2026
@renovate

renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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 Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nestjs/core@11.1.26
npm warn Found: redis@6.0.1
npm warn node_modules/redis
npm warn   dev redis@"6.1.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional redis@"^3.1.1 || ^4.0.0 || ^5.0.14" from typeorm@0.3.30
npm warn node_modules/typeorm
npm warn   dev typeorm@"0.3.30" from the root project
npm warn   1 more (@nestjs/typeorm)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nestjs/core@11.1.26
npm warn Found: redis@6.0.1
npm warn node_modules/redis
npm warn   dev redis@"6.1.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional redis@"^3.1.1 || ^4.0.0 || ^5.0.14" from typeorm@0.3.30
npm warn node_modules/typeorm
npm warn   dev typeorm@"0.3.30" from the root project
npm warn   1 more (@nestjs/typeorm)
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @apollo/server@5.5.1
npm error Found: graphql@17.0.1
npm error node_modules/graphql
npm error   dev graphql@"17.0.1" from the root project
npm error   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/merge@9.1.9
npm error   node_modules/@graphql-tools/merge
npm error     @graphql-tools/merge@"^9.1.9" from @graphql-tools/schema@10.0.33
npm error     node_modules/@graphql-tools/schema
npm error       @graphql-tools/schema@"^10.0.0" from @apollo/server@5.5.1
npm error       node_modules/@apollo/server
npm error         dev @apollo/server@"5.5.1" from the root project
npm error         2 more (@as-integrations/express5, @nestjs/apollo)
npm error       1 more (@nestjs/graphql)
npm error     @graphql-tools/merge@"9.1.9" from @nestjs/graphql@13.4.2
npm error     node_modules/@nestjs/graphql
npm error       dev @nestjs/graphql@"13.4.2" from the root project
npm error       1 more (@nestjs/apollo)
npm error   3 more (@graphql-tools/schema, @graphql-tools/utils, @graphql-typed-document-node/core)
npm error
npm error Could not resolve dependency:
npm error peer graphql@"^16.11.0" from @apollo/server@5.5.1
npm error node_modules/@apollo/server
npm error   dev @apollo/server@"5.5.1" from the root project
npm error   peer @apollo/server@"^4.0.0 || ^5.0.0" from @as-integrations/express5@1.1.2
npm error   node_modules/@as-integrations/express5
npm error     dev @as-integrations/express5@"1.1.2" from the root project
npm error   1 more (@nestjs/apollo)
npm error
npm error Conflicting peer dependency: graphql@16.14.2
npm error node_modules/graphql
npm error   peer graphql@"^16.11.0" from @apollo/server@5.5.1
npm error   node_modules/@apollo/server
npm error     dev @apollo/server@"5.5.1" from the root project
npm error     peer @apollo/server@"^4.0.0 || ^5.0.0" from @as-integrations/express5@1.1.2
npm error     node_modules/@as-integrations/express5
npm error       dev @as-integrations/express5@"1.1.2" from the root project
npm error     1 more (@nestjs/apollo)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-07-02T10_51_42_467Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-02T10_51_42_467Z-debug-0.log

@coveralls

coveralls commented Jun 25, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 61

Coverage remained the same at 89.924%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 8644
Covered Lines: 7773
Line Coverage: 89.92%
Relevant Branches: 2947
Covered Branches: 2390
Branch Coverage: 81.1%
Branches in Coverage %: No
Coverage Strength: 56.62 hits per line

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/node-26.x branch from b44a135 to 8623318 Compare June 26, 2026 06:44
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v26.0.1 chore(deps): update dependency @types/node to v26.0.1 - autoclosed Jun 26, 2026
@renovate renovate Bot closed this Jun 26, 2026
@renovate renovate Bot deleted the renovate/node-26.x branch June 26, 2026 07:03
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v26.0.1 - autoclosed chore(deps): update dependency @types/node to v26.1.0 Jul 2, 2026
@renovate renovate Bot reopened this Jul 2, 2026
@renovate renovate Bot force-pushed the renovate/node-26.x branch 2 times, most recently from 8623318 to 8c34aae Compare July 2, 2026 00:02
@renovate renovate Bot force-pushed the renovate/node-26.x branch from 8c34aae to bca2e5d Compare July 2, 2026 10:51
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v26.1.0 chore(deps): update dependency @types/node to v26.1.0 - autoclosed Jul 2, 2026
@renovate renovate Bot closed this Jul 2, 2026
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.

1 participant