Skip to content

fix(create-frontend): pin jQuery to 3.7.1 for basercms4 projects#901

Merged
yusasa16 merged 3 commits into
d-zero-dev:devfrom
teppei-d:fix/pin-jquery-to-v3
Jul 21, 2026
Merged

fix(create-frontend): pin jQuery to 3.7.1 for basercms4 projects#901
yusasa16 merged 3 commits into
d-zero-dev:devfrom
teppei-d:fix/pin-jquery-to-v3

Conversation

@teppei-d

@teppei-d teppei-d commented May 29, 2026

Copy link
Copy Markdown
Collaborator

背景

plopfile.jsjquery: 'latest' と指定していたため、2026年1月リリースの jQuery 4.0.0 が取得されていた。
colorbox が jQuery 4系と互換性がないため、スライドショーなどが動作しない状態になっていた(jQuery 4.0 Upgrade Guide)。

変更内容

  • pkg.dependencies['jquery'] = 'latest''3.7.1' に固定(jQuery 3系最新版)
  • 回帰防止のため、basercms4 生成時に jquery3.7.1 であることを検証するテストを追加

動作確認

jQuery 3.7.1 を適用した環境で、動作しなくなっていたスライドショーが正常に動作することを確認済み。

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
yusasa16
yusasa16 previously approved these changes May 29, 2026
Comment thread packages/@d-zero/create-frontend/plopfile.js Outdated
YusukeHirao
YusukeHirao previously approved these changes May 29, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@teppei-d
teppei-d dismissed stale reviews from YusukeHirao and yusasa16 via 36a7ee4 June 2, 2026 23:19
@yusasa16
yusasa16 merged commit 1f8f579 into d-zero-dev:dev Jul 21, 2026
1 check passed
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.

5 participants