Conversation
OEvgeny
reviewed
Aug 2, 2025
OEvgeny
reviewed
Aug 2, 2025
OEvgeny
reviewed
Aug 2, 2025
OEvgeny
previously approved these changes
Aug 2, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps all dependencies to their latest versions, modernizing the build tools and security posture while removing vulnerable dependencies.
- Updates production dependencies including Babel runtime, core-js, and cognitive services SDK
- Updates development dependencies including Jest, ESLint, and build tools to latest versions
- Removes node-fetch dependency in favor of native fetch API support
Reviewed Changes
Copilot reviewed 94 out of 104 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated root dev dependencies and removed Babel version pinning |
| tsup.base.config.ts | Fixed regex patterns for ESBuild compatibility |
| Various package.json files | Removed node-fetch dependencies and updated pinned versions |
| Test files | Updated Jest snapshots to match new format |
| Source files | Fixed TypeScript types and updated imports |
Files not reviewed (7)
- samples/01.getting-started/k.direct-line-token/javascript/web/package-lock.json: Language not supported
- samples/07.advanced-web-chat-apps/a.upload-to-azure-storage/web/package-lock.json: Language not supported
- samples/07.advanced-web-chat-apps/b.sso-for-enterprise/rest-api/package-lock.json: Language not supported
- samples/07.advanced-web-chat-apps/c.sso-for-intranet/web/package-lock.json: Language not supported
- samples/07.advanced-web-chat-apps/d.sso-for-teams/web/package-lock.json: Language not supported
- samples/07.advanced-web-chat-apps/e.sso-on-behalf-of-authentication/rest-api/package-lock.json: Language not supported
- samples/package-lock.json: Language not supported
OEvgeny
approved these changes
Aug 2, 2025
This was referenced Aug 2, 2025
Merged
This was referenced Dec 19, 2025
Merged
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
@babel/runtime@7.28.2botframework-directlinejs@0.15.6core-js-pure@3.44.0core-js@3.44.0event-as-promise@2.0.0iter-fest@0.3.0katex@0.16.22mdast-util-from-markdown@2.0.2merge-refs@2.0.0micromark-extension-gfm@3.0.0micromark-util-character@2.1.1micromark@4.0.2microsoft-cognitiveservices-speech-sdk@1.45.0mime@4.0.7react-chain-of-responsibility@0.3.0react-say@2.2.0react-scroll-to-bottom@4.2.0react-wrap-with@0.1.0sanitize-html@2.17.0shiki@2.5.0use-propagate@0.2.1use-ref-from@0.1.0use-state-with-ref@0.1.0valibot@1.1.0web-speech-cognitive-services@8.1.1@babel/cli@7.28.0@babel/core@7.28.0@babel/plugin-transform-runtime@7.28.0@babel/plugin-transform-typescript@7.28.0@babel/preset-env@7.28.0@babel/preset-react@7.27.1@babel/preset-typescript@7.27.1@babel/runtime@7.28.2@biomejs/biome@2.1.3@emotion/css@11.13.5@happy-dom/jest-environment@18.0.1@jridgewell/sourcemap-codec@1.5.4@types/dom-speech-recognition@0.0.6@types/jest@29.5.14@types/mdast@4.0.4@types/node@24.1.0@types/react-dom@16.9.25@types/react@16.14.65@typescript-eslint/eslint-plugin@8.38.0@typescript-eslint/parser@8.38.0adm-zip@0.5.16axe-core@4.10.3babel-jest@29.7.0babel-plugin-istanbul@7.0.0bent@7.3.12botframework-directlinejs@0.15.6compression@1.8.1concurrently@9.2.0core-js-pure@3.44.0core-js@3.44.0cross-env@10.0.0dotenv@17.2.1esbuild@0.25.8eslint-config-prettier@10.1.8eslint-plugin-import@2.32.0eslint-plugin-prettier@5.5.3eslint-plugin-react-hooks@5.2.0eslint-plugin-react@7.37.5eslint-plugin-security@3.0.1eslint@8.57.1express@5.1.0glob@8.1.0http-proxy-middleware@2.0.9husky@9.1.7jest-environment-node@29.7.0jest-image-snapshot@6.5.1jest@29.7.0lint-staged@16.1.2micromark-util-types@2.0.2microsoft-cognitiveservices-speech-sdk@1.45.0nodemon@3.1.10nopt@8.1.0prettier@3.6.2progress@2.0.3q@1.5.1read-pkg-up@11.0.0read-pkg@9.0.1request-progress@3.0.0request@2.88.2selenium-webdriver@4.34.0selfsigned@3.0.1serve-handler@6.1.6serve@14.2.4tsd@0.32.0tsup@8.5.0type-fest@4.41.0typescript-plugin-css-modules@5.2.0typescript@5.8.3webpack-cli@6.0.1webpack@5.101.0Description
Bump dependencies.
Design
Specific Changes
npm run bumppinDependenciesof Babeljest@29becausejest-image-snapshot@6.5.1does not supportjest@30yetnode-fetchas most Node.js engine supportsfetch, also removed dependency to vulnerable dependenciesjest@29I 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)