Skip to content

Commit

Permalink
chore(deps): update dependency roslynator.dotnet.cli to 0.10.1 (#4716)
Browse files Browse the repository at this point in the history
chore(deps): update roslynator

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 584bd67 commit f751240
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.11">
<PackageReference Include="Roslynator.Analyzers" Version="4.13.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.11">
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.13.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ARG NPM_JSCPD_VERSION=4.0.5
# renovate: datasource=nuget depName=csharpier
ARG CSHARP_CSHARPIER_VERSION=0.30.6
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
# renovate: datasource=npm depName=stylelint
ARG NPM_STYLELINT_VERSION=16.14.1
# renovate: datasource=npm depName=stylelint-config-standard
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ARG NPM_JSCPD_VERSION=4.0.5
# renovate: datasource=nuget depName=csharpier
ARG CSHARP_CSHARPIER_VERSION=0.30.6
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
# renovate: datasource=npm depName=stylelint
ARG NPM_STYLELINT_VERSION=16.14.1
# renovate: datasource=npm depName=stylelint-config-standard
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ARG NPM_JSCPD_VERSION=4.0.5
# renovate: datasource=nuget depName=csharpier
ARG CSHARP_CSHARPIER_VERSION=0.30.6
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
# renovate: datasource=npm depName=stylelint
ARG NPM_STYLELINT_VERSION=16.14.1
# renovate: datasource=npm depName=stylelint-config-standard
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ARG NPM_TYPESCRIPT_VERSION=5.7.3
# renovate: datasource=nuget depName=csharpier
ARG CSHARP_CSHARPIER_VERSION=0.30.6
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
# renovate: datasource=npm depName=prettier
ARG NPM_PRETTIER_VERSION=3.5.0
# renovate: datasource=npm depName=markdownlint-cli
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_roslynator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/csharp.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
ARG CSHARP_ROSLYNATOR_VERSION=0.10.1
- RUN dotnet tool install --allow-roll-forward --global roslynator.dotnet.cli --version "${CSHARP_ROSLYNATOR_VERSION}"
ide:
visual_studio:
Expand Down

0 comments on commit f751240

Please sign in to comment.