-
Notifications
You must be signed in to change notification settings - Fork 0
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
update import paths and enhance configuration #1118
Conversation
Replaced relative paths with alias-based imports for consistency and clarity. Introduced new import aliases in configuration to streamline component usage and ensure maintainability.
Removed the vite-tsconfig-paths plugin and its configurations from Vite. Updated `tsconfig.json` to reflect the new inclusion paths. Cleaned up unnecessary metadata and deprecated warnings from pnpm-lock.yaml.
Removed `postcss.config.mjs` from the include paths in `tsconfig .json`. This ensures unnecessary files are excluded from the TypeScript compilation process.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 435 in 95ce66a
'@babel/[email protected]': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 439 in 95ce66a
'@babel/[email protected]': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5760 in 95ce66a
'@babel/helper-optimise-call-expression': 7.22.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5771 in 95ce66a
'@babel/helper-optimise-call-expression': 7.25.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5813 in 95ce66a
'@babel/[email protected]': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5817 in 95ce66a
'@babel/[email protected]': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5830 in 95ce66a
'@babel/helper-optimise-call-expression': 7.22.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 5836 in 95ce66a
'@babel/helper-optimise-call-expression': 7.25.9 |
There was a problem hiding this comment.
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 46 changed files in this pull request and generated no comments.
Files not reviewed (15)
- apps/web/tsconfig.json: Language not supported
- packages/ui/components.json: Language not supported
- packages/ui/package.json: Language not supported
- packages/ui/src/components/layout/layout.tsx: Evaluated as low risk
- packages/ui/src/components/badge/badge.stories.tsx: Evaluated as low risk
- packages/ui/src/components/button/button.stories.tsx: Evaluated as low risk
- packages/ui/src/components/card/card.stories.tsx: Evaluated as low risk
- packages/ui/src/components/dropdown-menu/dropdown-menu.stories.tsx: Evaluated as low risk
- packages/ui/src/components/typography/blockquote.tsx: Evaluated as low risk
- packages/ui/src/components/typography/a.tsx: Evaluated as low risk
- packages/ui/src/components/social/social.tsx: Evaluated as low risk
- packages/ui/src/components/navigation-menu-toggle/navigation-menu-toggle.tsx: Evaluated as low risk
- packages/ui/src/components/accordion/accordion.stories.tsx: Evaluated as low risk
- packages/ui/src/components/collapsible/collapsible.stories.tsx: Evaluated as low risk
- packages/ui/src/components/suddenly-giovanni/suddenly-giovanni.tsx: Evaluated as low risk
vite-tsconfig-paths
dependency.