Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 76cdbe3

Browse files
committed
fix: revert dependency updates on runner module (#784)
Runner module borken since PR d7f9cd7 Simply downgrade octokit/rest is not fxing the issue, therefore revert back.
1 parent fb3e5d2 commit 76cdbe3

File tree

2 files changed

+85
-51
lines changed

2 files changed

+85
-51
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"devDependencies": {
1818
"@types/aws-lambda": "^8.10.75",
1919
"@types/express": "^4.17.11",
20-
"@types/jest": "^26.0.22",
21-
"@typescript-eslint/eslint-plugin": "^4.22.0",
20+
"@types/jest": "^26.0.20",
21+
"@typescript-eslint/eslint-plugin": "^4.17.0",
2222
"@typescript-eslint/parser": "^4.22.0",
23-
"@vercel/ncc": "^0.28.3",
24-
"eslint": "^7.24.0",
23+
"@vercel/ncc": "^0.27.0",
24+
"eslint": "^7.22.0",
2525
"jest": "^26.6.3",
2626
"jest-mock-extended": "^1.0.13",
2727
"moment-timezone": "^0.5.33",
@@ -31,14 +31,14 @@
3131
},
3232
"dependencies": {
3333
"@octokit/auth-app": "^3.0.0",
34-
"@octokit/rest": "^18.5.2",
34+
"@octokit/rest": "^18.3.5",
3535
"@octokit/types": "^6.13.0",
3636
"@types/aws-lambda": "^8.10.75",
3737
"@types/express": "^4.17.11",
38-
"@types/node": "^14.14.41",
38+
"@types/node": "^14.14.34",
3939
"aws-sdk": "^2.888.0",
4040
"cron-parser": "^3.3.0",
41-
"typescript": "^4.2.4",
41+
"typescript": "^4.2.3",
4242
"yn": "^4.0.0"
4343
}
4444
}

Diff for: modules/runners/lambdas/runners/yarn.lock

+78-44
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,12 @@
569569
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44"
570570
integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==
571571

572-
"@octokit/plugin-rest-endpoint-methods@5.0.0":
573-
version "5.0.0"
574-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz#cf2cdeb24ea829c31688216a5b165010b61f9a98"
575-
integrity sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==
572+
"@octokit/plugin-rest-endpoint-methods@4.13.5":
573+
version "4.13.5"
574+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz#ad76285b82fe05fbb4adf2774a9c887f3534a880"
575+
integrity sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==
576576
dependencies:
577-
"@octokit/types" "^6.13.0"
577+
"@octokit/types" "^6.12.2"
578578
deprecation "^2.3.1"
579579

580580
"@octokit/request-error@^2.0.0":
@@ -600,17 +600,17 @@
600600
once "^1.4.0"
601601
universal-user-agent "^6.0.0"
602602

603-
"@octokit/rest@^18.5.2":
604-
version "18.5.2"
605-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.5.2.tgz#0369e554b7076e3749005147be94c661c7a5a74b"
606-
integrity sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==
603+
"@octokit/rest@^18.3.5":
604+
version "18.3.5"
605+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.3.5.tgz#a89903d46e0b4273bd3234674ec2777a651d68ab"
606+
integrity sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==
607607
dependencies:
608608
"@octokit/core" "^3.2.3"
609609
"@octokit/plugin-paginate-rest" "^2.6.2"
610610
"@octokit/plugin-request-log" "^1.0.2"
611-
"@octokit/plugin-rest-endpoint-methods" "5.0.0"
611+
"@octokit/plugin-rest-endpoint-methods" "4.13.5"
612612

613-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.13.0":
613+
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.12.2", "@octokit/types@^6.13.0":
614614
version "6.13.0"
615615
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.13.0.tgz#779e5b7566c8dde68f2f6273861dd2f0409480d0"
616616
integrity sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==
@@ -729,10 +729,10 @@
729729
dependencies:
730730
"@types/istanbul-lib-report" "*"
731731

732-
"@types/jest@^26.0.22":
733-
version "26.0.22"
734-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6"
735-
integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==
732+
"@types/jest@^26.0.20":
733+
version "26.0.20"
734+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
735+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
736736
dependencies:
737737
jest-diff "^26.0.0"
738738
pretty-format "^26.0.0"
@@ -759,10 +759,10 @@
759759
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
760760
integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==
761761

762-
"@types/node@*", "@types/node@^14.14.41":
763-
version "14.14.41"
764-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
765-
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
762+
"@types/node@*", "@types/node@^14.14.34":
763+
version "14.14.34"
764+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.34.tgz#07935194fc049069a1c56c0c274265abeddf88da"
765+
integrity sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==
766766

767767
"@types/normalize-package-data@^2.4.0":
768768
version "2.4.0"
@@ -819,29 +819,29 @@
819819
dependencies:
820820
"@types/yargs-parser" "*"
821821

822-
"@typescript-eslint/eslint-plugin@^4.22.0":
823-
version "4.22.0"
824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
825-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
822+
"@typescript-eslint/eslint-plugin@^4.17.0":
823+
version "4.17.0"
824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
825+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
826826
dependencies:
827-
"@typescript-eslint/experimental-utils" "4.22.0"
828-
"@typescript-eslint/scope-manager" "4.22.0"
827+
"@typescript-eslint/experimental-utils" "4.17.0"
828+
"@typescript-eslint/scope-manager" "4.17.0"
829829
debug "^4.1.1"
830830
functional-red-black-tree "^1.0.1"
831831
lodash "^4.17.15"
832832
regexpp "^3.0.0"
833833
semver "^7.3.2"
834834
tsutils "^3.17.1"
835835

836-
"@typescript-eslint/experimental-utils@4.22.0":
837-
version "4.22.0"
838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
839-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
836+
"@typescript-eslint/experimental-utils@4.17.0":
837+
version "4.17.0"
838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
839+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
840840
dependencies:
841841
"@types/json-schema" "^7.0.3"
842-
"@typescript-eslint/scope-manager" "4.22.0"
843-
"@typescript-eslint/types" "4.22.0"
844-
"@typescript-eslint/typescript-estree" "4.22.0"
842+
"@typescript-eslint/scope-manager" "4.17.0"
843+
"@typescript-eslint/types" "4.17.0"
844+
"@typescript-eslint/typescript-estree" "4.17.0"
845845
eslint-scope "^5.0.0"
846846
eslint-utils "^2.0.0"
847847

@@ -855,6 +855,14 @@
855855
"@typescript-eslint/typescript-estree" "4.22.0"
856856
debug "^4.1.1"
857857

858+
"@typescript-eslint/[email protected]":
859+
version "4.17.0"
860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
861+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
862+
dependencies:
863+
"@typescript-eslint/types" "4.17.0"
864+
"@typescript-eslint/visitor-keys" "4.17.0"
865+
858866
"@typescript-eslint/[email protected]":
859867
version "4.22.0"
860868
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
@@ -863,11 +871,29 @@
863871
"@typescript-eslint/types" "4.22.0"
864872
"@typescript-eslint/visitor-keys" "4.22.0"
865873

874+
"@typescript-eslint/[email protected]":
875+
version "4.17.0"
876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
877+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
878+
866879
"@typescript-eslint/[email protected]":
867880
version "4.22.0"
868881
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
869882
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
870883

884+
"@typescript-eslint/[email protected]":
885+
version "4.17.0"
886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
887+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
888+
dependencies:
889+
"@typescript-eslint/types" "4.17.0"
890+
"@typescript-eslint/visitor-keys" "4.17.0"
891+
debug "^4.1.1"
892+
globby "^11.0.1"
893+
is-glob "^4.0.1"
894+
semver "^7.3.2"
895+
tsutils "^3.17.1"
896+
871897
"@typescript-eslint/[email protected]":
872898
version "4.22.0"
873899
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -881,6 +907,14 @@
881907
semver "^7.3.2"
882908
tsutils "^3.17.1"
883909

910+
"@typescript-eslint/[email protected]":
911+
version "4.17.0"
912+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
913+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
914+
dependencies:
915+
"@typescript-eslint/types" "4.17.0"
916+
eslint-visitor-keys "^2.0.0"
917+
884918
"@typescript-eslint/[email protected]":
885919
version "4.22.0"
886920
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -889,10 +923,10 @@
889923
"@typescript-eslint/types" "4.22.0"
890924
eslint-visitor-keys "^2.0.0"
891925

892-
"@vercel/ncc@^0.28.3":
893-
version "0.28.3"
894-
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.28.3.tgz#9461bdbf334d616759b0e7e5415e2f480b9aa30f"
895-
integrity sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==
926+
"@vercel/ncc@^0.27.0":
927+
version "0.27.0"
928+
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.27.0.tgz#c0cfeebb0bebb56052719efa4a0ecc090a932c76"
929+
integrity sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==
896930

897931
abab@^2.0.3:
898932
version "2.0.5"
@@ -1750,10 +1784,10 @@ eslint-visitor-keys@^2.0.0:
17501784
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
17511785
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
17521786

1753-
eslint@^7.24.0:
1754-
version "7.24.0"
1755-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
1756-
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
1787+
eslint@^7.22.0:
1788+
version "7.22.0"
1789+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
1790+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
17571791
dependencies:
17581792
"@babel/code-frame" "7.12.11"
17591793
"@eslint/eslintrc" "^0.4.0"
@@ -4680,10 +4714,10 @@ typedarray-to-buffer@^3.1.5:
46804714
dependencies:
46814715
is-typedarray "^1.0.0"
46824716

4683-
typescript@^4.2.4:
4684-
version "4.2.4"
4685-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
4686-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
4717+
typescript@^4.2.3:
4718+
version "4.2.3"
4719+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
4720+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
46874721

46884722
union-value@^1.0.0:
46894723
version "1.0.1"

0 commit comments

Comments
 (0)