devlooped / nugetizer

A simple to understand packing model for authoring NuGet packages
https://clarius.org/nugetizer/
MIT License
260 stars 7 forks source link

Bump MSBuild.StructuredLogger from 2.2.240 to 2.2.291 #505

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps MSBuild.StructuredLogger from 2.2.240 to 2.2.291.

Release notes

Sourced from MSBuild.StructuredLogger's releases.

Support for file format version 22

What's Changed

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.287...v2.2.291

v2.2.287: show import chain in breadcrumb for preprocessed text

New Feature: show import chain in breadcrumb for preprocessed text

https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Viewer-UI#preprocessed-projects

image

Navigate from import to the place in preprocessed text where it is imported (if preprocessed text is shown)

Support $target skipped=false and $target skipped=true to show only unskipped or only skipped targets

Show grayed out nodes in search results if the actual node is grayed out

Fixed #774

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.269...v2.2.287

v2.2.269

What's Changed

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.248...v2.2.269

2.2.248: explain transitive file copies, adjust context menu

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.243...v2.2.248

Adds a new feature that explains transitive file copies (files copied to output because they come from referenced projects).

image

Reorganize the context menu and fix theming.

2.2.243: support binlog file format version 21

What's Changed

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.240...v2.2.243

https://www.nuget.org/packages/binlogtool/1.0.15

... (truncated)

Commits
  • d7462fa Merge pull request #793 from JanKrivanek/proto/Env-vars-args-update
  • e1513eb Update Log format to recognize changes in EnvVarArgs
  • ad09966 Merge pull request #791 from KirillOsenkov/dependabot/nuget/src/StructuredLog...
  • 0dbdf20 Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/StructuredLogger.Tests
  • 0d847f7 Nest MSB4011 warnings (DuplicateImport) under the matching Import node
  • 6082ab8 Fix DuplicateImport regex
  • 1b7b052 Display evaluation in breadcrump if caret is not inside any import
  • 561f9c0 Display opening time in the main tree
  • fa5cc52 Use dotnet 8 during build
  • 908f90d Attempt to fix AppVeyor
  • 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 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)
dependabot[bot] commented 3 months ago

Looks like MSBuild.StructuredLogger is up-to-date now, so this is no longer needed.