chore(deps): Bump @microsoft/applicationinsights-web from 2.8.18 to 3.4.1 - #7755
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Contributor
|
Dependabot (@dependabot) rebase |
Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 2.8.18 to 3.4.1. - [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md) - [Commits](microsoft/ApplicationInsights-JS@2.8.18...v3.4.1) --- updated-dependencies: - dependency-name: "@microsoft/applicationinsights-web" dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/microsoft/applicationinsights-web-3.4.1
branch
from
June 8, 2026 10:32
d51e8d5 to
5df3c83
Compare
Copilot
AI
changed the title
chore(deps): Bump @microsoft/applicationinsights-web from 2.8.18 to 3.4.1
fix: resolve build failure from App Insights telemetry type changes
Jun 8, 2026
v-deepaktn
removed their request for review
June 8, 2026 10:55
Contributor
|
Dependabot (@dependabot) rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Contributor
Author
|
A newer version of @microsoft/applicationinsights-web exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is 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.
Details
Fixes the failing
buildGitHub Actions job by updating telemetry typings to align with@microsoft/applicationinsights-web@3.4.1and adjusting the related unit test mock return type.Motivation
buildfailed in CI with:TS2307for importing@microsoft/applicationinsights-web/types/Initialization(no longer available)TS2345because the mockedaddTelemetryInitializerreturn type no longer matched SDK typingsContext
Scope was kept minimal to the failing telemetry client and its unit test:
Initializationtype usage with stable exported types from@microsoft/applicationinsights-core-jsaddTelemetryInitializerValidation run:
yarn lint:check:allyarn tbuild:allyarn test --maxWorkers=2 --ci --runTestsByPath src/tests/unit/tests/background/telemetry/app-insights-telemetry-client.test.tsPull request checklist
yarn fastpassyarn test)<rootDir>/test-results/unit/coveragefix:,chore:,feat(feature-name):,refactor:). SeeCONTRIBUTING.md.