Skip to content

Commit

Permalink
bump a bunch of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Aug 17, 2024
1 parent fc79e99 commit a596a6e
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 442 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
variables,https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/compiler-options#opt-in-warnings -->
<NoWarn>$(NoWarn);FS0044</NoWarn> <!-- Ignore deprecations -->
<WarnOn>$(WarnOn);3390</WarnOn><!-- Malformed XML doc comments -->
<!-- Package Reference with no usable assets -->
<NoWarn>$(NoWarn);NU1701</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
<!-- Only the tool package is packable -->
Expand Down
26 changes: 11 additions & 15 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
version 7.2.1

framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0
framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0

source https://api.nuget.org/v3/index.json
# this is the FCS nightly feed, re-enable at your own risk!
# source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
# source: ./libs
storage: none
strategy: min
lowest_matching: true


nuget BenchmarkDotNet 0.13.5
nuget BenchmarkDotNet
nuget Fantomas.Client >= 0.9
nuget FSharp.Compiler.Service >= 43.8.300
nuget Ionide.Analyzers 0.11.0
nuget FSharp.Analyzers.Build 0.3.0
nuget Ionide.Analyzers
nuget FSharp.Analyzers.Build
nuget Ionide.ProjInfo >= 0.65.0
nuget Ionide.ProjInfo.FCS >= 0.65.0
nuget Ionide.ProjInfo.ProjectSystem >= 0.65.0
Expand All @@ -25,8 +22,8 @@ nuget Microsoft.Build.Framework >= 17.4 copy_local:false
nuget Microsoft.Build.Utilities.Core >= 17.4 copy_local:false
nuget Microsoft.Build.Tasks.Core >= 17.4 copy_local: false
nuget Nuget.Frameworks >= 6.3 copy_local: false
nuget Microsoft.CodeAnalysis 4.5.0
nuget FSharp.Analyzers.SDK 0.26.0
nuget Microsoft.CodeAnalysis
nuget FSharp.Analyzers.SDK
nuget ICSharpCode.Decompiler
nuget Mono.Cecil >= 0.11.4
nuget FSharpLint.Core
Expand All @@ -46,19 +43,18 @@ nuget FSharp.Data.Adaptive >= 1.2
nuget Microsoft.NET.Test.Sdk >= 17.4
nuget Dotnet.ReproducibleBuilds copy_local:true

nuget Microsoft.NETFramework.ReferenceAssemblies
nuget Ionide.KeepAChangelog.Tasks copy_local: true
nuget Expecto.Diff
nuget YoloDev.Expecto.TestSdk
nuget AltCover
nuget GitHubActionsTestLogger
nuget Ionide.LanguageServerProtocol 0.6.0
nuget Ionide.LanguageServerProtocol
nuget Microsoft.Extensions.Caching.Memory
nuget OpenTelemetry.Api >= 1.3.2
nuget OpenTelemetry.Exporter.OpenTelemetryProtocol >= 1.3.2 # 1.4 bumps to 7.0 versions of System.Diagnostics libs, so can't use it
nuget OpenTelemetry.Instrumentation.Runtime
nuget LinkDotNet.StringBuilder 1.18.0
nuget LinkDotNet.StringBuilder
nuget CommunityToolkit.HighPerformance
nuget System.Security.Cryptography.Pkcs 6.0.4
nuget System.Net.Http 4.3.4 # pinned for security reasons
nuget System.Text.RegularExpressions 4.3.1 # pinned for security reasons
nuget System.Security.Cryptography.Pkcs
nuget System.Net.Http
nuget System.Text.RegularExpressions
903 changes: 482 additions & 421 deletions paket.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/FsAutoComplete.Core/paket.references
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FSharp.Analyzers.SDK
ICSharpCode.Decompiler
Microsoft.SourceLink.GitHub
FSharp.UMX
FsToolkit.ErrorHandling.TaskResult
Fantomas.Client
Expand Down
1 change: 0 additions & 1 deletion src/FsAutoComplete.Logging/paket.references
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FSharp.Core

Microsoft.NETFramework.ReferenceAssemblies
Ionide.KeepAChangelog.Tasks
Ionide.Analyzers
FSharp.Analyzers.Build
2 changes: 0 additions & 2 deletions src/FsAutoComplete/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ ICSharpCode.Decompiler
Ionide.KeepAChangelog.Tasks
Ionide.LanguageServerProtocol
Ionide.ProjInfo.ProjectSystem
Microsoft.NETFramework.ReferenceAssemblies
Microsoft.SourceLink.GitHub
Serilog.Sinks.Async
Serilog.Sinks.Console
Serilog.Sinks.File
Expand Down
2 changes: 0 additions & 2 deletions utils/local-proj-info.patch
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ index fc07883..04299f7 100644
-Ionide.ProjInfo
-Ionide.ProjInfo.ProjectSystem
Microsoft.Data.Sqlite
Microsoft.NETFramework.ReferenceAssemblies
Microsoft.SourceLink.GitHub
--
2.33.1.windows.1

0 comments on commit a596a6e

Please sign in to comment.