Skip to content

Commit 66cec49

Browse files
authored
Merge pull request #500 from ember-codemods/update-telemetry-helpers
update ember-codemods-telemetry-helpers to support M1 macs
2 parents 966d37d + d4e84b7 commit 66cec49

File tree

2 files changed

+108
-49
lines changed

2 files changed

+108
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"codemod-cli": "^3.1.2",
3939
"debug": "^4.3.1",
40-
"ember-codemods-telemetry-helpers": "^2.1.0",
40+
"ember-codemods-telemetry-helpers": "^3.0.0",
4141
"ember-template-recast": "^5.0.1",
4242
"winston": "^3.3.3"
4343
},

yarn.lock

+107-48
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,13 @@ agent-base@5:
13831383
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
13841384
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
13851385

1386+
agent-base@6:
1387+
version "6.0.2"
1388+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
1389+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
1390+
dependencies:
1391+
debug "4"
1392+
13861393
agent-base@~4.2.1:
13871394
version "4.2.1"
13881395
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
@@ -2255,6 +2262,13 @@ coveralls@^3.1.0:
22552262
minimist "^1.2.5"
22562263
request "^2.88.2"
22572264

2265+
2266+
version "3.1.5"
2267+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2268+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
2269+
dependencies:
2270+
node-fetch "2.6.7"
2271+
22582272
cross-spawn@^6.0.0:
22592273
version "6.0.5"
22602274
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -2320,6 +2334,13 @@ debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, de
23202334
dependencies:
23212335
ms "2.1.2"
23222336

2337+
2338+
version "4.3.4"
2339+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2340+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2341+
dependencies:
2342+
ms "2.1.2"
2343+
23232344
debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
23242345
version "2.6.9"
23252346
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -2445,10 +2466,10 @@ detect-newline@^3.0.0:
24452466
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
24462467
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
24472468

2448-
2449-
version "0.0.818844"
2450-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
2451-
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
2469+
2470+
version "0.0.1019158"
2471+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz#4b08d06108a784a2134313149626ba55f030a86f"
2472+
integrity sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ==
24522473

24532474
diff-sequences@^26.6.2:
24542475
version "26.6.2"
@@ -2496,14 +2517,14 @@ ecc-jsbn@~0.1.1:
24962517
jsbn "~0.1.0"
24972518
safer-buffer "^2.1.0"
24982519

2499-
ember-codemods-telemetry-helpers@^2.1.0:
2500-
version "2.1.0"
2501-
resolved "https://registry.yarnpkg.com/ember-codemods-telemetry-helpers/-/ember-codemods-telemetry-helpers-2.1.0.tgz#99625bfbaedd990d7a0a2ea964c4f677a921647c"
2502-
integrity sha512-ZDKQRjPcv7YnzzHn479slHlK57HvVbIAldySGrUao+sl3XRLlTAEeVJNZRZNn+wG/vNwcF11c2GRXW2vPrhiPQ==
2520+
ember-codemods-telemetry-helpers@^3.0.0:
2521+
version "3.0.0"
2522+
resolved "https://registry.yarnpkg.com/ember-codemods-telemetry-helpers/-/ember-codemods-telemetry-helpers-3.0.0.tgz#ec224d333921f6ed009223fe4a89324e6b2d293c"
2523+
integrity sha512-KeoxTtti8joXebZ6boIwyivS5Ow8HxsGOOxrJzja4a0p13cUPK7ChgPBBkABNms6M8mSQeruIYQzk9MA6pHzHA==
25032524
dependencies:
25042525
fs-extra "^8.1.0"
25052526
git-repo-info "^2.1.0"
2506-
puppeteer "^5.1.0"
2527+
puppeteer "^15.3.2"
25072528
sync-disk-cache "^1.3.3"
25082529
walk-sync "^2.0.2"
25092530

@@ -2887,7 +2908,7 @@ extglob@^2.0.4:
28872908
snapdragon "^0.8.1"
28882909
to-regex "^3.0.1"
28892910

2890-
extract-zip@^2.0.0:
2911+
28912912
version "2.0.1"
28922913
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
28932914
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
@@ -3494,6 +3515,14 @@ http2-wrapper@^1.0.0-beta.5.2:
34943515
quick-lru "^5.1.1"
34953516
resolve-alpn "^1.0.0"
34963517

3518+
3519+
version "5.0.1"
3520+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
3521+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
3522+
dependencies:
3523+
agent-base "6"
3524+
debug "4"
3525+
34973526
https-proxy-agent@^4.0.0:
34983527
version "4.0.0"
34993528
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
@@ -5058,6 +5087,13 @@ node-dir@^0.1.17:
50585087
dependencies:
50595088
minimatch "^3.0.2"
50605089

5090+
5091+
version "2.6.7"
5092+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5093+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5094+
dependencies:
5095+
whatwg-url "^5.0.0"
5096+
50615097
node-fetch@^2.3.0, node-fetch@^2.6.1:
50625098
version "2.6.1"
50635099
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
@@ -5518,20 +5554,20 @@ pirates@^4.0.0, pirates@^4.0.1:
55185554
dependencies:
55195555
node-modules-regexp "^1.0.0"
55205556

5557+
[email protected], pkg-dir@^4.2.0:
5558+
version "4.2.0"
5559+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
5560+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
5561+
dependencies:
5562+
find-up "^4.0.0"
5563+
55215564
pkg-dir@^3.0.0:
55225565
version "3.0.0"
55235566
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
55245567
integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
55255568
dependencies:
55265569
find-up "^3.0.0"
55275570

5528-
pkg-dir@^4.2.0:
5529-
version "4.2.0"
5530-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
5531-
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
5532-
dependencies:
5533-
find-up "^4.0.0"
5534-
55355571
pkg-up@^3.1.0:
55365572
version "3.1.0"
55375573
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -5586,7 +5622,7 @@ process-nextick-args@~2.0.0:
55865622
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
55875623
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
55885624

5589-
progress@^2.0.0, progress@^2.0.1:
5625+
[email protected].3, progress@^2.0.0:
55905626
version "2.0.3"
55915627
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
55925628
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -5617,10 +5653,10 @@ protocols@^1.1.0, protocols@^1.4.0:
56175653
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32"
56185654
integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg==
56195655

5620-
proxy-from-env@^1.0.0:
5621-
version "1.0.0"
5622-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
5623-
integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
5656+
proxy-from-env@1.1.0:
5657+
version "1.1.0"
5658+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5659+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
56245660

56255661
psl@^1.1.28:
56265662
version "1.4.0"
@@ -5647,23 +5683,23 @@ pupa@^2.1.1:
56475683
dependencies:
56485684
escape-goat "^2.0.0"
56495685

5650-
puppeteer@^5.1.0:
5651-
version "5.5.0"
5652-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
5653-
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
5654-
dependencies:
5655-
debug "^4.1.0"
5656-
devtools-protocol "0.0.818844"
5657-
extract-zip "^2.0.0"
5658-
https-proxy-agent "^4.0.0"
5659-
node-fetch "^2.6.1"
5660-
pkg-dir "^4.2.0"
5661-
progress "^2.0.1"
5662-
proxy-from-env "^1.0.0"
5663-
rimraf "^3.0.2"
5664-
tar-fs "^2.0.0"
5665-
unbzip2-stream "^1.3.3"
5666-
ws "^7.2.3"
5686+
puppeteer@^15.3.2:
5687+
version "15.5.0"
5688+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.5.0.tgz#446e01547ba0f47c37ac2148e5333433b4ecb371"
5689+
integrity sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==
5690+
dependencies:
5691+
cross-fetch "3.1.5"
5692+
debug "4.3.4"
5693+
devtools-protocol "0.0.1019158"
5694+
extract-zip "2.0.1"
5695+
https-proxy-agent "5.0.1"
5696+
pkg-dir "4.2.0"
5697+
progress "2.0.3"
5698+
proxy-from-env "1.1.0"
5699+
rimraf "3.0.2"
5700+
tar-fs "2.1.1"
5701+
unbzip2-stream "1.4.3"
5702+
ws "8.8.0"
56675703

56685704
qs@~6.5.2:
56695705
version "6.5.2"
@@ -5988,6 +6024,13 @@ reusify@^1.0.0:
59886024
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
59896025
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
59906026

6027+
[email protected], rimraf@^3.0.2:
6028+
version "3.0.2"
6029+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
6030+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
6031+
dependencies:
6032+
glob "^7.1.3"
6033+
59916034
rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.7.1:
59926035
version "2.7.1"
59936036
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
@@ -6002,13 +6045,6 @@ rimraf@^3.0.0:
60026045
dependencies:
60036046
glob "^7.1.3"
60046047

6005-
rimraf@^3.0.2:
6006-
version "3.0.2"
6007-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
6008-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
6009-
dependencies:
6010-
glob "^7.1.3"
6011-
60126048
rimraf@~2.2.6:
60136049
version "2.2.8"
60146050
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
@@ -6531,7 +6567,7 @@ table@^6.0.4:
65316567
slice-ansi "^4.0.0"
65326568
string-width "^4.2.0"
65336569

6534-
tar-fs@^2.0.0:
6570+
tar-fs@2.1.1:
65356571
version "2.1.1"
65366572
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
65376573
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
@@ -6708,6 +6744,11 @@ tr46@^2.0.0:
67086744
dependencies:
67096745
punycode "^2.1.1"
67106746

6747+
tr46@~0.0.3:
6748+
version "0.0.3"
6749+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6750+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
6751+
67116752
triple-beam@^1.2.0, triple-beam@^1.3.0:
67126753
version "1.3.0"
67136754
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
@@ -6781,7 +6822,7 @@ typedarray-to-buffer@^3.1.5:
67816822
dependencies:
67826823
is-typedarray "^1.0.0"
67836824

6784-
unbzip2-stream@^1.3.3:
6825+
unbzip2-stream@1.4.3:
67856826
version "1.4.3"
67866827
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
67876828
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
@@ -7002,6 +7043,11 @@ wcwidth@^1.0.1:
70027043
dependencies:
70037044
defaults "^1.0.3"
70047045

7046+
webidl-conversions@^3.0.0:
7047+
version "3.0.1"
7048+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7049+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7050+
70057051
webidl-conversions@^5.0.0:
70067052
version "5.0.0"
70077053
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -7024,6 +7070,14 @@ whatwg-mimetype@^2.3.0:
70247070
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
70257071
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
70267072

7073+
whatwg-url@^5.0.0:
7074+
version "5.0.0"
7075+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7076+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7077+
dependencies:
7078+
tr46 "~0.0.3"
7079+
webidl-conversions "^3.0.0"
7080+
70277081
whatwg-url@^8.0.0:
70287082
version "8.0.0"
70297083
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.0.0.tgz#37f256cb746398e19b107bd6ef820b4ae2d15871"
@@ -7157,6 +7211,11 @@ write-file-atomic@^3.0.0:
71577211
signal-exit "^3.0.2"
71587212
typedarray-to-buffer "^3.1.5"
71597213

7214+
7215+
version "8.8.0"
7216+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
7217+
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==
7218+
71607219
ws@^7.2.3:
71617220
version "7.2.5"
71627221
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d"

0 commit comments

Comments
 (0)