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

[Snyk] Upgrade vscode-extension-telemetry from 0.1.1 to 0.4.3 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade vscode-extension-telemetry from 0.1.1 to 0.4.3.

merge advice
ℹ️ 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.


  • The recommended version is 23 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-11-08.
Release notes
Package name: vscode-extension-telemetry
  • 0.4.3 - 2021-11-08

    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.

  • 0.4.2 - 2021-10-01
    • Fix old version of VS Code not respecting telemetry setting
    • Fix old version of VS Code throw with isNewAppInstall
  • 0.4.1 - 2021-09-23

    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

  • 0.4.0 - 2021-09-16
    • VS Code has introduced telemetry.telemetryLevel for more granularity between turning off all telemetry and still allowing error telemetry. This update now supports and respects that setting.
    • Add new common property common.product which says where VS Code is running, i.e. desktop, codespaces, github.dev
  • 0.3.2 - 2021-08-27
    • Add JS Doc comments to .d.ts file for intellisense
    • Better cleaning of possibly leaked user data by looking for keywords such as key & token
    • Lower target to Node 12 to support older extensions
  • 0.3.1 - 2021-08-27

    Bad CI caused package to get published without any source files. This fixes that and publishes a fixed package

  • 0.3.0 - 2021-08-27

    This release introduces some minor improvements to the package

    • Redact passwd as well rather than just password.
    • Don't ping the endpoint in web to test for adblock if telemetry is disabled as this may look like we're sending telemetry when we're not
    • Added GitHub action + cleaned up build script to allow for automated release when a GitHub release is created
  • 0.2.9 - 2021-08-23

    Fixes issue surrounding typings where errorProps was removed
    Fixes errors preventing module use caused by isNewAppInstall being a boolean. Thanks to @ ryanluker for #69

  • 0.2.8 - 2021-08-10

    Context 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

  • 0.2.7 - 2021-08-09
    • Update the package to be more aggressive at cleaning out things like emails, and usernames from the sent data.
    • Update typings so they can be reused throughout the package and externally
  • 0.2.6 - 2021-08-02
  • 0.2.5 - 2021-08-02
  • 0.2.4 - 2021-07-29
  • 0.2.3 - 2021-07-29
  • 0.2.2 - 2021-07-26
  • 0.2.1 - 2021-07-20
  • 0.2.0 - 2021-07-19
  • 0.1.7 - 2021-03-09
  • 0.1.6 - 2020-05-11
  • 0.1.5 - 2020-04-30
  • 0.1.4 - 2020-04-28
  • 0.1.3 - 2020-04-25
  • 0.1.2 - 2019-07-03
  • 0.1.1 - 2019-01-11
from vscode-extension-telemetry GitHub release notes
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: button to tweet a sandbox Give me a contributor badge, dammit! 😄
1 participant