Skip to content

Commit

Permalink
update provider-apis package to include GitLab PR category bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgarcia committed Jun 7, 2024
1 parent 1d4df71 commit 2ed8130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"watch:firefox": "yarn run set-manifest:firefox:force && yarn watch"
},
"dependencies": {
"@gitkraken/provider-apis": "0.22.8",
"@gitkraken/provider-apis": "0.22.9",
"@tanstack/query-async-storage-persister": "5.32.0",
"@tanstack/react-query": "5.32.0",
"@tanstack/react-query-persist-client": "5.32.0",
Expand Down
1 change: 0 additions & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const fetchGitLabFocusViewData = async (token: ProviderToken) => {

const { data: pullRequests } = await gitlab.getPullRequestsAssociatedWithUser({
username: providerUser.username,
includeFromArchivedRepos: false,
});

return { providerUser: providerUser, pullRequests: pullRequests.map(pr => ({ ...pr, uuid: '' })) };
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af"
integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==

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

0 comments on commit 2ed8130

Please sign in to comment.