diff --git a/tests/smoke-bundler-group-multidir.yaml b/tests/smoke-bundler-group-multidir.yaml
index fe0bc7cc..50d47f3f 100644
--- a/tests/smoke-bundler-group-multidir.yaml
+++ b/tests/smoke-bundler-group-multidir.yaml
@@ -1,5 +1,6 @@
input:
job:
+ command: update
package-manager: bundler
allowed-updates:
- dependency-type: direct
@@ -205,7 +206,7 @@ output:
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
- racc (1.7.3)
+ racc (1.8.1)
rack (1.6.13)
sinatra (1.2.3)
rack (~> 1.1)
@@ -250,7 +251,7 @@ output:
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
- racc (1.7.3)
+ racc (1.8.1)
rack (3.0.7)
PLATFORMS
@@ -335,12 +336,12 @@ output:
Sourced from nokogiri's changelog. Sourced from nokogiri's changelog. Sourced from nokogiri's changelog. Sourced from nokogiri's changelog.Changelog
-
-
1.11.1 / 2021-01-06
+ v1.11.1 / 2021-01-06
Fixed
-
libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. #2168libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]Changelog
-
-
1.11.1 / 2021-01-06
+ v1.11.1 / 2021-01-06
Fixed
-
libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. #2168libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]
= have nil values. (#2059, [@jeremyevans])@matthewd)Rack::URLMap uses non-deprecated form of Regexp.new. (#1998, @weizheheng)Utils.build_nested_query URL-encodes nested field names including the square brackets.Rack::Response to pass through streaming bodies. (#1993, [@ioquatix])MethodOverride does not look for an override if a request does not include form/parseable data.... (truncated)
@@ -526,12 +525,12 @@ output: Updates `nokogiri` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) + - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.11.1/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.0...v1.11.1) Updates `nokogiri` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) + - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.11.1/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.0...v1.11.1) Updates `rack` from 3.0.0 to 3.0.7 diff --git a/tests/smoke-bundler-security-subdep.yaml b/tests/smoke-bundler-security-subdep.yaml index 0ee0bb08..64a06f48 100644 --- a/tests/smoke-bundler-security-subdep.yaml +++ b/tests/smoke-bundler-security-subdep.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: bundler allowed-updates: - dependency-type: direct @@ -38,6 +39,11 @@ input: repo: dependabot/smoke-tests directory: /bundler/security-subdep commit: d68acbc60726e366810a710835479ae8165cd14a + credentials: + - host: github.com + password: $LOCAL_GITHUB_ACCESS_TOKEN + type: git_source + username: x-access-token output: - type: record_ecosystem_versions expect: @@ -311,7 +317,7 @@ output: sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - strscan (3.1.2) + strscan (3.1.7) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) diff --git a/tests/smoke-cargo-group-multidir.yaml b/tests/smoke-cargo-group-multidir.yaml index 53332f41..7c5d8827 100644 --- a/tests/smoke-cargo-group-multidir.yaml +++ b/tests/smoke-cargo-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: cargo allowed-updates: - dependency-type: direct @@ -252,10 +253,10 @@ output: requirement: null source: branch: null - ref: 0.9.1 + ref: 0.9.2 type: git url: ssh://git@github.com/rust-random/rand.git - version: db993ec12676119251eaf9f2cba8389a1b07abef + version: 98473ee6f9b44eb85154b59b67adade7f2a9b8a1 directory: /cargo/multi-dir/bar updated-dependency-files: - content: | @@ -355,7 +356,7 @@ output: [dependencies] time = "=0.3.0" - rand = { git = "ssh://git@github.com/rust-random/rand.git", tag = "0.9.1" } + rand = { git = "ssh://git@github.com/rust-random/rand.git", tag = "0.9.2" } content_encoding: utf-8 deleted: false directory: /cargo/multi-dir/bar @@ -368,12 +369,6 @@ output: # It is not intended for manual editing. version = 4 - [[package]] - name = "bitflags" - version = "2.9.1" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" - [[package]] name = "cfg-if" version = "1.0.0" @@ -390,21 +385,21 @@ output: [[package]] name = "getrandom" - version = "0.3.3" + version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "libc", "r-efi", - "wasi", + "wasip2", ] [[package]] name = "libc" - version = "0.2.172" + version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" + checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "ppv-lite86" @@ -414,14 +409,14 @@ output: [[package]] name = "r-efi" - version = "5.2.0" + version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" - version = "0.9.1" - source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.1#db993ec12676119251eaf9f2cba8389a1b07abef" + version = "0.9.2" + source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.2#98473ee6f9b44eb85154b59b67adade7f2a9b8a1" dependencies = [ "rand_chacha", "rand_core", @@ -430,7 +425,7 @@ output: [[package]] name = "rand_chacha" version = "0.9.0" - source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.1#db993ec12676119251eaf9f2cba8389a1b07abef" + source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.2#98473ee6f9b44eb85154b59b67adade7f2a9b8a1" dependencies = [ "ppv-lite86", "rand_core", @@ -439,7 +434,7 @@ output: [[package]] name = "rand_core" version = "0.9.3" - source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.1#db993ec12676119251eaf9f2cba8389a1b07abef" + source = "git+ssh://git@github.com/rust-random/rand.git?tag=0.9.2#98473ee6f9b44eb85154b59b67adade7f2a9b8a1" dependencies = [ "getrandom", ] @@ -454,22 +449,19 @@ output: ] [[package]] - name = "wasi" - version = "0.14.2+wasi-0.2.4" + name = "wasip2" + version = "1.0.1+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" + checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen", ] [[package]] - name = "wit-bindgen-rt" - version = "0.39.0" + name = "wit-bindgen" + version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" - dependencies = [ - "bitflags", - ] + checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" content_encoding: utf-8 deleted: false directory: /cargo/multi-dir/bar @@ -681,11 +673,20 @@ output:Sourced from rand's changelog.
+@@ -752,17 +747,17 @@ output:[0.9.2] - 2025-07-20
+Deprecated
++
+- Deprecate
+rand::rngs::mockmodule andStepRnggenerator (#1634)Additions
++
- Enable
+WeightedIndex<usize>(de)serialization (#1646)[0.9.1] - 2025-04-17
Security and unsafe
@@ -738,12 +739,6 @@ output:
API changes: Rng trait and top-level fns
- Rename fn
-rand::thread_rng()torand::rng()and remove from the prelude (#1506)- Remove fn
-rand::random()from the prelude (#1506)- Add top-level fns
-random_iter,random_range,random_bool,random_ratio,fill(#1488)- Re-introduce fn
-Rng::gen_iterasrandom_iter(#1305, #1500)- Rename fn
-Rng::gentorandomto avoid conflict with the newgenkeyword in Rust 2024 (#1438)- Rename fns
-Rng::gen_rangetorandom_range,gen_booltorandom_bool,gen_ratiotorandom_ratio(#1505)- Annotate panicking methods with
#[track_caller](#1442, #1447)
98473ee Prepare rand 0.9.2 (#1648)031a1f5 examples/print-next.rs (#1647)6cb75ee Make UniformUsize serializable (#1646)0c955c5 Add some tests for BlockRng, BlockRng64 and Xoshiro RNGs (#1639)204084a Fix: Remove accidental editor swap file (#1636)86262ac Deprecate rand::rngs::mock module and StepRng (#1634)a6e217f Update statrs link (#1630)db993ec Prepare rand v0.9.1 (#1629)3057641 Remove zerocopy from rand (#1579)f812984 readme: replace relative links with absolute (#1627)d468501 Fix documentation of fns rand_core::le::read_u*_into (#1626)5f5b580 Allow fn choose_multiple_weighted to return fewer than amount elts (#1623)7808f4e Update README.md Default Features (#1618)afcfbb2 Add 'unbiased' to 'Crate Features' section (#1616)17fea2b Add 'unbiased' to 'Crate Features' section9c953d4 Update rand_core version number in Readme (#1613)340849e Prepare rand_core v0.9.3 (#1608)Sourced from dotnet-sdk's releases.
-diff --git a/tests/smoke-go-graph.yaml b/tests/smoke-go-graph.yaml index 6cb3dc68..49fcb6d7 100644 --- a/tests/smoke-go-graph.yaml +++ b/tests/smoke-go-graph.yaml @@ -32,7 +32,7 @@ output: detector: name: dependabot url: https://github.com/dependabot/dependabot-core - version: 0.348.1 + version: 0.356.0 manifests: /go/go.mod: file: @@ -93,8 +93,7 @@ output: package_url: pkg:golang/rsc.io/sampler@v1.0.0 relationship: indirect scope: runtime - metadata: - status: "ok" + metadata: {} - type: mark_as_processed expect: data: diff --git a/tests/smoke-go-group-multidir.yaml b/tests/smoke-go-group-multidir.yaml index 4584f637..b04f640a 100644 --- a/tests/smoke-go-group-multidir.yaml +++ b/tests/smoke-go-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: go_modules allowed-updates: - dependency-type: direct diff --git a/tests/smoke-go-group-security.yaml b/tests/smoke-go-group-security.yaml index a8286ccd..abf68f0b 100644 --- a/tests/smoke-go-group-security.yaml +++ b/tests/smoke-go-group-security.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: go_modules allowed-updates: - dependency-type: direct diff --git a/tests/smoke-go-security.yaml b/tests/smoke-go-security.yaml index e993a3df..c9c97179 100644 --- a/tests/smoke-go-security.yaml +++ b/tests/smoke-go-security.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: go_modules allowed-updates: - update-type: all diff --git a/tests/smoke-gradle-group-multidir.yaml b/tests/smoke-gradle-group-multidir.yaml index e7e6b038..43d5509c 100644 --- a/tests/smoke-gradle-group-multidir.yaml +++ b/tests/smoke-gradle-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: gradle allowed-updates: - dependency-type: direct diff --git a/tests/smoke-gradle-lockfile.yaml b/tests/smoke-gradle-lockfile.yaml index 79567ca8..4b7a9c9a 100644 --- a/tests/smoke-gradle-lockfile.yaml +++ b/tests/smoke-gradle-lockfile.yaml @@ -1,12 +1,13 @@ input: job: + command: update package-manager: gradle allowed-updates: - update-type: all - experiments: - gradle_lockfile_updater: true dependencies: - com.google.code.gson:gson + experiments: + gradle_lockfile_updater: true ignore-conditions: - dependency-name: com.google.code.gson:gson source: tests/result.yaml diff --git a/tests/smoke-maven-group-multidir.yaml b/tests/smoke-maven-group-multidir.yaml index c3a88b37..5c62ea13 100644 --- a/tests/smoke-maven-group-multidir.yaml +++ b/tests/smoke-maven-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: maven allowed-updates: - dependency-type: direct diff --git a/tests/smoke-npm-group-multidir.yaml b/tests/smoke-npm-group-multidir.yaml index 47592cad..e569f87e 100644 --- a/tests/smoke-npm-group-multidir.yaml +++ b/tests/smoke-npm-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: npm_and_yarn allowed-updates: - dependency-type: direct diff --git a/tests/smoke-npm-remove-transitive.yaml b/tests/smoke-npm-remove-transitive.yaml index 70a2104a..288d634f 100644 --- a/tests/smoke-npm-remove-transitive.yaml +++ b/tests/smoke-npm-remove-transitive.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: npm_and_yarn allowed-updates: - dependency-type: direct @@ -9,8 +10,8 @@ input: dependencies: - '@dependabot-fixtures/npm-transitive-dependency' experiments: - record-ecosystem-versions: true enable_cooldown_for_npm_and_yarn: true + record-ecosystem-versions: true ignore-conditions: - dependency-name: '@dependabot-fixtures/npm-remove-dependency' source: tests/smoke-npm-remove-transitive.yaml diff --git a/tests/smoke-python-group-multidir.yaml b/tests/smoke-python-group-multidir.yaml index 7c2ff7db..b1fc0b36 100644 --- a/tests/smoke-python-group-multidir.yaml +++ b/tests/smoke-python-group-multidir.yaml @@ -1,5 +1,6 @@ input: job: + command: update package-manager: pip allowed-updates: - dependency-type: direct.NET 8.0.16
- +.NET 8.0.22
+What's Changed
-
+- [release/8.0.1xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#47521- [release/8.0.1xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47530- [Github Actions] Labels: Add extra labels to check by
-@edvilmein dotnet/sdk#47564- [release/8.0.3xx] Update dependencies from dotnet/source-build-reference-packages by
-@dotnet-maestroin dotnet/sdk#47582- [release/8.0.1xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47591- [release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages by
-@dotnet-maestroin dotnet/sdk#47579- [release/8.0.3xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47583- Revert changes to NativeAot test due to runtime update by
-@v-wuzhaiin dotnet/sdk#47443- [release/8.0.1xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#47626- [release/8.0.3xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47625- [release/8.0.1xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47643- [release/8.0.4xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47646- [release/8.0.3xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#47628- Update branding to 8.0.116 by
-@vseanreesermsftin dotnet/sdk#48107- Update branding to 8.0.312 by
-@vseanreesermsftin dotnet/sdk#48108- Update branding to 8.0.409 by
-@vseanreesermsftin dotnet/sdk#48109- [release/8.0.1xx] Update dependencies from dotnet/source-build-externals by
-@dotnet-maestroin dotnet/sdk#48103- [release/8.0.4xx] Update dependencies from dotnet/format by
-@dotnet-maestroin dotnet/sdk#47890- [release/8.0.3xx] Update dependencies from dotnet/format by
-@dotnet-maestroin dotnet/sdk#47889- [release/8.0.1xx] Update dependencies from dotnet/razor by
-@dotnet-maestroin dotnet/sdk#47815- [release/8.0.4xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47682- [automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' by
-@github-actionsin dotnet/sdk#47569- [release/8.0.3xx] Update dependencies from dotnet/razor by
-@dotnet-maestroin dotnet/sdk#47826- [release/8.0.1xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48119- [release/8.0.3xx] Update dependencies from dotnet/source-build-externals by
-@dotnet-maestroin dotnet/sdk#48131- [release/8.0.4xx] Update dependencies from dotnet/source-build-externals by
-@dotnet-maestroin dotnet/sdk#48132- [release/8.0.4xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48133- Allow container targets to be loaded in more scenarios, even if the targets will be skipped by
-@baronfelin dotnet/sdk#47693- [release/8.0.4xx] add a flag to let users opt into serial builds of inner-RID containers by
-@github-actionsin dotnet/sdk#47475- Force OCI format for inner images when publishing tarballs or to local docker instances by
-@baronfelin dotnet/sdk#47398- [release/8.0.3xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#47645- [release/8.0.1xx] Update dependencies from dotnet/format by
-@dotnet-maestroin dotnet/sdk#47884- [automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' by
-@github-actionsin dotnet/sdk#48121- [automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' by
-@github-actionsin dotnet/sdk#48127- [release/8.0.4xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48164- [release/8.0.3xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48162- [release/8.0.4xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#48193- [release/8.0.3xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#48192- [release/8.0.1xx] Update dependencies from dotnet/arcade by
-@dotnet-maestroin dotnet/sdk#48191- [release/8.0.1xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48209- [release/8.0.1xx] Update dependencies from dotnet/msbuild by
-@dotnet-maestroin dotnet/sdk#48208- [release/8.0.3xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48214- [release/8.0.3xx] Update dependencies from dotnet/msbuild by
-@dotnet-maestroin dotnet/sdk#48213- [release/8.0.4xx] Update dependencies from dotnet/templating by
-@dotnet-maestroin dotnet/sdk#48216- [automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' by
-@github-actionsin dotnet/sdk#48203- [automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' by
+@github-actionsin dotnet/sdk#48154- Update branding to 8.0.416 by
+@vseanreesermsftin dotnet/sdk#51150- [release/8.0.4xx] Update dependencies from dotnet/arcade by
+@dotnet-maestro[bot] in dotnet/sdk#50449- [release/8.0.4xx] Update dependencies from dotnet/source-build-reference-packages by
+@dotnet-maestro[bot] in dotnet/sdk#50801- [release/8.0.4xx] Update dependencies from dotnet/templating by
+@dotnet-maestro[bot] in dotnet/sdk#50800- Stop building source-build in non-1xx branches by
+@NikolaMilosavljevicin dotnet/sdk#50888- Remove source-build job dependency by
+@NikolaMilosavljevicin dotnet/sdk#51263- Merging internal commits for release/8.0.4xx by
+@vseanreesermsftin dotnet/sdk#51244- [release/8.0.4xx] Update dependencies from dotnet/templating by
+@dotnet-maestro[bot] in dotnet/sdk#51203- [release/8.0.4xx] Update dependencies from dotnet/arcade by
+@dotnet-maestro[bot] in dotnet/sdk#51277Full Changelog: https://github.com/dotnet/sdk/compare/v8.0.415...v8.0.416
+.NET 8.0.21
+ +What's Changed
++
+- Update branding to 8.0.415 by
+@vseanreesermsftin dotnet/sdk#50585- [release/8.0.4xx] Update dependencies from dotnet/source-build-reference-packages by
+@dotnet-maestro[bot] in dotnet/sdk#50539- [release/8.0.4xx] Update dependencies from dotnet/templating by
+@dotnet-maestro[bot] in dotnet/sdk#50357- [release/8.0.4xx] Update dependencies from dotnet/msbuild by
+@dotnet-maestro[bot] in dotnet/sdk#50381- [8.0.4xx] detect .NET 10 RID-specific tools and provide a more actionable error by
+@baronfelin dotnet/sdk#50414- Merging internal commits for release/8.0.4xx by
+@vseanreesermsftin dotnet/sdk#50710Full Changelog: https://github.com/dotnet/sdk/compare/v8.0.414...v8.0.415
+.NET 8.0.20
+ +What's Changed
++
- [release/8.0.1xx] Update dependencies from dotnet/msbuild by
+@dotnet-maestro[bot] in dotnet/sdk#49630- [release/8.0.1xx] Update dependencies from dotnet/razor by
+@dotnet-maestro[bot] in dotnet/sdk#49597- Merging internal commits for release/8.0.3xx by
+@vseanreesermsftin dotnet/sdk#49702- Merging internal commits for release/8.0.1xx by
+@vseanreesermsftin dotnet/sdk#49699- [release/8.0.3xx] Update dependencies from dotnet/templating by
+@dotnet-maestro[bot] in dotnet/sdk#49467- [automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' by
+@github-actions[bot] in dotnet/sdk#49708- Update branding to 8.0.317 by
+@vseanreesermsftin dotnet/sdk#50036- Update branding to 8.0.414 by
+@vseanreesermsftin dotnet/sdk#50037- Update branding to 8.0.120 by
+@vseanreesermsftin dotnet/sdk#50035- [release/8.0.3xx] Update dependencies from dotnet/arcade by
+@dotnet-maestro[bot] in dotnet/sdk#49829- [release/8.0.1xx] Update dependencies from dotnet/templating by
+@dotnet-maestro[bot] in dotnet/sdk#49837- [release/8.0.3xx] Update dependencies from dotnet/msbuild by
+@dotnet-maestro[bot] in dotnet/sdk#49888- [release/8.0.1xx] Update dependencies from dotnet/msbuild by
+@dotnet-maestro[bot] in dotnet/sdk#49874- [release/8.0.1xx] Update dependencies from dotnet/razor by
+@dotnet-maestro[bot] in dotnet/sdk#49953- Add .NET 6.0 to EOL frameworks list by
@marcpopMSFTin dotnet/sdk#49823