Skip to content

Commit e932a05

Browse files
committed
Update telemetry extractor
1 parent fb72274 commit e932a05

File tree

2 files changed

+44
-40
lines changed

2 files changed

+44
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"vinyl-fs": "^3.0.0",
206206
"vscode-debugprotocol": "1.50.0",
207207
"vscode-nls-dev": "^3.3.1",
208-
"vscode-telemetry-extractor": "^1.8.0",
208+
"vscode-telemetry-extractor": "^1.9.3",
209209
"webpack": "^5.42.0",
210210
"webpack-cli": "^4.7.2",
211211
"webpack-stream": "^6.1.2",

yarn.lock

Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -470,12 +470,12 @@
470470
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
471471
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
472472

473-
"@ts-morph/common@~0.10.0":
474-
version "0.10.0"
475-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.10.0.tgz#d032ea6f6d4115b72fa50ad56009baebcc1e71b8"
476-
integrity sha512-6wC+CovwzxLP+bQZcqHJEbZ7ViaIfsid8VzsVjJRkdfCQ8C8K5mm1+9/wkgmn814BPATtgSgFuDmVJnIb8/leg==
473+
"@ts-morph/common@~0.11.1":
474+
version "0.11.1"
475+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.11.1.tgz#281af2a0642b19354d8aa07a0d50dfdb4aa8164e"
476+
integrity sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==
477477
dependencies:
478-
fast-glob "^3.2.5"
478+
fast-glob "^3.2.7"
479479
minimatch "^3.0.4"
480480
mkdirp "^1.0.4"
481481
path-browserify "^1.0.1"
@@ -1455,7 +1455,7 @@ arr-union@^3.1.0:
14551455
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
14561456
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
14571457

1458-
array-back@^3.0.1:
1458+
array-back@^3.0.1, array-back@^3.1.0:
14591459
version "3.1.0"
14601460
resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
14611461
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
@@ -2480,12 +2480,12 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
24802480
dependencies:
24812481
delayed-stream "~1.0.0"
24822482

2483-
command-line-args@^5.1.1:
2484-
version "5.1.1"
2485-
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.1.tgz#88e793e5bb3ceb30754a86863f0401ac92fd369a"
2486-
integrity sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==
2483+
command-line-args@^5.2.0:
2484+
version "5.2.0"
2485+
resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.0.tgz#087b02748272169741f1fd7c785b295df079b9be"
2486+
integrity sha512-4zqtU1hYsSJzcJBOcNZIbW5Fbk9BkjCp1pZVhQKoRaWL5J7N4XphDLwo8aWwdQpTugxwu+jf9u2ZhkXiqp5Z6A==
24872487
dependencies:
2488-
array-back "^3.0.1"
2488+
array-back "^3.1.0"
24892489
find-replace "^3.0.0"
24902490
lodash.camelcase "^4.3.0"
24912491
typical "^4.0.0"
@@ -3976,17 +3976,16 @@ fast-glob@^3.1.1, fast-glob@^3.2.4:
39763976
micromatch "^4.0.2"
39773977
picomatch "^2.2.1"
39783978

3979-
fast-glob@^3.2.5:
3980-
version "3.2.5"
3981-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
3982-
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
3979+
fast-glob@^3.2.7:
3980+
version "3.2.7"
3981+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3982+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
39833983
dependencies:
39843984
"@nodelib/fs.stat" "^2.0.2"
39853985
"@nodelib/fs.walk" "^1.2.3"
3986-
glob-parent "^5.1.0"
3986+
glob-parent "^5.1.2"
39873987
merge2 "^1.3.0"
3988-
micromatch "^4.0.2"
3989-
picomatch "^2.2.1"
3988+
micromatch "^4.0.4"
39903989

39913990
fast-json-stable-stringify@^2.0.0:
39923991
version "2.1.0"
@@ -4477,7 +4476,7 @@ glob-parent@^3.1.0:
44774476
is-glob "^3.1.0"
44784477
path-dirname "^1.0.0"
44794478

4480-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@~5.1.0:
4479+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.0:
44814480
version "5.1.2"
44824481
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
44834482
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -6517,6 +6516,14 @@ micromatch@^4.0.0, micromatch@^4.0.2:
65176516
braces "^3.0.1"
65186517
picomatch "^2.0.5"
65196518

6519+
micromatch@^4.0.4:
6520+
version "4.0.4"
6521+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
6522+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
6523+
dependencies:
6524+
braces "^3.0.1"
6525+
picomatch "^2.2.3"
6526+
65206527
miller-rabin@^4.0.0:
65216528
version "4.0.1"
65226529
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -7602,6 +7609,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
76027609
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
76037610
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
76047611

7612+
picomatch@^2.2.3:
7613+
version "2.3.0"
7614+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
7615+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
7616+
76057617
pidtree@^0.3.0:
76067618
version "0.3.1"
76077619
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
@@ -9911,12 +9923,12 @@ ts-loader@^9.2.3:
99119923
micromatch "^4.0.0"
99129924
semver "^7.3.4"
99139925

9914-
ts-morph@^11.0.0:
9915-
version "11.0.0"
9916-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-11.0.0.tgz#511b3caa194739fef0619367f8e65de9b475e1d4"
9917-
integrity sha512-u5y0jaft5c0sRFnU0K8cZhhsvPUtXjZK5L31JLIhP17qcqo9MDjwsSYLg3UryQDzlktv8wyf/UtoqpFLDYHijg==
9926+
ts-morph@^12.2.0:
9927+
version "12.2.0"
9928+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-12.2.0.tgz#3332319cecd44aff0b7b410f1fe39637499b1a1b"
9929+
integrity sha512-WHXLtFDcIRwoqaiu0elAoZ/AmI+SwwDafnPKjgJmdwJ2gRVO0jMKBt88rV2liT/c6MTsXyuWbGFiHe9MRddWJw==
99189930
dependencies:
9919-
"@ts-morph/common" "~0.10.0"
9931+
"@ts-morph/common" "~0.11.1"
99209932
code-block-writer "^10.1.1"
99219933

99229934
@@ -10447,14 +10459,6 @@ vscode-regexpp@^3.1.0:
1044710459
resolved "https://registry.yarnpkg.com/vscode-regexpp/-/vscode-regexpp-3.1.0.tgz#42d059b6fffe99bd42939c0d013f632f0cad823f"
1044810460
integrity sha512-pqtN65VC1jRLawfluX4Y80MMG0DHJydWhe5ZwMHewZD6sys4LbU6lHwFAHxeuaVE6Y6+xZOtAw+9hvq7/0ejkg==
1044910461

10450-
vscode-ripgrep@^1.11.3:
10451-
version "1.11.3"
10452-
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.11.3.tgz#a997f4f4535dfeb9d775f04053c1247454d7a37a"
10453-
integrity sha512-fdD+BciXiEO1iWTrV/S3sAthlK/tHRBjHF+aJIZDxUMD/q9wpNq+YPFEiLCrW+8epahfR19241DeVHHgX/I4Ww==
10454-
dependencies:
10455-
https-proxy-agent "^4.0.0"
10456-
proxy-from-env "^1.1.0"
10457-
1045810462
vscode-ripgrep@^1.12.1:
1045910463
version "1.12.1"
1046010464
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.12.1.tgz#4a319809d4010ea230659ce605fddacd1e36a589"
@@ -10463,14 +10467,14 @@ vscode-ripgrep@^1.12.1:
1046310467
https-proxy-agent "^4.0.0"
1046410468
proxy-from-env "^1.1.0"
1046510469

10466-
vscode-telemetry-extractor@^1.8.0:
10467-
version "1.8.0"
10468-
resolved "https://registry.yarnpkg.com/vscode-telemetry-extractor/-/vscode-telemetry-extractor-1.8.0.tgz#5562106fe2eebfce0593f336c91f5a5ddc154cee"
10469-
integrity sha512-jWe+caeLyB/F3V0EqsdkCC98wXx9+XLbm6EoPngz0sC4GOM7lcDSnVhUXzrIhZD/TSRPSPGlxp5r4/CrvhbmMQ==
10470+
vscode-telemetry-extractor@^1.9.3:
10471+
version "1.9.3"
10472+
resolved "https://registry.yarnpkg.com/vscode-telemetry-extractor/-/vscode-telemetry-extractor-1.9.3.tgz#239d89a13b49c5ffe49eb7b2a6f8c1021ff584c7"
10473+
integrity sha512-NWmao/CzDj347Minf+xuP/eDxSL7T6+bEABs3z/YcwXV9sHpcorXBqOVL7cZj1n+p0DQmyZUYo9byh3iXsx72g==
1047010474
dependencies:
10471-
command-line-args "^5.1.1"
10472-
ts-morph "^11.0.0"
10473-
vscode-ripgrep "^1.11.3"
10475+
command-line-args "^5.2.0"
10476+
ts-morph "^12.2.0"
10477+
vscode-ripgrep "^1.12.1"
1047410478

1047510479
1047610480
version "5.4.1"

0 commit comments

Comments
 (0)