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 v7 #211

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nuke-build/nuke (nuke.globaltool)

v7.0.6

Compare Source

  • Fixed logging of Docker target execution to fall back to debug messages

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 - "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, check this box

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 1, 2023
@github-actions github-actions bot added this to the v0.10.2 milestone Jul 1, 2023
@renovate renovate bot force-pushed the renovate/major-nuke branch 2 times, most recently from f879bad to a4752c4 Compare September 4, 2023 23:08
@renovate renovate bot force-pushed the renovate/major-nuke branch 2 times, most recently from f5b2d77 to 8132df2 Compare October 31, 2023 13:31
@renovate renovate bot changed the title chore(deps): update nuke to v7 (major) chore(deps): update nuke (major) Nov 29, 2023
@renovate renovate bot force-pushed the renovate/major-nuke branch 3 times, most recently from 96a5298 to c4fa8ff Compare December 2, 2023 00:43
@github-actions github-actions bot modified the milestones: v0.10.2, v0.11.0 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/major-nuke branch 14 times, most recently from ac64337 to bb94d23 Compare December 3, 2023 18:02
@renovate renovate bot force-pushed the renovate/major-nuke branch 2 times, most recently from 46fe37d to 757d3f6 Compare December 21, 2023 07:18
@renovate renovate bot force-pushed the renovate/major-nuke branch 4 times, most recently from dcd321a to 7398582 Compare December 26, 2023 07:42
@renovate renovate bot changed the title chore(deps): update nuke (major) chore(deps): update dependency nuke.globaltool to v7 Jan 6, 2024
Copy link

codecov bot commented Jan 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df7e0d0) 46.08% compared to head (6d3c9e3) 46.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   46.08%   46.08%           
=======================================
  Files          60       60           
  Lines         881      881           
  Branches       42       42           
=======================================
  Hits          406      406           
  Misses        475      475           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-nuke branch 2 times, most recently from 04b3282 to 5a661a2 Compare January 6, 2024 23:11
@RLittlesII RLittlesII enabled auto-merge (squash) January 6, 2024 23:15
@renovate renovate bot force-pushed the renovate/major-nuke branch 10 times, most recently from ea3fb82 to 685906e Compare January 7, 2024 03:43
@RLittlesII RLittlesII merged commit 3c2bc30 into master Jan 7, 2024
5 checks passed
@RLittlesII RLittlesII deleted the renovate/major-nuke branch January 7, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Pull requests that update a dependency nobody sees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant