-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[project-s] mainブランチを一旦マージする #1582
Merged
Merged
Conversation
This file contains 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
Co-authored-by: Yuto Ashida <[email protected]> Co-authored-by: Hiroshiba <[email protected]>
* background.tsのactivateについて説明を追記 #1146 (comment) * del
Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: raa0121 <[email protected]>
Co-authored-by: Yuto Ashida <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
* Migrate: デフォルトスタイルのダイアログを移行 * Delete: 未使用変数を削除
* Migrate: ヘルプダイアログをscript setup化 * Delete: 不要な変数を削除
Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: Nanashi. <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
close undefined
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: Hiroshiba <[email protected]>
* refactor: `audioStates`から`nowPlayingAudioKey`を独立させる * refactor: 不要な`STOP_CONTINUOUSLY_AUDIO`を`STOP_AUDIO`へまとめる * docs: `STOP_AUDIO`にコメントアウトを追加
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
update openapi-generator version
* feat: Windowsのアンインストーラーで設定とインストールしたエンジンを削除できるようにする * feat: 削除を確認するページを追加 * fix: 再確認ダイアログの表示条件と表記を修正 * feat: VITE_APP_NAMEが未定義・空文字の場合ビルドできないようにした * fix: 環境変数が定義されているかの判定ミスを修正 * feat: ディレクトリ消去ページのUXを改善 * feat: 削除するファイルを厳密にする * fix: sessionDataのファイルを削除しないようにした * feat: userDataを削除するコードを除去 削除するエンジンが存在するかの判定を厳密化 $R0はFunctonとのやり取りに使うパターンが多かったので$0に変更 その他コードの整理 * fix: コメント修正 Co-authored-by: Hiroshiba <[email protected]> * test: VvppManagerのテストを追加 * fix: コメント追加 * Update tests/unit/background/VvppManager.spec.ts --------- Co-authored-by: Hiroshiba <[email protected]>
refactor: `AudioDetail.vue`の記述を整理しコメントを追加
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba Kazuyuki <[email protected]>
…離 Part.1 (#1570) Co-authored-by: Hiroshiba Kazuyuki <[email protected]>
…離 Part.2 (#1569) Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
テストが通るようになったのでマージします!!! |
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.
内容
約1年分のメインブランチの更新を取り込みます。
project-sからmainブランチをgit mergeしてコンフリクトが発生している状態のプルリクエストを作りました。
このプルリクエストに対してコンフリクトを解消したりコードを追従したりするプルリクエストを投げて差分の記録を残します。
出来上がったものをproject-sに forwardマージ しようとします。
実行するにはおそらく
Node
のバージョン更新と、npmパッケージの更新(npm run ci
)と、.env
ファイルの更新が必要です。主な変更点
関連 Issue
その他
コンフリクト解消のプルリクエストできました!