Skip to content

Release/0.1.3#17

Merged
yosriady merged 3 commits into
mainfrom
release/0.1.3
May 17, 2026
Merged

Release/0.1.3#17
yosriady merged 3 commits into
mainfrom
release/0.1.3

Conversation

@yosriady
Copy link
Copy Markdown
Collaborator

@yosriady yosriady commented May 17, 2026


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

yosriady and others added 3 commits May 17, 2026 13:19
pnpm has no native 'version' command and proxies to npm; with
devEngines.packageManager.onFail='error', every npm invocation
(including 'pnpm version') hard-failed with EBADDEVENGINES. Using
'warn' keeps pnpm as the declared package manager while unblocking
version/release commands.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
pnpm has no native 'version' command and proxies to npm; the
devEngines.packageManager guard caused every npm invocation
(including 'pnpm version') to emit EBADDEVENGINES. pnpm remains
the declared package manager via the 'packageManager' field
(used by corepack).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@yosriady yosriady merged commit ddb5fb3 into main May 17, 2026
8 checks passed
@yosriady yosriady deleted the release/0.1.3 branch May 17, 2026 06:42
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the package version to 1.0.3 and removes the devEngines configuration from package.json. The reviewer suggests that instead of removing the devEngines block, it should be updated to a valid stable version of pnpm to ensure a consistent development environment for all contributors.

I am having trouble creating individual review comments. Click here to see my feedback.

package.json (17-23)

medium

Removing the devEngines block eliminates the enforcement of the package manager version for developers. The version previously specified (11.1.2) appears to be invalid as pnpm 11 has not been released. Instead of removing the block, it is recommended to correct the version to a valid stable release (e.g., 9.x.x) to ensure all contributors use a consistent environment.

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