Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @microsoft/applicationinsights-web from 3.1.2 to 3.2.0 in /src/p…
…layground (#14023) Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 3.1.2 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/ApplicationInsights-JS/releases"><code>@microsoft/applicationinsights-web</code>'s releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <p>CfgSync Plugin and Throttle Manager are turned on by default.</p> <h3>Changelog</h3> <p><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2317">#2317</a> Turn on Ikey depreciation message with sampling rate 0.0001% <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2300">#2300</a> Add all CfgSync plugin exports to AISKU and change the default CfgSync plugin url endpoint <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2325">#2325</a> Change default CfgSync values to turn on the ikey deprecation message <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2324">#2324</a> Add a max retry count for Sender <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2321">#2321</a> Set default request headers content-type for 1ds to x-json-stream only <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2331">#2331</a> Reset the version number for DataCacheHelper <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2332">#2332</a> Change nonOverrideCfgs to be added only during initialization <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2294">#2294</a> Implement Osplugin, extracting windows 11 info and put into telemetry</p> <h2>What's Changed</h2> <ul> <li>[Main][Task]27365739: Turn on Ikey depreciation message with sampling rate 0.0001% by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2317">microsoft/ApplicationInsights-JS#2317</a></li> <li>[Main][Task]27402374: Fix config release script overwrite flag and cache time by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2319">microsoft/ApplicationInsights-JS#2319</a></li> <li>[Main][Task]27157764: Add all CfgSync plugin exports to AISKU and change the default CfgSync plugin url endpoint by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2300">microsoft/ApplicationInsights-JS#2300</a></li> <li>[Main][Task]27402277: Default request headers content-type for 1ds should be x-json-stream only by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2321">microsoft/ApplicationInsights-JS#2321</a></li> <li>[main] implement Osplugin, extracting windows 11 info and put into telemetry by <a href="https://github.com/siyuniu-ms"><code>@siyuniu-ms</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2294">microsoft/ApplicationInsights-JS#2294</a></li> <li>[Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2325">microsoft/ApplicationInsights-JS#2325</a></li> <li>[Main][Task]27079894: Add a max retry count for Sender by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2324">microsoft/ApplicationInsights-JS#2324</a></li> <li>[Main][Task]27681441: Fix test for MsAzure pipeline by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2327">microsoft/ApplicationInsights-JS#2327</a></li> <li>[Main][Task]27681441: Fix async tests for MsAzure Migration by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2328">microsoft/ApplicationInsights-JS#2328</a></li> <li>Reset the version number for DataCacheHelper by <a href="https://github.com/MSNev"><code>@MSNev</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2331">microsoft/ApplicationInsights-JS#2331</a></li> <li>[Main][Task]27742145: Change nonOverrideCfgs to be added only during initialization by <a href="https://github.com/Karlie-777"><code>@Karlie-777</code></a> in <a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2332">microsoft/ApplicationInsights-JS#2332</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/ApplicationInsights-JS/compare/3.1.2...3.2.0">https://github.com/microsoft/ApplicationInsights-JS/compare/3.1.2...3.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md"><code>@microsoft/applicationinsights-web</code>'s changelog</a>.</em></p> <blockquote> <h2>3.2.0 (Apr 23rd, 2024)</h2> <p>!! CfgSync plugin is turned on. Throttling Ikey depreciation message is enabled with sampling rate 0.0001% [#<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2317">#2317</a>](<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2317">microsoft/ApplicationInsights-JS#2317</a>)</p> <p>!! Sender has breaking changes. The key used for session storage is changed and items stored in the storage now contain retry counts. [#<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2324">#2324</a>](<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/pull/2324">microsoft/ApplicationInsights-JS#2324</a>)</p> <h3>Changelog</h3> <ul> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2371">#2371</a> [Main][Task]27365739 Turn on Ikey depreciation message with sampling rate 0.0001%</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2319">#2319</a> [Main] Fix config release script overwrite flag and cache time</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2321">#2321</a> [Main] Default request headers content-type for 1ds should be x-json-stream only ing</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2324">#2324</a> [Main][Task]27079894 Add a max retry count for Sender</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2325">#2325</a> [Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2331">#2331</a> [Main] Resetting the DataCacheHelper version number back to current version (from 3.0.5)</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2332">#2332</a> [Main][Task]27742145: Change nonOverrideCfgs to be added only during initialization</li> <li><a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2333">#2333</a> [Main][Task]27749889: Change AISKU Sync Mode to Receive</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/3af1dae116a0afb4a81d0bcb2b66d7edb3953966"><code>3af1dae</code></a> fix test (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2335">#2335</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/0f0b6445522ea89beaa829af7319ea5852770802"><code>0f0b644</code></a> [Main] [Release] Increase version to 3.2.0 (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2326">#2326</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/f2565757ebf26f95e3b5ce4e16341188b36139ae"><code>f256575</code></a> change cfg sync mode (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2333">#2333</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/50d893a00e9005a7d2d23d042876a72aaf087114"><code>50d893a</code></a> [main] fix deprecated size pic, point to new url (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2329">#2329</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/7bcd35c5eadd6449a18a88a71fe2eb2ea56dca35"><code>7bcd35c</code></a> [Main][Task]27742145: Change nonOverrideCfgs to be added only during initiali...</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/9375ed33ce5045e5fef37af98a5747bc4cc7b0ba"><code>9375ed3</code></a> Reset the version number for DataCacheHelper (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2331">#2331</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/14cc7a37d11c7b3f283af92564b2cdef65c9862e"><code>14cc7a3</code></a> fix msazure test (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2328">#2328</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/dbaa425ec041743e4272821ac90d0da5b2b8c617"><code>dbaa425</code></a> fix test (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2327">#2327</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/c7bb1c4d2618bc5d07e6db63b75011d6413b03b6"><code>c7bb1c4</code></a> [Main][Task]27079894: Add a max retry count for Sender (<a href="https://redirect.github.com/microsoft/ApplicationInsights-JS/issues/2324">#2324</a>)</li> <li><a href="https://github.com/microsoft/ApplicationInsights-JS/commit/db6f36c898c1fab9ab12629f83d41d92ce1eaf71"><code>db6f36c</code></a> [Main][Task]25716927: Change default CfgSync values to turn on the ikey depre...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/ApplicationInsights-JS/compare/3.1.2...3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/applicationinsights-web&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14023) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information