Skip to content

Commit a16631d

Browse files
committed
chore: move octokit to single version policy, add @actions packages
1 parent 971121e commit a16631d

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
"update-snapshots": "lage update-snapshots --verbose"
6565
},
6666
"devDependencies": {
67+
"@actions/core": "1.9.1",
68+
"@actions/github": "5.0.3",
6769
"@azure/data-tables": "13.0.0",
6870
"@babel/core": "7.14.8",
6971
"@babel/plugin-proposal-class-properties": "7.14.5",

yarn.lock

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
# yarn lockfile v1
33

44

5+
"@actions/[email protected]":
6+
version "1.9.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8+
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
9+
dependencies:
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
12+
13+
"@actions/[email protected]":
14+
version "5.0.3"
15+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
16+
integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
17+
dependencies:
18+
"@actions/http-client" "^2.0.1"
19+
"@octokit/core" "^3.6.0"
20+
"@octokit/plugin-paginate-rest" "^2.17.0"
21+
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
22+
23+
"@actions/http-client@^2.0.1":
24+
version "2.0.1"
25+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
26+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
27+
dependencies:
28+
tunnel "^0.0.6"
29+
530
"@ampproject/remapping@^2.1.0":
631
version "2.2.0"
732
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
@@ -3386,7 +3411,7 @@
33863411
dependencies:
33873412
"@octokit/types" "^6.0.3"
33883413

3389-
"@octokit/core@^3.5.1":
3414+
"@octokit/core@^3.5.1", "@octokit/core@^3.6.0":
33903415
version "3.6.0"
33913416
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
33923417
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
@@ -3431,6 +3456,11 @@
34313456
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
34323457
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
34333458

3459+
"@octokit/openapi-types@^12.11.0":
3460+
version "12.11.0"
3461+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0"
3462+
integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==
3463+
34343464
"@octokit/plugin-enterprise-rest@^6.0.1":
34353465
version "6.0.1"
34363466
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
@@ -3450,6 +3480,13 @@
34503480
dependencies:
34513481
"@octokit/types" "^6.34.0"
34523482

3483+
"@octokit/plugin-paginate-rest@^2.17.0":
3484+
version "2.21.3"
3485+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz#7f12532797775640dbb8224da577da7dc210c87e"
3486+
integrity sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==
3487+
dependencies:
3488+
"@octokit/types" "^6.40.0"
3489+
34533490
"@octokit/plugin-request-log@^1.0.0":
34543491
version "1.0.0"
34553492
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
@@ -3476,6 +3513,14 @@
34763513
"@octokit/types" "^6.34.0"
34773514
deprecation "^2.3.1"
34783515

3516+
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
3517+
version "5.16.2"
3518+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342"
3519+
integrity sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==
3520+
dependencies:
3521+
"@octokit/types" "^6.39.0"
3522+
deprecation "^2.3.1"
3523+
34793524
"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
34803525
version "1.0.4"
34813526
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.0.4.tgz#15e1dc22123ba4a9a4391914d80ec1e5303a23be"
@@ -3565,6 +3610,13 @@
35653610
dependencies:
35663611
"@octokit/openapi-types" "^11.2.0"
35673612

3613+
"@octokit/types@^6.39.0", "@octokit/types@^6.40.0":
3614+
version "6.41.0"
3615+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"
3616+
integrity sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==
3617+
dependencies:
3618+
"@octokit/openapi-types" "^12.11.0"
3619+
35683620
"@opencensus/[email protected]":
35693621
version "0.0.7"
35703622
resolved "https://registry.yarnpkg.com/@opencensus/web-types/-/web-types-0.0.7.tgz#4426de1fe5aa8f624db395d2152b902874f0570a"

0 commit comments

Comments
 (0)