Skip to content

Fix/workflow-versions#1108

Merged
mbifulco merged 4 commits into
mainfrom
fix/workflow-versions
Nov 10, 2025
Merged

Fix/workflow-versions#1108
mbifulco merged 4 commits into
mainfrom
fix/workflow-versions

Conversation

@mbifulco

Copy link
Copy Markdown
Owner

No description provided.

@vercel

vercel Bot commented Nov 10, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
mikebifulco-com-bnbu Ready Ready Preview Comment Nov 10, 2025 1:20pm

Copilot AI review requested due to automatic review settings November 10, 2025 13:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 optimizes the newsletter sync script by removing heavy MDX processing dependencies in favor of lightweight file parsing with gray-matter. The changes also relax the Node.js version constraint and update lock file entries for newer build tool versions.

  • Replaced getContentBySlug with direct file reading using fs and gray-matter for parsing newsletter frontmatter
  • Updated Node.js engine requirement from exact version to minimum version
  • Added new esbuild@0.25.12 platform packages to lock file

Reviewed Changes

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

File Description
scripts/sync-newsletter-to-resend.ts Replaced MDX processing dependency with direct file reading using gray-matter to avoid heavyweight dependencies
pnpm-lock.yaml Added esbuild@0.25.12 platform-specific packages and updated tsx dependency chain
package.json Relaxed Node.js version requirement from "22.x" to ">=22"
.depcheckrc.json Added tsx to ignores list and reordered entries alphabetically
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@mbifulco mbifulco merged commit 7761eee into main Nov 10, 2025
13 of 14 checks passed
@mbifulco mbifulco deleted the fix/workflow-versions branch November 10, 2025 13:20
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