Skip to content

Update package references to use version wildcards for named-pipe agent#631

Merged
matthewmeyer merged 1 commit into
mainfrom
users/matthewm/namedpipes-version-bump
Jun 18, 2026
Merged

Update package references to use version wildcards for named-pipe agent#631
matthewmeyer merged 1 commit into
mainfrom
users/matthewm/namedpipes-version-bump

Conversation

@matthewmeyer

Copy link
Copy Markdown
Contributor

This pull request updates the dependencies for both the .NET and Node.js named pipe agent samples to use the latest stable 1.6.x versions, removing explicit references to beta packages and cleaning up unused or unnecessary dependencies in the Node.js sample. This helps ensure better stability, maintainability, and compatibility with the latest package releases.

Dependency updates and cleanup:

.NET sample:

  • Updated Microsoft.Agents.Hosting.AspNetCore and Microsoft.Agents.Hosting.DirectLine.NamedPipes package references in NamedPipeAgent.csproj from a specific beta version to the latest 1.6.x stable version.

Node.js sample:

  • Updated @microsoft/agents-hosting and @microsoft/agents-hosting-directline-namedpipes dependencies in both package.json and package-lock.json from a specific beta version to the latest 1.6.x stable version. [1] [2]
  • Upgraded related dependencies (@microsoft/agents-activity, @microsoft/agents-telemetry) to stable 1.6.1 releases in package-lock.json. [1] [2]
  • Upgraded the @types/node dev dependency to a newer patch version.
  • Removed several unused or unnecessary dependencies from package-lock.json, such as axios, object-path, and their transitive dependencies, streamlining the dependency tree. [1] [2] [3] [4]

@github-actions github-actions Bot added the Samples Changes to Samples label Jun 18, 2026
@matthewmeyer matthewmeyer enabled auto-merge (squash) June 18, 2026 20:53
@matthewmeyer matthewmeyer merged commit 1508883 into main Jun 18, 2026
11 checks passed
@matthewmeyer matthewmeyer deleted the users/matthewm/namedpipes-version-bump branch June 18, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Samples Changes to Samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants