Skip to content

fix: add repository field to @plainbrew/vercel-basic-auth package.json#12

Merged
amotarao merged 2 commits intomainfrom
fix-repository
Mar 25, 2026
Merged

fix: add repository field to @plainbrew/vercel-basic-auth package.json#12
amotarao merged 2 commits intomainfrom
fix-repository

Conversation

@amotarao
Copy link
Copy Markdown
Member

@amotarao amotarao commented Mar 25, 2026

概要

@plainbrew/vercel-basic-authpackage.jsonrepository フィールドが存在しなかったため、npm の sigstore provenance 検証に失敗していた問題を修正します。

エラー内容

E422 422 Unprocessable Entity - PUT https://registry.npmjs.org/@plainbrew%2fvercel-basic-auth
Error verifying sigstore provenance bundle: Failed to validate repository information:
package.json: "repository.url" is "", expected to match "https://github.com/plainbrew/next-utils" from provenance

変更内容

packages/vercel-basic-auth/package.jsonrepository フィールドを追加。

"repository": {
  "type": "git",
  "url": "https://github.com/plainbrew/next-utils",
  "directory": "packages/vercel-basic-auth"
}

参考

Summary by CodeRabbit

リリースノート

  • Chores
    • パッケージメタデータを更新し、リポジトリ情報を追加しました。

Required for npm sigstore provenance bundle validation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 25, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5cb10f8e-f524-4d62-aeed-2761574b8716

📥 Commits

Reviewing files that changed from the base of the PR and between a7cf9f2 and 43e4aa9.

📒 Files selected for processing (2)
  • .changeset/quick-areas-fix.md
  • packages/vercel-basic-auth/package.json

Walkthrough

@plainbrew/vercel-basic-authパッケージに対して、Changesetファイルとpackage.jsonrepositoryフィールドを追加しました。これにより、パッケージのメタデータにgitリポジトリの情報と対応するディレクトリパスが記録されました。

Changes

Cohort / File(s) Summary
Changeset ドキュメント
.changeset/quick-areas-fix.md
パッチリリースの変更内容を記録したChangeset ファイルを新規作成し、package.jsonにリポジトリ情報が追加されたことを文書化しました。
パッケージメタデータ
packages/vercel-basic-auth/package.json
repositoryフィールドを追加し、gitリポジトリのURLとパッケージのディレクトリパスを指定しました。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • feat: add @plainbrew/vercel-basic-auth package #7: メインのPRで加えられたpackages/vercel-basic-auth/package.jsonへの変更は、このPRで導入されたのと同じパッケージマニフェストに直接作用しているため、関連性があります。

Suggested reviewers

  • akameco

Poem

🐰 リポジトリの情報を整え、
パッケージの身元も整いました、
メタデータの花が咲いたね!
小さなチェンジセット、大きな満足度ですよ。

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-repository

Comment @coderabbitai help to get the list of available commands and usage tips.

@amotarao amotarao merged commit 06c70af into main Mar 25, 2026
1 check passed
@amotarao amotarao deleted the fix-repository branch March 25, 2026 23:27
@github-actions github-actions Bot mentioned this pull request Mar 25, 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