Skip to content

Commit

Permalink
chore(deps): Update dependency cake.tool to v5 (#168)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cake.tool](https://cakebuild.net/)
([source](https://redirect.github.com/cake-build/cake)) | `4.2.0` ->
`5.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/cake.tool/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/cake.tool/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/cake.tool/4.2.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/cake.tool/4.2.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>cake-build/cake (cake.tool)</summary>

###
[`v5.0.0`](https://redirect.github.com/cake-build/cake/blob/HEAD/ReleaseNotes.md#New-in-500-Released-20241113)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9jaSIsImJvdHMiLCJraW5kL2Nob3JlIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent fcb58a1 commit 9a3987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "4.2.0",
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
Expand Down

0 comments on commit 9a3987d

Please sign in to comment.