-
Notifications
You must be signed in to change notification settings - Fork 49
Upgrade ICU to 72.1.0.4 #158
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…223.2 (#321) [dotnet/main] Update dependencies from dotnet/arcade
…-30-p3 Revert "[wasm] Bump emscripten to 3.1.30 (preview3)"
…303.1 (#324) [dotnet/main] Update dependencies from dotnet/arcade
* [wasm] Bump emscripten to 3.1.30 (#310) * [wasm] Bump emscripten to 3.1.30 * Set right image for threading build * Use newer images for wasi as well It is probably not needed, but updated them anyway * Use newer net8 images
…309.1 (#328) [dotnet/main] Update dependencies from dotnet/arcade
Never use `%(RecursiveDir)%(Filename)%(Extension)` with Microsoft.DotNet.Build.Tasks.Packaging, as it may turn extensionless files into double-nested files (e.g. `a/b/c` -> `a/b/c/c` but `a/b/c.txt` will remain `a/b/c.txt`)
…318.1 (#334) [dotnet/main] Update dependencies from dotnet/arcade
…324.1 (#337) [dotnet/main] Update dependencies from dotnet/arcade
…hybrid-globalization
…417.1 (#343) [dotnet/main] Update dependencies from dotnet/arcade
…424.1 (#345) [dotnet/main] Update dependencies from dotnet/arcade
…426.4 (#347) [dotnet/main] Update dependencies from dotnet/arcade
…ation Reduced ICU files for `HybridGlobalization`
To make sure codeql doesn't fail because it didn't process any java files.
…417.1 (#610) [dotnet/main] Update dependencies from dotnet/arcade
…19.1 (#611) [dotnet/main] Update dependencies from dotnet/emsdk
…427.1 (#613) [dotnet/main] Update dependencies from dotnet/dotnet
…501.5 (#616) [dotnet/main] Update dependencies from dotnet/dotnet
…509.2 (#619) [dotnet/main] Update dependencies from dotnet/arcade
…518.1 (#624) [dotnet/main] Update dependencies from dotnet/arcade
…531.3 (#628) [dotnet/main] Update dependencies from dotnet/dotnet
…613.2 (#633) Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-preview.6.25281.103 -> To Version 10.0.0-preview.6.25313.102 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…630.3 (#636) [dotnet/main] Update dependencies from dotnet/dotnet
…713.3 (#639) [dotnet/main] Update dependencies from dotnet/dotnet
…727.3 (#641) [dotnet/main] Update dependencies from dotnet/dotnet
…801.3 (#642) [dotnet/main] Update dependencies from dotnet/dotnet
…813.1 (#647) [dotnet/main] Update dependencies from dotnet/dotnet
…820.21 (#655) [dotnet/main] Update dependencies from dotnet/dotnet
…913.1 (#662) [dotnet/main] Update dependencies from dotnet/dotnet
* Update dependencies from https://github.com/dotnet/dotnet build 20250930.5 On relative base path root Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 From Version 10.0.0-rc.1.25463.101 -> To Version 10.0.0-rc.1.25480.105 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25463.101 -> To Version 11.0.0-beta.25480.105 * Use dotnet11 feed --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
…013.4 (#675) [dotnet/main] Update dependencies from dotnet/dotnet
Added SDK configuration with version and settings.
…ebuilds with new filters.
Member
Author
|
Wrong repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
UCARulesexclusion from filter files. This change affects only non-hybrid ICU filter, hybrid filters for mobiles never excluded collation rules.Previous attempts: dotnet/runtime#93756, dotnet#340.
Runtime PR, related to the last revert of the upgrade: dotnet/runtime#93756.