Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nuke.globaltool to v6 #86

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
nuke.globaltool (source) nuget major 5.3.0 -> 6.1.2

Release Notes

nuke-build/nuke

v6.1.2

Compare Source

  • 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

v6.1.1

Compare Source

  • 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

v6.1.0

Compare Source

  • 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

v6.0.3

Compare Source

  • 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

v6.0.2

Compare Source

  • 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
  • Fixed logging to use ExecutingTarget instead of Target to reduce clashing
  • Fixed concurrent writing of shell-completion files
  • Fixed telemetry to check for interactive console
  • Fixed passing build instance for value injection in components
  • Fixed ValueInjectionAttributeBase.GetMemberValue to consider members from components
  • Fixed resolution of members from parameter files
  • Fixed reporting of exceptions in summary when not thrown from targets
  • Fixed naming for .NET SDK in bootstrapping scripts
  • Fixed GitHub Actions to use GITHUB_TOKEN instead of GITHUB_CONTEXT
  • Fixed GitHub Actions assertion messages
  • Fixed missing output types for ReportGeneratorTasks
  • Fixed missing arguments for HelmTasks
  • Fixed missing arguments for SonarScannerTasks
  • Fixed missing command for KubernetesTasks
  • Fixed path resolution in PowerShellTasks to use PowerShell Core on non-Windows systems
  • Fixed missing runtime types in NSwagTasks

v6.0.1

Compare Source

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

v6.0.0

Compare Source

  • 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
  • Fixed UnityTasks to auto-detect version
  • Fixed quoting for UnityTasks.LogFile

Configuration

πŸ“… Schedule: Branch creation - "after 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚚 private-dependencies Pull requests that update a dependency nobody sees label Jul 22, 2022
@github-actions github-actions bot added this to the v0.9.1 milestone Jul 22, 2022
@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #86 (d15de35) into master (d32083d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   40.98%   40.98%           
=======================================
  Files          52       52           
  Lines         732      732           
  Branches       34       34           
=======================================
  Hits          300      300           
  Misses        432      432           

πŸ“£ Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@renovate renovate bot force-pushed the renovate/major-nuke branch 5 times, most recently from 68f7e8f to c50fb75 Compare July 22, 2022 05:52
@RLittlesII RLittlesII merged commit e31d8e6 into master Jul 22, 2022
@RLittlesII RLittlesII deleted the renovate/major-nuke branch July 22, 2022 06:48
@RLittlesII RLittlesII added πŸ“¦ dependencies Pull requests that update a dependency file and removed 🚚 private-dependencies Pull requests that update a dependency nobody sees labels Aug 3, 2022
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.

None yet

1 participant