Skip to content

Declare package as ESM and resolve protobufjs advisory#681

Merged
jamespepper81 merged 3 commits into
mainfrom
dev
Jun 30, 2026
Merged

Declare package as ESM and resolve protobufjs advisory#681
jamespepper81 merged 3 commits into
mainfrom
dev

Conversation

@jamespepper81

Copy link
Copy Markdown
Contributor

No description provided.

claude and others added 3 commits June 30, 2026 20:05
…uild warning

package.json had no module type, so Node probed tailwind.config.ts (ESM
syntax) on every build and emitted MODULE_TYPELESS_PACKAGE_JSON. Add
"type": "module" as Node recommends, and rename the standalone CommonJS
screenshot script to .cjs so it keeps require/__dirname semantics.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LZ8PNm6crybcDCYeS5uQrJ
Runs npm audit fix to patch the protobufjs prototype-shadowing advisory
(GHSA-f38q-mgvj-vph7), bringing moderate findings from 5 to 4. Lockfile
only; also pulls next 16.2.7 -> 16.2.9 within the existing ^16.2.7 range.
The remaining postcss/next advisory is left untouched since its only fix
downgrades Next 16 to 9.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LZ8PNm6crybcDCYeS5uQrJ
…o8gyl

fix: declare package as ESM to silence MODULE_TYPELESS_PACKAGE_JSON build warning
@jamespepper81 jamespepper81 merged commit 61c08b8 into main Jun 30, 2026
6 of 8 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.

2 participants