chore: update dependencies and refactor font usage#52
Merged
Conversation
- Updated astro from 5.16.15 to 5.17.1 - Updated framer-motion from 12.29.2 to 12.33.0 - Updated preact from 10.28.2 to 10.28.3 - Updated @playwright/test from 1.58.0 to 1.58.1 - Updated baseline-browser-mapping from 2.9.18 to 2.9.19 - Refactored font-family usage in DevemonCard, WallpaperGenerator, global styles, and Tailwind config to use "Mona Sans" instead of "Mona Sans SemiCondensed" - Cleaned up CSS selectors by removing unnecessary spaces
There was a problem hiding this comment.
Pull request overview
This PR updates several project dependencies to their latest versions and standardizes font-family declarations across the codebase by replacing "Mona Sans SemiCondensed" with "Mona Sans".
Changes:
- Updated 5 dependencies (astro, framer-motion, preact, @playwright/test, baseline-browser-mapping) to newer versions
- Standardized font-family to use "Mona Sans" instead of "Mona Sans SemiCondensed" across all CSS and component files
- Minor CSS formatting improvements (relocated inline comments to separate lines, added blank lines in media queries)
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated dependency versions for astro, framer-motion, preact, @playwright/test, and baseline-browser-mapping |
| tailwind.config.mjs | Replaced "Mona Sans SemiCondensed" with "Mona Sans" in font-family configurations and updated comments |
| src/styles/global.css | Updated font-family from "Mona Sans SemiCondensed" to "Mona Sans" in all heading utility classes |
| src/components/WallpaperGenerator.tsx | Changed font-family in SVG text elements from "Mona Sans SemiCondensed" to "Mona Sans" |
| src/components/DevemonCard.tsx | Updated inline style font-family from "Mona Sans SemiCondensed" to "Mona Sans" |
| src/components/GitHubWallpaperApp.module.css | Replaced "Mona Sans SemiCondensed" with "Mona Sans" in label styles and reformatted inline comments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Fixes #51, #50, #49, #48, #47