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

[main] Update dependencies from 7 repositories #106873

Merged
merged 36 commits into from
Sep 11, 2024

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Aug 23, 2024

This pull request updates the following dependencies

From https://github.com/dotnet/runtime-assets

  • Subscription: 0c5a34f5-504e-413b-9376-08d8d8ff2d75
  • Build: 20240909.1
  • Date Produced: September 9, 2024 2:04:02 PM UTC
  • Commit: 928df39794e0f6677b50d6d8f690c52880c58d13
  • Branch: refs/heads/main

From https://github.com/dotnet/hotreload-utils

  • Subscription: bfe6dacf-8231-4ea1-e2fe-08d962847885
  • Build: 20240909.1
  • Date Produced: September 9, 2024 1:53:05 PM UTC
  • Commit: 2bf22c4e7b7036e87d29d2f2d76e99ddf57dab52
  • Branch: refs/heads/main

From https://github.com/dotnet/runtime

  • Subscription: 3db4b8c8-0fae-4f82-086c-08dad31ae87d
  • Build: 20240908.4
  • Date Produced: September 9, 2024 12:33:00 AM UTC
  • Commit: 39c84a3
  • Branch: refs/heads/main

From https://github.com/dotnet/sdk

  • Subscription: 736b3d22-d45c-4c36-de26-08db63374d9b
  • Build: 20240909.4
  • Date Produced: September 9, 2024 10:31:23 AM UTC
  • Commit: 8d10b56a313f40d3575133805ce4cff8f41e0ac6
  • Branch: refs/heads/main

From https://github.com/dotnet/source-build-externals

  • Subscription: b4338da2-58ef-486c-5124-08dbb92a7ffc
  • Build: 20240909.1
  • Date Produced: September 9, 2024 1:48:10 PM UTC
  • Commit: 2a2ecbfbee3f87786d9de50e886a72773f0ba449
  • Branch: refs/heads/main

From https://github.com/dotnet/icu

  • Subscription: 4247a230-8931-4538-5b64-08d8d8feb47e
  • Build: 20240909.2
  • Date Produced: September 9, 2024 3:41:27 PM UTC
  • Commit: 02ededbbc13185818d31bdae9777a12710a80d23
  • Branch: refs/heads/dotnet/main

From https://github.com/dotnet/cecil

  • Subscription: bb5d2106-9fd3-425f-0abc-08daad65778c
  • Build: 20240910.1
  • Date Produced: September 10, 2024 8:45:52 AM UTC
  • Commit: 1541df9c44ff8da964b2946e18655c2e37e4a198
  • Branch: refs/heads/main

…ld 20240822.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24419.3 -> To Version 10.0.0-beta.24422.1
…ild 20240823.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24419.1 -> To Version 9.0.0-alpha.0.24423.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/runtime-assets [main] Update dependencies from dotnet/hotreload-utils, dotnet/runtime-assets Aug 24, 2024
…0825.2

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-rc.1.24410.5 -> To Version 10.0.0-alpha.1.24425.2
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/hotreload-utils, dotnet/runtime-assets [main] Update dependencies from dotnet/hotreload-utils, dotnet/runtime, dotnet/runtime-assets Aug 26, 2024
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-rc.1.24409.1 -> To Version 9.0.100-rc.1.24426.1
@lewing
Copy link
Member

lewing commented Aug 26, 2024

@ericstj reference assembly issues in main

@ericstj
Copy link
Member

ericstj commented Aug 26, 2024

@ericstj reference assembly issues in main

Torn state issues rather. These are folks using bits from a newer framework than they are running on.

It's due to picking up dotnet/runtime.

Here it's because dotnet-pgo is being run and it depends on latest S.R.M:

<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />

Maybe in main it would be OK to use the latest RC1 SDK even though it's still not done? Otherwise we need to undo the dotnet/runtime updates.

@ericstj
Copy link
Member

ericstj commented Aug 26, 2024

I went ahead and pushed an update to use the latest RC1 SDK. It may not be the final build, but it'll let us keep the code flowing here.

@ericstj
Copy link
Member

ericstj commented Aug 26, 2024

It looks like the latest public RC1 SDK depends on the internal-only yet to be released 8.0.9 version. I think we need to delay in picking that up then. I'll fallback to undoing the SDK update and the dotnet/runtime flow.

dotnet-maestro bot and others added 9 commits September 4, 2024 12:02
…ld 20240903.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24452.1 -> To Version 10.0.0-beta.24453.1
…ild 20240903.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24426.1 -> To Version 9.0.0-alpha.0.24453.1
…nals build 20240903.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24426.1 -> To Version 10.0.0-alpha.1.24453.1
…nals build 20240904.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24453.1 -> To Version 10.0.0-alpha.1.24454.1
…ild 20240906.3

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24453.1 -> To Version 10.0.0-alpha.0.24456.3
…ld 20240907.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24453.1 -> To Version 10.0.0-beta.24457.1
…0908.4

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 10.0.0-alpha.1.24431.5 -> To Version 10.0.0-alpha.1.24458.4
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 10.0.100-alpha.2.24452.8 -> To Version 10.0.100-alpha.2.24459.4
akoeplinger and others added 8 commits September 9, 2024 17:03
Microsoft.NETCore.Runtime.ICU.Transport
 From Version 10.0.0-alpha.1.24452.1 -> To Version 10.0.0-alpha.1.24459.2
…ld 20240909.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24457.1 -> To Version 10.0.0-beta.24459.1
…ild 20240909.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 10.0.0-alpha.0.24456.3 -> To Version 10.0.0-alpha.0.24459.1
…10.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.5-alpha.24419.1 -> To Version 0.11.5-alpha.24460.1
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/source-build-externals [main] Update dependencies from 7 repositories Sep 10, 2024
…nals build 20240909.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24454.1 -> To Version 10.0.0-alpha.1.24459.1
@akoeplinger
Copy link
Member

/ba-g failures in WasmBuildTests are unrelated (browser failed to start)

@akoeplinger akoeplinger merged commit 605c6fd into main Sep 11, 2024
160 of 163 checks passed
@akoeplinger akoeplinger deleted the darc-main-154f2e68-9c05-4f3c-97f1-27bd2d0f62e1 branch September 11, 2024 13:51
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
* Update dependencies from https://github.com/dotnet/runtime-assets build 20240822.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24419.3 -> To Version 10.0.0-beta.24422.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240823.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24419.1 -> To Version 9.0.0-alpha.0.24423.1

* Update dependencies from https://github.com/dotnet/runtime build 20240825.2

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-rc.1.24410.5 -> To Version 10.0.0-alpha.1.24425.2

* Update dependencies from https://github.com/dotnet/sdk build 20240826.1

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-rc.1.24409.1 -> To Version 9.0.100-rc.1.24426.1

* Update to the latest RC1 SDK

* Revert "Update to the latest RC1 SDK"

This reverts commit 7266d54.

* Revert "Update dependencies from https://github.com/dotnet/runtime build 20240825.2"

This reverts commit 6320bd3.

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240826.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24422.1 -> To Version 10.0.0-beta.24426.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240826.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24423.1 -> To Version 9.0.0-alpha.0.24426.1

* Update dependencies from https://github.com/dotnet/source-build-externals build 20240826.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 9.0.0-alpha.1.24420.1 -> To Version 10.0.0-alpha.1.24426.1

* Update dependencies from https://github.com/dotnet/icu build 20240827.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 10.0.0-alpha.1.24421.1 -> To Version 10.0.0-alpha.1.24427.2

* Update dependencies from https://github.com/dotnet/icu build 20240830.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 10.0.0-alpha.1.24427.2 -> To Version 10.0.0-alpha.1.24430.1

* Update dependencies from https://github.com/dotnet/runtime build 20240831.5

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.0-rc.1.24410.5 -> To Version 10.0.0-alpha.1.24431.5

* Update dependencies from https://github.com/dotnet/sdk build 20240902.8

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.100-rc.1.24426.1 -> To Version 10.0.100-alpha.2.24452.8

* Update dependencies from https://github.com/dotnet/icu build 20240902.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 10.0.0-alpha.1.24430.1 -> To Version 10.0.0-alpha.1.24452.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240902.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24426.1 -> To Version 10.0.0-beta.24452.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240903.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24452.1 -> To Version 10.0.0-beta.24453.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240903.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24426.1 -> To Version 9.0.0-alpha.0.24453.1

* Update dependencies from https://github.com/dotnet/source-build-externals build 20240903.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24426.1 -> To Version 10.0.0-alpha.1.24453.1

* Update dependencies from https://github.com/dotnet/source-build-externals build 20240904.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24453.1 -> To Version 10.0.0-alpha.1.24454.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240906.3

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 9.0.0-alpha.0.24453.1 -> To Version 10.0.0-alpha.0.24456.3

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240907.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24453.1 -> To Version 10.0.0-beta.24457.1

* Update dependencies from https://github.com/dotnet/runtime build 20240908.4

Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 10.0.0-alpha.1.24431.5 -> To Version 10.0.0-alpha.1.24458.4

* Update dependencies from https://github.com/dotnet/sdk build 20240909.4

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 10.0.100-alpha.2.24452.8 -> To Version 10.0.100-alpha.2.24459.4

* Revert "Update dependencies from https://github.com/dotnet/runtime build 20240908.4"

This reverts commit 07bc37a.

* Revert "Update dependencies from https://github.com/dotnet/runtime build 20240831.5"

This reverts commit 7609387.

* Pin SdkVersionForWorkloadTesting until we have a proper net10 SDK

* Update dependencies from https://github.com/dotnet/icu build 20240909.2

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 10.0.0-alpha.1.24452.1 -> To Version 10.0.0-alpha.1.24459.2

* Update dependencies from https://github.com/dotnet/runtime-assets build 20240909.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 10.0.0-beta.24457.1 -> To Version 10.0.0-beta.24459.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20240909.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 10.0.0-alpha.0.24456.3 -> To Version 10.0.0-alpha.0.24459.1

* Update dependencies from https://github.com/dotnet/cecil build 20240910.1

Microsoft.SourceBuild.Intermediate.cecil , Microsoft.DotNet.Cecil
 From Version 0.11.5-alpha.24419.1 -> To Version 0.11.5-alpha.24460.1

* Update dependencies from https://github.com/dotnet/source-build-externals build 20240909.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 10.0.0-alpha.1.24454.1 -> To Version 10.0.0-alpha.1.24459.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-codeflow for labeling automated codeflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants