Upgrade all backend, frontend, and GitHub Actions dependencies to their latest versions#909
Merged
Conversation
…e update-packages command
…nd and cover GitHub Actions
… and patch versions
…UserDelegationKey options API
…e Monitor only when running in Azure
… prefer-tag-over-role for the headless component architecture
…ibrary security advisory
|
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
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.



Summary & Motivation
Bring every backend (.NET and NuGet), frontend (npm), and GitHub Actions dependency to its latest version, in line with the policy of always running the newest releases. Trivial patch and minor bumps are grouped into one commit per side. Each major, and every bump that required a code or configuration change, is committed on its own.
Backend majors:
Adaptreturn inApiResult.GetUserDelegationKeyoptions API.Frontend majors:
openapi-typescriptpeer override, because noopenapi-typescriptrelease accepts TypeScript 6 yet.type="search"for the native searchbox role, and disableprefer-tag-over-rolefor the headless component architecture.GitHub Actions: bump
actions/checkoutto v7 andactions/github-scriptto v9.Security: pin the transitive
SQLitePCLRaw.lib.e_sqlite3to 3.50.3 to clear a high-severity advisory in the test-only SQLite native library. Removable onceMicrosoft.EntityFrameworkCore.Sqliteships a SQLitePCLRaw built on SQLite 3.50.2 or newer.Developer CLI: restore .NET tools after bumping the tool manifest, add a quiet mode, pin
Microsoft.ApplicationInsightsto its current major, and fix a crash when the outdated package JSON omits the projects key.This change adds
Microsoft.ApplicationInsightsandMicrosoft.ApplicationInsights.AspNetCoreto the pinned exceptions, because their next major dropsPageViewtracking in favor of OpenTelemetry and the codebase relies onPageView, so adopting that major is a separate effort.Checklist