-
Notifications
You must be signed in to change notification settings - Fork 15
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
Upgrade Dependencies and Versions, and Remove Storybook #118
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fig.mjs and update dependencies
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ESLint warnings/errors:
|
…i18n configuration
Both should be fixed in the new commits. |
FoggyMtnDrifter
approved these changes
Feb 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple changes across various files to improve code quality and update configurations. The main changes involve updating dependencies, refactoring code to use
Link
fromnext/link
, and modifying type definitions.Dependency Updates:
.devcontainer/devcontainer.json
to use a newer version.Code Refactoring:
a
tags withLink
fromnext/link
inapp/[locale]/Hero.tsx
to improve navigation and performance. (app/[locale]/Hero.tsxR7, app/[locale]/Hero.tsxL26-R45)app/[locale]/about/[slug]/page.tsx
,app/[locale]/legal/[slug]/page.tsx
,app/[locale]/news/[slug]/page.tsx
, andapp/[locale]/resources/[slug]/page.tsx
to handleparams
as aPromise
. (app/[locale]/about/[slug]/page.tsxL9-R9, app/[locale]/legal/[slug]/page.tsxL9-R9, app/[locale]/news/[slug]/page.tsxL12-R12, app/[locale]/resources/[slug]/page.tsxL9-R9)Configuration Changes:
.eslintignore
and.eslintrc.json
, and Storybook configuration files.storybook/main.ts
and.storybook/preview.tsx
. [1] [2] [3] [4]globals.css
to use@import
for Tailwind CSS and added custom variants and themes. (app/[locale]/globals.cssL1-R90)Minor Fixes:
components/ThemeProvider.tsx
.