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

Update dependency nuke.globaltool to v7 #969

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuke.globaltool (source) 6.3.0 -> 7.0.5 age adoption passing confidence

Release Notes

nuke-build/nuke (nuke.globaltool)

v7.0.5

Compare Source

  • Fixed filtering environment variables with newlines in Docker target execution
  • Fixed logging in Docker target execution
  • Fixed update of version summary in ChangelogTasks
  • Fixed missing DockerTasks command

v7.0.4

Compare Source

  • Fixed check on nullable parameter type
  • Fixed telemetry check on home repository
  • Fixed missing environment variables for AppVeyor
  • Fixed ICreateGitHubRelease to work with existing releases
  • Fixed ICreateGitHubRelease to set GitHubToken unconditionally
  • Fixed SetBuildTarget and SetTestPlatform overloads in UnityTasks
  • Fixed UnityRunTestsSettings base type

v7.0.3

Compare Source

  • Fixed enumeration value sets to exclude non-public fields
  • Fixed check for NUKE_ENTERPRISE_TOKEN in build.sh bootstrapping script
  • Fixed default warnings with suppression
  • Fixed telemetry to treat types as common when their assembly points to home repository
  • Fixed filtering of secrets in CLT Output collection
  • Fixed handling of AbsolutePath collections in ArgumentStringHandler
  • Fixed handling of IAbsolutePathHolder in ArgumentStringHandler
  • Fixed handling of relativePath for SolutionAttribute in StronglyTypedSolutionGenerator
  • Fixed error reporting in StronglyTypedSolutionGenerator
  • Fixed TeamCity pom.xml template to use HTTPS
  • Fixed duplicated payload serialization in TeamsTasks
  • Fixed missing arguments in OctopusTasks
  • Fixed missing command in UnityTasks
  • Fixed missing members in UnitBuildTarget
  • Fixed argument formatting in MSpecTasks
  • Fixed assertion in UnityTasks

v7.0.2

Compare Source

  • Fixed string-based command-line tool tasks to not require interpolated strings
  • Fixed secret filtering

v7.0.1

Compare Source

  • Fixed system console colors to fall back to current colors
  • Fixed trimming of OnlyWhen conditions
  • Fixed lightweight tool API to expose exit handler
  • Fixed Tool delegate with ArgumentStringHandler
  • Fixed AzureKeyVault attributes to print shorter warning and fall back to parameters
  • Fixed resolution of absolute paths from parameters.json
  • Fixed Solution.GetProject and GetSolutionFolder to only consider root children
  • Fixed ChangelogTasks for empty lines
  • Fixed serialization for HelmTasks, KubernetesTasks, NSwagTasks, and ReSharperTasks
  • Fixed DockerTasks.DockerStackDeploy
  • Fixed CoverallsNetSettings.Job

v7.0.0

Compare Source

  • Refactored out multiple projects
  • Renamed ProcessCustomLogger to ProcessLogger
  • Renamed LocalExecutableAttribute to LocalPathAttribute
  • Renamed NpmExecutableAttribute to NpmPackageAttribute
  • Renamed PackageExecutableAttribute to NuGetPackageAttribute
  • Renamed PathExecutableAttribute to PathVariableAttribute
  • Changed bootstrapping scripts to use STS instead of Current channel
  • Changed Target conditions to use regular delegates captured using CallerArgumentExpressionAttribute
  • Changed AbsolutePath to implicit cast to string
  • Changed HandleSIngleFileExecutionAttribute to be opt-in
  • Changed string-based command-line tool tasks to use ArgumentStringHandler
  • Changed LatestMavenVersionAttribute to exclude previously hardcoded m2 suffix
  • Changed OctoVersionTasks to use replacement package
  • Removed legacy project setup
  • Removed YAML shell completion
  • Removed ExternalFilesTask
  • Removed CheckBuildProjectConfigurationsAttribute
  • Removed obsolete members in OctoVersionAttribute
  • Removed Nuke.MSBuildLocator package
  • Updated package dependencies
  • Updated AzureKeyVault integration
  • Added assertion against Target self-dependence
  • Added support for tool requirements and automatic installation
  • Added ProcessExitHandler for CLT tasks
  • Added auto-resolution of appropriate framework in NuGetToolPathResolver
  • Added windowsPath and unixPath to LocalPathAttribute
  • Added LatestMavenVersionAttribute.IncludePrerelease
  • Added DelegateDisposable.SetAndRestore
  • Added Solution implicit cast to AbsolutePath
  • Added AbsolutePath extension methods for TextTasks, FileSystemTasks, CompressionTasks, SerializationTasks
  • Added AbsolutePath plus operator
  • Added EnvironmentInfo.Paths
  • Added IFormattable to AbsolutePath
  • Added properties for permissions in GitHubActions generation
  • Added support for job timeout and concurrency configuration in GitHubActions generation
  • Added PublishCondition and LFS property in GitHubActions generation
  • Added Directory.Packages.props to default cache key files in GitHubActions generation
  • Added names for actions in GitHubActions generation
  • Added display names for tasks in AzurePipelines generation
  • Added resolution of GitHub token in GitHubTasks through GITHUB_TOKEN environment variable
  • Added StaticWebAppsTasks
  • Added PwshTasks
  • Fixed linking of Directory.Build files in build project view
  • Fixed skipping of trigger dependencies when original target is skipped
  • Fixed continue parameter to retry previously skipped targets
  • Fixed missing Log.CloseAndFlush() for logging
  • Fixed newlines in bootstrapping scripts
  • Fixed log-level check for ProcessException
  • Fixed case-sensitivity in nuget.config discovery
  • Fixed ProcessException to retain exit code
  • Fixed StronglyTypedSolutionGenerator to add auto-generated XML header
  • Fixed NPM integration
  • Fixed Repository.IsGitHubRepository to consider nullable Endpoint
  • Fixed casing for PublishBuildArtifacts in AzurePipelines generation
  • Fixed missing environment variables for SpaceAutomation
  • Fixed missing environment variables for GitHubActions
  • Fixed escaping of GitHubActions workflow values
  • Fixed missing arguments in KubernetesTasks

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@github-actions github-actions bot added this to the v0.19.8 milestone May 6, 2023
@codecov
Copy link

codecov bot commented May 6, 2023

Codecov Report

Merging #969 (d8e1cb4) into master (d6157dc) will decrease coverage by 0.02%.
Report is 49 commits behind head on master.
The diff coverage is n/a.

❗ Current head d8e1cb4 differs from pull request most recent head 339cdc2. Consider uploading reports for the commit 339cdc2 to get more accurate results

@@            Coverage Diff             @@
##           master     #969      +/-   ##
==========================================
- Coverage   69.72%   69.70%   -0.02%     
==========================================
  Files         493      493              
  Lines       20066    20066              
  Branches     1603     1603              
==========================================
- Hits        13991    13988       -3     
- Misses       6075     6078       +3     

see 2 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/nuke.globaltool-7.x branch 2 times, most recently from b525846 to 66fba18 Compare May 19, 2023 15:55
@renovate renovate bot force-pushed the renovate/nuke.globaltool-7.x branch from 66fba18 to 375ff7d Compare August 21, 2023 22:59
@renovate renovate bot force-pushed the renovate/nuke.globaltool-7.x branch 2 times, most recently from 42a004a to d8e1cb4 Compare September 5, 2023 00:43
@JoeRobich JoeRobich modified the milestones: v0.19.8, v0.19.9 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/nuke.globaltool-7.x branch from d8e1cb4 to 339cdc2 Compare September 21, 2023 15:30
@JoeRobich JoeRobich merged commit 08eaab4 into master Sep 21, 2023
9 checks passed
@JoeRobich JoeRobich deleted the renovate/nuke.globaltool-7.x branch September 21, 2023 16:55
@github-actions github-actions bot added the mysterious We forgot to label this label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysterious We forgot to label this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant