Skip to content

Commit a94e5fe

Browse files
committed
Upgrade Octokit packages
1 parent 28d07a8 commit a94e5fe

File tree

3 files changed

+86
-96
lines changed

3 files changed

+86
-96
lines changed

extensions/ql-vscode/package-lock.json

Lines changed: 83 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,9 +1968,9 @@
19681968
},
19691969
"dependencies": {
19701970
"@floating-ui/react": "^0.26.12",
1971-
"@octokit/plugin-retry": "^6.0.1",
1972-
"@octokit/plugin-throttling": "^8.0.0",
1973-
"@octokit/rest": "^20.0.2",
1971+
"@octokit/plugin-retry": "^7.1.1",
1972+
"@octokit/plugin-throttling": "^9.3.1",
1973+
"@octokit/rest": "^21.0.2",
19741974
"@vscode/codicons": "^0.0.36",
19751975
"@vscode/debugadapter": "^1.59.0",
19761976
"@vscode/debugprotocol": "^1.65.0",

extensions/ql-vscode/test/unit-tests/variant-analysis/custom-errors.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ describe("handleRequestError", () => {
3232

3333
it("returns false when handling an error without response", () => {
3434
const e = new RequestError("Timeout", 500, {
35-
headers: {
36-
"Content-Type": "application/json",
37-
},
3835
request: {
3936
method: "POST",
4037
url: faker.internet.url(),

0 commit comments

Comments
 (0)