Merged
Conversation
This reverts commit d6effc2.
compulim
commented
Dec 19, 2025
compulim
commented
Dec 19, 2025
compulim
commented
Dec 19, 2025
OEvgeny
approved these changes
Dec 19, 2025
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.
Changelog Entry
Changed
@babel/runtime@7.28.4@emotion/css@11.13.5@redux-devtools/extension@3.3.0botframework-directlinejs@0.15.6core-js@3.47.0core-js-pure@3.47.0event-as-promise@2.0.0globalize@1.7.1iter-fest@0.3.0katex@0.16.27mdast-util-from-markdown@2.0.2merge-refs@2.0.0micromark@4.0.2micromark-extension-gfm@3.0.0micromark-util-character@2.1.1micromark-util-sanitize-uri@2.0.1mime@4.1.0punycode@2.3.1react-chain-of-responsibility@0.4.2react-dictate-button@4.0.0react-film@4.0.0react-say@2.2.0react-scroll-to-bottom@4.2.1-main.53844f5react-wrap-with@0.1.0redux-saga@1.4.2sanitize-html@2.17.0shiki@2.5.0use-propagate@0.2.1use-reduce-memo@0.1.0use-ref-from@0.1.0use-state-with-ref@0.1.0uuid@8.3.2valibot@1.2.0web-speech-cognitive-services@8.1.3@babel/cli@7.28.3@babel/core@7.28.5@babel/plugin-transform-runtime@7.28.5@babel/plugin-transform-typescript@7.28.5@babel/preset-env@7.28.5@babel/preset-react@7.28.5@babel/preset-typescript@7.28.5@biomejs/biome@2.3.10@happy-dom/jest-environment@20.0.11@jridgewell/sourcemap-codec@1.5.5@testduet/given-when-then@0.1.0@tsconfig/strictest@2.0.8@types/dom-speech-recognition@0.0.7@types/jest@29.5.14@types/mdast@4.0.4@types/node@25.0.3@types/react@16.14.68@types/react@18.3.27@types/react-dom@16.9.25@types/react-dom@18.3.7@types/react-is@16.7.5@types/semver@7.7.1@types/use-sync-external-store@1.5.0@types/uuid@8.3.4@typescript-eslint/eslint-plugin@8.50.0@typescript-eslint/parser@8.50.0adaptivecards@3.0.2adm-zip@0.5.16axe-core@4.11.0babel-jest@29.7.0babel-plugin-istanbul@7.0.1base64-js@1.5.1bent@7.3.12chalk@5.6.2compression@1.8.1concurrently@9.2.1core-js@3.47.0core-js-pure@3.47.0cross-env@10.1.0diff@8.0.2dotenv@17.2.3dtsroll@1.4.1esbuild@0.27.2eslint@8.57.1eslint-config-prettier@10.1.8eslint-plugin-import@2.32.0eslint-plugin-local-rules@3.0.2eslint-plugin-prettier@5.5.4eslint-plugin-react@7.37.5eslint-plugin-react-hooks@7.0.1eslint-plugin-security@3.0.1express@5.2.1glob@8.1.0handler-chain@0.1.1html-react-parser@5.2.10http-proxy-middleware@2.0.9husky@9.1.7jest@29.7.0jest-environment-node@29.7.0jest-image-snapshot@6.5.1keep-a-changelog@2.7.1lint-staged@16.2.7micromark-util-types@2.0.2microsoft-cognitiveservices-speech-sdk@1.17.0microsoft-cognitiveservices-speech-sdk@1.47.0minimatch@10.1.1nodemon@3.1.11nopt@9.0.0prettier@3.7.4progress@2.0.3q@1.5.1react@16.8.6react@18.3.1react-dom@16.8.6react-dom@18.3.1react-is@16.13.1read-package-up@12.0.0read-pkg@10.0.0selenium-webdriver@4.39.0selfsigned@5.2.0serve@14.2.5serve-handler@6.1.6simple-git@3.30.0tsd@0.33.0tsup@8.5.1type-fest@5.3.1typescript@5.9.3typescript-plugin-css-modules@5.2.0unplugin-lightningcss@0.4.3webpack@5.104.1webpack-cli@6.0.1Description
Bump dependencies.
Design
Pull request validation bumping to Node.js 24
We no longer see Jest errors which forced us to pin to Node.js 18. We are bumping to 24.
Moving to Microsoft Container Registry
We have a security requirement to use images from mcr.microsoft.com. However, MCR does not mirror official Node.js image > 18.
When bumping
selfsigned, it seems it need a newer version of Node.js that support Web Crypto.If we are right, we need to bump to a newer Node.js. As MCR don't mirror official image > 18, we have to use images by MCR. In this PR, we are using
24-bookworm.Happy DOM configuration
After bumping
happy-dom, it starts throwing error when<script>is injected. The error said the JS file is not being downloaded, which is the right behavior. The JS file is not intended to be downloaded or executed.We are setting the
window.happyDOM.settings.handleDisabledFileLoadingAsSuccess = trueto remove the error.selfsignedupdated its signaturegenerate()function is nowasync generate().Disabling some React rules
package-lock.jsondoes not contains cross-platform packagesNode.js 24 requires
package-lock.jsonmust list cross-platform packages.We run
npm installunder Node.js 24 and obtained thatpackage-lock.jsonsnapshot. We did not rebuildpackage-lock.jsonas it contains a lot of historical value.Specific Changes
typescript@~5.8.3npm run bumpPULL_REQUEST_TEMPLATE.mdI have added tests and executed them locallyCHANGELOG.mdI have updated documentationReview Checklist
Accessibility reviewed (tab order, content readability, alt text, color contrast)Browser and platform compatibilities reviewedCSS styles reviewed (minimal rules, noz-index)Documents reviewed (docs, samples, live demo)Internationalization reviewed (strings, unit formatting)package.jsonandpackage-lock.jsonreviewedSecurity reviewed (no data URIs, check for nonce leak)Tests reviewed (coverage, legitimacy)