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

build: bump the all group across 1 directory with 6 updates #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the all group with 6 updates in the / directory:

Package From To
Nuke.Common 8.0.0 8.1.2
Serilog 4.0.1 4.0.2
Serilog 4.0.1 4.1.0
JunitXml.TestLogger 4.0.254 4.1.0
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
NSubstitute 5.1.0 5.3.0
xunit 2.9.0 2.9.2

Updates Nuke.Common from 8.0.0 to 8.1.2

Release notes

Sourced from Nuke.Common's releases.

8.1.2

  • Fixed exclusion of skipped target from lookup for skippable dependencies
  • Fixed resolution of empty environment variables to false
  • Fixed parallel execution to prefer logger from settings

8.1.1

  • Fixed nested solution folders in StronglyTypedSolutionGenerator
  • Fixed whitespace arguments in ArgumentStringHandler
  • Fixed output logging in parallel execution
  • Fixed exclusion of invoked targets from skipping
  • Fixed definite argument in EntityFrameworkTasks

8.1.0

  • Added schema generation with references for build.schema.json
  • Added deserialization of full objects from parameters.json
  • Added AbsolutePath extension methods for AddUnixSymlink, Copy*, Move*, Rename*
  • Added support for preprocessor directives in solution parsing
  • Added Pattern in favor of property in LatestGitHubReleaseAttribute
  • Added ConcurrencyGroup, ConcurrencyCancelInProgress, EnvironmentName, EnvironmentUrl in GitHubActionsAttribute
  • Added DotnetPackagingTasks
  • Fixed invoked targets to not be excluded from skipping
  • Fixed stripping of hyphens in skipped target names
  • Fixed empty environment variables to be resolved as empty arrays
  • Fixed EnableUnsafeBinaryFormatterSerialization to be set through AppContext
  • Fixed unquoting of multiple quoted arguments in ArgumentStringHandler
  • Fixed using logger from settings in parallel execution
  • Fixed handling of duplicated NuGet package files
  • Fixed inclusion of original NuGet packages in requirements
  • Fixed GitHubActions to use latest action versions
  • Fixed DotCoverTasks and EntityFrameworkTasks tool path resolution
  • Fixed missing members in GitHubActionsImage
  • Fixed missing properties in GitLab
  • Fixed missing parameters in AzurePipelines.SetVariables
  • Fixed missing arguments in DotNetTasks
  • Fixed tool path in CodecovTasks
Changelog

Sourced from Nuke.Common's changelog.

[8.1.2] / 2024-10-13

  • Fixed exclusion of skipped target from lookup for skippable dependencies
  • Fixed resolution of empty environment variables to false
  • Fixed parallel execution to prefer logger from settings

[8.1.1] / 2024-10-05

  • Fixed nested solution folders in StronglyTypedSolutionGenerator
  • Fixed whitespace arguments in ArgumentStringHandler
  • Fixed output logging in parallel execution
  • Fixed exclusion of invoked targets from skipping
  • Fixed definite argument in EntityFrameworkTasks

[8.1.0] / 2024-09-10

  • Added schema generation with references for build.schema.json
  • Added deserialization of full objects from parameters.json
  • Added AbsolutePath extension methods for AddUnixSymlink, Copy*, Move*, Rename*
  • Added support for preprocessor directives in solution parsing
  • Added Pattern in favor of property in LatestGitHubReleaseAttribute
  • Added ConcurrencyGroup, ConcurrencyCancelInProgress, EnvironmentName, EnvironmentUrl in GitHubActionsAttribute
  • Added DotnetPackagingTasks
  • Fixed invoked targets to not be excluded from skipping
  • Fixed stripping of hyphens in skipped target names
  • Fixed empty environment variables to be resolved as empty arrays
  • Fixed EnableUnsafeBinaryFormatterSerialization to be set through AppContext
  • Fixed unquoting of multiple quoted arguments in ArgumentStringHandler
  • Fixed using logger from settings in parallel execution
  • Fixed handling of duplicated NuGet package files
  • Fixed inclusion of original NuGet packages in requirements
  • Fixed GitHubActions to use latest action versions
  • Fixed DotCoverTasks and EntityFrameworkTasks tool path resolution
  • Fixed missing members in GitHubActionsImage
  • Fixed missing properties in GitLab
  • Fixed missing parameters in AzurePipelines.SetVariables
  • Fixed missing arguments in DotNetTasks
  • Fixed tool path in CodecovTasks
Commits
  • e782a00 Merge branch 'hotfix/8.1.1'
  • d3ef1b0 chore: CHANGELOG.md for 8.1.2
  • 0cc02f3 chore: update CHANGELOG.md
  • 1b0de60 fix(utilities): mandatory boolean default for conversion from string values
  • 6895f4c build: update dependencies
  • b389113 fix(execution): prefer logger from settings in parallel execution
  • 0464568 fix(execution): exclude skipped target from lookup for skippable dependencies
  • 1688d82 Merge branch 'hotfix/8.1.1'
  • 85c4857 chore: CHANGELOG.md for 8.1.1
  • 9dda9c1 chore: update CHANGELOG.md
  • Additional commits viewable in compare view

Updates Serilog from 4.0.1 to 4.0.2

Release notes

Sourced from Serilog's releases.

v4.0.2

Commits
  • 4c9a312 Merge pull request #2118 from serilog/dev
  • 7b85d53 Update publishing key
  • 3aa295b Properly synchronize use of InMemoryBatchedSink fields (attempting to fix fla...
  • 6e5a82c Tighten up the test to ensure we don't add IAsyncDisposable to the test stub
  • b5085aa Fall back to IDisposable in Log.CloseAndFlushAsync() when the target logger i...
  • 68881e1 Don't capture properties with private get accessors
  • 3f6d855 Optimize ReusableStringWriter.Write/WriteLine(ReadOnlySpan<char>) methods
  • 9f6b814 Added test for timestamp formatting
  • 64fccfa Removed boxing and string allocations in DateTimeOffset/DateTime serializatio...
  • 8c82a50 Remove junk file (#2095)
  • Additional commits viewable in compare view

Updates Serilog from 4.0.1 to 4.1.0

Release notes

Sourced from Serilog's releases.

v4.0.2

Commits
  • 4c9a312 Merge pull request #2118 from serilog/dev
  • 7b85d53 Update publishing key
  • 3aa295b Properly synchronize use of InMemoryBatchedSink fields (attempting to fix fla...
  • 6e5a82c Tighten up the test to ensure we don't add IAsyncDisposable to the test stub
  • b5085aa Fall back to IDisposable in Log.CloseAndFlushAsync() when the target logger i...
  • 68881e1 Don't capture properties with private get accessors
  • 3f6d855 Optimize ReusableStringWriter.Write/WriteLine(ReadOnlySpan<char>) methods
  • 9f6b814 Added test for timestamp formatting
  • 64fccfa Removed boxing and string allocations in DateTimeOffset/DateTime serializatio...
  • 8c82a50 Remove junk file (#2095)
  • Additional commits viewable in compare view

Updates JunitXml.TestLogger from 4.0.254 to 4.1.0

Release notes

Sourced from JunitXml.TestLogger's releases.

v4.1.0

4.1.0 (2024-10-12)

Features

  • [JUnit] added StoreConsoleOutput option (#115) (63fc58f)
Changelog

Sourced from JunitXml.TestLogger's changelog.

4.1.0 (2024-10-12)

Features

  • [JUnit] added StoreConsoleOutput option (#115) (63fc58f)
Commits
  • 3625dad chore(master): release 4.1.0 (#120)
  • fa94c65 chore(ci): typo in build outputs
  • 0e10219 chore(ci): separate job for release-please and version compute
  • f5049b9 chore: update build version logic for CI
  • 9c377bd chore: add version.txt
  • 0199df7 chore(ci): update params for v4 release-please in changelog generation
  • 6e6e51e chore: use build number as release version
  • c6c5c0e chore: typo in ci
  • 8b367e7 chore: add action uses (ci)
  • d889ab5 chore: attempt to add release-please action to CI
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

Commits
  • 58dbd02 Revert "Do not publish to BAR when RTM version is built"
  • aa62848 Do not publish to BAR when RTM version is built
  • d824a2f Bump 17.11.1
  • ed4ac92 Forward error output from testhost as info (#5193)
  • See full diff in compare view

Updates NSubstitute from 5.1.0 to 5.3.0

Release notes

Sourced from NSubstitute's releases.

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0

v5.2.0

⚠️ Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.

Summary of main changes:

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions! Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.

If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/

As always, please raise an issue on GitHub if you have any problems.

Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md Breaking changes: None.

Project links:

... (truncated)

Changelog

Sourced from NSubstitute's changelog.

5.3.0 (October 2024)

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

5.2.0 (Apr 2024; tagged but not released to nuget)

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions!

Commits
  • 45e00e3 Prep 5.3.0 release (#836)
  • cc73901 Release build workflow (#797)
  • 4d258a2 Feature: Enable call forwarding and substitution for non virtual methods or...
  • b8b0184 Added csharp_style_prefer_primary_constructors into editorconfig (#819)
  • 73818a6 Unable to match arguments whose type is generic, when their concrete type is ...
  • da82bc5 Merge pull request #813 from mihnea-radulescu/bug/issue-788-Raise-EventWith-d...
  • 2ce4d66 Replaced Obsolete attributes in WhenCalled<T> with doc comments.
  • 0c0d798 When(...).Throws gives a CouldNotSetReturnDueToNoLastCallException (#803)
  • 4bd429e Updated event raising logic to only allow internal default constructors
  • ee276f3 Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constructor
  • Additional commits viewable in compare view

Updates xunit from 2.9.0 to 2.9.2

Commits
  • 82543a6 v2.9.2
  • 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects
  • 502f6d1 Bump up to v2.9.2-pre
  • bb7c3e4 v2.9.1
  • 5d70d25 #3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)
  • ed6e05b Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...
  • d97c7f8 Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...
  • 416ed81 #3021: Add overload of Assert.Equal to resolve compiler ambiguity
  • 6b86235 Add Assert.Equivalent support for evaluating Lazy<T>
  • aadff05 Updated build table in README
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Nuke.Common](https://github.com/nuke-build/nuke) | `8.0.0` | `8.1.2` |
| [Serilog](https://github.com/serilog/serilog) | `4.0.1` | `4.0.2` |
| [Serilog](https://github.com/serilog/serilog) | `4.0.1` | `4.1.0` |
| [JunitXml.TestLogger](https://github.com/spekt/testlogger) | `4.0.254` | `4.1.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |



Updates `Nuke.Common` from 8.0.0 to 8.1.2
- [Release notes](https://github.com/nuke-build/nuke/releases)
- [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
- [Commits](nuke-build/nuke@8.0.0...8.1.2)

Updates `Serilog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.0.2)

Updates `Serilog` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.0.2)

Updates `JunitXml.TestLogger` from 4.0.254 to 4.1.0
- [Release notes](https://github.com/spekt/testlogger/releases)
- [Changelog](https://github.com/spekt/testlogger/blob/master/CHANGELOG.md)
- [Commits](spekt/testlogger@v4.0.254...v4.1.0)

Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.0...v17.11.1)

Updates `NSubstitute` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)

---
updated-dependencies:
- dependency-name: Nuke.Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: JunitXml.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 08:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants