Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump @microsoft/applicationinsights-web from 2.3.1 to 2.7.1 #1230

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2021

Bumps @microsoft/applicationinsights-web from 2.3.1 to 2.7.1.

Release notes

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

2.7.1

ChangeLog - RELEASES.md

What's Changed

New Contributors

Full Changelog: microsoft/ApplicationInsights-JS@2.7.0...2.7.1

2.7.0

Major change: Upgrades build environment to TypeScript 4.x

  • No known breaking, configuration or definition changes

Changelog

  • #1640 [BUG] enableAjaxErrorStatusText: false (which is the default setting) does not turn off logging error response body
  • #1642 trackEvent() doesn't allow replacing the iKey
  • #1647 [BUG] customProperties parameter missing from trackException function
  • #1648 Update error reporting when a plugin throws an exception
  • #1650 [DebugPlugin] Add an option to disable DebugPlugin processTelemetry logging
  • #1653 Some requests are returning a CORB error for responses containing text content type
    • The warning is only being reported via the sendBeacon request, therefore not loss of events
    • Changes the 'unload' operations to try and use fetch with keepalive if available, fallsback to sendBeacon()
    • Also attempts to send as manay events as possible via sendBeacon, when the payload size is > 64kb
  • #1656 [BUG] 'Cannot use 'in' operator to search for 'ver' in Timeout', name: 'TypeError'}​​​​​
  • #1660 [BUG] ITelemetryTrace parentId cannot be set to undefined

Includes: 2.7.0-beta.1 Milestone

... (truncated)

Changelog

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

2.7.1 (Nov 4th, 2021)

Changelog

  • #1667 Allow properly disposing AI
    • expose internal log poller #1674
  • #1683 Add support to optionally configure the events used for detecting and handling when page unload and flushing occurs
  • #1655 [BUG] When using Multiple instances of AI only the first instance is correctly reporting ajax events
  • #1093 "Pause" sending of messages
  • #1692 [BUG] Field 'ai.operation.name' on type 'ContextTagKeys' is too long. Expected: 1024 characters"
  • #1691 [BUG] Multiple errors are getting thrown and swallowed during initialization when no instrumentation Key is provided
    • DiagnosticLogger: Fix typo in defining the console function #1699
  • #1676 React Plugin trackTrace method
    • add trackTrace and expose analytics extension to react plugin #1697
  • #1680 [BUG] trackMetric does not track stdDev nor sum #1701
  • fix readme traceID generate method #1687
  • Update package.json to include the repository #1696
  • Governance Updates -- update used dependencies #1694
  • Refactor publishing script to combine shared content and support separate nightly container. #1677
  • Enable EsLint auto fixing rules for extra-semicolons, dangling commas and tailing spaces #1669
  • Update Perf Mark and Measure documentation and some exports #1666
  • Update Release script to provide better automated creation of nightly builds #1664

2.7.0 (Sept 7th, 2021)

Major change: Upgrades build environment to TypeScript 4.x

  • No known breaking, configuration or definition changes

Changelog

  • #1640 [BUG] enableAjaxErrorStatusText: false (which is the default setting) does not turn off logging error response body
  • #1642 trackEvent() doesn't allow replacing the iKey
  • #1647 [BUG] customProperties parameter missing from trackException function
  • #1648 Update error reporting when a plugin throws an exception
  • #1650 [DebugPlugin] Add an option to disable DebugPlugin processTelemetry logging
  • #1653 Some requests are returning a CORB error for responses containing text content type
    • The warning is only being reported via the sendBeacon request, therefore not loss of events
    • Changes the 'unload' operations to try and use fetch with keepalive if available, fallsback to sendBeacon()
    • Also attempts to send as manay events as possible via sendBeacon, when the payload size is > 64kb
  • #1656 [BUG] 'Cannot use 'in' operator to search for 'ver' in Timeout', name: 'TypeError'}​​​​​
  • #1660 [BUG] ITelemetryTrace parentId cannot be set to undefined

Includes: 2.7.0-beta.1 Milestone

  • #1171 Update to TypeScript 4.x
  • #1526 [TypeScript Compile Error] Property 'sessionManager' does not exist on type 'ITelemetryContext'
    • #1627 Add sesId to allow access to sessionManager session info
  • #1471 Convert undefined to blank in customDimensions?
    • #1630 Convert undefined custom properties to empty string
  • #1585 ai_user cookie not present after re-enabling the cookie

... (truncated)

Commits
  • 91ee603 [Release] Increase version to 2.7.1 (#1708)
  • 5101bdf [BUG] trackMetric does not track stdDev nor sum #1680 (#1701)
  • 1ec8004 fix readme traceID generate method (#1687)
  • 4213cac DiagnosticLogger: Fix typo in defining the console function (#1699)
  • ed3511c add trackTrace and expose analytics extension to react plugin (#1697)
  • 026384c Update package.json to include the repository (#1696)
  • db03401 Governance Updates -- update used dependencies (#1694)
  • 4602eea [BUG] Multiple errors are getting thrown and swallowed during initialization ...
  • 649d471 [BUG] Field 'ai.operation.name' on type 'ContextTagKeys' is too long. Expecte...
  • 3773971 Enable some more automatic eslint fixes (#1690)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/applicationinsights-web-2.7.1 branch from 4fde984 to b5961b9 Compare November 17, 2021 20:59
@RabebOthmani RabebOthmani added this to the Nov 11- Dec 09 milestone Nov 18, 2021
@RabebOthmani RabebOthmani added this to In progress in Graph Explorer via automation Nov 18, 2021
dependabot bot and others added 3 commits November 22, 2021 14:12
Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 2.3.1 to 2.7.1.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/master/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@2.3.1...2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/applicationinsights-web-2.7.1 branch from b5961b9 to 594e9b4 Compare November 22, 2021 11:17
@ElinorW ElinorW changed the base branch from dev to fix/dependabot-updates November 22, 2021 11:41
Graph Explorer automation moved this from In progress to Review in progress Nov 23, 2021
@ElinorW ElinorW merged commit 147a590 into fix/dependabot-updates Nov 23, 2021
Graph Explorer automation moved this from Review in progress to Ready to deploy Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/microsoft/applicationinsights-web-2.7.1 branch November 23, 2021 09:30
ElinorW added a commit that referenced this pull request Nov 30, 2021
* Chore(deps): Bump jest-watch-typeahead from 0.2.1 to 0.5.0 (#1199)

* Chore(deps): Bump @axe-core/webdriverjs from 4.2.2 to 4.3.1 (#1192)

* Chore(deps-dev): Bump react-test-renderer from 16.8.3 to 16.13.0 (#1195)

* Chore(deps): Bump eslint-plugin-flowtype from 2.50.1 to 2.50.3 (#1198)

* Chore(deps): Bump re-resizable from 6.9.0 to 6.9.1 (#1197)

* Chore(deps): Bump terser-webpack-plugin from 3.1.0 to 4.2.3 (#1196)

* Chore(deps): Bump file-loader from 2.0.0 to 6.2.0 (#1194)

* Chore(deps-dev): Bump @types/react from 16.8.3 to 17.0.35 (#1219)

* Chore(deps): Bump react from 16.8.2 to 16.14.0 (#1193)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6 (#1223)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6

* Chore(deps-dev): Bump @types/enzyme from 3.9.0 to 3.10.10 (#1225)

* Chore(deps-dev): Bump ws from 8.0.0 to 8.2.3 (#1226)

* Chore(deps): Bump webpack from 4.28.3 to 4.46.0 (#1227)

* Chore(deps): Bump @azure/msal-browser from 2.12.0 to 2.19.0  (#1253)

* Chore(deps): Bump @microsoft/applicationinsights-web from 2.3.1 to 2.7.1 (#1230)

* Chore(deps-dev): Bump serialize-javascript from 3.1.0 to 6.0.0 (#1231)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin-tslint from 4.15.0 to 4.33.0 (#1232)

* Chore(deps-dev): Bump axios from 0.21.4 to 0.24.0 (#1240)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1228)

* Chore(deps-dev): Bump @typescript-eslint/parser from 4.15.0 to 4.33.0 (#1243)

* Chore(deps-dev): Bump standard-version from 8.0.2 to 9.3.2 (#1245)

* Chore(deps-dev): Bump react-test-renderer from 16.13.0 to 16.14.0 (#1265)

* Chore(deps-dev): Bump @types/react-redux from 7.1.0 to 7.1.20 (#1264)

* Chore(deps-dev): Bump @types/selenium-webdriver from 4.0.6 to 4.0.16 (#1263)

* Chore(deps-dev): Bump @types/react-dom from 16.8.2 to 17.0.11 (#1262)

* Chore(deps): Bump html-webpack-plugin from 4.0.0-alpha.2 to 4.5.2 (#1261)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1260)

* Chore(deps): Bump @fluentui/react from 8.28.0 to 8.43.0 (#1258)

* Chore(deps-dev): Bump node-notifier from 8.0.1 to 10.0.0 (#1255)

* Chore(deps): Bump jest from 23.6.0 to 27.3.1 (#1244)

* fix breaking changes
Onokaev added a commit that referenced this pull request Dec 9, 2021
* chore: handover translations 202111211330 (#1248)

* chore: handover translations 202111191330 (#1242)

* chore: handover translations 202111201030 (#1246)

* chore: handover translations 202111202230 (#1247)

* chore: change the frequency of dependabot updates (#1259)

* Task: add build step to linter workflow (#1267)

* Task/sonar cloud analysis (#1270)

* Fix: November Dependabot updates (#1274)

* Chore(deps): Bump jest-watch-typeahead from 0.2.1 to 0.5.0 (#1199)

* Chore(deps): Bump @axe-core/webdriverjs from 4.2.2 to 4.3.1 (#1192)

* Chore(deps-dev): Bump react-test-renderer from 16.8.3 to 16.13.0 (#1195)

* Chore(deps): Bump eslint-plugin-flowtype from 2.50.1 to 2.50.3 (#1198)

* Chore(deps): Bump re-resizable from 6.9.0 to 6.9.1 (#1197)

* Chore(deps): Bump terser-webpack-plugin from 3.1.0 to 4.2.3 (#1196)

* Chore(deps): Bump file-loader from 2.0.0 to 6.2.0 (#1194)

* Chore(deps-dev): Bump @types/react from 16.8.3 to 17.0.35 (#1219)

* Chore(deps): Bump react from 16.8.2 to 16.14.0 (#1193)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6 (#1223)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6

* Chore(deps-dev): Bump @types/enzyme from 3.9.0 to 3.10.10 (#1225)

* Chore(deps-dev): Bump ws from 8.0.0 to 8.2.3 (#1226)

* Chore(deps): Bump webpack from 4.28.3 to 4.46.0 (#1227)

* Chore(deps): Bump @azure/msal-browser from 2.12.0 to 2.19.0  (#1253)

* Chore(deps): Bump @microsoft/applicationinsights-web from 2.3.1 to 2.7.1 (#1230)

* Chore(deps-dev): Bump serialize-javascript from 3.1.0 to 6.0.0 (#1231)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin-tslint from 4.15.0 to 4.33.0 (#1232)

* Chore(deps-dev): Bump axios from 0.21.4 to 0.24.0 (#1240)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1228)

* Chore(deps-dev): Bump @typescript-eslint/parser from 4.15.0 to 4.33.0 (#1243)

* Chore(deps-dev): Bump standard-version from 8.0.2 to 9.3.2 (#1245)

* Chore(deps-dev): Bump react-test-renderer from 16.13.0 to 16.14.0 (#1265)

* Chore(deps-dev): Bump @types/react-redux from 7.1.0 to 7.1.20 (#1264)

* Chore(deps-dev): Bump @types/selenium-webdriver from 4.0.6 to 4.0.16 (#1263)

* Chore(deps-dev): Bump @types/react-dom from 16.8.2 to 17.0.11 (#1262)

* Chore(deps): Bump html-webpack-plugin from 4.0.0-alpha.2 to 4.5.2 (#1261)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1260)

* Chore(deps): Bump @fluentui/react from 8.28.0 to 8.43.0 (#1258)

* Chore(deps-dev): Bump node-notifier from 8.0.1 to 10.0.0 (#1255)

* Chore(deps): Bump jest from 23.6.0 to 27.3.1 (#1244)

* Fix: Dropdown Accessibility issue (#1275)

* Feature: resource explorer (#1128)

* Task: add status message for anonymous queries (#1278)

* fix failing coverage information collection (#1279)

* Task: Export selected resources to postman collection (#1277)

* fix: restore request section behavior (#1292)

* Enhancement: Add copy button confirmation (#1291)

* Fix selecting  query option in autocomplete dropdown causing crash (#1301)

* Fix: return blue dots on supported tabs (#1303)

* Task: Remove resources tab (#1304)

* Fix: Add validation for whitespaces included in a query Url (#1305)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
No open projects
Graph Explorer
  
Ready to deploy
Development

Successfully merging this pull request may close these issues.

None yet

2 participants