Skip to content

fix(misc): fix setup selection#31997

Merged
FrozenPandaz merged 2 commits intomasterfrom
fix-init-selection
Jul 21, 2025
Merged

fix(misc): fix setup selection#31997
FrozenPandaz merged 2 commits intomasterfrom
fix-init-selection

Conversation

@vsavkin
Copy link
Copy Markdown
Member

@vsavkin vsavkin commented Jul 21, 2025

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vsavkin vsavkin requested a review from a team as a code owner July 21, 2025 13:50
@vsavkin vsavkin requested a review from Cammisuli July 21, 2025 13:50
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 21, 2025 2:54pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Jul 21, 2025

View your CI Pipeline Execution ↗ for commit ae81c33

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 5m 22s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 3s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗
nx documentation ✅ Succeeded 19s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-21 15:43:12 UTC

@FrozenPandaz
Copy link
Copy Markdown
Contributor

@claude Fix the formatting and make sure the commit follows the commit guidelines.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Jul 21, 2025

Claude finished @FrozenPandaz's task —— View job


Formatting and Commit Fixed ✅

Todo List:

  • Read repository guidelines from CLAUDE.md
  • Examine the changed file
  • Run formatting to fix issues
  • Check commit message compliance
  • Amend commit with formatting fixes
  • Push fixes to branch

Summary:

I've successfully fixed the formatting issue and ensured commit compliance:

Formatting Fixed:

  • Applied prettier formatting to packages/nx/src/command-line/init/init-v2.ts
  • Fixed the choices array formatting that was causing the CI failure

Commit Compliance:

  • Verified the commit message fix(misc): fix setup selection follows conventional commit format
  • Uses correct type (fix) and valid scope (misc) as defined in scripts/commitizen.js

The CI formatting check should now pass. The commit has been amended and force-pushed to the fix-init-selection branch.

@FrozenPandaz
Copy link
Copy Markdown
Contributor

@claude please fix the code formatting. It's still not right. You can just run nx format:write and commit the changes.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Jul 21, 2025

Claude finished @FrozenPandaz's task —— View job


Formatting Fixed ✅

Todo List:

  • Set up git configuration
  • Run nx format:write to fix formatting
  • Commit formatting changes
  • Push to PR branch

Summary:

Successfully fixed the code formatting issue by running pnpm nx format:write. The fix involved adding a missing newline at the end of packages/nx/src/command-line/init/init-v2.ts.

Changes Made:

  • Applied proper code formatting to packages/nx/src/command-line/init/init-v2.ts
  • Added missing newline character at end of file
  • Committed changes with conventional commit format: fix(misc): apply code formatting
  • Pushed to fix-init-selection branch

The CI format:check should now pass with this fix.


Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
@FrozenPandaz FrozenPandaz enabled auto-merge (squash) July 21, 2025 15:32
@FrozenPandaz FrozenPandaz merged commit 84a6f9d into master Jul 21, 2025
6 of 7 checks passed
@FrozenPandaz FrozenPandaz deleted the fix-init-selection branch July 21, 2025 15:44
FrozenPandaz added a commit that referenced this pull request Jul 21, 2025
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
(cherry picked from commit 84a6f9d)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants