Skip to content

Conversation

@jldeen
Copy link
Collaborator

@jldeen jldeen commented Dec 16, 2025

  • Updated dependencies in package.json:

    • @astrojs/preact from ^4.1.1 to ^4.1.3
    • @astrojs/tailwind from ^5.1.2 to ^6.0.2
    • @primer/react-brand from ^0.58.2 to ^0.60.1
    • astro from ^5.14.8 to ^5.16.6
    • framer-motion from ^11.11.17 to ^12.23.26
    • preact from ^10.24.3 to ^10.28.0
    • react from ^19.2.0 to ^19.2.3
    • tailwindcss from ^3.4.17 to ^3.4.19
    • @playwright/test from ^1.56.1 to ^1.57.0
    • added baseline-browser-mapping as a new dependency
    • vite from ^7.1.11 to ^7.3.0
  • Fixed font path in global.css for 'Monaspace Neon' font.

Fixes #8 #9 #10 #11 #12 #13 #14 #22 #23

- Updated dependencies in package.json:
  - @astrojs/preact from ^4.1.1 to ^4.1.3
  - @astrojs/tailwind from ^5.1.2 to ^6.0.2
  - @primer/react-brand from ^0.58.2 to ^0.60.1
  - astro from ^5.14.8 to ^5.16.6
  - framer-motion from ^11.11.17 to ^12.23.26
  - preact from ^10.24.3 to ^10.28.0
  - react from ^19.2.0 to ^19.2.3
  - tailwindcss from ^3.4.17 to ^3.4.19
  - @playwright/test from ^1.56.1 to ^1.57.0
  - added baseline-browser-mapping as a new dependency
  - vite from ^7.1.11 to ^7.3.0

- Fixed font path in global.css for 'Monaspace Neon' font.
@jldeen jldeen requested a review from Damovisa as a code owner December 16, 2025 18:37
Copilot AI review requested due to automatic review settings December 16, 2025 18:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs routine dependency updates and fixes a font asset path issue. The font path was incorrectly referencing /octocanvas/assets/ when it should point to /assets/ directly, ensuring the Monaspace Neon font loads correctly.

Key changes:

  • Updated 11 dependencies to their latest minor/patch versions
  • Fixed font path in global.css from /octocanvas/assets/ to /assets/
  • Updated GitHub Actions checkout and upload-pages-artifact to newer versions

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/styles/global.css Corrected font path for Monaspace Neon font by removing /octocanvas prefix
package.json Updated dependencies and devDependencies to latest compatible versions
.github/workflows/deploy.yml Updated GitHub Actions versions for checkout (v4→v6) and upload-pages-artifact (v3→v4)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants