-
Notifications
You must be signed in to change notification settings - Fork 701
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
Bump @microsoft/signalr from 8.0.0 to 8.0.7 in /webapp #1055
Merged
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/microsoft/signalr-8.0.7
Jul 16, 2024
Merged
Bump @microsoft/signalr from 8.0.0 to 8.0.7 in /webapp #1055
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/microsoft/signalr-8.0.7
Jul 16, 2024
Conversation
This file contains 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
Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.7. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.0...v8.0.7) --- updated-dependencies: - dependency-name: "@microsoft/signalr" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jul 15, 2024
glahaye
approved these changes
Jul 16, 2024
glahaye
deleted the
dependabot/npm_and_yarn/webapp/microsoft/signalr-8.0.7
branch
July 16, 2024 18:42
wdavidcamden
pushed a commit
to Quartech/chat-copilot
that referenced
this pull request
Jul 17, 2024
Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/aspnetcore/releases"><code>@microsoft/signalr</code>'s releases</a>.</em></p> <blockquote> <h2>.NET 8.0.7</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.7">Release</a></p> <h2>.NET 8.0.6</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.6">Release</a></p> <h2>.NET 8.0.5</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.5">Release</a></p> <h2>What's Changed</h2> <ul> <li>[release/8.0] Update dependencies from dotnet/source-build-externals by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54744">dotnet/aspnetcore#54744</a></li> <li>Update branding to 8.0.5 by <a href="https://github.com/vseanreesermsft"><code>@vseanreesermsft</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54907">dotnet/aspnetcore#54907</a></li> <li>[release/8.0] Convert to 1ES templates by <a href="https://github.com/RussKie"><code>@RussKie</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54660">dotnet/aspnetcore#54660</a></li> <li>Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by <a href="https://github.com/Eilon"><code>@Eilon</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54608">dotnet/aspnetcore#54608</a></li> <li>[release/8.0] (deps): Bump src/submodules/googletest from <code>31993df</code> to <code>77afe8e</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54872">dotnet/aspnetcore#54872</a></li> <li>[release/8.0] Reduce helix-matrix timeout to 5 hours by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54778">dotnet/aspnetcore#54778</a></li> <li>[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by <a href="https://github.com/halter73"><code>@halter73</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54655">dotnet/aspnetcore#54655</a></li> <li>[release/8.0] Improve usage of <code>Type.GetType</code> when activating types in data protection by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54762">dotnet/aspnetcore#54762</a></li> <li>[release/8.0] Fix route analyzer performance with highly concatenated strings by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54763">dotnet/aspnetcore#54763</a></li> <li>[release/8.0] Suppress .ps1 SDL errors by <a href="https://github.com/wtgodbe"><code>@wtgodbe</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54915">dotnet/aspnetcore#54915</a></li> <li>[release/8.0] Backport test fixes by <a href="https://github.com/MackinnonBuck"><code>@MackinnonBuck</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54912">dotnet/aspnetcore#54912</a></li> <li>[release/8.0] Skip SpotBugs for now by <a href="https://github.com/wtgodbe"><code>@wtgodbe</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54952">dotnet/aspnetcore#54952</a></li> <li>Merging internal commits for release/8.0 by <a href="https://github.com/vseanreesermsft"><code>@vseanreesermsft</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55034">dotnet/aspnetcore#55034</a></li> <li>[release/8.0] Update dependencies from dotnet/arcade by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55061">dotnet/aspnetcore#55061</a></li> <li>[release/8.0] Update Wix version by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55101">dotnet/aspnetcore#55101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5">https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5</a></p> <h2>.NET 8.0.4</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.4">Release</a></p> <h2>.NET 8.0.3</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.3">Release</a></p> <h2>.NET 8.0.2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.2">Release</a></p> <h2>.NET 8.0.1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/aspnetcore/commit/2f1db20456007c9515068a35a65afdf99af70bc6"><code>2f1db20</code></a> Merged PR 40461: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a718af35f93dfa3d8a01046ad9f4087b3839a484"><code>a718af3</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ef">https://dev.azure.com/dnceng/internal/_git/dotnet-ef</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/56b387739317fec43334e608ed65c7d834712467"><code>56b3877</code></a> Merged PR 40440: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/ebc1c7b090d8b339738d2f31f6f06a0cc81d1b00"><code>ebc1c7b</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/efd75522485736760ddb7dac60d7bf6c7b8d430d"><code>efd7552</code></a> Merged PR 40370: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/c9d6b23f71dca6c300e6ac3fab6f636d97cf6072"><code>c9d6b23</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/fd0d853b41be6248ed1eba9daad13df8a0a9898a"><code>fd0d853</code></a> Merged PR 40323: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a2ca3fb80b0555bb411cb048bbcfe6f2a74f24e6"><code>a2ca3fb</code></a> Merged PR 40093: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/d03cd35cb4b29c019708c5d64df494a941792a54"><code>d03cd35</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/ba94792835910ce8d4ac066f051cc9b50cb3bca9"><code>ba94792</code></a> Remove references to obsolete storage account variables (<a href="https://redirect.github.com/dotnet/aspnetcore/issues/56101">#56101</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/signalr&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/aspnetcore/releases"><code>@microsoft/signalr</code>'s releases</a>.</em></p> <blockquote> <h2>.NET 8.0.7</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.7">Release</a></p> <h2>.NET 8.0.6</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.6">Release</a></p> <h2>.NET 8.0.5</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.5">Release</a></p> <h2>What's Changed</h2> <ul> <li>[release/8.0] Update dependencies from dotnet/source-build-externals by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54744">dotnet/aspnetcore#54744</a></li> <li>Update branding to 8.0.5 by <a href="https://github.com/vseanreesermsft"><code>@vseanreesermsft</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54907">dotnet/aspnetcore#54907</a></li> <li>[release/8.0] Convert to 1ES templates by <a href="https://github.com/RussKie"><code>@RussKie</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54660">dotnet/aspnetcore#54660</a></li> <li>Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by <a href="https://github.com/Eilon"><code>@Eilon</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54608">dotnet/aspnetcore#54608</a></li> <li>[release/8.0] (deps): Bump src/submodules/googletest from <code>31993df</code> to <code>77afe8e</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54872">dotnet/aspnetcore#54872</a></li> <li>[release/8.0] Reduce helix-matrix timeout to 5 hours by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54778">dotnet/aspnetcore#54778</a></li> <li>[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by <a href="https://github.com/halter73"><code>@halter73</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54655">dotnet/aspnetcore#54655</a></li> <li>[release/8.0] Improve usage of <code>Type.GetType</code> when activating types in data protection by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54762">dotnet/aspnetcore#54762</a></li> <li>[release/8.0] Fix route analyzer performance with highly concatenated strings by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54763">dotnet/aspnetcore#54763</a></li> <li>[release/8.0] Suppress .ps1 SDL errors by <a href="https://github.com/wtgodbe"><code>@wtgodbe</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54915">dotnet/aspnetcore#54915</a></li> <li>[release/8.0] Backport test fixes by <a href="https://github.com/MackinnonBuck"><code>@MackinnonBuck</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54912">dotnet/aspnetcore#54912</a></li> <li>[release/8.0] Skip SpotBugs for now by <a href="https://github.com/wtgodbe"><code>@wtgodbe</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/54952">dotnet/aspnetcore#54952</a></li> <li>Merging internal commits for release/8.0 by <a href="https://github.com/vseanreesermsft"><code>@vseanreesermsft</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55034">dotnet/aspnetcore#55034</a></li> <li>[release/8.0] Update dependencies from dotnet/arcade by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55061">dotnet/aspnetcore#55061</a></li> <li>[release/8.0] Update Wix version by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/dotnet/aspnetcore/pull/55101">dotnet/aspnetcore#55101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5">https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5</a></p> <h2>.NET 8.0.4</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.4">Release</a></p> <h2>.NET 8.0.3</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.3">Release</a></p> <h2>.NET 8.0.2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.2">Release</a></p> <h2>.NET 8.0.1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.1">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/aspnetcore/commit/2f1db20456007c9515068a35a65afdf99af70bc6"><code>2f1db20</code></a> Merged PR 40461: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a718af35f93dfa3d8a01046ad9f4087b3839a484"><code>a718af3</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ef">https://dev.azure.com/dnceng/internal/_git/dotnet-ef</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/56b387739317fec43334e608ed65c7d834712467"><code>56b3877</code></a> Merged PR 40440: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/ebc1c7b090d8b339738d2f31f6f06a0cc81d1b00"><code>ebc1c7b</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/efd75522485736760ddb7dac60d7bf6c7b8d430d"><code>efd7552</code></a> Merged PR 40370: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/c9d6b23f71dca6c300e6ac3fab6f636d97cf6072"><code>c9d6b23</code></a> Update dependencies from <a href="https://dev.azure.com/dnceng/internal/_git/dotnet-ru">https://dev.azure.com/dnceng/internal/_git/dotnet-ru</a>...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/fd0d853b41be6248ed1eba9daad13df8a0a9898a"><code>fd0d853</code></a> Merged PR 40323: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/a2ca3fb80b0555bb411cb048bbcfe6f2a74f24e6"><code>a2ca3fb</code></a> Merged PR 40093: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/d03cd35cb4b29c019708c5d64df494a941792a54"><code>d03cd35</code></a> Merge in 'release/8.0' changes</li> <li><a href="https://github.com/dotnet/aspnetcore/commit/ba94792835910ce8d4ac066f051cc9b50cb3bca9"><code>ba94792</code></a> Remove references to obsolete storage account variables (<a href="https://redirect.github.com/dotnet/aspnetcore/issues/56101">#56101</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/signalr&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
webapp
Pull requests that update Typescript code
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.
Bumps @microsoft/signalr from 8.0.0 to 8.0.7.
Release notes
Sourced from
@microsoft/signalr
's releases.Commits
2f1db20
Merged PR 40461: [internal/release/8.0] Update dependencies from dnceng/inter...a718af3
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...56b3877
Merged PR 40440: [internal/release/8.0] Update dependencies from dnceng/inter...ebc1c7b
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...efd7552
Merged PR 40370: [internal/release/8.0] Update dependencies from dnceng/inter...c9d6b23
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...fd0d853
Merged PR 40323: [internal/release/8.0] Update dependencies from dnceng/inter...a2ca3fb
Merged PR 40093: [internal/release/8.0] Update dependencies from dnceng/inter...d03cd35
Merge in 'release/8.0' changesba94792
Remove references to obsolete storage account variables (#56101)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)