Skip to content

Commit

Permalink
build(deps): bump Microsoft.CodeAnalysis.Common, System.Buffers, Syst…
Browse files Browse the repository at this point in the history
…em.Collections.Immutable, System.Memory, System.Numerics.Vectors, System.Reflection.Metadata, System.Runtime.CompilerServices.Unsafe, System.Text.Encoding.CodePages, System.Threading.Tasks.Extensions and Microsoft.CodeAnalysis.Analyzers

Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn), System.Buffers, [System.Collections.Immutable](https://github.com/dotnet/runtime), System.Memory, System.Numerics.Vectors, [System.Reflection.Metadata](https://github.com/dotnet/runtime), [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime), [System.Text.Encoding.CodePages](https://github.com/dotnet/runtime), System.Threading.Tasks.Extensions and [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers). These dependencies needed to be updated together.

Updates `Microsoft.CodeAnalysis.Common` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `System.Buffers` from 4.6.0 to 4.5.1

Updates `System.Collections.Immutable` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `System.Memory` from 4.5.5 to 4.5.5

Updates `System.Numerics.Vectors` from 4.5.0 to 4.5.0

Updates `System.Reflection.Metadata` from 8.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.0)

Updates `System.Runtime.CompilerServices.Unsafe` from 6.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.0...v6.0.0)

Updates `System.Text.Encoding.CodePages` from 8.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v7.0.0)

Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4

Updates `Microsoft.CodeAnalysis.Analyzers` from 3.11.0 to 3.3.4
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/commits/v3.3.4)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Buffers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Collections.Immutable
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Numerics.Vectors
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Reflection.Metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Text.Encoding.CodePages
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 4556d98 commit 3273ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pseudocodeIde/pseudocodeIde.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Scintilla5.NET" Version="5.6.1" />
Expand Down

0 comments on commit 3273ef3

Please sign in to comment.