Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update to the latest versions⬆, sort imports🚨 #67

Merged
merged 2 commits into from
Nov 30, 2024

Conversation

shivamvijaywargi
Copy link
Contributor

This pull request includes several changes to improve the codebase by updating dependencies, reorganizing import statements, and enhancing the ESLint configuration. Below are the most important changes:

Dependency Updates:

  • Updated multiple dependencies in package.json to their latest versions, including @hono/zod-openapi, @scalar/hono-api-reference, drizzle-orm, hono, eslint, and husky.

ESLint Configuration:

  • Modified the ESLint configuration in eslint.config.mjs to include new import sorting rules and custom groups for better code organization.

Import Statement Reorganization:

  • Reorganized import statements across various files to ensure type imports are grouped together and moved to the end of the import list. This change was applied to multiple files, including:
    • src/common/helpers/activity-log.helper.ts
    • src/common/lib/configure-open-api.lib.ts
    • src/common/lib/create-app.lib.ts
    • src/common/middlewares/auth.middleware.ts
    • src/db/schemas/account.model.ts
    • And several other files in the src/db/schemas directory.

These changes collectively enhance the maintainability and readability of the codebase.

Choose a reason for hiding this comment

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

Copilot reviewed 31 out of 31 changed files in this pull request and generated no suggestions.

@github-actions github-actions bot added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file database Database schemas, migrations, and configurations config Project configuration files and environment settings release security labels Nov 30, 2024
@shivamvijaywargi shivamvijaywargi merged commit 812036b into main Nov 30, 2024
6 checks passed
@shivamvijaywargi shivamvijaywargi deleted the feat/update-deps branch November 30, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working config Project configuration files and environment settings database Database schemas, migrations, and configurations dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request release security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant