Skip to content

bump dependencies#540

Merged
rido-min merged 6 commits intomainfrom
bumps/250819
Aug 21, 2025
Merged

bump dependencies#540
rido-min merged 6 commits intomainfrom
bumps/250819

Conversation

@rido-min
Copy link
Copy Markdown
Member

This pull request primarily updates several package dependencies to their latest versions across multiple package.json files. These updates include both development and runtime dependencies, focusing on security, compatibility, and improved features.

Dependency Updates

  • Updated @azure/msal-node to version ^3.7.2 in both packages/agents-hosting/package.json and test-agents/copilotstudio-console/package.json for improved authentication library support. [1] [2]
  • Updated @microsoft/api-extractor, @types/node, esbuild, and tsx to their latest versions in the main package.json to ensure compatibility and access to new features and bug fixes.

Documentation and API Improvements

  • Updated the JSDoc for the server start function in packages/agents-hosting-express/src/startServer.ts to clarify that it returns the Express server instance, not void.

- Updated @types/node from ^24.2.1 to ^24.3.0
- Updated esbuild from ^0.25.4 to ^0.25.9
- Updated tsx from ^4.20.3 to ^4.20.4
- Updated @azure/msal-node from ^3.7.0 to ^3.7.1 in agents-hosting and copilotstudio-console packages
Copilot AI review requested due to automatic review settings August 21, 2025 18:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates package dependencies to their latest versions and corrects JSDoc documentation. The changes focus on keeping dependencies current for security and compatibility purposes.

  • Updated @azure/msal-node from ^3.7.0 to ^3.7.2 across multiple packages
  • Updated development dependencies including @microsoft/api-extractor, @types/node, esbuild, and tsx
  • Corrected JSDoc return type documentation for the server start function

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
test-agents/copilotstudio-console/package.json Updated @azure/msal-node dependency to ^3.7.2
packages/agents-hosting/package.json Updated @azure/msal-node dependency to ^3.7.2
packages/agents-hosting-express/src/startServer.ts Fixed JSDoc return type from void to express
package.json Updated multiple dev dependencies to latest versions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread packages/agents-hosting-express/src/startServer.ts Outdated
@rido-min rido-min enabled auto-merge (squash) August 21, 2025 19:03
@rido-min rido-min merged commit c152b00 into main Aug 21, 2025
7 checks passed
@rido-min rido-min deleted the bumps/250819 branch August 21, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants