Skip to content

deps(frontend): update @microsoft/applicationinsights-web requirement from ^3.0.8 to ^3.3.11 in /frontend#11

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/microsoft/applicationinsights-web-tw-3.3.11
Open

deps(frontend): update @microsoft/applicationinsights-web requirement from ^3.0.8 to ^3.3.11 in /frontend#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/microsoft/applicationinsights-web-tw-3.3.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Updates the requirements on @microsoft/applicationinsights-web to permit the latest version.

Release notes

Sourced from @​microsoft/applicationinsights-web's releases.

3.3.11

Changelog

  • #2642 Separate BeaconSendFailure and BeaconSendFailure from SizeLimitExceeded
  • #2675 Fix offline channel recovery for Offline -> Online (#2674)
  • #2666 Fix unload() to return promise when called without parameters
  • #2667 Add a check to prevent non-string URLs from being passed to fieldRedaction method

Infrastructure changes

  • #2684 Fix minor issue with E2E test
  • #2681 Add redact URL configuration in readme
  • #2676 Fix Flakey Ajax test which has race condition
  • #2670 Fix static web CDN test assertion (Fixes failing CI tests)

What's Changed

New Contributors

Full Changelog: microsoft/ApplicationInsights-JS@3.3.10...3.3.11

Changelog

Sourced from @​microsoft/applicationinsights-web's changelog.

3.3.11 (January 12th, 2026)

Changelog

  • #2642 Separate BeaconSendFailure and BeaconSendFailure from SizeLimitExceeded
  • #2675 Fix offline channel recovery for Offline -> Online (#2674)
  • #2666 Fix unload() to return promise when called without parameters
  • #2667 Add a check to prevent non-string URLs from being passed to fieldRedaction method

Infrastructure changes

  • #2684 Fix minor issue with E2E test
  • #2681 Add redact URL configuration in readme
  • #2676 Fix Flakey Ajax test which has race condition
  • #2670 Fix static web CDN test assertion (Fixes failing CI tests)

Web snippet 1.2.3 (November 10, 2025)

  • #2659 [Web-Snippet] [BUG] @​microsoft/applicationinsights-web-snippet Fix Snippet Loader Error

3.3.10 (Sept 22nd, 2025)

Changelog

  • #2649 [Main][Task] 27922617: Provide Custom Provider Under Web Worker for Offline Channel
  • #2638 [Main][Task] 34470593: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern
  • #2637 [Main][Task] 34470593: Update AISKU Async Tests To Use the Modern AsyncQueue Pattern
  • #2636 Fix TypeError in Click Analytics Data Collector
  • #2633 Fix flush method root cause - handle async callbacks in _doSend with proper error handling
  • #2632 [Feature] Implement cookie caching when disabled and automatic flushing when enabled with backward compatibility option
  • #2625 Add Azure API Management proxy documentation to FAQ sections
  • #2607 Update Async Tests Under AISKULight to Use the Modern AsyncQueue Pattern
  • #2597 Fix TypeScript compatibility issue with ITelemetryPlugin interface
  • #2595 Fix trackPageView not resetting maxAjaxCallsPerView counter
  • #2583 Create IAnalyticsConfig interface to properly define AnalyticsPlugin configuration subset
  • #2625 Add Azure API Management proxy documentation to FAQ sections
  • #2627 Add weekly GitHub action to delete closed and merged branches
  • #2635 Fix issue #2634 moving the conditional check for filtering
  • #2549 Redacting urls before sending to telemetry data
  • #2622 Suppressed credentials inline to avoid credscan false positive

Potential breaking changes

Renamed flush method parameter from async to isAsync in IChannelControls interface to avoid potential keyword conflicts (only affects code that relies on named parameters)

  • Fixed return type of flush method to properly include boolean when callbacks complete synchronously
  • Fixed root cause where _doSend() couldn't handle asynchronous callbacks from preparePayload() when compression is enabled
  • await applicationInsights.flush() now works correctly with compression enabled
  • Added proper error handling and promise rejection propagation through async callback chains
  • Improved handling of both synchronous and asynchronous callback execution patterns
  • No polling overhead - uses direct callback invocation for better performance

... (truncated)

Commits
  • 39ed6cd [Release] Increase version to 3.3.11 (#2687)
  • c46c683 Fix minor issue with E2E test (#2684)
  • c75a5a2 Add redact URL configuration in readme (#2681)
  • 7d7e906 Separate BeaconSendFailure and BeaconSendFailure from SizeLimitExceeded (#2642)
  • 6ef6d33 Fix Flakey Ajax test which has race condition (#2676)
  • 9201907 Fix unload() to return promise when called without parameters (#2666)
  • 76d20b9 Fix offline channel recovery for Offline -> Online (#2674) (#2675)
  • 223d8c2 Add a check to prevent non-string URLs from being passed to fieldRedaction me...
  • a9c0b89 Fix static web CDN test assertion (Fixes failing CI tests) (#2670)
  • bc59111 @​microsoft/applicationinsights-web-snippet 1.2.3 release (#2662)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) to permit the latest version.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@3.0.8...3.3.11)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-version: 3.3.11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants