0.7.0 - #67
Merged
Merged
0.7.0#67
Conversation
* Refactor global styles and layout components - Updated font variables in globals.css to use Instrument Sans and IBM Plex Mono. - Added new color variables for branding and body text. - Modified layout.tsx to reflect new font usage and removed unused components. - Reorganized page.tsx to include new Header, Hero, and ProjectsSection components, while removing the AnimatedProductSection and FixedFooterLinks. - Introduced new ProjectCard and ProjectsSection components for better project display. - Removed deprecated components and hooks related to product display. This update enhances the overall design and structure of the application. * Address review feedback on landing page redesign - Let project cards shrink below 280px so narrow viewports don't scroll horizontally - Revalidate the home page daily so the footer copyright year stays current - Use a deeper indigo behind white text (hero CTA, text selection) to meet 4.5:1 contrast Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
* Update package versions and dependencies in package.json and yarn.lock - Bump project version from 0.6.0 to 0.7.0. - Update dependencies: - @vercel/analytics to 2.0.1 - lucide-react to 1.46.0 - react and react-dom to 19.3.0 - Upgrade devDependencies: - @eslint/compat to 2.1.1 - @eslint/eslintrc to 3.3.7 - @stylistic/eslint-plugin to 5.10.0 - eslint to 10.10.0 - @typescript-eslint/eslint-plugin and parser to 8.70.0 - eslint-plugin-jest to 29.16.6 - eslint-plugin-perfectionist to 5.11.1 - eslint-plugin-yenz to 2.2.2 - Update types for node, react, and react-dom to their latest versions. - Add new dependencies: @cacheable/memory and @cacheable/utils. - Update various other dependencies in yarn.lock for compatibility and performance improvements. * Update ESLint configuration, package dependencies, and project structure - Added lint cache directory to .gitignore. - Updated ESLint configuration to include the Next.js plugin and adjusted ignored paths. - Modified package.json to use ESLint with cache for linting. - Updated TypeScript version in package.json to the latest. - Cleaned up formatting in various configuration files for consistency. - Added postcss.config.mjs to TypeScript compilation paths. - Minor adjustments to layout and route files for improved readability.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
This branch was successfully deployed
This file contains hidden or 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
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.
What's Changed