[Snyk] Upgrade vscode-extension-telemetry from 0.1.1 to 0.4.3 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade vscode-extension-telemetry from 0.1.1 to 0.4.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: vscode-extension-telemetry
With the recent addition of lazy-loading it was possible to get into a state where logged telemetry wouldn't be sent due to the client not being ready. This releases adds caching which stores logged events created before the client is ready and then sends them once it is. Additionally, a larger refactor was done internally to reduce duplicated appender code.
isNewAppInstall
Adds dynamic imports to the app insights modules so that when telemetry is off they don't load at all. Minor performance improvements might be seen when telemetry is off due to not loading these additional modules.
Note: This version bumped our target from ES6 to ES2020 due to these dynamic imports
telemetry.telemetryLevel
for more granularity between turning off all telemetry and still allowing error telemetry. This update now supports and respects that setting.common.product
which says where VS Code is running, i.e. desktop, codespaces, github.dev.d.ts
file for intellisenseBad CI caused package to get published without any source files. This fixes that and publishes a fixed package
This release introduces some minor improvements to the package
passwd
as well rather than justpassword
.Fixes issue surrounding typings where errorProps was removed
Fixes errors preventing module use caused by
isNewAppInstall
being a boolean. Thanks to @ ryanluker for #69Context can possibly be undefined in the web causing the module to fail to initialize. This release removes that to allow for the module to load on the web
Commit messages
Package name: vscode-extension-telemetry
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs