Skip to content

fix: update eslint-config-smarthr to 14.0.1#1259

Merged
AtsushiM merged 4 commits into
masterfrom
fix/update-eslint-config-smarthr-14.0.1
Apr 19, 2026
Merged

fix: update eslint-config-smarthr to 14.0.1#1259
AtsushiM merged 4 commits into
masterfrom
fix/update-eslint-config-smarthr-14.0.1

Conversation

@AtsushiM
Copy link
Copy Markdown
Member

Summary

  • ルートのpackage.jsonのeslint-config-smarthrを14.0.1に更新
  • これによりpnpm-lock.yamlの不整合が解消され、CIでのリリースが正常に動作するようになります

Background

release-pleaseがeslint-config-smarthr@14.0.1をリリースした際、ルートのpackage.jsonは更新されませんでした。その結果、CIでpnpm installを実行するとpnpm-lock.yamlが13.11.4に基づいて更新され、lerna publishがuncommitted changesエラーで失敗していました。

Root Cause

  • packages/eslint-config-smarthr/package.json: 14.0.1(リリース済み)
  • package.json(ルート): 13.11.4(古いまま) ← これが原因
  • CIでpnpm install実行時に、ルートの指定に基づいてlock fileが更新される

Related

🤖 Generated with Claude Code

AtsushiM and others added 4 commits April 20, 2026 07:24
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
ルートのpackage.jsonのeslint-config-smarthrを14.0.1に更新し、pnpm-lock.yamlの不整合を解消

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@yagimushi yagimushi force-pushed the fix/update-eslint-config-smarthr-14.0.1 branch from 5fa609e to e7f1ee6 Compare April 19, 2026 23:14
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 19, 2026

Open in StackBlitz

npm i https://pkg.pr.new/kufu/tamatebako/oxlint-config-smarthr@1259

commit: e7f1ee6

@AtsushiM AtsushiM marked this pull request as ready for review April 19, 2026 23:16
@AtsushiM AtsushiM requested a review from a team as a code owner April 19, 2026 23:16
@AtsushiM AtsushiM requested review from nabeliwo and s-sasaki-0529 and removed request for a team April 19, 2026 23:16
@AtsushiM AtsushiM merged commit 0f9e2a8 into master Apr 19, 2026
6 checks passed
@AtsushiM AtsushiM deleted the fix/update-eslint-config-smarthr-14.0.1 branch April 19, 2026 23:16
@github-actions github-actions Bot mentioned this pull request Apr 19, 2026
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