keesschollaart81 / vsts-sprint-goal

Azure DevOps Extension - Enables you to set your sprint goal
MIT License
16 stars 16 forks source link

Bump @microsoft/applicationinsights-web from 2.5.11 to 2.6.4 #274

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @microsoft/applicationinsights-web from 2.5.11 to 2.6.4.

Release notes

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

2.6.4

Changelog

  • #1567 [BUG] Unit of "PageVisitTime" is well hidden
  • #1579 Add 307 Redirect Response
  • #1580 [BUG] URL without host fails in CanIncludeCorrelationHeader
  • #1586 [BUG] namePrefix is not getting assigned to ai_user Cookie
    • #1587 ai_user cookie should use userCookiePostfix for user cookie storage
  • #1590 Task 9901543: Remediate security vulnerabilities (Build Dependencies)
  • #1596 Apply the eslint fixes (from Component Governance policy Checks)
  • #1597 [BUG] The Pointer Events for the DebugPlugin are getting blocked
  • #1599 Add visibilitychange event to the set of events tracked for triggering page unload
  • #1602 [BUG] DebugPlugin - helpers.js:334 Uncaught TypeError: Cannot convert a Symbol value to a string

2.6.3

Changelog

  • #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available
  • #1545 Cannot modify the request headers and cookies when using a custom endpoint
  • #1546 [Typings] Update the TypeScript typings to identify the readonly properties/fields and dynamic values of the snippet
  • #1541 ITelemetryContext.user is sometimes null - setAuthenticatedUserContext throws
  • #1569 [BUG] Authorization header included when enableRequestHeaderTracking is enabled
    • As part of this change the ["Authorization", "X-API-Key", "WWW-Authenticate"] headers will NO longer be logged when enableRequestHeaderTracking is enabled, if you want these headers to be sent to AzureMonitor you will need to override the default ignoreHeaders config which excludes them (See the Configuration settings).
  • #1558 [BUG] Durations reported as zero (00:00:00.000) in Angular SPA for router changes
  • #363 Script error: Browser exception message not providing information type and method
  • #1568 Add VSCode specific exclusions
  • #1572 Task 9901543: Remediate security vulnerabilities

2.6.2

Changelog

  • #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
  • #1280 Investigate removing the globals __extends() and __assign() populated by applicationinsights-shims
  • #1523 Remove exposing global instances of __extends() and __assign() and update sideEffects usage (by removing globals)
  • #1538 [BUG] Telemetry Buffer Getting Cleared in Offline Mode - Online Status Incorrectly Initialized in Offline Listener
  • #1528 [BUG] correlationHeaderExcludePatterns is not honored in Ajax calls
  • #1516 [BUG] App insight library will flush telemetry using beforeUnload event but this event is cancellable
  • #1509 [BUG] Investigate changing the sideEffects: false to list only the files that include the shims module from the all AI modules so that webpack can evaluate correctly
  • #1517 [BUG] addHousekeepingBeforeUnload should also be listening to the 'unload' event
  • #1524 [BUG] Config items are not functional for current snippet disableFlushOnBeforeUnload, disableFlushOnBeforeUnload and maybe others
  • #1440 [BUG] PageViewPerformanceManager.populatePageViewPerformanceEvent() is always returning zero for the network time
  • #1393 [BUG] enableAutoRouteTracking should also update the Operation Name with the hashroute
  • [BUG] Add test coverage for #1518
  • #1510 Update PageView operation name to include the hash
  • #1522 add click plugin version to sdkversion tag
  • #1535 add click plugin js to cdn

2.6.1

Changelog

... (truncated)

Changelog

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

2.6.4 (July 6th, 2021)

Changelog

  • #1567 [BUG] Unit of "PageVisitTime" is well hidden
  • #1579 Add 307 Redirect Response
  • #1580 [BUG] URL without host fails in CanIncludeCorrelationHeader
  • #1586 [BUG] namePrefix is not getting assigned to ai_user Cookie
    • #1587 ai_user cookie should use userCookiePostfix for user cookie storage
  • #1590 Task 9901543: Remediate security vulnerabilities (Build Dependencies)
  • #1596 Apply the eslint fixes (from Component Governance policy Checks)
  • #1597 [BUG] The Pointer Events for the DebugPlugin are getting blocked
  • #1599 Add visibilitychange event to the set of events tracked for triggering page unload
  • #1602 [BUG] DebugPlugin - helpers.js:334 Uncaught TypeError: Cannot convert a Symbol value to a string

2.6.3 (June 8th, 2021)

Changelog

  • #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available
  • #1545 Cannot modify the request headers and cookies when using a custom endpoint
  • #1546 [Typings] Update the TypeScript typings to identify the readonly properties/fields and dynamic values of the snippet
  • #1541 ITelemetryContext.user is sometimes null - setAuthenticatedUserContext throws
  • #1569 [BUG] Authorization header included when enableRequestHeaderTracking is enabled
    • As part of this change the ["Authorization", "X-API-Key", "WWW-Authenticate"] headers will NO longer be logged when enableRequestHeaderTracking is enabled, if you want these headers to be sent to AzureMonitor you will need to override the default ignoreHeaders config which excludes them (See the Configuration settings).
  • #1558 [BUG] Durations reported as zero (00:00:00.000) in Angular SPA for router changes
  • #363 Script error: Browser exception message not providing information type and method
  • #1568 Add VSCode specific exclusions
  • #1572 Task 9901543: Remediate security vulnerabilities

Update React plugin to v3.1.3

  • Update Core dependency to ^2.6.3 Core changes
  • Update DynamicProto version 1.1.4 (Removes unnecessary dependencies)

Update React Native plugin to v2.3.3

  • Update to React-Native 0.64.2
  • Update Core dependency to ^2.6.3 Core changes
  • Update DynamicProto version 1.1.4 (Removes unnecessary dependencies)

2.6.2 (April 22nd, 2021)

Changelog

  • #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
  • #1280 Investigate removing the globals __extends() and __assign() populated by applicationinsights-shims
  • #1523 Remove exposing global instances of __extends() and __assign() and update sideEffects usage (by removing globals)
  • #1538 [BUG] Telemetry Buffer Getting Cleared in Offline Mode - Online Status Incorrectly Initialized in Offline Listener
  • #1528 [BUG] correlationHeaderExcludePatterns is not honored in Ajax calls

... (truncated)

Commits
  • 7e5282f [Release][Core] Increase version to 2.6.4 (#1604)
  • c1bd06c [BUG] DebugPlugin - helpers.js:334 Uncaught TypeError: Cannot convert a Symbo...
  • 3e1f041 Apply the eslint fixes (from Component Governance Checks) (#1596)
  • 9fb3ec4 Add visibilitychange event to the set of events tracked for triggering page u...
  • 21dea6a [BUG] The Pointer Events for the DebugPlugin are getting blocked #1597 (#1600)
  • 110b22f Enable Security Analysis (CodeQL) for Policy Compliance (#1593)
  • a7ee32c Task 9901543: Remediate security vulnerabilities (#1590)
  • 01b9820 ai_user cookie should use userCookiePostfix for user cookie storage (#1587)
  • c729655 addSizeFileCheck (#1588)
  • f2bab23 URL without host should not fails canIncludeCorrelationHeader right away (#1583)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)