Skip to content

Commit 00da50e

Browse files
Merge branch 'main' into feat/sponsorship-program
2 parents c448539 + 126b0b1 commit 00da50e

File tree

11 files changed

+2040
-5035
lines changed

11 files changed

+2040
-5035
lines changed

backend/apps/github/graphql/nodes/issue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Meta:
1313
"author",
1414
"comments_count",
1515
"created_at",
16+
"url",
1617
"number",
1718
"state",
1819
"title",

backend/poetry.lock

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

backend/tests/github/graphql/nodes/issue_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_meta_configuration(self):
2121
"created_at",
2222
"number",
2323
"state",
24+
"url",
2425
"title",
2526
}
2627
assert set(IssueNode._meta.fields) == expected_fields

frontend/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.pnpm-store/
2+
pnpm-lock.yaml

frontend/__tests__/e2e/data/mockHomeData.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const mockHomeData = {
128128
author: {
129129
avatarUrl: 'https://avatars.githubusercontent.com/u/1?v=4',
130130
name: 'Author 1',
131+
url: 'https://github.com/arkid15r',
131132
__typename: 'UserNode',
132133
},
133134
__typename: 'IssueNode',
@@ -140,6 +141,7 @@ export const mockHomeData = {
140141
author: {
141142
avatarUrl: 'https://avatars.githubusercontent.com/u/2?v=4',
142143
name: 'Author 2',
144+
url: 'https://github.com/arkid15r',
143145
__typename: 'UserNode',
144146
},
145147
__typename: 'IssueNode',

frontend/__tests__/unit/data/mockHomeData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const mockGraphQLData = {
3939
title: 'Documentation : Project Setup Documentation Update',
4040
author: {
4141
avatarUrl: 'https://avatars.githubusercontent.com/u/134638667?v=4',
42+
url: 'https://github.com/arkid15r',
4243
name: 'Raj gupta',
4344
},
4445
},

frontend/__tests__/unit/data/mockProjectDetailsData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const mockProjectDetailsData = {
4343
author: {
4444
avatarUrl: 'https://example.com/avatar4.png',
4545
login: 'dave_debugger',
46+
url: 'https://github.com/arkid15r',
4647
name: 'Dave Debugger',
4748
},
4849
},

frontend/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"watch": "jest --watch"
1919
},
2020
"dependencies": {
21-
"@apollo/client": "^3.12.7",
22-
"@ark-ui/react": "^4.9.1",
23-
"@chakra-ui/react": "^3.7.0",
21+
"@apollo/client": "^3.13.1",
22+
"@ark-ui/react": "^4.9.2",
23+
"@chakra-ui/react": "^3.8.1",
2424
"@emotion/react": "^11.14.0",
2525
"@emotion/styled": "^11.14.0",
26-
"@fortawesome/fontawesome-svg-core": "^6.7.0",
27-
"@fortawesome/free-brands-svg-icons": "^6.7.0",
28-
"@fortawesome/free-regular-svg-icons": "^6.7.0",
29-
"@fortawesome/free-solid-svg-icons": "^6.7.0",
26+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
27+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
28+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
29+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
3030
"@fortawesome/react-fontawesome": "^0.2.2",
31-
"@radix-ui/react-dropdown-menu": "^2.1.4",
32-
"@radix-ui/react-toast": "^1.2.4",
33-
"@sentry/react": "^9.0.0",
31+
"@radix-ui/react-dropdown-menu": "^2.1.6",
32+
"@radix-ui/react-toast": "^1.2.6",
33+
"@sentry/react": "^9.3.0",
3434
"@testing-library/user-event": "^14.6.1",
35-
"@types/lodash": "^4.17.14",
35+
"@types/lodash": "^4.17.15",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"core-js": "^3.40.0",
3939
"date-fns": "^4.1.0",
4040
"dayjs": "^1.11.13",
41-
"dompurify": "^3.2.3",
41+
"dompurify": "^3.2.4",
4242
"dotenv": "^16.4.7",
4343
"graphql": "^16.10.0",
4444
"leaflet": "^1.9.4",
@@ -49,52 +49,52 @@
4949
"react": "^19.0.0",
5050
"react-dom": "^19.0.0",
5151
"react-gtm-module": "^2.0.11",
52-
"react-icons": "^5.4.0",
53-
"react-router-dom": "^7.0.2",
54-
"tailwind-merge": "^3.0.1",
52+
"react-icons": "^5.5.0",
53+
"react-router-dom": "^7.2.0",
54+
"tailwind-merge": "^3.0.2",
5555
"tailwindcss-animate": "^1.0.7"
5656
},
5757
"devDependencies": {
58-
"@eslint/js": "^9.15.0",
58+
"@eslint/js": "^9.21.0",
5959
"@playwright/test": "^1.50.1",
60-
"@swc/core": "^1.10.9",
60+
"@swc/core": "^1.11.5",
6161
"@swc/jest": "^0.2.37",
62-
"@tailwindcss/postcss": "^4.0.0",
62+
"@tailwindcss/postcss": "^4.0.9",
6363
"@testing-library/jest-dom": "^6.6.3",
6464
"@testing-library/react": "^16.2.0",
6565
"@types/date-fns": "^2.6.3",
6666
"@types/jest": "^29.5.14",
67-
"@types/node": "^22.10.8",
68-
"@types/react": "^19.0.6",
69-
"@types/react-dom": "^19.0.3",
67+
"@types/node": "^22.13.5",
68+
"@types/react": "^19.0.10",
69+
"@types/react-dom": "^19.0.4",
7070
"@types/react-gtm-module": "^2.0.4",
71-
"@typescript-eslint/eslint-plugin": "^8.21.0",
72-
"@typescript-eslint/parser": "^8.21.0",
71+
"@typescript-eslint/eslint-plugin": "^8.25.0",
72+
"@typescript-eslint/parser": "^8.25.0",
7373
"@vitejs/plugin-react": "^4.3.4",
7474
"autoprefixer": "^10.4.20",
75-
"eslint": "^9.19.0",
76-
"eslint-config-prettier": "^10.0.1",
75+
"eslint": "^9.21.0",
76+
"eslint-config-prettier": "^10.0.2",
7777
"eslint-import-resolver-alias": "^1.1.2",
7878
"eslint-plugin-import": "^2.31.0",
79-
"eslint-plugin-jest": "^28.9.0",
80-
"eslint-plugin-prettier": "^5.2.1",
79+
"eslint-plugin-jest": "^28.11.0",
80+
"eslint-plugin-prettier": "^5.2.3",
8181
"eslint-plugin-react": "^7.37.4",
82-
"eslint-plugin-react-hooks": "^5.1.0",
82+
"eslint-plugin-react-hooks": "^5.2.0",
8383
"globals": "^16.0.0",
8484
"identity-obj-proxy": "^3.0.0",
8585
"jest": "^29.7.0",
8686
"jest-environment-jsdom": "^29.7.0",
8787
"open": "^10.1.0",
88-
"postcss": "^8.4.47",
89-
"prettier": "^3.4.2",
88+
"postcss": "^8.5.3",
89+
"prettier": "^3.5.2",
9090
"prettier-plugin-tailwindcss": "^0.6.11",
9191
"tailwindcss": "^3.4.17",
92-
"ts-jest": "^29.2.5",
92+
"ts-jest": "^29.2.6",
9393
"ts-node": "^10.9.2",
9494
"typescript": "~5.7.3",
95-
"typescript-eslint": "^8.21.0",
95+
"typescript-eslint": "^8.25.0",
9696
"util": "^0.12.5",
97-
"vite": "^6.0.11",
97+
"vite": "^6.2.0",
9898
"vite-plugin-environment": "^1.1.3",
9999
"vite-tsconfig-paths": "^5.1.4"
100100
},

0 commit comments

Comments
 (0)