Skip to content

Commit 2ed8130

Browse files
committed
update provider-apis package to include GitLab PR category bug fix
1 parent 1d4df71 commit 2ed8130

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"watch:firefox": "yarn run set-manifest:firefox:force && yarn watch"
4949
},
5050
"dependencies": {
51-
"@gitkraken/provider-apis": "0.22.8",
51+
"@gitkraken/provider-apis": "0.22.9",
5252
"@tanstack/query-async-storage-persister": "5.32.0",
5353
"@tanstack/react-query": "5.32.0",
5454
"@tanstack/react-query-persist-client": "5.32.0",

src/providers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const fetchGitLabFocusViewData = async (token: ProviderToken) => {
6161

6262
const { data: pullRequests } = await gitlab.getPullRequestsAssociatedWithUser({
6363
username: providerUser.username,
64-
includeFromArchivedRepos: false,
6564
});
6665

6766
return { providerUser: providerUser, pullRequests: pullRequests.map(pr => ({ ...pr, uuid: '' })) };

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@
285285
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af"
286286
integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==
287287

288-
"@gitkraken/[email protected].8":
289-
version "0.22.8"
290-
resolved "https://registry.npmjs.org/@gitkraken/provider-apis/-/provider-apis-0.22.8.tgz#5e70e00b94a386275b141fb42b055c7124adce15"
291-
integrity sha512-i2/+gC1j940zjS8rn124HYPLXa7O8t3i5PbLNNB6Xp+wFCTmLeILkcuIFAV1xH1291KoqaWY0HJMZlsmpdo7ww==
288+
"@gitkraken/[email protected].9":
289+
version "0.22.9"
290+
resolved "https://registry.npmjs.org/@gitkraken/provider-apis/-/provider-apis-0.22.9.tgz#165235f07ec4d56e9dafaee2e36d0eb5b3f24c9c"
291+
integrity sha512-942DLjaC6aDyUEEkAVjxX/QfdB8GjpXQineoRT67VzCIT+WWAbWCCOqYiwL3waRHSscRfpDimiLdC0j8/GWRPA==
292292
dependencies:
293293
js-base64 "3.7.5"
294294
node-fetch "2.7.0"

0 commit comments

Comments
 (0)