Skip to content

1.0.0#8

Merged
yosriady merged 2 commits into
mainfrom
release/1.0.0
May 18, 2026
Merged

1.0.0#8
yosriady merged 2 commits into
mainfrom
release/1.0.0

Conversation

@yosriady
Copy link
Copy Markdown
Contributor

@yosriady yosriady commented May 18, 2026


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

  • Let Codesmith autofix CI failures and bot reviews

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 bumps the version of @formo/cli from 0.2.0 to 1.0.0. However, the review identifies critical issues that must be addressed before a stable release: the project is inconsistently maintaining an npm lockfile despite being configured for pnpm, and several specified dependency versions for axios and pnpm are invalid or do not exist on the public registry. It is recommended to switch to pnpm-lock.yaml and correct these versions to ensure the package is installable.

Comment thread package-lock.json Outdated
{
"name": "@formo/cli",
"version": "0.2.0",
"version": "1.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The project is configured to use pnpm as its package manager (as specified in package.json), but this PR updates package-lock.json, which is an npm lockfile. Maintaining an npm lockfile in a pnpm project is inconsistent and can lead to dependency drift. Furthermore, the lockfile references axios@1.16.1 (line 1196), a version that does not exist on the public npm registry, which will cause installation failures. You should use pnpm-lock.yaml and ensure all dependency versions are valid.

Comment thread package.json
{
"name": "@formo/cli",
"version": "0.2.0",
"version": "1.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Bumping to version 1.0.0 while the project has invalid configuration and dependencies is premature for a stable release. Specifically, axios is set to ^1.15.2 (line 32) and packageManager is set to pnpm@11.1.2 (line 4), neither of which are currently valid stable versions on the public registry. These should be corrected to ensure that the 1.0.0 release is installable and maintainable.

The repo tracked both package-lock.json and pnpm-lock.yaml, but CI uses
pnpm exclusively (pnpm install --frozen-lockfile). The npm lockfile was
never consumed and only caused manual version-bump churn. Remove it and
gitignore npm/yarn lockfiles so pnpm-lock.yaml is the single source of
truth. Verified: pnpm install --frozen-lockfile passes with it gone.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@yosriady yosriady merged commit a3194c1 into main May 18, 2026
5 checks passed
@yosriady yosriady deleted the release/1.0.0 branch May 18, 2026 10:29
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