Skip to content

chore: remove apache-arrow pnpm patch - #264

Merged
stordahl merged 1 commit into
mainfrom
t3code/2a0efea6
Sep 8, 2026
Merged

stordahl merged 1 commit into
mainfrom
t3code/2a0efea6

Conversation

@stordahl

@stordahl stordahl commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Removes the pnpm patchedDependencies entry for apache-arrow along with patches/apache-arrow.patch.

pnpm-specific patches are only applied when the installer is run with pnpm, so contributors using npm/yarn get the unpatched package silently. The underlying issue is now fixed properly in the server code, so the patch is unnecessary.

Changes

  • Removed pnpm.patchedDependencies from package.json
  • Deleted patches/apache-arrow.patch
  • Regenerated pnpm-lock.yaml (lockfile no longer references the patch hash)

Verification

  • pnpm install --frozen-lockfile succeeds
  • pnpm --filter @counterscale/server build passes

pnpm patches are not applied when the installer is run with non-pnpm
package managers (npm/yarn), leaving the workaround silently inactive.
The underlying issue is fixed properly in the server code now, so the
patch is no longer needed.
@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.90%. Comparing base (fe226f6) to head (38ce162).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #264   +/-   ##
=======================================
  Coverage   83.90%   83.90%           
=======================================
  Files          55       55           
  Lines        1882     1882           
  Branches      518      518           
=======================================
  Hits         1579     1579           
  Misses        267      267           
  Partials       36       36           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@stordahl

stordahl commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator Author

Should follow #249

@stordahl
stordahl marked this pull request as ready for review September 7, 2026 18:55
@stordahl
stordahl merged commit 7970bfd into main Sep 8, 2026
3 checks passed
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.

1 participant