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

chore(deps): update all non-major dependencies #234

Merged
merged 1 commit into from
May 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Duende.AccessTokenManagement 2.1.1 -> 2.1.2 age adoption passing confidence nuget patch
FakeItEasy (source) 8.1.0 -> 8.2.0 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.7.0 -> 5.8.0 age adoption passing confidence nuget minor
Meziantou.Analyzer 2.0.146 -> 2.0.150 age adoption passing confidence nuget patch
Roslynator.Analyzers 4.12.0 -> 4.12.2 age adoption passing confidence nuget patch
csharpier 0.27.3 -> 0.28.2 age adoption passing confidence nuget minor
dotnet-outdated-tool 4.6.0 -> 4.6.1 age adoption passing confidence nuget patch
mcr.microsoft.com/dotnet/aspnet 8.0.3-jammy-chiseled -> 8.0.4-jammy-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 8.0.203-jammy -> 8.0.204-jammy age adoption passing confidence final patch
quay.io/keycloak/keycloak 24.0.2 -> 24.0.3 age adoption passing confidence patch
quay.io/prometheus/prometheus v2.51.1 -> v2.51.2 age adoption passing confidence patch
xunit 2.7.0 -> 2.8.0 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.7 -> 2.8.0 age adoption passing confidence nuget minor

Release Notes

DuendeSoftware/Duende.AccessTokenManagement (Duende.AccessTokenManagement)

v2.1.2

Compare Source

This is a patch release that fixes a bug when using DPoP and Resource Indicators together.

What's Changed

Full Changelog: DuendeSoftware/Duende.AccessTokenManagement@2.1.1...2.1.2

FakeItEasy/FakeItEasy (FakeItEasy)

v8.2.0

Compare Source

New
  • Fake.Reset replaces Fake.ClearConfiguration as the preferred mechanism to clear existing fakes' configuration. (#​1839)
    Resets all changes made to the fake after it was created.
  • net8.0 target framework assembly (#​1996)
Fixed
  • Creation failure message may indicate that the to-be-faked type has no applicable constructor when it really does (#​1929)
Additional Items
  • Stop resigning FakeItEasy.Tests.TestHelpers.FSharp once the SDK starts signing it properly (#​1930)
  • Share EventRule between Fakes (#​1993)
  • Update Github actions to quell build warnings (#​1995)
  • Bump documentation-building dependencies (#​1985)
  • Bump FakeItEasy.Tools to support release process (#​1998, #​1999)
  • Bump dawidd6/action-download-artifact to quell Node.js version warning (#​1999)
FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)

v5.8.0: 5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features
Changes:
  • #​2771: Improved binary support
  • #​2767: added package validation to the SDK library
  • #​2773: Update fhir release version enums
  • #​2768: Added defineVariable to FhirPath
  • #​2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #​2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #​2764: FhirPath indexOf method for collections
  • #​2760: Added fhirpath environment vars
  • #​2758: fhirpath substring with negative length
  • #​2752: element types tryparse nullability
See More
  • #​2741: Nullability and Try-style function annotations
  • #​2757: replaced moq with NSubstitute
  • #​2754: keep snapshot when differential is missing
  • #​2753: custom json/xml patch requests
  • #​2755: Preserve self links when a count summary is conducted
  • #​2740: Implement DescendantOf and isNotA filter
  • #​2751: Added links to new validator
  • #​2747: Fixed location property on TypedElementOnSourceNode.cs
  • #​2748: Disallow validation of empty strings or markdown
  • #​2739: added latest FHIR REST operations
  • #​2744: Library now implements IVersionableConformanceResource
  • #​2743: Added date-quantity subtraction unit tests to fhirpath
  • #​2594: VONK-5300 Accessing the Definition when visiting all descendants of a ITypedElement
  • #​2730: 2550 parser error ignore customization
  • #​2733: Support Is-a filter in local ValueSet expansion
  • #​2720: FHIRPath optimizations
  • #​2736: Bump System.Text.Json from 8.0.2 to 8.0.3
  • #​2735: Start development phase 5.7.1

This list of changes was auto generated.

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.150

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.150

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.149...2.0.150

v2.0.149

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.149

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.148...2.0.149

v2.0.148

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.148

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.147...2.0.148

v2.0.147

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.147

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.146...2.0.147

dotnet/roslynator (Roslynator.Analyzers)

v4.12.2

Fixed
  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

Changed
  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)
Fixed
  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
belav/csharpier (csharpier)

v0.28.2

Compare Source

What's Changed

Pipe to dotnet csharpier fails when subdirectory is inaccessible #​1240

When running the following CSharpier would look for config files in subdirectories of the pwd. This could lead to exceptions if some of those directories were inaccessible.

echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier

Thanks go to @​jamesfoster for reporting the issue.

Full Changelog: belav/csharpier@0.28.1...0.28.2

v0.28.1

Compare Source

What's Changed
Third party .editorconfig leading to: Error Failure parsing editorconfig files #​1227

When CSharpier encountered an invalid .editorconfig file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in .editorconfigs

Thanks go to @​K0Te for reporting the issue

Full Changelog: belav/csharpier@0.28.0...0.28.1

v0.28.0

Compare Source

What's Changed

Fix dedented method call if there is a long chain #​1154

In some cases of method chains, the first invocation would end up dedented.

// 0.27.3
o.Property.CallMethod(
    someParameter_____________________________,
    someParameter_____________________________
)
    .CallMethod()
    .CallMethod();

// 0.28.0
o.Property.CallMethod(
        someParameter_____________________________,
        someParameter_____________________________
    )
    .CallMethod()
    .CallMethod();
Extra newline in switch case statement with curly braces [#​1192][https://github.com/belav/csharpier/issues/1192](https://togithub.com/belav/csharpier/issues/1192)2

If a case statement started with a block it would get an extra new line

// 0.27.3
switch (someValue)
{
    case 0:
    {
        // dedented because the only statement is a block
        break;
    }

    case 1:

        {
            // indented because there are two statements, a block then a break
        }
        break;
}

// 0.28.0
// 0.27.3
switch (someValue)
{
    case 0:
    {
        // dedented because the only statement is a block
        break;
    }

    case 1:
        {
            // indented because there are two statements, a block then a break
        }
        break;
}

Thanks go to @​emberTrev for reporting the bug.

Handle more editorconfig glob patterns. #​1214

The editorconfig parsing was not handling glob patterns that contained braces.

dotnet-outdated/dotnet-outdated (dotnet-outdated-tool)

v4.6.1: 4.6.1

What's Changed

New Contributors

Full Changelog: dotnet-outdated/dotnet-outdated@v4.6.0...v4.6.1

dotnet/aspnetcore (mcr.microsoft.com/dotnet/aspnet)

v8.0.4: .NET 8.0.4

Compare Source

Release

dotnet/sdk (mcr.microsoft.com/dotnet/sdk)

v8.0.204: .NET 8.0.4

Compare Source

Release

xunit/xunit (xunit)

v2.8.0

Compare Source

v2.7.1

Compare Source

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v2.8.0

Compare Source

v2.5.8

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Apr 8, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.04s
✅ CSHARP csharpier 5 0 0 0.87s
✅ CSHARP dotnet-format 5 0 0 85.64s
⚠️ CSHARP roslynator 3 0 3 9.76s
✅ DOCKERFILE hadolint 1 0 0.15s
✅ EDITORCONFIG editorconfig-checker 43 0 0.15s
✅ JSON eslint-plugin-jsonc 11 0 0 1.63s
✅ JSON jsonlint 11 0 0.25s
✅ JSON prettier 11 1 0 1.41s
✅ JSON v8r 11 0 8.02s
✅ MARKDOWN markdownlint 2 0 0 0.66s
✅ REPOSITORY checkov yes no 21.42s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.01s
✅ REPOSITORY kics yes no 18.43s
✅ REPOSITORY secretlint yes no 1.14s
✅ REPOSITORY syft yes no 0.27s
✅ REPOSITORY trivy yes no 11.27s
✅ REPOSITORY trivy-sbom yes no 8.7s
✅ REPOSITORY trufflehog yes no 8.27s
✅ YAML prettier 15 0 0 0.97s
✅ YAML v8r 15 0 29.56s
✅ YAML yamllint 15 0 0.4s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fcd583 to 7111b9a Compare April 9, 2024 19:15
@renovate renovate bot changed the title chore(deps): update dependency csharpier to v0.28.0 chore(deps): update all non-major dependencies Apr 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 37d9b66 to 734c6a2 Compare April 16, 2024 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0a4fda1 to d952472 Compare April 23, 2024 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 83b8b87 to c71e713 Compare April 27, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c71e713 to 7b6512c Compare April 28, 2024 00:18
@chgl chgl merged commit b82c9fc into master May 1, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 1, 2024 06:39
chgl pushed a commit that referenced this pull request May 1, 2024
## [2.3.2](v2.3.1...v2.3.2) (2024-05-01)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#234](#234)) ([b82c9fc](b82c9fc))
* **deps:** update github-actions ([#233](#233)) ([09565fe](09565fe))
@chgl
Copy link
Owner

chgl commented May 1, 2024

🎉 This PR is included in version 2.3.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@chgl chgl added the released label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant