Skip to content

Migrate all Application Insights dependencies to current v3 releases - #254

Merged
Raymond Zhao (rzhao271) merged 1 commit into
mainfrom
copilot/migrate-applicationinsights-to-v3
Jul 1, 2026
Merged

Migrate all Application Insights dependencies to current v3 releases#254
Raymond Zhao (rzhao271) merged 1 commit into
mainfrom
copilot/migrate-applicationinsights-to-v3

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR updates all in-repo Application Insights package references to the latest v3 patch line to complete the v3 migration consistently across manifests and lockfile. The change is dependency-only and keeps runtime integration points unchanged.

  • Dependency updates

    • Bumped:
      • @microsoft/applicationinsights-common ^3.4.1^3.4.2
      • @microsoft/applicationinsights-core-js ^3.4.1^3.4.2
      • @microsoft/applicationinsights-web-basic ^3.4.1^3.4.2
  • Lockfile alignment

    • Refreshed package-lock.json to resolve and pin the corresponding v3 dependency graph.
  • Scope

    • No source-level telemetry API usage changes; migration is limited to package/version surface.
{
  "dependencies": {
    "@microsoft/applicationinsights-common": "^3.4.2",
    "@microsoft/applicationinsights-core-js": "^3.4.2",
    "@microsoft/applicationinsights-web-basic": "^3.4.2"
  }
}

Copilot AI changed the title Migrate Application Insights dependencies to v3 Migrate all Application Insights dependencies to current v3 releases Jul 1, 2026
@rzhao271 Raymond Zhao (rzhao271) added this to the 1.128.0 milestone Jul 1, 2026
@rzhao271
Raymond Zhao (rzhao271) marked this pull request as ready for review July 1, 2026 17:09
@rzhao271
Raymond Zhao (rzhao271) enabled auto-merge (squash) July 1, 2026 17:09
@rzhao271
Raymond Zhao (rzhao271) merged commit 09b228a into main Jul 1, 2026
6 of 9 checks passed
@rzhao271
Raymond Zhao (rzhao271) deleted the copilot/migrate-applicationinsights-to-v3 branch July 1, 2026 17:17
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