Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

This PR contains the following updates:

Package Change Age Confidence
Cake.Core (source) 2.3.06.0.0 age confidence
Cake.Testing (source) 2.3.06.0.0 age confidence
cake.tool (source) 2.3.06.0.0 age confidence
cake.tool (source) 1.3.06.0.0 age confidence

Release Notes

cake-build/cake (Cake.Core)

v6.0.0

  • #​4639 Make CakeSpectreReportPrinter the default ICakeReportPrinter.
  • #​4638 Update Spectre.Console to 0.53.0.
  • #​4593 Update LatestPotentialBreakingChange to 6.0.0.
  • #​4534 Azure Pipleines Environement Agent Info uses FilePath instead of DirectoryPath.
  • #​4592 C# 14 Scripting Support.
  • #​4576 Add .NET 10 (net10.0) TFM.
  • #​4642 Display Delegated/Executed status as Succeded in Cake task summary.
  • #​4636 Enhance file system abstraction with timestamps, Unix modes, and performance improvements.
  • #​4627 .NET Test Platform Requires --project <PROJECT_PATH> / --solution <SOLUTION_PATH> to be specified.
  • #​4624 Update System.* to 9.0.10.
  • #​4623 Update Microsoft.Extensions.DependencyInjection to 9.0.10.
  • #​4622 Update Spectre.Console to 0.52.0.
  • #​4616 Replace using with await using for IAsyncDisposable resources.
  • #​4615 Replace manual null checks with ArgumentNullException.ThrowIfNull().
  • #​4614 Modernize Enum.GetName calls to use generic overload.
  • #​4613 Use char literals instead of string literals for single characters in StreamWriter.Write.
  • #​4612 Replace StringBuilder.Append(string.Join()) with StringBuilder.AppendJoin() for better performance.
  • #​4611 Use char literals instead of string literals for single characters in StringBuilder.Append.
  • #​4610 Replace string.Join with string.Concat for empty separator cases.
  • #​4609 Optimize string.Join calls to use char separators instead of string separators.
  • #​4608 Modernize dictionary access patterns with TryGetValue and deconstruction.
  • #​4603 Fix .NET framework version detection.

v5.1.0

Feature

  • #​4539 Add Woodpecker CI Support.
  • #​4436 Add support for capturing MSBuild properties, items and target results.
  • #​4431 Add property for GitLab's "Pipeline Source" to GitLabCIBuildInfo.
  • #​4418 GitLab Server url should be available in GitLabCIServerInfo.
  • #​4416 Make Merge Request source and target branch available in GitLabCIPullRequestInfo.
  • #​4401 Add DotNetSlnRemove alias for dotnet sln remove command.
  • #​4584 Update Spectre.Console to 0.51.1.
  • #​4583 Update Newtonsoft.Json to 13.0.4.
  • #​4582 Update Microsoft.Extensions.DependencyInjection to 9.0.9.
  • #​4581 Update System.* to 9.0.9.
  • #​4549 Update Basic.Reference.Assemblies.Net90 to 1.8.3.
  • #​4548 Update Basic.Reference.Assemblies.Net80 to 1.8.3.
  • #​4547 Update Autofac to 8.4.0.
  • #​4546 Update Microsoft.IdentityModel.JsonWebTokens to 8.14.0.
  • #​4545 Update Microsoft.Extensions.DependencyInjection to 9.0.8.
  • #​4544 Update System.Reflection.Metadata to 9.0.8.
  • #​4543 Update System.Collections.Immutable to 9.0.8.
  • #​4542 Update System.Security.Cryptography.Pkcs to 9.0.8.
  • #​4529 Update System.Reflection.Metadata 9.0.7.
  • #​4528 Update System.Collections.Immutable to 9.0.7.
  • #​4527 Update System.Security.Cryptography.Pkcs to 9.0.7.
  • #​4526 Update Microsoft.Extensions.DependencyInjection to 9.0.7.
  • #​4523 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.1.
  • #​4510 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.0.
  • #​4509 Update Basic.Reference.Assemblies.Net* to 1.8.2.
  • #​4505 Update Basic.Reference.Assemblies.Net* to 1.8.1.
  • #​4497 Cake.Testing.Xunit.v3 should not reference xunit.v3.
  • #​4493 Update Spectre.Console to 0.50.0.
  • #​4492 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.14.0.
  • #​4491 Update System.Reflection.Metadata to 9.0.5.
  • #​4490 Update System.Collections.Immutable to 9.0.5.
  • #​4489 Update Autofac to 8.3.0.
  • #​4488 Update Microsoft.Extensions.DependencyInjection to 9.0.5.
  • #​4483 Update System.Security.Cryptography.Pkcs to 9.0.5.
  • #​4482 Update Microsoft.IdentityModel.JsonWebTokens to 8.11.0.
  • #​4481 Update NuGet.* to 6.14.0.
  • #​4471 Improve script caching behavior.
  • #​4440 Update Basic.Reference.Assemblies.Net80 to 1.8.0.
  • #​4426 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.12.0.
  • #​4425 Update NuGet.* to 6.12.1.
  • #​4421 Update Microsoft.IdentityModel.JsonWebTokens to 8.3.0.
  • #​4420 Update Autofac to 8.2.0.
  • #​4412 NuGet 6.9 renamed no-cache to no-http-cache and deprecated the old setting name.
  • #​4407 SignTool missing the /kc and /csp parameters. .
  • #​4399 Refactor DotNetAliases: Extract methods into a separate partial class.
  • #​4478 Failed to install addin when running from Windows powershell.exe.
  • #​4475 Script execution does not always show a report summary.
  • #​4410 AzurePipelinesPullRequestInfo fails to detect if build is running in the context of a GitHub Pull Request.
  • #​4286 DotNetToolRunner doesn't support empty space at tool path.

v5.0.0

  • #​4384 Remove obsolete members / methods.
  • #​4383 Update LatestPotentialBreakingChange to 5.0.0.
  • #​4346 Remove Unsupported TFMS .NET 6 & 7 (net6.0 & net7.0).
  • #​4396 Add DotNetSlnAdd alias for dotnet sln add command.
  • #​4393 Add DotNetSlnList alias for dotnet sln list command.
  • #​4379 C# 13 Scripting Support.
  • #​4345 Add .NET 9 (net9.0) TFM.
  • #​4310 Update Cake.Tool to support running on FreeBSD.
  • #​4391 DownloadArtifacts errors in latest Cake 4.2.0 with 404 error.

v4.2.0

  • #​4374 Argument 'foo' was not set" after update to 4.1 in Cake Frosting.

v4.1.0

  • 4353 Add DotNetListReference alias for dotnet list reference command.
  • 4352 Add DotNetRemoveReference alias for dotnet remove reference command .
  • 4334 Add DotNetSearchPackage Alias for dotnet package search.
  • 4282 Add DotNetAddReference alias for dotnet add reference command.
  • 4224 Add DotNetListPackage alias for dotnet list package command.
  • 4363 Update System.Reflection.Metadata to 8.0.1.
  • 4364 Update Microsoft.Extensions.DependencyInjection to 8.0.1.
  • 4362 Update NuGet.* to 6.11.1.
  • 4359 Update Microsoft.IdentityModel.JsonWebTokens to 8.1.2.
  • 4358 Update Autofac to 8.1.1.
  • 4355 Different target argument values depending on specifying --target or --Target.
  • 4351 Use NuGet Client built-in Settings Utility to Get Enabled Sources.
  • 4349 GitHubActionCommand DownloadArtifact is not using the latest @​v4 Version.
  • 4343 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.11.0.
  • 4342 Update Basic.Reference.Assemblies.* to 1.7.9.
  • 4341 Update Autofac to 8.1.0.
  • 4340 Update NuGet.* to 6.11.0.
  • 4335 Add ReportGenerator missing markdown report types.
  • 4331 GitHubActionCommand UploadArtifact is not using the latest @​v4 Version.
  • 4322 FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment.
  • 4306 Update Autofac to 8.0.0.
  • 4305 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2.
  • 4304 Update Basic.Reference.Assemblies.* to 1.5.0.
  • 4303 Update Microsoft.NET.Test.Sdk to 17.9.0.
  • 4302 Update Verify.Xunit to 23.5.2.
  • 4301 Update xunit to 2.7.0.
  • 4300 Update NuGet.* to 6.9.1.
  • 4299 Update NuGet.Packaging to 6.8.1.
  • 4278 Update Spectre.Console to 0.49.1.
  • 4276 Update NuGet.* to 6.8.0.
  • 4274 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.8.0.

v4.0.0

  • 4266 Update LatestPotentialBreakingChange to 4.0.0.
  • 4132 Add File APIs for setting timestamps (creation time, last write time, last access time).
  • 4250 Update System.Collections.Immutable to 8.0.0.
  • 4260 Unzip alias should support overwrite files.
  • 4251 Update System.Reflection.Metadata 8.0.0.
  • 4249 Update Microsoft.Extensions.DependencyInjection to 8.0.0.
  • 4197 Execution of Cake script fails if an addin defines an alias that uses nullable reference types in its signature.
  • 4150 Cake script is contributing unactionable diagnostics in VS Code Problems pane.

v3.2.0

  • 4225 Add DotNetRemovePackage alias for dotnet remove package command.
  • 4187 Add DotNetAddPackage alias for dotnet add package command.
  • 4221 Add Azure Pipelines group logging commands.
  • 4219 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.7.0.
  • 4217 Update NuGet.* to 6.7.0.
  • 4215 Update Autofac to 7.1.0.
  • 4157 Upgrading to spectre.console 0.47.0 breaks the cake build.
  • 4144 DotNetMSBuildSettings is missing NodeReuse.
  • 3996 Error: Bad IL format with Cake MacOSX (2.3.0 - 3.1.0).

v3.1.0

  • 4122 Call multiple tasks from CLI in Frosting.
  • 4092 Add support for getting the user's home directory in the Cake Environment.
  • 4184 Update Autofac to 7.0.1.
  • 4183 Update System.Reflection.Metadata to 7.0.2.
  • 4182 Update Basic.Reference.Assemblies.Net60/Net70 to 1.4.2.
  • 4181 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.6.0.
  • 4170 Update NuGet.* to v6.6.1.
  • 4138 Upgrade Spectre.Console to v0.46.0.
  • 4109 Add PublishReadyToRun to DotNetRestoreSettings.
  • 4107 DotNetPublishSettings is missing a way to set the --os option.
  • 4090 Update Microsoft.CodeAnalysis.CSharp.Scripting to v4.4.0.
  • 4087 Update Newtonsoft.Json to v13.0.2.
  • 4086 Update Autofac to v6.5.0.
  • 4085 Update NuGet.* to v6.4.0.
  • 1317 CleanDirectory does not clean readonly files.
  • 4095 Fix broken link to Cake Team on CONTRIBUTING.md.
  • 4128 Inconsistent determination of positional Argument when using context.Arguments versus context.Argument.

v3.0.0

  • 4046 Add typed data context CakeTaskBuilder.Finally overload.
  • 4000 Remove obsolete CakeEngine Setup/Teardown events.
  • 3997 Remove obsolete Logger property from DotNetTestSettings.
  • 3991 Remove obsolete DotNetCore aliases.
  • 3972 Remove .NET Core 3.1 TFM.
  • 3969 Update Spectre.Console to 0.45.0.
  • 3949 Remove .NET 5 TFM.
  • 3946 Access to ITaskSetupContext in Frosting.
  • 3867 Rename WindowsFact to WindowsFactAttribute to follow best practices.
  • 3722 DotNetCore -> DotNet Rename Missed Objects.
  • 4047 Add typed CakeTaskBuilder / TaskOf() to easier work with typed data context.
  • 4028 Add GitLab CI SetEnvironmentVariable Command.
  • 4019 Add support for TeamCity build status message.
  • 4018 Add Support For TeamCity Statistics.
  • 4011 Add GitHub Actions SetStepSummary Command.
  • 4009 Add GitHub Actions SetOutputParameter Command.
  • 3950 Add .NET 7 Support.
  • 3328 Frosting: Support criteria description.
  • 2863 Add support for GitHub Action workflow commands.
  • 2470 Call multiple tasks from CLI and pass them to RunTarget.
  • 1146 Add OutputDirectory property for Chocolatey Aliases.
  • 4060 Update Microsoft.NETCore.Platforms to 7.0.0.
  • 4059 Update System.Reflection.Metadata to 7.0.0.
  • 4058 Update System.Collections.Immutable to 7.0.0.
  • 4057 Update Microsoft.Extensions.DependencyInjection to 7.0.0.
  • 4055 Add column to summary to include skip reason.
  • 4052 Update Basic.Reference.Assemblies.* to 1.4.1.
  • 4050 Overhaul Chocolatey Cake aliases.
  • 4044 Overload missing for IsDependeeOf accepting a CakeTaskBuilder object.
  • 4038 Add missing MSBuildSettings to DotNetRunSettings.
  • 4036 Add missing MSBuildSettings to DotNetTestSettings.
  • 4032 Add additional settings for ILMerge.
  • 4020 Update Basic.Reference.Assemblies.* to 1.4.0.
  • 4016 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.4.0-4.final.
  • 4006 Add missing GitVersion command line options.
  • 3124 EscapedBranchName is not supported by GitVersion.CommandLine.
  • 4023 Update supported versions of Cake.
  • 4034 DotNetMSBuildSettings ArgumentCustomization is not called with all DotNet* aliases.
  • 4030 GitLab CI runner tags are not split correctly.

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from f28e67d to 0b0dcbd Compare July 9, 2023 21:27
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 0b0dcbd to 5d83260 Compare November 10, 2023 09:07
@renovate renovate bot changed the title (maint) Update cake monorepo to v3 (major) (maint) Update cake monorepo to v4 (major) Nov 18, 2023
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 5d83260 to 30edec1 Compare November 18, 2023 22:43
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 30edec1 to 7b55983 Compare October 4, 2024 21:18
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch 2 times, most recently from d9b3e29 to 69f69b7 Compare October 23, 2024 22:10
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 69f69b7 to 68e923f Compare November 13, 2024 02:08
@renovate renovate bot changed the title (maint) Update cake monorepo to v4 (major) (maint) Update cake monorepo to v5 (major) Nov 13, 2024
@renovate renovate bot changed the title (maint) Update cake monorepo to v5 (major) (maint) Update dependency Cake.Core to v5 May 13, 2025
@renovate renovate bot changed the title (maint) Update dependency Cake.Core to v5 (maint) Update cake monorepo to v5 (major) May 13, 2025
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 68e923f to 93287c0 Compare October 4, 2025 17:55
@renovate renovate bot force-pushed the renovate/major-cake-monorepo branch from 93287c0 to 91717ce Compare November 11, 2025 22:12
@renovate renovate bot changed the title (maint) Update cake monorepo to v5 (major) (maint) Update cake monorepo to v6 (major) Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants