Skip to content

chore: bump dependencies in fastify and vue packages#179

Open
premsgr wants to merge 8 commits intomainfrom
chore/update-fastify-vue-deps
Open

chore: bump dependencies in fastify and vue packages#179
premsgr wants to merge 8 commits intomainfrom
chore/update-fastify-vue-deps

Conversation

@premsgr
Copy link
Collaborator

@premsgr premsgr commented Feb 13, 2026

chore: update Fastify, React, and Vue dependencies

Tasks completed

  • Bumped dependencies in Fastify, React, and Vue packages (package.json and pnpm-lock.yaml).
  • Migrated ESLint config from legacy .eslintrc to flat eslint.config in fastify, react, and vue packages.
  • Renamed React API/hooks files to pascal case (e.g. useQuery.tsUseQuery.ts, useMutation.tsUseMutation.ts) and route files to PascalCase (e.g. getSaasAppRoutes.tsxGetSaasAppRoutes.tsx).
  • Renamed Vue API, composables, stores, and route files to PascalCase where applicable (e.g. getSaasAdminRoutes.tsGetSaasAdminRoutes.ts).
  • Updated imports and references across fastify, react, and vue packages for renamed modules.
  • Applied lint fixes across the touched packages.

@premsgr premsgr requested a review from uddhab February 20, 2026 05:41
.catch((error) => onError && onError(error))
.finally(() => setLoading(false));
},
[apiBaseUrl, method, withCredentials, onError, onSuccess],
Copy link

Choose a reason for hiding this comment

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

I see we have added dependencies, has these been verified by checking what happens when these change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants