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

update import paths and enhance configuration #1118

Merged
merged 3 commits into from
Dec 14, 2024

Conversation

suddenlyGiovanni
Copy link
Owner

@suddenlyGiovanni suddenlyGiovanni commented Dec 14, 2024

  • Remove vite-tsconfig-paths dependency.
  • Replace relative paths with alias syntax.
  • Streamline component usage with new import aliases.

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.
Copy link

changeset-bot bot commented Dec 14, 2024

⚠️ No Changeset found

Latest commit: 95ce66a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

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"

Copy link
Contributor

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"

Copy link
Contributor

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"

'@babel/helper-optimise-call-expression': 7.22.5

Copy link
Contributor

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"

'@babel/helper-optimise-call-expression': 7.25.9

Copy link
Contributor

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"

Copy link
Contributor

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"

Copy link
Contributor

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"

'@babel/helper-optimise-call-expression': 7.22.5

Copy link
Contributor

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"

'@babel/helper-optimise-call-expression': 7.25.9

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
@suddenlyGiovanni suddenlyGiovanni merged commit cbde57a into main Dec 14, 2024
19 checks passed
@suddenlyGiovanni suddenlyGiovanni deleted the internal/node-path branch December 14, 2024 20:35
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.

1 participant