Update dependency nuke.globaltool to v0.25.0 - autoclosed #6

Closed
renovate[bot] wants to merge 1 commit from renovate/nuke.globaltool-0.x into master
renovate[bot] commented 2021-11-12 14:12:33 +00:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
nuke.globaltool (source) nuget minor 0.24.4 -> 0.25.0

Release Notes

nuke-build/nuke

v0.25.0

Compare Source

  • Removed Configuration from Nuke.Common and moved it to template
  • Changed InjectionAttribute to catch exceptions and report as warnings
  • Changed ToolPathResolver to ignore casing
  • Changed ToolSettings to prefix common properties with Process
  • Changed property names in Nuke.Common.targets
  • Changed GitRepository to trim refs/heads/ and origin/ from branch names
  • Changed ShutdownDotNetBuildServerOnFinish to not log by default
  • Changed ShutdownDotNetBuildServerOnFinish to only shutdown on server build
  • Added support for interface default implementations
  • Added NukeBuild.ExitCode for custom exit codes
  • Added ProcessTasks.StartShell to invoke shell commands
  • Added ToolSettings.Apply for fluent configurator invocation
  • Added ToolSettings.LogFile and LogTimestamp
  • Added nuke :fix command to Nuke.GlobalTool for adding missing package downloads
  • Added nuke :GetRootDirectory and nuke :GetParentRootDirectory in Nuke.GlobalTool
  • Added LatestNuGetVersionAttribute, LatestGitHubReleaseAttribute, LatestMyGetVersionAttribute
  • Added GitRepository.Protocol, Commit, and Tags properties
  • Added logger delegate to ControlFlow.ExecuteWithRetry
  • Added BuildExtensionAttributeBase with Priority property
  • Added UnsetVisualStudioEnvironmentVariables by default
  • Added TeamCity.BuildVcsNumber property
  • Added AzurePipelines variable groups, secret and access token import
  • Added AppVeyor.Url and PushArtifact members
  • Added warning when GitVersion is used with SSH endpoint and NoFetch is disabled
  • Added consolidated ReSharperTasks for CleanupCode, InspectCode, and DupFinder
  • Added TeamsTasks
  • Added SignPathTasks
  • Added SignClientTasks
  • Added BenchmarkDotNetTasks
  • Added CleanupCodeTasks
  • Added DotNetTasks.DotNetNuGetAddSource task
  • Added OctopusTasks.OctopusBuildInformation task
  • Added missing properties in SonarScannerTasks
  • Added verbosity mapping attributes for NUnit, OpenCover, and ReportGenerator
  • Fixed version check in bootstrapping scripts to rely on dotnet CLI exit code
  • Fixed deactivation of multi-level lookup in bootstrapping scripts
  • Fixed deactivation of shared compilation in bootstrapping scripts
  • Fixed ToolPathResolver to consider all package executable names
  • Fixed ToolPathResolver to choose executable based on operating system
  • Fixed output/input encoding to use UTF-8
  • Fixed NukeBuild.BuildProjectFile property
  • Fixed AppVeyor generation for Unix images
  • Fixed AzurePipelinensAttribute to allow multiple use
  • Fixed AzurePipelines to replace dots in stage name with underscore
  • Fixed AppVeyor.UpdateBuildVersion to set environment variable
  • Fixed DupFinderTasks.DiscardCost property
  • Fixed DotCoverTasks to use double-dashes instead of slashes
  • Fixed NpmTasks.CustomLogger to detect warnings in error output

v0.24.11

Compare Source

  • Fixed transitive artifacts in configuration generation
  • Fixed StackOverflowException in configuration generation
  • Fixed IsPackable property default
  • Fixed missing colon in GitHubActions triggers
  • Fixed assertion message for finding Git directory
  • Fixed assertion message for teamcity.dotCover.home

v0.24.10

Compare Source

  • Fixed MSBuild targets to switch on MSBuildRuntimeType again
  • Fixed default includes for NukeSpecificationFiles and NukeExternalFiles
  • Fixed indentation for GitHubActions scheduled triggers
  • Fixed assertion message for GitHubActions trigger definitions
  • Fixed default RootNamespace

v0.24.9

Compare Source

  • Fixed MSBuild targets directories

v0.24.8

Compare Source

  • Fixed publishing of global tool for netcoreapp3.1
  • Fixed .NET Core SDK install script URL
  • Fixed trap error output in PowerShell bootstrapping
  • Fixed AzurePipelines push triggers
  • Fixed AzurePipelines configuration to allow overriding configuration directory
  • Fixed previous constructor usages for AzurePipelinesAttribute
  • Fixed PowerShell downloads to use TLS 1.2 security protocol
  • Fixed unrecognized Visible attribute for PackageDownload item group

v0.24.7

Compare Source

  • Fixed MSBuild targets for .NET Core
  • Fixed GitRepository.GetGitHubMilestone to retrieve milestone independent of state

v0.24.6

Compare Source

  • Fixed NuGet package resolution performance
  • Fixed MSBuild integration
  • Fixed TeamCity trace output to be dark gray
  • Fixed missing using statement for Nuke.Common.IO

v0.24.5

Compare Source

  • Fixed TeamCity configuration to use Bash script on Unix

Configuration

📅 Schedule: 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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nuke.globaltool](https://nuke.build/) ([source](https://togithub.com/nuke-build/nuke)) | nuget | minor | `0.24.4` -> `0.25.0` | --- ### Release Notes <details> <summary>nuke-build/nuke</summary> ### [`v0.25.0`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0250--2020-10-26) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.11...0.25.0) - Removed `Configuration` from `Nuke.Common` and moved it to template - Changed `InjectionAttribute` to catch exceptions and report as warnings - Changed `ToolPathResolver` to ignore casing - Changed `ToolSettings` to prefix common properties with `Process` - Changed property names in `Nuke.Common.targets` - Changed `GitRepository` to trim `refs/heads/` and `origin/` from branch names - Changed `ShutdownDotNetBuildServerOnFinish` to not log by default - Changed `ShutdownDotNetBuildServerOnFinish` to only shutdown on server build - Added support for interface default implementations - Added `NukeBuild.ExitCode` for custom exit codes - Added `ProcessTasks.StartShell` to invoke shell commands - Added `ToolSettings.Apply` for fluent configurator invocation - Added `ToolSettings.LogFile` and `LogTimestamp` - Added `nuke :fix` command to `Nuke.GlobalTool` for adding missing package downloads - Added `nuke :GetRootDirectory` and `nuke :GetParentRootDirectory` in `Nuke.GlobalTool` - Added `LatestNuGetVersionAttribute`, `LatestGitHubReleaseAttribute`, `LatestMyGetVersionAttribute` - Added `GitRepository.Protocol`, `Commit`, and `Tags` properties - Added logger delegate to `ControlFlow.ExecuteWithRetry` - Added `BuildExtensionAttributeBase` with `Priority` property - Added `UnsetVisualStudioEnvironmentVariables` by default - Added `TeamCity.BuildVcsNumber` property - Added AzurePipelines variable groups, secret and access token import - Added `AppVeyor.Url` and `PushArtifact` members - Added warning when `GitVersion` is used with SSH endpoint and `NoFetch` is disabled - Added consolidated `ReSharperTasks` for `CleanupCode`, `InspectCode`, and `DupFinder` - Added `TeamsTasks` - Added `SignPathTasks` - Added `SignClientTasks` - Added `BenchmarkDotNetTasks` - Added `CleanupCodeTasks` - Added `DotNetTasks.DotNetNuGetAddSource` task - Added `OctopusTasks.OctopusBuildInformation` task - Added missing properties in `SonarScannerTasks` - Added verbosity mapping attributes for `NUnit`, `OpenCover`, and `ReportGenerator` - Fixed version check in bootstrapping scripts to rely on dotnet CLI exit code - Fixed deactivation of multi-level lookup in bootstrapping scripts - Fixed deactivation of shared compilation in bootstrapping scripts - Fixed `ToolPathResolver` to consider all package executable names - Fixed `ToolPathResolver` to choose executable based on operating system - Fixed output/input encoding to use `UTF-8` - Fixed `NukeBuild.BuildProjectFile` property - Fixed AppVeyor generation for Unix images - Fixed `AzurePipelinensAttribute` to allow multiple use - Fixed AzurePipelines to replace dots in stage name with underscore - Fixed `AppVeyor.UpdateBuildVersion` to set environment variable - Fixed `DupFinderTasks.DiscardCost` property - Fixed `DotCoverTasks` to use double-dashes instead of slashes - Fixed `NpmTasks.CustomLogger` to detect warnings in error output ### [`v0.24.11`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;02411--2020-05-18) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.10...0.24.11) - Fixed transitive artifacts in configuration generation - Fixed `StackOverflowException` in configuration generation - Fixed `IsPackable` property default - Fixed missing colon in GitHubActions triggers - Fixed assertion message for finding Git directory - Fixed assertion message for `teamcity.dotCover.home` ### [`v0.24.10`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;02410--2020-04-24) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.9...0.24.10) - Fixed MSBuild targets to switch on `MSBuildRuntimeType` again - Fixed default includes for `NukeSpecificationFiles` and `NukeExternalFiles` - Fixed indentation for GitHubActions scheduled triggers - Fixed assertion message for GitHubActions trigger definitions - Fixed default `RootNamespace` ### [`v0.24.9`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0249--2020-04-16) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.8...0.24.9) - Fixed MSBuild targets directories ### [`v0.24.8`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0248--2020-04-12) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.7...0.24.8) - Fixed publishing of global tool for `netcoreapp3.1` - Fixed .NET Core SDK install script URL - Fixed trap error output in PowerShell bootstrapping - Fixed AzurePipelines push triggers - Fixed AzurePipelines configuration to allow overriding configuration directory - Fixed previous constructor usages for `AzurePipelinesAttribute` - Fixed PowerShell downloads to use TLS 1.2 security protocol - Fixed unrecognized `Visible` attribute for `PackageDownload` item group ### [`v0.24.7`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0247--2020-03-26) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.6...0.24.7) - Fixed MSBuild targets for .NET Core - Fixed `GitRepository.GetGitHubMilestone` to retrieve milestone independent of state ### [`v0.24.6`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0246--2020-03-25) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.5...0.24.6) - Fixed NuGet package resolution performance - Fixed MSBuild integration - Fixed TeamCity trace output to be dark gray - Fixed missing using statement for `Nuke.Common.IO` ### [`v0.24.5`](https://togithub.com/nuke-build/nuke/blob/master/CHANGELOG.md#&#8203;0245--2020-03-24) [Compare Source](https://togithub.com/nuke-build/nuke/compare/0.24.4...0.24.5) - Fixed TeamCity configuration to use Bash script on Unix </details> --- ### Configuration 📅 **Schedule**: 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/baez90/tand).

Pull request closed

Sign in to join this conversation.
No description provided.