Skip to content

Conversation

@azu
Copy link
Member

@azu azu commented Oct 12, 2025

Fixes Lerna version bump error where it tries to install unreleased versions from npm registry. By using workspace:*, pnpm resolves to local packages.

Changes:

  • Updated 9 internal dependencies to use workspace:* protocol
  • @textlint/script-compiler: 4 dependencies
  • @textlint/website-generator: 2 dependencies
  • textchecker-element: 1 dependency
  • @textlint/webextension: 2 dependencies

Tested:

  • pnpm install: ✓ Success
  • pnpm build: ✓ Success
  • lerna version patch: ✓ Success (no lockfile errors)

Fixes: #120

🤖 Generated with Claude Code

Fixes Lerna version bump error where it tries to install unreleased versions
from npm registry. By using workspace:*, pnpm resolves to local packages.

Changes:
- Updated 9 internal dependencies to use workspace:* protocol
- @textlint/script-compiler: 4 dependencies
- @textlint/website-generator: 2 dependencies
- textchecker-element: 1 dependency
- @textlint/webextension: 2 dependencies

Tested:
- pnpm install: ✓ Success
- pnpm build: ✓ Success
- lerna version patch: ✓ Success (no lockfile errors)

Fixes: #120

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Oct 12, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2025

📦 NPM Package Status

Published Packages Missing OIDC Configuration

Configure OIDC for these packages:

Setup Instructions:

  1. Click each package link above
  2. Click "Add trusted publisher"
  3. Configure with:
    • Repository: textlint/editor
    • Workflow: .github/workflows/release.yml
    • Environment: npm

Update pnpm-lock.yaml to reflect workspace:* protocol changes.
This fixes CI failure where frozen-lockfile check failed due to
mismatch between manifest and lockfile.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@azu azu merged commit 33a0c25 into master Oct 12, 2025
6 checks passed
@azu azu deleted the fix-workspace-protocol branch October 12, 2025 05:33
This was referenced Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Refactoring A code change that neither fixes a bug nor adds a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants