v0.6.0 をリリース - #53
Merged
Merged
Conversation
* chore: es.config の型定義分離と build:false 非推奨警告を更新 * chore: es.config の型定義コメントと参照形式をローカルに合わせる
* chore: ES3互換の開発依存関係を更新 * fix: 監査上書きと開発環境の説明を修正 * fix: ESLint依存の監査互換パッチを追加 * fix: minimatchの不要な脆弱性回避策を削除
Closes #46 Node.js 22/24 の継続的インテグレーションと運用手順を追加しました。
* feat: スクリプト説明コメントを規格化 * fix: 完了報告に候補名を明記 * fix: 公式確認手順とScriptUI例を整合
* build: 複数スクリプトのビルドを並列化 * fix: ビルド経路と監視設定の整合性を修正 * fix: 依存解析とハッシュ保存を安全化
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.
変更内容
developに取り込んだ 7 件の確定済み変更をmainへリリースします。es.config型定義とbuild:falseの扱いを整理リリース種別
release:minor0.5.0から0.6.0への更新0.x 系列の互換性に関わる変更と機能追加を含むため、マイナー更新とします。
マージ方法
この PR は
develop → mainのリリース PR です。リリース workflow が
developへリリースコミットを早送りできるよう、squash merge ではなく merge commit でマージしてください。検証
pnpm install --frozen-lockfile --strict-peer-dependenciespnpm lintpnpm testpnpm build --allpnpm exec prettier --check .git diff --check上記は
upstream/developの先端644d9115172f8109ae6acbb189714e046ceaa0a1で実行し、すべて成功しています。