Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 - #3
Closed
dotani1111 wants to merge 1 commit into
Closed
Conversation
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/2.5/CHANGELOG.md) - [Commits](guzzle/psr7@2.4.3...2.5.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dotani1111
added a commit
that referenced
this pull request
May 19, 2026
CodeRabbit review (#2, #3) の指摘に対応する. - setClassCategories / checkStock の `eccube.productsClassCategories[product_id]` および `[classcat_id1]` 参照を, 中間が undefined のとき例外にならないよう ガード付きに変更. classcat2 が見つからない場合は `|| {}` で空オブジェクトに フォールバックし, `for...in` が安全に no-op になるようにする. - `this.product_code_origin` / `this.product_cart_origin` / `this.price01_origin` はスカラ保持されており商品一覧画面で 1 商品目の値が他商品に伝播していた. 既に正しい実装になっている `price02_origin[product_id]` パターンに合わせ, 3 つとも product_id キーのマップに変更する. - `.product-code-default` の検索を `document.querySelector` から `formParent.querySelector` にスコープ化し, 一覧画面の他商品要素を 誤って引かないようにする. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dotani1111
pushed a commit
that referenced
this pull request
Jul 30, 2026
api4#188 (client_credentials + AccessTokenHandler) の landing を受け、Job B のゲートを解放: - OAuth2 鍵ペア生成 + client_credentials クライアント作成 + /token で実 JWT 取得 - シミュレータが Bearer トークンで create/update/get を実行し認証+セッション構築を検証 - complete (決済実行) は #3 決済ハンドラ待ちのため AGENT_E2E_PAYMENT_READY (run_payment 入力) で sub-gate - encryption_key の実値設定・index.php router (Job A と同方針) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
dotani1111
pushed a commit
that referenced
this pull request
Jul 30, 2026
末尾が助詞「は」で終わりマトリクス値が続いて不自然だったジョブ名を修正し、 内容も現状 (sample-payment 決済ハンドラ実装済み) に合わせて 「complete は run_payment 指定時のみ」へ更新する。古い "#3 待ち" の記述も解消。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps guzzlehttp/psr7 from 2.4.3 to 2.5.0.
updated-dependencies:
概要(Overview・Refs Issue)
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目