telemetry icon indicating copy to clipboard operation
telemetry copied to clipboard

Dependency Dashboard

Open renovate[bot] opened this issue 3 years ago • 0 comments

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • [ ] chore(deps): update all non-major dependencies (changelogen, eslint, ofetch, pnpm)

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-node v4
  • codecov/codecov-action v4
npm
package.json
  • @nuxt/kit ^3.13.2
  • ci-info ^4.0.0
  • consola ^3.2.3
  • create-require ^1.1.1
  • defu ^6.1.4
  • destr ^2.0.3
  • dotenv ^16.4.5
  • git-url-parse ^15.0.0
  • is-docker ^3.0.0
  • jiti ^1.21.6
  • mri ^1.2.0
  • nanoid ^5.0.7
  • ofetch ^1.3.4
  • package-manager-detector ^0.2.0
  • parse-git-config ^3.0.0
  • pathe ^1.1.2
  • rc9 ^2.1.2
  • std-env ^3.7.0
  • @nuxt/eslint-config ^0.5.7
  • @nuxt/module-builder ^0.8.4
  • @nuxt/test-utils ^3.14.2
  • @types/git-url-parse ^9.0.3
  • @types/parse-git-config ^3.0.4
  • @vitest/coverage-v8 ^2.1.1
  • changelogen ^0.5.5
  • eslint ^9.10.0
  • nuxt ^3.13.2
  • typescript ^5.6.2
  • vitest ^2.1.1
  • vue-tsc ^2.1.6
  • pnpm 9.10.0
playground/package.json
  • nuxt ^3.13.2

  • [ ] Check this box to trigger a request for Renovate to run again on this repository

renovate[bot] avatar Oct 20 '21 05:10 renovate[bot]

My gut feeling is that we need to log the targets still left on the stack here: https://github.com/dotnet/msbuild/blob/c36a54ed3308d1516ffe1a86b9086c42e4ca996f/src/Build/BackEnd/Components/RequestBuilder/TargetBuilder.cs#L172-L176

If we log each target in this loop, binlog will be able to establish a causality of what chain has caused the error. Right now the information doesn't seem to be available in the binlog.

KirillOsenkov avatar Oct 22 '23 19:10 KirillOsenkov

Related:

  • https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/641
  • https://github.com/dotnet/msbuild/issues/4936
  • https://github.com/dotnet/msbuild/issues/6528

FYI @baronfel

KirillOsenkov avatar Nov 06 '23 03:11 KirillOsenkov

msbuild9352.binlog

KirillOsenkov avatar Nov 06 '23 03:11 KirillOsenkov