Camelotia
Camelotia copied to clipboard
build(deps): bump Nuke.Common and Octokit in /src
trafficstars
Bumps Nuke.Common and Octokit. These dependencies needed to be updated together.
Updates Nuke.Common from 6.2.1 to 8.0.0
Release notes
Sourced from Nuke.Common's releases.
8.0.0
- Changed string parameters to violate requirement when empty or whitespace
- Added on-demand value injection using
OnDemandAttributeandOnDemandValueInjectionAttribute- Added
AbsolutePathdivision operator for..range expression- Added
DOTNET_NOLOGOto bootstrapping files- Fixed
BinaryFormatterSerializationwarning by suppression- Fixed .NET SDK discovery in bootstrapping files
- Fixed quotation for bootstrapping script invocation
- Fixed filtering on
FileAttributes- Fixed quoting in
AppVeyorgeneration- Fixed members in
AzurePipelinesImage- Fixed members in
GitHubActionsImage- Fixed lower-case naming in
DotNetVerbositymembers- Fixed missing
DotNetTaskscommands- Fixed missing
EntityFrameworkTaskscommand- Fixed logging in
NpmTasks- Fixed argument type in
OctopusTasks- Fixed missing argument in
SonarScannerTasks- Fixed value formatting in
SonarScannerTasks- Fixed members in
NUnitLabelType- Fixed deprecated argument in
NUnitTasks- Fixed members in
ReportGeneratorReportTypes7.0.6
- Fixed logging of Docker target execution to fall back to debug messages
7.0.5
- 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
DockerTaskscommand7.0.4
- Fixed check on nullable parameter type
- Fixed telemetry check on home repository
- Fixed missing environment variables for AppVeyor
- Fixed
ICreateGitHubReleaseto work with existing releases- Fixed
ICreateGitHubReleaseto setGitHubTokenunconditionally- Fixed
SetBuildTargetandSetTestPlatformoverloads inUnityTasks- Fixed
UnityRunTestsSettingsbase type7.0.3
- Fixed enumeration value sets to exclude non-public fields
- Fixed check for
NUKE_ENTERPRISE_TOKENinbuild.shbootstrapping 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
Outputcollection- Fixed handling of
AbsolutePathcollections inArgumentStringHandler- Fixed handling of
IAbsolutePathHolderinArgumentStringHandler- Fixed handling of
relativePathforSolutionAttributeinStronglyTypedSolutionGenerator
... (truncated)
Changelog
Sourced from Nuke.Common's changelog.
[8.0.0] / 2024-01-18
- Changed string parameters to violate requirement when empty or whitespace
- Added on-demand value injection using
OnDemandAttributeandOnDemandValueInjectionAttribute- Added
AbsolutePathdivision operator for..range expression- Added
DOTNET_NOLOGOto bootstrapping files- Fixed
BinaryFormatterSerializationwarning by suppression- Fixed .NET SDK discovery in bootstrapping files
- Fixed quotation for bootstrapping script invocation
- Fixed filtering on
FileAttributes- Fixed quoting in
AppVeyorgeneration- Fixed members in
AzurePipelinesImage- Fixed members in
GitHubActionsImage- Fixed lower-case naming in
DotNetVerbositymembers- Fixed missing
DotNetTaskscommands- Fixed missing
EntityFrameworkTaskscommand- Fixed logging in
NpmTasks- Fixed argument type in
OctopusTasks- Fixed missing argument in
SonarScannerTasks- Fixed value formatting in
SonarScannerTasks- Fixed members in
NUnitLabelType- Fixed deprecated argument in
NUnitTasks- Fixed members in
ReportGeneratorReportTypes[7.0.6] / 2023-09-24
- Fixed logging of Docker target execution to fall back to debug messages
[7.0.5] / 2023-09-05
- 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
DockerTaskscommand[7.0.4] / 2023-08-31
- Fixed check on nullable parameter type
- Fixed telemetry check on home repository
- Fixed missing environment variables for AppVeyor
- Fixed
ICreateGitHubReleaseto work with existing releases- Fixed
ICreateGitHubReleaseto setGitHubTokenunconditionally- Fixed
SetBuildTargetandSetTestPlatformoverloads inUnityTasks- Fixed
UnityRunTestsSettingsbase type[7.0.3] / 2023-08-21
- Fixed enumeration value sets to exclude non-public fields
- Fixed check for
NUKE_ENTERPRISE_TOKENinbuild.shbootstrapping 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
Outputcollection- Fixed handling of
AbsolutePathcollections inArgumentStringHandler- Fixed handling of
IAbsolutePathHolderinArgumentStringHandler- Fixed handling of
relativePathforSolutionAttributeinStronglyTypedSolutionGenerator
... (truncated)
Commits
011956bMerge branch 'release/8.0.0'd496769chore: CHANGELOG.md for 8.0.0516a48cRevert "fix(execution): exclusion of invoked targets from skipping"985de83chore: update CHANGELOG.md11826edchore: regenerate toolsd98a279fix(tools): missing EntityFrameworkTasks command7e1721ffix(tools): deprecated argument in NUnitTasksbf7d8f7fix(bootstrapping): quotation of build script2bdabd2feat(execution): add on-demand value injectioneee9dc0feat(utilities): add string.JoinParagraph extension method- Additional commits viewable in compare view
Updates Octokit from 3.0.0 to 9.0.0
Release notes
Sourced from Octokit's releases.
v9.0.0
What's Changed
Breaking changes
- Removes the .NET 5.0 support by
@nickfloydin octokit/octokit.net#2806Features
- [feat]: Add RenameBranch method to RepositoryBranchesClient by
@dirtygoobackin octokit/octokit.net#2799Fixes
- (fix) RepositoryContentsClient.GetArchive does not return the expected binary content by
@Jerichoin octokit/octokit.net#2803Maintenance
- build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by
@dependabotin octokit/octokit.net#2805- build(deps): bump xunit from 2.5.1 to 2.5.3 by
@dependabotin octokit/octokit.net#2804New Contributors
@Jerichomade their first contribution in octokit/octokit.net#2803Full Changelog: https://github.com/octokit/octokit.net/compare/v8.1.1...v9.0.0
v8.1.1
What's Changed
Features
- [feat]: Add archive url to repository info by
@perryletsin octokit/octokit.net#2801- [feat]: Adding repository variables by
@michaeljolleyin octokit/octokit.net#2794- [feat]: Adding missing properties to PushEventPayload by
@michaeljolleyin octokit/octokit.net#2795Fixes
- [fix] Bump GitVersion.Tool by
@martincostelloin octokit/octokit.net#2792Maintenance
- [maint]: Updated immediate response workflows via automation by
@octokitbotin octokit/octokit.net#2793New Contributors
@perryletsmade their first contribution in octokit/octokit.net#2801@michaeljolleymade their first contribution in octokit/octokit.net#2794Full Changelog: https://github.com/octokit/octokit.net/compare/v8.0.1...v8.1.1
v8.0.1
What's Changed
Features
- [feat]: SDKs for ActionsArtifacts APIs by
@thomhurstin octokit/octokit.net#2782Fixes
... (truncated)
Commits
27aa6e5[BREAKING CHANGE]: Removes the .NET 5.0 support (#2806)335632b[feat]: Add RenameBranch method to RepositoryBranchesClient (#2799)35d2ee4build(deps): bump xunit from 2.5.1 to 2.5.3 (#2804)1b802a9build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#2805)1eac831(fix) RepositoryContentsClient.GetArchive does not return the expected binary...7b3abda[feat]: Adding missing properties to PushEventPayload (#2795)fdd93c8[feat]: Adding repository variables5dd3cfe[feat]: Add archive url to repository info12e29ab[fix]: Bumps GitVersion.Toold79ca99[maint]: Updated immediate response workflows via automation (#2793)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)