Skip to content

chore(release): rebuild dist and bump to v1.1.3#90

Merged
enomoto-kazuya merged 1 commit into
mainfrom
release/v1.1.3
Jun 22, 2026
Merged

chore(release): rebuild dist and bump to v1.1.3#90
enomoto-kazuya merged 1 commit into
mainfrom
release/v1.1.3

Conversation

@enomoto-kazuya

@enomoto-kazuya enomoto-kazuya commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

概要

dependabot の依存更新(#89)はバンドル成果物 dist/index.js を再ビルドしていなかったため、セキュリティ修正が実行時バンドルに反映されていませんでした。本PRで dist を再ビルドし、パッチバージョンを上げます。

背景

このアクションは action.ymldist/index.jsncc build のバンドル)を実行します。undici / form-data はこのバンドルに埋め込まれるため、package.json の更新だけでは利用者に修正が届きません。dist/index.js2025-11-19 以降再ビルドされておらず、複数の依存更新が実バンドルに未反映でした。

変更内容

  • dist/index.js を再ビルドし、以下のセキュリティ修正済み依存を反映
  • バージョン 1.1.1 → 1.1.3(最新タグ v1.1.2 の次)

マージ後の手順

  • タグ & リリース v1.1.3 を作成(利用者へはタグ経由で配布されるため必須)
  • 必要に応じて移動タグ v1 を v1.1.3 に張り替え

  Rebuild dist/index.js to bundle the security-patched dependencies that
  were updated via dependabot but not reflected in the committed bundle:

  - undici 7.27.2 -> 7.28.0 (security release, fixes 7 CVEs incl.
    CVE-2026-12151, CVE-2026-9697, CVE-2026-6734)
  - form-data 4.0.5 -> 4.0.6 (CVE-2026-12143, CRLF injection)

  Bump version 1.1.1 -> 1.1.3 (next after tag v1.1.2).
@github-actions

Copy link
Copy Markdown
Contributor

DeployGate Upload Information

Item Content
🔄 Revision 115
📱 App Details View on DeployGate
🔗 Distribution Page https://deploygate.com/distributions/4e531da5dfd007964eb0340bba094e8fbfbe89f2
📲 Open on Mobile QR Code

@enomoto-kazuya enomoto-kazuya requested a review from satsukies June 22, 2026 02:19

@satsukies satsukies left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@enomoto-kazuya enomoto-kazuya merged commit f200e4f into main Jun 22, 2026
3 checks passed
@enomoto-kazuya enomoto-kazuya deleted the release/v1.1.3 branch June 22, 2026 02:27
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.

2 participants