-
Notifications
You must be signed in to change notification settings - Fork 65
chore(deps): update all non-major dependencies #346
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
==========================================
- Coverage 55.75% 55.74% -0.02%
==========================================
Files 257 257
Lines 23038 23038
Branches 1897 1897
==========================================
- Hits 12845 12842 -3
- Misses 9738 9740 +2
- Partials 455 456 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6b619f0
to
490b89c
Compare
b35f800
to
bab4eab
Compare
f8e77a7
to
58ab919
Compare
779aba9
to
2a6aeba
Compare
086344a
to
4a6ec35
Compare
f7fe868
to
5b34123
Compare
33e50c6
to
8796048
Compare
a90f21b
to
f191091
Compare
cb0c016
to
b2cca7c
Compare
a6dbcff
to
13034e7
Compare
e666472
to
7d40fa8
Compare
e9fdfe5
to
155af20
Compare
3cf330b
to
eedeee6
Compare
0bb23a9
to
0369c26
Compare
0369c26
to
5dffbd0
Compare
Signed-off-by: Alexander Linne <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: Alexander Linne <[email protected]>
This PR contains the following updates:
17.13.0
->17.14.1
4.2.0
->4.3.0
4.5.0
->4.6.1
28.11.0
->28.16.0
v4.3.0
->v4.3.1
v5.3.1
->v5.4.3
1.0.1
->1.0.3
5.4.4
->5.4.8
v3.28.9
->v3.29.2
3.0.2
->3.1.1
Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0
serilog/serilog (Serilog)
v4.3.0
What's Changed
LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)
overload that helps avoid allocations (@vanni-giachin)LogContext.Push()
overloads acceptingIEnumerable<ILogEventEnricher>
andReadOnlySpan<ILogEventEnricher>
(@SimonCropp)New Contributors
Full Changelog: serilog/serilog@v4.2.0...v4.3.0
VerifyTests/Verify (Verify.xunit)
v28.16.0
Compare Source
v28.15.0
Compare Source
v28.14.1
Compare Source
v28.14.0
Compare Source
v28.13.0
Compare Source
v28.12.1
Compare Source
v28.12.0
Compare Source
actions/setup-dotnet (actions/setup-dotnet)
v4.3.1
Compare Source
What's Changed
v4
- Removeazureedge.net
fallback logic and update install scripts by @zaataylor in https://github.com/actions/setup-dotnet/pull/572As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v4 in https://github.com/actions/setup-dotnet/pull/566 and update the install scripts accordingly.
Related issue: https://github.com/dotnet/install-scripts/issues/559
Full Changelog: actions/setup-dotnet@v4...v4.3.1
codecov/codecov-action (codecov/codecov-action)
v5.4.3
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
Compare Source
What's Changed
use_pypi
bypasses integrity checks too by @webknjaz in https://github.com/codecov/codecov-action/pull/1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
belav/csharpier (csharpier)
v1.0.3
Compare Source
What's Changed
Switch block case with conditionals adding newlines #1630
Switch blocks were breaking on conditions within patterns.
switch expression formatting adds odd newlines #1620
CSharpier was breaking after a discard with a when, resulting in extra new lines
multi-line raw string in linq query causes a subsequent linq query to be printed on one line #1617
If a query syntax linq expression contained a raw string, it could result in method invocations not breaking.
Full Changelog: belav/csharpier@1.0.2...1.0.3
v1.0.2
Compare Source
What's Changed
Performance issues when supporting .gitignore. #1588
CSharpier was using a naive algorithm for parsing and evaluating gitignore rules that caused significant perfomance issues. @kevinboss reworked the implementation to drastically increate performance.
Exclude
bin/
andobj/
directory content from xml formatting #1600CSharpier now excludes all files in
bin/
andobj/
by default.Error on syntactically valid conditional with
is
#1612The following c# is valid and compiles with
9.0.300+
. CSharpier was updated to properly parse it.Xml formatting with comments in text element inserts extra new lines #1607
CSharpier has some issues with formatting text that contained xml comments. That has been improved.
Input & expected output
1.0.1
Inconsistent formatting of single-line lambda expressions #1594
CSharpier
1.0.0
introduced a regression that caused the following formatting. This is now working as expected.Full Changelog: belav/csharpier@1.0.1...1.0.2
danielpalme/ReportGenerator (dotnet-reportgenerator-globaltool)
v5.4.8
: ReportGenerator_5.4.8Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
v5.4.7
: ReportGenerator_5.4.7Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
v5.4.6
: ReportGenerator_5.4.6Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
v5.4.5
: ReportGenerator_5.4.5Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
github/codeql-action (github/codeql-action)
v3.29.2
Compare Source
v3.29.1
Compare Source
v3.29.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
See the full CHANGELOG.md for more information.
v3.28.19
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
actions
language, which is currently in public preview.The
actions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinnedyour
tools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.See the full CHANGELOG.md for more information.
v3.28.18
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #2891See the full CHANGELOG.md for more information.
v3.28.17
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
See the full CHANGELOG.md for more information.
v3.28.16
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.15
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.14
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.14 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.13
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.13 - 24 Mar 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.12
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.See the full CHANGELOG.md for more information.
v3.28.11
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.11 - 07 Mar 2025
See the full CHANGELOG.md for more information.
v3.28.10
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.10 - 21 Feb 2025
See the full CHANGELOG.md for more information.
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v3.1.1
Compare Source
v3.1.0
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.