[PR #63] [CLOSED] Fix meow ESM compatibility error #61

Closed
opened 2026-03-02 02:53:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/artiebits/fake-git-history/pull/63
Author: @Rydersel
Created: 12/13/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • aac173c Fix: Downgrade meow to v9 for CommonJS compatibility

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Problem

The CLI fails with TypeError: meow is not a function because meow v13 is ESM-only, but the codebase uses CommonJS require().

Fix

Downgrade meow from 13.2.0 to ^9.0.0 (the last CommonJS-compatible version).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/artiebits/fake-git-history/pull/63 **Author:** [@Rydersel](https://github.com/Rydersel) **Created:** 12/13/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`aac173c`](https://github.com/artiebits/fake-git-history/commit/aac173c608b2d9d58596bb553f0a6a363866948b) Fix: Downgrade meow to v9 for CommonJS compatibility ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description ## Problem The CLI fails with `TypeError: meow is not a function` because meow v13 is ESM-only, but the codebase uses CommonJS `require()`. ## Fix Downgrade meow from 13.2.0 to ^9.0.0 (the last CommonJS-compatible version). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:53:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-git-history#61
No description provided.