Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2022

Bumps Nuke.Common from 5.0.0 to 6.1.2.

Release notes

Sourced from Nuke.Common's releases.

v6.0.1

  • Fixed invisible output for SystemConsoleHostTheme
  • Fixed GetRelativePath for same parts in different places

v6.0.0

  • Removed ToolSettings.ProcessLogFile and ProcessLogTimestamp
  • Removed GitHub prefix for GitHubActions environment variables
  • Deprecated Logger in favor of Serilog.Log
  • Deprecated ControlFlow asserts in favor of Assert class
  • Changed Nuke.GlobalTool to enable RollForward with LatestMajor
  • Changed default serialization settings for JSON and YAML in SerializationTasks
  • Changed GitHub Actions generation to use default GitHubActions.Token through EnableGitHubContext
  • Changed Azure Pipelines generation to use default AzurePipelines.AccessToken through EnableAccessToken
  • Added shell-completion support for global tool builds
  • Added NukeBuild.ExecutionPlan to public API
  • Added Partition.Part and Total to public API
  • Added MSBuildToolPathResolver support for Visual Studio 2022
  • Added XmlTasks variants for string objects
  • Added AbsolutePath.Name and NameWithoutExtension properties
  • Added AbsolutePath.Exists, FileExists, and DirectoryExists extension methods
  • Added Project.HasPackageReference and GetPackageReferenceVersion
  • Added UpdateFile variants in SerializationTasks
  • Added StdToText and StdToJson extension methods for IEnumerable<Output>
  • Added newest worker images for Azure Pipelines, GitHub Actions, and AppVeyor generation
  • Added Azure Pipelines generation for pull-request triggers, fetch depth, and clean checkout
  • Added Space Automation support for secrets
  • Added TeamCity support for GUID tokens
  • Added AzurePipelinesCachePaths for common cache paths
  • Added AzurePipelines.PhaseName property
  • Added GitHub.CreateComment for issue and pull-request comments
  • Added TeamCity.AuthUserId and AuthPassword properties
  • Added AppVeyorSecretAttribute for generation of secret value entries
  • Added HttpClient, HttpRequest, and HttpResponse extensions
  • Added XNode extensions
  • Added LatestMavenVersionAttribute
  • Added MauiCheckTasks
  • Added MinVerTasks and MinVerAttribute
  • Added PowerShellTasks
  • Added BootsTasks
  • Added NetlifyTasks
  • Fixed check for executables compiled with PublishSingleFile
  • Fixed MSBuild localization using MSBuildLocator
  • Fixed missing assertion for successful status code in HttpTasks
  • Fixed Azure Pipelines caching
  • Fixed IBuildServer.Branch for AzurePipelines
  • Fixed OctoVersionTasks and OctoVersionAttribute for latest version
  • Fixed AzureSignToolTasks to invoke sign command
  • Fixed missing Files property in AzureSignTool
  • Fixed missing Blame* properties in DotNetTasks
  • Fixed property types in ILRepackTasks

... (truncated)

Changelog

Sourced from Nuke.Common's changelog.

[6.1.2] / 2022-07-02

  • Removed Newtonsoft.Json.Schema dependency
  • Fixed Nuke.GlobalTool to target net6.0
  • Fixed telemetry to calculate properties only on demand
  • Fixed missing Framework in MinVerTasks and MinVerAttribute
  • Fixed missing arguments in DotNetTasks

[6.1.1] / 2022-06-21

  • Fixed output encoding in Nuke.GlobalTool to be UTF-8
  • Fixed telemetry to handle Git repositories without remote
  • Fixed GitRepository.HttpsUrl and SshUrl when Endpoint is null
  • Fixed ShutdownDotNetServerBuildAttribute to timeout after 15 seconds

[6.1.0] / 2022-06-14

  • Removed extended setup wizard
  • Changed Nuke.GlobalTool to use Spectre.Console
  • Deprecated CheckBuildProjectConfigurationsAttribute
  • Added single-file packaging and execution
  • Added output customization via NukeBuild.WriteLogo, WriteTarget, and WriteSummary
  • Added second-chance registration for MSBuild from .NET CLI
  • Added submodule support in GitHub Actions, Space Automation, and AppVeyor
  • Added NukeBuild.BuildAssemblyFile property
  • Added generic EnvironmentInfo.SetVariable
  • Added support for Bitbucket
  • Added GitHub Actions support for fetch-depth
  • Fixed default_target replacement in help text
  • Fixed parameter padding and line breaks in help text
  • Fixed Assert methods to accept IReadOnlyCollection
  • Fixed fatal failure of MSBuildLocator
  • Fixed missing MSBuild registration when using ProjectExtensions
  • Fixed NuGetPackageResolver performance by reading metadata from .nuspec files
  • Fixed GitRepository initialization when remote is not set
  • Fixed exception for duplicated keys in TeamCity property files
  • Fixed missing arguments for DotNetTasks

[6.0.3] / 2022-05-02

  • Fixed exception handling in various places
  • Fixed shell-completion file to be written after parameter resolution
  • Fixed SpecialFolders.UserProfile on Docker
  • Fixed SolutionSerializer to work on sanitized content
  • Fixed GitRepository branch extensions to consider plurals
  • Fixed handling of spaces in GitHub Actions and Azure Pipeline generation
  • Fixed resolution of MSBuild for Visual Studio Build Tools edition

[6.0.2] / 2022-04-13

  • Fixed Update command to use net6.0
  • Fixed handling of common errors
  • Fixed assertion messages to only include argument expression when message is null
  • Fixed log file pattern to use - instead of : for time
  • Fixed padding of target names in logging

... (truncated)

Commits
  • 12a091b Merge branch 'hotfix/6.1.2'
  • 5617b1b Finalize CHANGELOG.md for 6.1.2
  • dab32b7 Update CHANGELOG.md
  • 6dc801a Fix missing arguments in DotNetTasks
  • 24a9e2e Fix missing Framework in MinVerTasks and MinVerAttribute
  • f9fe883 Cleanup
  • 39f7589 Fix telemetry to calculate properties only on demand
  • a738e59 Fix Nuke.GlobalTool to target net6.0
  • df36ce6 Remove Newtonsoft.Json.Schema package
  • 706f53a Merge branch 'hotfix/6.1.1'
  • 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 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)

Bumps [Nuke.Common](https://github.com/nuke-build/nuke) from 5.0.0 to 6.1.2.
- [Release notes](https://github.com/nuke-build/nuke/releases)
- [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
- [Commits](nuke-build/nuke@5.0.0...6.1.2)

---
updated-dependencies:
- dependency-name: Nuke.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 25, 2022

Superseded by #24.

@dependabot dependabot bot closed this Aug 25, 2022
@dependabot dependabot bot deleted the dependabot/nuget/main/Nuke.Common-6.1.2 branch August 25, 2022 21:21
ehtick pushed a commit that referenced this pull request Jan 2, 2024
* This pipeline _will_ fail, but want to see how far it will get

* Update build.sh

* Remove workflow autogeneration, revert build script changes

* Fix pipeline

* Move temp folder

* Recursive checkout

* Recursive checkout except for one private Google submodule

* Update SwiftShader.yml

* Ensure we checkout a branch maybe?

* Use checkout v2

* Install xcb

* Sudo install xcb

* Setup .NET 6

* Checkout with the right token

* Don't do a parallelised run in CI - slaughters the runner

* Update SwiftShader.yml

* Add ANGLE

* WHY

* Make the damned thing executable

* No idea why we need PHP for Apache installed to build ANGLE but why not

* Run as sudo for good measure

* Attempt to diagnose janky apt setup

* Wtf is going on

* Use -X theirs instead of -s theirs which doesn't exist

* Ensure we're not affected by other [NUKE] changes harder

* Update ANGLE binaries (dotnet#749)

* New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for ANGLE on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* You are the bane of my existence.

* Allow overwrites

* Add Vulkan loader

* Add a workflow for Vulkan Loader

* cont'd

* I'm stupid

* Install Wayland

* Install X11

* Pull... fkn race conditions man!

* Update gitignore for good measure

* Install different packages?

* Glob the correct files, stop wasting Actions minutes unnecessarily

* Update Vulkan Loader binaries (dotnet#763)

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* No fail fast for SwiftShader

* No fail fast for ANGLE

* No fail fast for Vulkan Loader

* Remove workflow file in push paths on Vulkan Loader

* Remove workflow file in push paths on SwiftShader

* Remove workflow file in push paths on ANGLE

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763 (dotnet#764)

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#747)

* New binaries for SwiftShader on Windows

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
Co-authored-by: Dylan Perks <dmp9biz@gmail.com>

* Add packages for the new binaries

* Adjust glob, let's figure out where it's actually putting these files...

* Actually glob the right paths

* cont'd

* cont'd 2

* Update Vulkan Loader binaries (dotnet#765)

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#766)

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Fix CI Build

* Update Vulkan Loader binaries (dotnet#825)

* New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64

* New binaries for Vulkan Loader on Microsoft Windows 10.0.20348

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64 (dotnet#827)

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#826)

* New binaries for SwiftShader on Microsoft Windows 10.0.20348

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
Co-authored-by: silkdotnet <85832961+silkdotnet@users.noreply.github.com>
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
ehtick pushed a commit that referenced this pull request Jan 2, 2024
* This pipeline _will_ fail, but want to see how far it will get

* Update build.sh

* Remove workflow autogeneration, revert build script changes

* Fix pipeline

* Move temp folder

* Recursive checkout

* Recursive checkout except for one private Google submodule

* Update SwiftShader.yml

* Ensure we checkout a branch maybe?

* Use checkout v2

* Install xcb

* Sudo install xcb

* Setup .NET 6

* Checkout with the right token

* Don't do a parallelised run in CI - slaughters the runner

* Update SwiftShader.yml

* Add ANGLE

* WHY

* Make the damned thing executable

* No idea why we need PHP for Apache installed to build ANGLE but why not

* Run as sudo for good measure

* Attempt to diagnose janky apt setup

* Wtf is going on

* Use -X theirs instead of -s theirs which doesn't exist

* Ensure we're not affected by other [NUKE] changes harder

* Update ANGLE binaries (dotnet#749)

* New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for ANGLE on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* You are the bane of my existence.

* Allow overwrites

* Add Vulkan loader

* Add a workflow for Vulkan Loader

* cont'd

* I'm stupid

* Install Wayland

* Install X11

* Pull... fkn race conditions man!

* Update gitignore for good measure

* Install different packages?

* Glob the correct files, stop wasting Actions minutes unnecessarily

* Update Vulkan Loader binaries (dotnet#763)

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* No fail fast for SwiftShader

* No fail fast for ANGLE

* No fail fast for Vulkan Loader

* Remove workflow file in push paths on Vulkan Loader

* Remove workflow file in push paths on SwiftShader

* Remove workflow file in push paths on ANGLE

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763 (dotnet#764)

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#747)

* New binaries for SwiftShader on Windows

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
Co-authored-by: Dylan Perks <dmp9biz@gmail.com>

* Add packages for the new binaries

* Adjust glob, let's figure out where it's actually putting these files...

* Actually glob the right paths

* cont'd

* cont'd 2

* Update Vulkan Loader binaries (dotnet#765)

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021

* New binaries for Vulkan Loader on Microsoft Windows 10.0.17763

* New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#766)

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

* New binaries for SwiftShader on Microsoft Windows 10.0.17763

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Fix CI Build

* Update Vulkan Loader binaries (dotnet#825)

* New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64

* New binaries for Vulkan Loader on Microsoft Windows 10.0.20348

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64 (dotnet#827)

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

* Update SwiftShader binaries (dotnet#826)

* New binaries for SwiftShader on Microsoft Windows 10.0.20348

* New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64

Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>

Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
Co-authored-by: silkdotnet <85832961+silkdotnet@users.noreply.github.com>
Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
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