Dev -> Master: Update dependencies and improve Playwright test stability#521
Merged
ChaosEngine merged 31 commits intomasterfrom Mar 24, 2026
Merged
Dev -> Master: Update dependencies and improve Playwright test stability#521ChaosEngine merged 31 commits intomasterfrom
ChaosEngine merged 31 commits intomasterfrom
Conversation
…oc to v62.5.2 CAching-Mysql: tool dependency cmd/cli nuget update and refactoring
bumps: eslint-10* eslint-10 small refactorings
Microsoft Security Advisory CVE-2026-21218 | .NET Security Feature Bypass Vulnerability
feat: add svgClick method to GameTestHelper for interacting with SVG elements chore: clean up commented code and improve fixture user definitions fix: adjust timeout configuration and output directory in Playwright config
…ext-browser-languagedetector, eslint
some playwright refactorings
…integration test accordingly
inkball: AI refactorings
--- updated-dependencies: - dependency-name: MongoDB.Driver dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inkball: AI (safe?) refactorings
- Added translations for access denied, email confirmation, external login, forgot password, lockout, two-factor authentication, and other account management related messages in both English and Polish. - Updated translation files to include new keys and descriptions for user account actions.
…se when user not having proper role/claim
Caching-Mysql: some bumps
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.
This pull request introduces several improvements and updates across the codebase. The main changes include updating package versions, enhancing Docker build and healthcheck processes, improving security scanning workflows, and adding internationalization (i18n) support for Identity UI pages.
Build and Docker enhancements:
HEALTHCHECKdirective to bothDockerfileandDockerfile.alpineto monitor the application's health by checking the availability of thesite.min.jsfile. [1] [2]Dockerfile.alpineby addingapk updateandapk upgradesteps before installing dependencies.Dependency and workflow updates:
DotnetPlayground.Tests.csprojto the latest patch versions, includingMicrosoft.AspNetCore.Mvc.Testing,Microsoft.NET.Test.Sdk, and multipleMicrosoft.EntityFrameworkCorepackages..github/workflows/anchore.ymlfor improved security scanning.Caching-MySQLsubmodule to a newer commit.Internationalization (i18n) improvements for Identity UI:
ViewData["Title"] = "accessDenied.title") and addeddata-i18nattributes to relevant elements for easier localization. This affects pages such asAccessDenied,ConfirmEmail,ForgotPassword,Lockout,ChangePassword, and others. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]