Draft
Conversation
Co-authored-by: Copilot <copilot@github.com>
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.29.2@emotion/css@11.13.5@redux-devtools/extension@4.0.0adaptivecards@3.0.5botframework-directlinejs@0.15.8core-js-pure@3.49.0core-js@3.49.0event-as-promise@2.0.1globalize@1.7.1html-react-parser@6.0.1inject-meta-tag@0.1.0iter-fest@0.3.1katex@0.16.45mdast-util-from-markdown@2.0.3merge-refs@2.0.0micromark-extension-gfm@3.0.0micromark-util-character@2.1.1micromark-util-sanitize-uri@2.0.1micromark@4.0.2microsoft-cognitiveservices-speech-sdk@1.49.0mime@4.1.0punycode@2.3.1react-chain-of-responsibility@0.4.2react-dictate-button@4.0.1react-film@4.0.0react-say@2.2.1react-scroll-to-bottom@4.2.1-main.53844f5react-wrap-with@0.1.0redux-saga@1.4.2sanitize-html@2.17.3shiki@2.5.0tagged-tag@1.0.0use-propagate@0.2.2use-reduce-memo@0.1.0use-ref-from@0.2.1use-state-with-ref@0.2.1uuid@8.3.2valibot@1.3.1web-speech-cognitive-services@8.1.4@ast-grep/napi@0.42.1@babel/cli@7.28.6@babel/core@7.29.0@babel/plugin-transform-runtime@7.29.0@babel/plugin-transform-typescript@7.28.6@babel/preset-env@7.29.2@babel/preset-react@7.28.5@babel/preset-typescript@7.28.5@biomejs/biome@2.3.10@fluentui/react-provider@9.22.15@fluentui/tokens@1.0.0-alpha.23@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.9@types/jest@29.5.14@types/mdast@4.0.4@types/node@25.6.0@types/react-dom@18.3.7@types/react-is@16.7.5@types/react@16.14.69@types/react@18.3.28@types/semver@7.7.1@types/use-sync-external-store@1.5.0@types/uuid@8.3.4@typescript-eslint/eslint-plugin@8.59.0@typescript-eslint/parser@8.59.0adaptivecards@3.0.2adm-zip@0.5.17axe-core@4.11.3babel-jest@29.7.0babel-plugin-istanbul@8.0.0base64-js@1.5.1bent@7.3.12botframework-directlinejs@0.15.8chalk@5.6.2compression@1.8.1concurrently@9.2.1core-js-pure@3.48.0core-js@3.48.0cross-env@10.1.0diff@8.0.2dotenv@17.4.2dtsroll@1.4.1esbuild@0.28.0eslint-config-prettier@10.1.8eslint-plugin-import@2.32.0eslint-plugin-local-rules@3.0.2eslint-plugin-prettier@5.5.5eslint-plugin-react-hooks@7.0.1eslint-plugin-react@7.37.5eslint-plugin-security@4.0.0eslint@8.57.1express@5.2.1glob@8.1.0handler-chain@0.1.1has-resolved@2.0.0html-react-parser@5.2.10http-proxy-middleware@2.0.9husky@9.1.7jest-image-snapshot@6.5.1jest-image-snapshot@6.5.2jest@29.7.0keep-a-changelog@2.7.1lint-staged@16.2.7micromark-util-types@2.0.2microsoft-cognitiveservices-speech-sdk@1.47.0minimatch@10.1.1nodemon@3.1.14nopt@9.0.0prettier@3.8.3progress@2.0.3q@1.5.1react-dom@16.8.6react-dom@18.3.1react-is@16.13.1react@16.8.6react@18.3.1read-package-up@12.0.0read-pkg@10.1.0selenium-webdriver@4.43.0selfsigned@5.5.0serve-handler@6.1.7serve@14.2.6simple-git@3.30.0tsd@0.33.0tsup@8.5.1type-fest@5.6.0typescript-plugin-css-modules@5.2.0typescript@6.0.3unplugin-lightningcss@0.4.3webpack-cli@7.0.2webpack@5.106.2yaml@2.8.3Description
Bump dependencies.
TypeScript 5 -> 6:
strict: trueis now defaultstrict: false, will revisit in futuretypes: []is now default (replacingtypes: ['*']which import/node_modules/@types/*automatically)ignoreDeprecations: '6.0'is required fortsupas it usebaseUrltscfailed to build.d.tswhich contains ES-private members (member prefixed with#)valibot.lazy()requires fully typed outGenericSchema<Input, Output>OrgSchemaXXX, and all non-@properties are always output as array for simplicity and alignment with graphStrictStyleOptionsis now first-class citizen,StyleOptionsis a derived from itRequired<{ one?: number | undefined }>results in{ one: number }{ [P in keyof T]-?: T[P] | undefined }, however, it's better to clean up the typing (strict first, relax later)We are also removing some deprecated style options for simplicity:
hideScrollToEndButtonnewMessagesButtonFontSizesuggestedActionsActiveBackgroundsuggestedActionsBackgroundsuggestedActionsDisabledBackgroundsuggestedActionsDisabledBorderColorsuggestedActionsDisabledBorderStylesuggestedActionsDisabledBorderWidthsuggestedActionsDisabledTextColorsuggestedActionsFocusBackgroundsuggestedActionsHoverBackgroundSpecific Changes
npm run bumpI 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)