From 75409ecfb0a7b5b4614b2e0f62adb12ba53b0d46 Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:09:14 -0700 Subject: [PATCH] [Release] Increase version to 2.8.9 (#1936) --- AISKU/Tests/Perf/src/AISKUPerf.ts | 2 +- AISKU/Tests/Unit/src/AISKUSize.Tests.ts | 2 +- AISKU/Tests/Unit/src/CdnPackaging.tests.ts | 2 +- AISKU/package.json | 14 ++--- AISKULight/package.json | 8 +-- RELEASES.md | 15 +++++ .../Tests/Unit/src/Sender.tests.ts | 2 +- .../package.json | 6 +- common/config/rush/npm-shrinkwrap.json | 56 +++++++++---------- .../package.json | 10 ++-- .../package.json | 8 +-- .../package.json | 6 +- .../package.json | 6 +- .../package.json | 4 +- .../package.json | 6 +- gruntfile.js | 2 +- package.json | 2 +- shared/AppInsightsCommon/package.json | 4 +- shared/AppInsightsCore/package.json | 2 +- tools/chrome-debug-extension/manifest.json | 4 +- tools/chrome-debug-extension/package.json | 6 +- tools/config/package.json | 4 +- version.json | 30 +++++----- 23 files changed, 110 insertions(+), 91 deletions(-) diff --git a/AISKU/Tests/Perf/src/AISKUPerf.ts b/AISKU/Tests/Perf/src/AISKUPerf.ts index f435a5a6a..1d6540bc5 100644 --- a/AISKU/Tests/Perf/src/AISKUPerf.ts +++ b/AISKU/Tests/Perf/src/AISKUPerf.ts @@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass { * should update version after new release * version with doperf(): after 2.5.6 * */ - var defaultVer = "2.8.8"; + var defaultVer = "2.8.9"; this.version = ver? ver:this._getQueryParameterVersion(defaultVer); this.perfEventsBuffer = []; this.perfEventWaitBuffer = []; diff --git a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts index e859cc2e5..c2f46e0a3 100644 --- a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts +++ b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts @@ -10,7 +10,7 @@ export class AISKUSizeCheck extends AITestClass { private readonly MAX_BUNDLE_DEFLATE_SIZE = 47; private readonly rawFilePath = "../dist/applicationinsights-web.min.js"; // Automatically updated by version scripts - private readonly currentVer = "2.8.8"; + private readonly currentVer = "2.8.9"; private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts index 89a4b6017..0ea40406c 100644 --- a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts +++ b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts @@ -13,7 +13,7 @@ const enum CdnFormat { export class CdnPackagingChecks extends AITestClass { // Automatically updated by version scripts - private readonly currentVer = "2.8.8"; + private readonly currentVer = "2.8.9"; public testInitialize() { } diff --git a/AISKU/package.json b/AISKU/package.json index 985e8ba7a..4ea1c001f 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -68,12 +68,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-analytics-js": "2.8.8", - "@microsoft/applicationinsights-channel-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-dependencies-js": "2.8.8", - "@microsoft/applicationinsights-properties-js": "2.8.8" + "@microsoft/applicationinsights-analytics-js": "2.8.9", + "@microsoft/applicationinsights-channel-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9", + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-dependencies-js": "2.8.9", + "@microsoft/applicationinsights-properties-js": "2.8.9" }, "license": "MIT" } diff --git a/AISKULight/package.json b/AISKULight/package.json index e0243cf45..536de20e9 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights Javascript SDK core and channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -53,9 +53,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-common": "2.8.8", - "@microsoft/applicationinsights-channel-js": "2.8.8", - "@microsoft/applicationinsights-core-js": "2.8.8" + "@microsoft/applicationinsights-common": "2.8.9", + "@microsoft/applicationinsights-channel-js": "2.8.9", + "@microsoft/applicationinsights-core-js": "2.8.9" }, "license": "MIT" } diff --git a/RELEASES.md b/RELEASES.md index 78f263b88..90a3b14c4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,21 @@ > Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK. +## 2.8.9 (Oct 25th, 2022) + +- Updates Chrome Debug Extension to 0.3.9 + +### Changelog + +- #1920 Update to DynamicProto v1.1.7 +- #1935 Update to @microsoft/applicationinsights-shims: 2.0.2 + - #1911 Uncaught ReferenceError: global is not defined +- #1912 Update PerfTests to use the latest version +- #1916 [Bug] Fix randomly failing tests +- #1915 Fix CodeQL Identified potential Issues +- #1906 [Task]14569737: add throttle cdn config +- #1930 Remove the source-map-loader from the package.json as we don't use it. + ## Shims 2.0.2 (Oct 24th, 2022) ## Changelog diff --git a/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts b/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts index ca667c1c2..0f7749f70 100644 --- a/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts +++ b/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts @@ -724,7 +724,7 @@ export class SenderTests extends AITestClass { QUnit.assert.ok(baseData.ver); QUnit.assert.equal(2, baseData.ver); - QUnit.assert.equal("javascript:2.8.8", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); + QUnit.assert.equal("javascript:2.8.9", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); } }) diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 2da4220c5..f2a9cac76 100644 --- a/channels/applicationinsights-channel-js/package.json +++ b/channels/applicationinsights-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-channel-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -50,8 +50,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9" }, "license": "MIT" } diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 67e8354d5..a7967380d 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -467,7 +467,7 @@ "node_modules/@rush-temp/applicationinsights-analytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-analytics-js.tgz", - "integrity": "sha512-QHaBHknkQb1f7MT3wxLuPYvDluE0ofmYFdZDRb8v39X1lFlnMncLabjplDLYV71dL9Ah9m8X7E2CIWZwWLfUIg==", + "integrity": "sha512-vDMjGe5GAvcoNLPoytio6xIxnEjwnLPFa291SnNyXACm9NST1Q1NR1wFVwWnJpXyiHM05CgT8wU5FFIYskzTJg==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -493,7 +493,7 @@ "node_modules/@rush-temp/applicationinsights-channel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-channel-js.tgz", - "integrity": "sha512-h+oXOejXKQbLxqTObweyJS83oci24I0GzU6KAl9trHfO1H7/8LdLDpsTLvplx6ryEkBgu4lma23pIEDcCUUaRQ==", + "integrity": "sha512-gNhD8MZvgrIOb/Z7Y4zuK0Hhmzk9z4+TOhadu2SNsHlGD+507Q6IB1Ap1luYfplryZFuBj0sO3ZSx/GLGqd21w==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -517,7 +517,7 @@ "node_modules/@rush-temp/applicationinsights-chrome-debug-extension": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-chrome-debug-extension.tgz", - "integrity": "sha512-471j7YrsUJ/HM2Uy3RqX2L4/zVJYsGFbHDjmN/iAZSfdm31+//rrJ7Ty4RgYRcC7iBH5se16QzSi+Etumu8aug==", + "integrity": "sha512-6IV6dYAmOBz+lx7TE3dVMrFLxc3fq6ticsLQUgGZAFAZSCab5ySizgj8uf+jZX9pN5fSDhb0TIK78h8oKTXHqQ==", "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@nevware21/grunt-eslint-ts": "^0.2.2", @@ -550,7 +550,7 @@ "node_modules/@rush-temp/applicationinsights-clickanalytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-D+nugfUWW3XrQVxm6nqm3a/Dwqj2PkIG0gjR4HwdSsVh9jj1qGqWAKv4BNPgAwTQN87CtDyIOT1jguGMWdEEzw==", + "integrity": "sha512-3n9VfrymlXrh5KWBTo21Y+hi6ZUINaHtxTzB4iltkhqSWd6TpIKkodJZYSXlcXkiGtdVBrDPCee1QjP0TBM6Og==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -573,7 +573,7 @@ "node_modules/@rush-temp/applicationinsights-common": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-common.tgz", - "integrity": "sha512-cZmDo/MKnDtFO+ncalX/X67ERVBmFeG0mC6qi4YK1T+7lHOFgIqrphUXHJG/K7Uxzg673VweGk5zxTlkzFBKyQ==", + "integrity": "sha512-+jxGYSn7ykA/SN0Rp1e/XUmy7lN80wJGhZ58mc/jPUiCAQMjYGqQDcqTMCd2oQ4MSMjTEKaZoBzLPM5e8oPD4w==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -623,7 +623,7 @@ "node_modules/@rush-temp/applicationinsights-debugplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-GfdDtmSa+gXG4mHEjUfhqCJ38YM2hCY7TXKjMAr8IhRPYhJAdcogLC7iKa5Z8tuMn/ndWSQ0g8Qc8OOTMSI7DA==", + "integrity": "sha512-48/z9b2+nOYpWynwUedLTGjEElgQLCEaD0MH3Mjpzp+9MTaN6/X2O0gaLmny5YCei203RvBj4ifvUCYx9x7S5g==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -646,7 +646,7 @@ "node_modules/@rush-temp/applicationinsights-dependencies-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-dependencies-js.tgz", - "integrity": "sha512-mk+Jz2kvzV/PXKbUu1PbQw46iChW+XXHPWVrfp4lRfIOmJZbzLDpNTigeNKMtckmrILzSn1e63Fj/JREVxFihw==", + "integrity": "sha512-qOqxkhFEA0Wc7+IdrWUEkNsMHBOMPP9fRqO6TLQUSn/Ly0nlF/2uqE7J/1oSW9AqgdeKPmXIUJOnQZjqzZod/A==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -680,7 +680,7 @@ "node_modules/@rush-temp/applicationinsights-perfmarkmeasure-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-perfmarkmeasure-js.tgz", - "integrity": "sha512-HfeGAHVRPgduvyRE1DHJIWBSYEA/2QIe5tNBZloQRQ223GFgEuqi2MSjFV82sDUP0g9yGuVwlmrs5P8fWkSi/w==", + "integrity": "sha512-EdC+sb7Yr5pjMFxIyNQloX6XOvBWdqkB6/RRWe800AmdcLQA+uOVY7JG+JEakTo6W+wiVbJIYzDJ9NZk3g6WsA==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -703,7 +703,7 @@ "node_modules/@rush-temp/applicationinsights-properties-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-properties-js.tgz", - "integrity": "sha512-ZNkqSv+1nKsnHoImYhEtFg9lUZCAFcgYRNxTRLQfdLr2AZaUVuZmHb0R2aGFuwmUs8plomj2XNAYMrF4LhNTEQ==", + "integrity": "sha512-YR6nEnxIIvgAKQh8IMCgG6poqJUmC117mGMxiszuFgkrO6aF2zzbH08crsYtYIlIgOtdvu/f5rXZbHuquTIUsg==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -788,7 +788,7 @@ "node_modules/@rush-temp/applicationinsights-web": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web.tgz", - "integrity": "sha512-deP7IOwG9PvGdtFZhvbiTQVNf2Z1LkTsH5nImjXyp0W1pMD8wU1JC53TmnYUUxvCDWQP9ZzCnrlC1earkh4sQQ==", + "integrity": "sha512-rjM3jsPlOvMvSjTrWUEH0cvCCfZN0Td2R+l0cKIp2+Zywfr83RMU1UTax1jRS8UQiHK2AhR+POZpMJjr4pnlhg==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -816,7 +816,7 @@ "node_modules/@rush-temp/applicationinsights-web-basic": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-basic.tgz", - "integrity": "sha512-iEQBjlsmo86/0SwmaD0VS1z7z/9DLWDM2Mr1Ug5CwGO8s1lYHZDTxKWoHOgl79P6F3es/FCjz07WUlccY+j82A==", + "integrity": "sha512-CIopBJPpr8wvqZqLd2mwQT+HEMMLV0hSVTXFafCCxFA2Ml0UZj2KKq8QDy6i0FTRHdIiyOfzkY7eXGhxHIKAbQ==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -1686,9 +1686,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001423", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz", - "integrity": "sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==", + "version": "1.0.30001425", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz", + "integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==", "funding": [ { "type": "opencollective", @@ -5738,7 +5738,7 @@ }, "@rush-temp/applicationinsights-analytics-js": { "version": "file:projects\\applicationinsights-analytics-js.tgz", - "integrity": "sha512-QHaBHknkQb1f7MT3wxLuPYvDluE0ofmYFdZDRb8v39X1lFlnMncLabjplDLYV71dL9Ah9m8X7E2CIWZwWLfUIg==", + "integrity": "sha512-vDMjGe5GAvcoNLPoytio6xIxnEjwnLPFa291SnNyXACm9NST1Q1NR1wFVwWnJpXyiHM05CgT8wU5FFIYskzTJg==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5763,7 +5763,7 @@ }, "@rush-temp/applicationinsights-channel-js": { "version": "file:projects\\applicationinsights-channel-js.tgz", - "integrity": "sha512-h+oXOejXKQbLxqTObweyJS83oci24I0GzU6KAl9trHfO1H7/8LdLDpsTLvplx6ryEkBgu4lma23pIEDcCUUaRQ==", + "integrity": "sha512-gNhD8MZvgrIOb/Z7Y4zuK0Hhmzk9z4+TOhadu2SNsHlGD+507Q6IB1Ap1luYfplryZFuBj0sO3ZSx/GLGqd21w==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5786,7 +5786,7 @@ }, "@rush-temp/applicationinsights-chrome-debug-extension": { "version": "file:projects\\applicationinsights-chrome-debug-extension.tgz", - "integrity": "sha512-471j7YrsUJ/HM2Uy3RqX2L4/zVJYsGFbHDjmN/iAZSfdm31+//rrJ7Ty4RgYRcC7iBH5se16QzSi+Etumu8aug==", + "integrity": "sha512-6IV6dYAmOBz+lx7TE3dVMrFLxc3fq6ticsLQUgGZAFAZSCab5ySizgj8uf+jZX9pN5fSDhb0TIK78h8oKTXHqQ==", "requires": { "@microsoft/dynamicproto-js": "^1.1.7", "@nevware21/grunt-eslint-ts": "^0.2.2", @@ -5818,7 +5818,7 @@ }, "@rush-temp/applicationinsights-clickanalytics-js": { "version": "file:projects\\applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-D+nugfUWW3XrQVxm6nqm3a/Dwqj2PkIG0gjR4HwdSsVh9jj1qGqWAKv4BNPgAwTQN87CtDyIOT1jguGMWdEEzw==", + "integrity": "sha512-3n9VfrymlXrh5KWBTo21Y+hi6ZUINaHtxTzB4iltkhqSWd6TpIKkodJZYSXlcXkiGtdVBrDPCee1QjP0TBM6Og==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5840,7 +5840,7 @@ }, "@rush-temp/applicationinsights-common": { "version": "file:projects\\applicationinsights-common.tgz", - "integrity": "sha512-cZmDo/MKnDtFO+ncalX/X67ERVBmFeG0mC6qi4YK1T+7lHOFgIqrphUXHJG/K7Uxzg673VweGk5zxTlkzFBKyQ==", + "integrity": "sha512-+jxGYSn7ykA/SN0Rp1e/XUmy7lN80wJGhZ58mc/jPUiCAQMjYGqQDcqTMCd2oQ4MSMjTEKaZoBzLPM5e8oPD4w==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5888,7 +5888,7 @@ }, "@rush-temp/applicationinsights-debugplugin-js": { "version": "file:projects\\applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-GfdDtmSa+gXG4mHEjUfhqCJ38YM2hCY7TXKjMAr8IhRPYhJAdcogLC7iKa5Z8tuMn/ndWSQ0g8Qc8OOTMSI7DA==", + "integrity": "sha512-48/z9b2+nOYpWynwUedLTGjEElgQLCEaD0MH3Mjpzp+9MTaN6/X2O0gaLmny5YCei203RvBj4ifvUCYx9x7S5g==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5910,7 +5910,7 @@ }, "@rush-temp/applicationinsights-dependencies-js": { "version": "file:projects\\applicationinsights-dependencies-js.tgz", - "integrity": "sha512-mk+Jz2kvzV/PXKbUu1PbQw46iChW+XXHPWVrfp4lRfIOmJZbzLDpNTigeNKMtckmrILzSn1e63Fj/JREVxFihw==", + "integrity": "sha512-qOqxkhFEA0Wc7+IdrWUEkNsMHBOMPP9fRqO6TLQUSn/Ly0nlF/2uqE7J/1oSW9AqgdeKPmXIUJOnQZjqzZod/A==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5942,7 +5942,7 @@ }, "@rush-temp/applicationinsights-perfmarkmeasure-js": { "version": "file:projects\\applicationinsights-perfmarkmeasure-js.tgz", - "integrity": "sha512-HfeGAHVRPgduvyRE1DHJIWBSYEA/2QIe5tNBZloQRQ223GFgEuqi2MSjFV82sDUP0g9yGuVwlmrs5P8fWkSi/w==", + "integrity": "sha512-EdC+sb7Yr5pjMFxIyNQloX6XOvBWdqkB6/RRWe800AmdcLQA+uOVY7JG+JEakTo6W+wiVbJIYzDJ9NZk3g6WsA==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -5964,7 +5964,7 @@ }, "@rush-temp/applicationinsights-properties-js": { "version": "file:projects\\applicationinsights-properties-js.tgz", - "integrity": "sha512-ZNkqSv+1nKsnHoImYhEtFg9lUZCAFcgYRNxTRLQfdLr2AZaUVuZmHb0R2aGFuwmUs8plomj2XNAYMrF4LhNTEQ==", + "integrity": "sha512-YR6nEnxIIvgAKQh8IMCgG6poqJUmC117mGMxiszuFgkrO6aF2zzbH08crsYtYIlIgOtdvu/f5rXZbHuquTIUsg==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -6045,7 +6045,7 @@ }, "@rush-temp/applicationinsights-web": { "version": "file:projects\\applicationinsights-web.tgz", - "integrity": "sha512-deP7IOwG9PvGdtFZhvbiTQVNf2Z1LkTsH5nImjXyp0W1pMD8wU1JC53TmnYUUxvCDWQP9ZzCnrlC1earkh4sQQ==", + "integrity": "sha512-rjM3jsPlOvMvSjTrWUEH0cvCCfZN0Td2R+l0cKIp2+Zywfr83RMU1UTax1jRS8UQiHK2AhR+POZpMJjr4pnlhg==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -6072,7 +6072,7 @@ }, "@rush-temp/applicationinsights-web-basic": { "version": "file:projects\\applicationinsights-web-basic.tgz", - "integrity": "sha512-iEQBjlsmo86/0SwmaD0VS1z7z/9DLWDM2Mr1Ug5CwGO8s1lYHZDTxKWoHOgl79P6F3es/FCjz07WUlccY+j82A==", + "integrity": "sha512-CIopBJPpr8wvqZqLd2mwQT+HEMMLV0hSVTXFafCCxFA2Ml0UZj2KKq8QDy6i0FTRHdIiyOfzkY7eXGhxHIKAbQ==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.7", @@ -6730,9 +6730,9 @@ "peer": true }, "caniuse-lite": { - "version": "1.0.30001423", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz", - "integrity": "sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==" + "version": "1.0.30001425", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz", + "integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==" }, "chalk": { "version": "4.1.2", diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index 31aa0d4fc..b8e0847ee 100644 --- a/extensions/applicationinsights-analytics-js/package.json +++ b/extensions/applicationinsights-analytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-analytics-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -29,8 +29,8 @@ "@microsoft/ai-test-framework": "0.0.1", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es3": "1.1.3", - "@microsoft/applicationinsights-properties-js": "2.8.8", - "@microsoft/applicationinsights-channel-js": "2.8.8", + "@microsoft/applicationinsights-properties-js": "2.8.9", + "@microsoft/applicationinsights-channel-js": "2.8.9", "@microsoft/api-extractor": "^7.18.1", "typescript": "^4.3.4", "tslib": "^2.0.0", @@ -56,8 +56,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9" }, "license": "MIT" } diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index 5fc9c0626..73c28cd46 100644 --- a/extensions/applicationinsights-clickanalytics-js/package.json +++ b/extensions/applicationinsights-clickanalytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-clickanalytics-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -47,9 +47,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8", - "@microsoft/applicationinsights-properties-js": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9", + "@microsoft/applicationinsights-properties-js": "2.8.9" }, "repository": { "type": "git", diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index 14221e03b..6d2e5c533 100644 --- a/extensions/applicationinsights-debugplugin-js/package.json +++ b/extensions/applicationinsights-debugplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-debugplugin-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -48,8 +48,8 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", - "@microsoft/applicationinsights-common": "2.8.8", - "@microsoft/applicationinsights-core-js": "2.8.8", + "@microsoft/applicationinsights-common": "2.8.9", + "@microsoft/applicationinsights-core-js": "2.8.9", "@microsoft/applicationinsights-shims": "2.0.2" }, "license": "MIT" diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 53c2cdd0f..270992421 100644 --- a/extensions/applicationinsights-dependencies-js/package.json +++ b/extensions/applicationinsights-dependencies-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-dependencies-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -53,8 +53,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9" }, "license": "MIT" } diff --git a/extensions/applicationinsights-perfmarkmeasure-js/package.json b/extensions/applicationinsights-perfmarkmeasure-js/package.json index fbd1a9e22..8ce2e6d6a 100644 --- a/extensions/applicationinsights-perfmarkmeasure-js/package.json +++ b/extensions/applicationinsights-perfmarkmeasure-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-perfmarkmeasure-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -51,7 +51,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index f7e016ed6..524420d4c 100644 --- a/extensions/applicationinsights-properties-js/package.json +++ b/extensions/applicationinsights-properties-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-properties-js", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -54,8 +54,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.7", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8" + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9" }, "license": "MIT" } diff --git a/gruntfile.js b/gruntfile.js index cd437435f..c7e7148a7 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -146,7 +146,7 @@ module.exports = function (grunt) { // const perfTestVersions = ["2.0.0","2.0.1","2.1.0","2.2.0","2.2.1","2.2.2","2.3.0","2.3.1", // "2.4.1","2.4.3","2.4.4","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","2.5.8","2.5.9","2.5.10","2.5.11", // "2.6.0","2.6.1","2.6.2","2.6.3","2.6.4","2.6.5","2.7.0"]; - const perfTestVersions=["2.8.8"]; + const perfTestVersions=["2.8.9"]; function buildConfig(modules) { var buildCmds = { diff --git a/package.json b/package.json index a2646b16a..8a1bea41a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "2.8.8", + "version": "2.8.9", "keywords": [ "browser performance monitoring", "script errors", diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index e7e89f37d..54b124dfd 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -51,7 +51,7 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.8", + "@microsoft/applicationinsights-core-js": "2.8.9", "@microsoft/dynamicproto-js": "^1.1.7" }, "license": "MIT" diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index 7ca62e1a0..abee0a026 100644 --- a/shared/AppInsightsCore/package.json +++ b/shared/AppInsightsCore/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-core-js", "author": "Microsoft Application Insights Team", - "version": "2.8.8", + "version": "2.8.9", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ diff --git a/tools/chrome-debug-extension/manifest.json b/tools/chrome-debug-extension/manifest.json index 2e1c64060..3c0d372fd 100644 --- a/tools/chrome-debug-extension/manifest.json +++ b/tools/chrome-debug-extension/manifest.json @@ -2,8 +2,8 @@ "name": "Telemetry Viewer", "short_name": "Telemetry Viewer", "description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application", - "version": "0.3.8", - "version_name": "0.3.8", + "version": "0.3.9", + "version_name": "0.3.9", "manifest_version": 2, "icons": { "16": "images/icon-16.png", diff --git a/tools/chrome-debug-extension/package.json b/tools/chrome-debug-extension/package.json index 6c69eb33b..73d39cb84 100644 --- a/tools/chrome-debug-extension/package.json +++ b/tools/chrome-debug-extension/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-chrome-debug-extension", - "version": "0.3.8", + "version": "0.3.9", "description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application", "homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/chrome-debug-extension#readme", "keywords": [ @@ -42,8 +42,8 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@microsoft/applicationinsights-core-js": "2.8.8", - "@microsoft/applicationinsights-common": "2.8.8", + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/applicationinsights-common": "2.8.9", "@microsoft/applicationinsights-shims": "2.0.2", "@microsoft/dynamicproto-js": "^1.1.7", "file-saver": "^2.0.0", diff --git a/tools/config/package.json b/tools/config/package.json index 4d645aea5..9bc3bb707 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,7 +1,7 @@ { "name": "applicationinsights-web-config", - "description":" Application Insights JavaScript SDK - Web Config", - "version": "0.0.0", + "description": " Application Insights JavaScript SDK - Web Config", + "version": "0.0.1", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { diff --git a/version.json b/version.json index 3f9dc81bc..fc3950cdc 100644 --- a/version.json +++ b/version.json @@ -1,56 +1,60 @@ { "description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js", "usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'", - "release": "2.8.8", + "release": "2.8.9", "next": "patch", "pkgs": { "@microsoft/applicationinsights-web": { "package": "package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-web-basic": { "package": "AISKULight/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-channel-js": { "package": "channels/applicationinsights-channel-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-analytics-js": { "package": "extensions/applicationinsights-analytics-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-clickanalytics-js": { "package": "extensions/applicationinsights-clickanalytics-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-debugplugin-js": { "package": "extensions/applicationinsights-debugplugin-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-dependencies-js": { "package": "extensions/applicationinsights-dependencies-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-perfmarkmeasure-js": { "package": "extensions/applicationinsights-perfmarkmeasure-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-properties-js": { "package": "extensions/applicationinsights-properties-js/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-common": { "package": "shared/AppInsightsCommon/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-core-js": { "package": "shared/AppInsightsCore/package.json", - "release": "2.8.8" + "release": "2.8.9" }, "@microsoft/applicationinsights-chrome-debug-extension": { "package": "tools/chrome-debug-extension/package.json", - "release": "0.3.8" + "release": "0.3.9" + }, + "applicationinsights-web-config": { + "package": "tools/config/package.json", + "release": "0.0.1" } } }