Skip to content

chore: install fallbacks using pnpm dlx#12

Merged
teodorus-nathaniel merged 1 commit into
mainfrom
chore/global-install
Jul 15, 2026
Merged

chore: install fallbacks using pnpm dlx#12
teodorus-nathaniel merged 1 commit into
mainfrom
chore/global-install

Conversation

@teodorus-nathaniel

@teodorus-nathaniel teodorus-nathaniel commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

resolves #11

Issue

pnpm v10 used in wizard cannot do audit because something deprecated from npm. The fix is in pnpm 11.
but pnpm 11 has this issue, so it needs to be fixed here

Summary by CodeRabbit

  • Bug Fixes

    • Improved formatting, Markdown, and commit validation checks by avoiding global tool installations.
    • Checks now use available local tools or run the required tool through the configured package manager.
  • Documentation

    • Updated action documentation to reflect the revised fallback behavior for validation tools.

@holdex

holdex Bot commented Jul 15, 2026

Copy link
Copy Markdown

Time Submission Status

Member # Time Running Total Status Last Update
teodorus-nathaniel 30min ✅ Submitted Jul 15, 2026, 11:58 AM
georgeciubotaru 5min ✅ Submitted Jul 15, 2026, 11:58 AM

Submit or update total time with:

@holdex pr submit-time 2h

Add time on top of previous submission with:

@holdex pr add-time 1h30m

See available commands to help comply with our Guidelines.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Base GitHub Actions now avoid global installation of commitlint, rumdl, and Prettier. They prefer local binaries and otherwise execute tools on demand through the configured package manager. ACTIONS.md documents the updated fallback behavior.

Changes

CLI execution fallbacks

Layer / File(s) Summary
Commitlint execution path
.github/actions/base/commit-check/action.yml, ACTIONS.md
Commit validation now invokes @commitlint/cli through pnpm dlx, npx --yes, or bunx, using detected configuration or --default-config.
Markdown and formatting fallbacks
.github/actions/base/markdown-check/action.yml, .github/actions/base/prettier/action.yml, ACTIONS.md
Markdown and Prettier checks prefer local binaries and otherwise use package-manager executors instead of global installations.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested reviewers: georgeciubotaru

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The PR replaces the global pnpm install path with pnpm dlx, matching issue #11's requirement.
Out of Scope Changes check ✅ Passed The changes stay within the fallback execution behavior and related docs for the affected actions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: switching fallback installs to pnpm dlx-based execution.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/global-install

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@teodorus-nathaniel

Copy link
Copy Markdown
Collaborator Author

@holdex pr submit-time 30m

@georgeciubotaru

Copy link
Copy Markdown
Contributor

@holdex pr submit-time 5m

@teodorus-nathaniel
teodorus-nathaniel merged commit 54ed052 into main Jul 15, 2026
3 of 4 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.

Problem: pnpm v11 cannot do global install

2 participants