Skip to content

Commit a2f47e7

Browse files
authored
Merge pull request #4405 from github/dependabot/npm_and_yarn/extensions/ql-vscode/octokit/plugin-retry-8.1.0
Bump @octokit/plugin-retry from 7.2.0 to 8.1.0 in /extensions/ql-vscode
2 parents 9c11b69 + 2a7be20 commit a2f47e7

5 files changed

Lines changed: 41 additions & 43 deletions

File tree

extensions/ql-vscode/package-lock.json

Lines changed: 40 additions & 34 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@
20702070
"dependencies": {
20712071
"@floating-ui/react": "^0.27.19",
20722072
"@hpcc-js/wasm-graphviz": "^1.21.1",
2073-
"@octokit/plugin-retry": "^7.2.0",
2073+
"@octokit/plugin-retry": "^8.1.0",
20742074
"@octokit/plugin-throttling": "^9.6.0",
20752075
"@octokit/rest": "^22.0.1",
20762076
"@vscode-elements/react-elements": "^0.9.0",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ function mockRequestError(status: number, body: any): RequestError {
156156
"Content-Type": "application/json",
157157
},
158158
data: body,
159-
retryCount: 0,
160159
},
161160
},
162161
);

extensions/ql-vscode/test/vscode-tests/activated-extension/variant-analysis/variant-analysis-monitor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ describe("Variant Analysis Monitor", () => {
325325
headers: {},
326326
url: "",
327327
data: {},
328-
retryCount: 0,
329328
},
330329
}),
331330
);

extensions/ql-vscode/test/vscode-tests/no-workspace/databases/github-databases/api.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ describe("listDatabases", () => {
119119
headers: {},
120120
url: "",
121121
data: {},
122-
retryCount: 0,
123122
},
124123
}),
125124
);
@@ -146,7 +145,6 @@ describe("listDatabases", () => {
146145
headers: {},
147146
url: "",
148147
data: {},
149-
retryCount: 0,
150148
},
151149
}),
152150
);
@@ -195,7 +193,6 @@ describe("listDatabases", () => {
195193
headers: {},
196194
url: "",
197195
data: {},
198-
retryCount: 0,
199196
},
200197
}),
201198
);
@@ -229,7 +226,6 @@ describe("listDatabases", () => {
229226
headers: {},
230227
url: "",
231228
data: {},
232-
retryCount: 0,
233229
},
234230
}),
235231
);
@@ -266,7 +262,6 @@ describe("listDatabases", () => {
266262
headers: {},
267263
url: "",
268264
data: {},
269-
retryCount: 0,
270265
},
271266
}),
272267
);
@@ -293,7 +288,6 @@ describe("listDatabases", () => {
293288
headers: {},
294289
url: "",
295290
data: {},
296-
retryCount: 0,
297291
},
298292
}),
299293
);

0 commit comments

Comments
 (0)