Skip to content

Commit

Permalink
Merge branch 'main' into feat/sponsorship-program
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayymishraa authored Mar 1, 2025
2 parents c448539 + 126b0b1 commit 00da50e
Show file tree
Hide file tree
Showing 11 changed files with 2,040 additions and 5,035 deletions.
1 change: 1 addition & 0 deletions backend/apps/github/graphql/nodes/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Meta:
"author",
"comments_count",
"created_at",
"url",
"number",
"state",
"title",
Expand Down
70 changes: 35 additions & 35 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/tests/github/graphql/nodes/issue_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_meta_configuration(self):
"created_at",
"number",
"state",
"url",
"title",
}
assert set(IssueNode._meta.fields) == expected_fields
1 change: 1 addition & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.pnpm-store/
pnpm-lock.yaml
2 changes: 2 additions & 0 deletions frontend/__tests__/e2e/data/mockHomeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const mockHomeData = {
author: {
avatarUrl: 'https://avatars.githubusercontent.com/u/1?v=4',
name: 'Author 1',
url: 'https://github.com/arkid15r',
__typename: 'UserNode',
},
__typename: 'IssueNode',
Expand All @@ -140,6 +141,7 @@ export const mockHomeData = {
author: {
avatarUrl: 'https://avatars.githubusercontent.com/u/2?v=4',
name: 'Author 2',
url: 'https://github.com/arkid15r',
__typename: 'UserNode',
},
__typename: 'IssueNode',
Expand Down
1 change: 1 addition & 0 deletions frontend/__tests__/unit/data/mockHomeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const mockGraphQLData = {
title: 'Documentation : Project Setup Documentation Update',
author: {
avatarUrl: 'https://avatars.githubusercontent.com/u/134638667?v=4',
url: 'https://github.com/arkid15r',
name: 'Raj gupta',
},
},
Expand Down
1 change: 1 addition & 0 deletions frontend/__tests__/unit/data/mockProjectDetailsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const mockProjectDetailsData = {
author: {
avatarUrl: 'https://example.com/avatar4.png',
login: 'dave_debugger',
url: 'https://github.com/arkid15r',
name: 'Dave Debugger',
},
},
Expand Down
66 changes: 33 additions & 33 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
"watch": "jest --watch"
},
"dependencies": {
"@apollo/client": "^3.12.7",
"@ark-ui/react": "^4.9.1",
"@chakra-ui/react": "^3.7.0",
"@apollo/client": "^3.13.1",
"@ark-ui/react": "^4.9.2",
"@chakra-ui/react": "^3.8.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.7.0",
"@fortawesome/free-regular-svg-icons": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-toast": "^1.2.4",
"@sentry/react": "^9.0.0",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-toast": "^1.2.6",
"@sentry/react": "^9.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"core-js": "^3.40.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.3",
"dompurify": "^3.2.4",
"dotenv": "^16.4.7",
"graphql": "^16.10.0",
"leaflet": "^1.9.4",
Expand All @@ -49,52 +49,52 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^5.4.0",
"react-router-dom": "^7.0.2",
"tailwind-merge": "^3.0.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.2.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.21.0",
"@playwright/test": "^1.50.1",
"@swc/core": "^1.10.9",
"@swc/core": "^1.11.5",
"@swc/jest": "^0.2.37",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/postcss": "^4.0.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/date-fns": "^2.6.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.8",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-gtm-module": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"open": "^10.1.0",
"postcss": "^8.4.47",
"prettier": "^3.4.2",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0",
"typescript-eslint": "^8.25.0",
"util": "^0.12.5",
"vite": "^6.0.11",
"vite": "^6.2.0",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "^5.1.4"
},
Expand Down
Loading

0 comments on commit 00da50e

Please sign in to comment.