Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ generates:
preset: 'client'
src/schema/generated.tsx:
plugins:
- add:
content: '// @ts-nocheck'
Comment on lines +15 to +16

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding // @ts-nocheck to generated files can sometimes mask underlying type issues that might be resolvable. While it's a common practice for generated code, consider if there's a more specific way to address the type incompatibility or if the codegen configuration can be adjusted to produce type-safe output without needing to suppress all checks. This would improve the overall type safety and maintainability of the codebase.

- "typescript"
- "typescript-operations"
- "typescript-react-apollo"
config:
withHooks: true
apolloReactCommonImportFrom: '@/services/apollo-compat'
apolloReactHooksImportFrom: '@/services/apollo-compat'
./src/schema/schema.json:
plugins:
- "introspection"
112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-transition-group": "^4.4.12",
"autoprefixer": "^10.4.22",
"autoprefixer": "^10.4.27",
"coveralls": "^3.1.1",
"cross-fetch": "^4.1.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"graphql": "^16.12.0",
"graphql": "^16.13.1",
"graphql-tag": "^2.12.6",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"lefthook": "^2.0.16",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"lefthook": "^2.1.4",
"lint-staged": "^16.4.0",
"postcss": "^8.5.8",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
Expand All @@ -78,62 +78,62 @@
"dependencies": {
"@annatarhe/blurhash-react": "^0.0.2",
"@annatarhe/clippingkk-widget": "^0.0.9",
"@annatarhe/lake-ui": "^0.0.28",
"@apollo/client": "^3.13.9",
"@apollo/client-integration-nextjs": "^0.12.3",
"@annatarhe/lake-ui": "^0.0.31",
"@apollo/client": "^4.1.6",
"@apollo/client-integration-nextjs": "^0.14.4",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@fingerprintjs/fingerprintjs": "^5.0.1",
"@floating-ui/dom": "^1.7.5",
"@floating-ui/react": "^0.27.17",
"@fingerprintjs/fingerprintjs": "^5.1.0",
"@floating-ui/dom": "^1.7.6",
"@floating-ui/react": "^0.27.19",
"@formkit/auto-animate": "0.9.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.2.2",
"@marsidev/react-turnstile": "^1.4.1",
"@marsidev/react-turnstile": "^1.4.2",
"@neshca/cache-handler": "^1.9.0",
"@newrelic/next": "^0.10.0",
"@next/bundle-analyzer": "^16.1.1",
"@next/third-parties": "^16.1.1",
"@next/bundle-analyzer": "^16.1.6",
"@next/third-parties": "^16.1.6",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-jaeger": "^2.2.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
"@opentelemetry/exporter-jaeger": "^2.6.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.213.0",
"@opentelemetry/id-generator-aws-xray": "^2.1.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@opentelemetry/resources": "^2.6.0",
"@opentelemetry/sdk-node": "^0.213.0",
"@opentelemetry/sdk-trace-base": "^2.6.0",
"@prompt-pal/node-sdk": "npm:@jsr/prompt-pal__node-sdk@^0.4.7",
"@sentry/nextjs": "^10.32.1",
"@sentry/react": "^10.32.1",
"@sentry/nextjs": "^10.43.0",
"@sentry/react": "^10.43.0",
"@sentry/tracing": "^7.120.4",
"@statelyai/inspect": "^0.4.0",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/query-sync-storage-persister": "^5.90.22",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-persist-client": "^5.90.22",
"@tailwindcss/postcss": "^4.2.1",
"@tanstack/query-sync-storage-persister": "^5.90.24",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-persist-client": "^5.90.24",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.18.0",
"@tiptap/extension-code-block-lowlight": "^3.18.0",
"@tiptap/extension-link": "^3.18.0",
"@tiptap/extension-placeholder": "^3.18.0",
"@tiptap/extension-table": "^3.18.0",
"@tiptap/extension-table-cell": "^3.18.0",
"@tiptap/extension-table-header": "^3.18.0",
"@tiptap/extension-table-row": "^3.18.0",
"@tiptap/extension-typography": "^3.18.0",
"@tiptap/markdown": "^3.18.0",
"@tiptap/pm": "^3.18.0",
"@tiptap/react": "^3.18.0",
"@tiptap/starter-kit": "^3.18.0",
"@tiptap/core": "^3.20.1",
"@tiptap/extension-code-block-lowlight": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/extension-placeholder": "^3.20.1",
"@tiptap/extension-table": "^3.20.1",
"@tiptap/extension-table-cell": "^3.20.1",
"@tiptap/extension-table-header": "^3.20.1",
"@tiptap/extension-table-row": "^3.20.1",
"@tiptap/extension-typography": "^3.20.1",
"@tiptap/markdown": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@uptrace/node": "^2.3.0",
"@vercel/og": "^0.8.6",
"@xstate/react": "^6.0.0",
"@vercel/og": "^0.11.1",
"@xstate/react": "^6.1.0",
"blurhash": "^2.0.5",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"dayjs": "^1.11.20",
"downloadjs": "^1.4.7",
"echarts": "^5.6.0",
"emoji-mart": "^5.6.0",
Expand All @@ -142,20 +142,20 @@
"franc-min": "^6.2.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"html-to-image": "^1.11.13",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"i18next": "^25.8.18",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"import-in-the-middle": "^2.0.6",
"import-in-the-middle": "^3.0.0",
"intersection-observer": "^0.12.2",
"iso-639-3-to-1": "^1.0.0",
"js-cookie": "^3.0.5",
"js-sha256": "^0.11.1",
"jsencrypt": "^3.5.4",
"lodash": "^4.17.23",
"lowlight": "^3.3.0",
"lucide-react": "^0.556.0",
"lucide-react": "^0.577.0",
"masonic": "^4.1.0",
"motion": "^12.29.2",
"motion": "^12.36.0",
"next": "^16.1.6",
"opentelemetry-node-metrics": "^3.0.0",
"parse-unit": "^1.0.1",
Expand All @@ -167,23 +167,23 @@
"react-blurhash": "^0.3.0",
"react-cool-inview": "^3.0.1",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.1",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.5.4",
"react-i18next": "^16.5.8",
"react-image-crop": "^11.0.10",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.10.2",
"react-slick": "^0.31.0",
"react-switch": "^7.1.0",
"react-transition-group": "^4.4.5",
"redis": "^5.10.0",
"redis": "^5.11.0",
"require-in-the-middle": "^8.0.1",
"sharp": "^0.34.5",
"shiki": "^3.20.0",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"xstate": "^5.26.0",
"shiki": "^4.0.2",
"streamdown": "^2.4.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"xstate": "^5.28.0",
"zod": "^4.3.6"
},
"husky": {
Expand Down
Loading
Loading