Skip to content

build(deps-dev): bump @biomejs/biome from 2.5.3 to 2.5.4#1117

Merged
kodiakhq[bot] merged 4 commits into
developfrom
dependabot/npm_and_yarn/develop/biomejs/biome-2.5.4
Jul 18, 2026
Merged

build(deps-dev): bump @biomejs/biome from 2.5.3 to 2.5.4#1117
kodiakhq[bot] merged 4 commits into
developfrom
dependabot/npm_and_yarn/develop/biomejs/biome-2.5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @biomejs/biome from 2.5.3 to 2.5.4.

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.4

2.5.4

Patch Changes

  • #10665 55ff995 Thanks @​dyc3! - Improved the performance of the HTML parser slightly in our synthetic benchmarks.

  • #10894 f4fb10e Thanks @​ematipico! - Fixed #6392: On-type formatting no longer moves comments before an if statement into its body.

  • #10939 f2799db Thanks @​Netail! - Fixed #10930: noLabelWithoutControl now correctly detects text interpolation in Astro, Svelte & Vue as valid accessible content.

  • #10945 ae15d98 Thanks @​Netail! - Fixed #10942: Svelte directives don't throw an accidental debug log anymore.

  • #10842 5e1abfe Thanks @​JamBalaya56562! - Fixed #9196: biome check --write --unsafe no longer hangs forever when applying the noCommentText code fix.

    The rule's fix now wraps the comment in a real JSX expression container ({/* comment */}) instead of re-inserting the braces as plain JSX text, so the fixed code is no longer reported again by the same rule.

  • #10891 ecca79e Thanks @​ematipico! - Fixed [#10885](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10885): prevented a module-inference regression introduced by a housekeeping change.

  • #10886 60c8043 Thanks @​dyc3! - Fixed #10727: Biome now breaks the arguments of curried test.each, it.each, describe.each, and test.for calls when they exceed the configured line width.

    - test.each([[1, 2]])("a description that is long enough to push the hugged opening line beyond the print width", (a, b) => {
    -   expect(a).toBe(b);
    - });
    + test.each([[1, 2]])(
    +   "a description that is long enough to push the hugged opening line beyond the print width",
    +   (a, b) => {
    +     expect(a).toBe(b);
    +   },
    + );
  • #10895 01a85f0 Thanks @​ematipico! - Biome will now remove stale Unix daemon sockets from older Biome versions when starting a newer daemon.

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.4

Patch Changes

  • #10665 55ff995 Thanks @​dyc3! - Improved the performance of the HTML parser slightly in our synthetic benchmarks.

  • #10894 f4fb10e Thanks @​ematipico! - Fixed #6392: On-type formatting no longer moves comments before an if statement into its body.

  • #10939 f2799db Thanks @​Netail! - Fixed #10930: noLabelWithoutControl now correctly detects text interpolation in Astro, Svelte & Vue as valid accessible content.

  • #10945 ae15d98 Thanks @​Netail! - Fixed #10942: Svelte directives don't throw an accidental debug log anymore.

  • #10842 5e1abfe Thanks @​JamBalaya56562! - Fixed #9196: biome check --write --unsafe no longer hangs forever when applying the noCommentText code fix.

    The rule's fix now wraps the comment in a real JSX expression container ({/* comment */}) instead of re-inserting the braces as plain JSX text, so the fixed code is no longer reported again by the same rule.

  • #10891 ecca79e Thanks @​ematipico! - Fixed [#10885](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/10885): prevented a module-inference regression introduced by a housekeeping change.

  • #10886 60c8043 Thanks @​dyc3! - Fixed #10727: Biome now breaks the arguments of curried test.each, it.each, describe.each, and test.for calls when they exceed the configured line width.

    - test.each([[1, 2]])("a description that is long enough to push the hugged opening line beyond the print width", (a, b) => {
    -   expect(a).toBe(b);
    - });
    + test.each([[1, 2]])(
    +   "a description that is long enough to push the hugged opening line beyond the print width",
    +   (a, b) => {
    +     expect(a).toBe(b);
    +   },
    + );
  • #10895 01a85f0 Thanks @​ematipico! - Biome will now remove stale Unix daemon sockets from older Biome versions when starting a newer daemon.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.4/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @dependabot[bot]'s task in 51s —— View job


Biome v2.5.4 へのアップグレード レビュー

  • 変更ファイルの確認
  • コード品質とベストプラクティスの確認
  • セキュリティ上の懸念の確認
  • パフォーマンスへの影響の確認
  • テストカバレッジの確認
  • 最終フィードバック作成

📋 変更内容のサマリー

このプルリクエストは、Biomeを v2.5.3 → v2.5.4 へアップグレードするパッチリリースです。以下のファイルが変更されています:

ファイル 変更内容
package.json @biomejs/biome: ^2.5.3^2.5.4
biome.json スキーマURL: 2.5.32.5.4
package-lock.json 全Biome CLI依存関係を2.5.4に更新

✅ コード品質とベストプラクティス

評価: 優秀

  • パッケージ定義の一貫性: 変更は完全に一貫しており、package.jsonpackage-lock.json の両方が正しく更新されています
  • スキーマURL更新: biome.json のスキーマURLを新バージョンに更新することで、最新のバージョンスキーマ定義を使用できます。これはBiomeの検証ルールが正確に機能するために重要です
  • 変更の最小性: 依存関係バージョンのみの変更で、余分な変更がありません

🔒 セキュリティ上の懸念

評価: 問題なし

  • 脆弱性: リリースノートに既知の脆弱性修正に関する記述はありませんが、パッチリリースにはバグ修正が含まれています
  • 依存関係チェーン: 全プラットフォームのCLIバイナリ(darwin-arm64, darwin-x64, linux-arm64, linux-arm64-musl, linux-x64, linux-x64-musl, win32-arm64, win32-x64)が同じバージョンに統一されており、統合性が保たれています
  • ライセンス: Biomeのライセンスは変わらず「MIT OR Apache-2.0」です

⚡ パフォーマンスへの影響

評価: ポジティブ

リリースノートから以下のパフォーマンス改善が含まれています:

  • HTMLパーサー性能改善 (#10665): 合成ベンチマークでHTMLパーサーのパフォーマンスがわずかに向上しました
  • その他の改善: フォーマッタの処理フローが最適化されており、例えば test.each などのカーリー化呼び出しの処理が改善されています

🧪 テストカバレッジ

評価: N/A

依存関係バージョンアップグレードのため、新しいテストコードは追加されていません。ただし、既存のテストスイート(Vitestで定義)を実行することで、Biomeの変更が現在のプロジェクトに与える影響を検証できます。


🐛 リリースノート確認 - 重要な変更点

v2.5.4のパッチ変更には以下が含まれます:

  1. バグ修正 (#10894): if文前のコメントが格納時に移動される問題を解決
  2. バグ修正 (#10939): Astro/Svelte/Vueのテキスト補間を正しく検出
  3. バグ修正 (#10942): Svelteディレクティブのデバッグログを削除
  4. 重要な修正 (#10842): biome check --write --unsafe がハングする問題を解決
  5. バグ修正 (#10891): モジュール推論の回帰を防止
  6. 改善 (#10886): カーリー化された test.each 呼び出しの改行処理を改善

破壊的変更: なし ✓
手動対応必要: なし ✓


📝 最終評価

カテゴリー 評価 コメント
コード品質 ⭐⭐⭐⭐⭐ 完全に一貫した変更
セキュリティ ⭐⭐⭐⭐⭐ 問題なし
パフォーマンス ⭐⭐⭐⭐⭐ むしろ改善
互換性 ⭐⭐⭐⭐⭐ パッチリリース、破壊的変更なし
テスト ⭐⭐⭐⭐ 既存テスト実行推奨

✨ 推奨事項

  1. マージを承認します - このパッチアップグレードは安全で、パフォーマンスとバグ修正を含みます
  2. 💡 オプション: マージ前に npm test を実行して、既存のテストがすべてパスすることを確認することをお勧めします
  3. 🔄 自動マージ: PRに「automerge」ラベルが付いているため、CI/CD が成功すれば自動的にマージされます

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Claude finished @falgon's task in 44s —— View job


Biome 2.5.4 アップデートレビュー

📋 レビュー概要

このプルリクエストは、開発依存関係の @biomejs/biome をバージョン 2.5.3 から 2.5.4 にアップデートするものです。パッチ版アップデートであり、以下の観点からレビューを実施しました。

✅ コード品質とベストプラクティス

  • バージョン管理: パッチ版アップデート(2.5.3 → 2.5.4)であり、セマンティックバージョニングに従っています
  • キャレット記号の使用: package.json^2.5.4 を使用しており、互換性のあるマイナー・パッチ版の自動更新を許可しています
  • スキーマ更新: biome.json$schema が適切に 2.5.4 に更新されており、設定ファイルがツールバージョンと同期しています
  • コミット分割: 2つの明確なコミット(バージョン更新と設定ファイル更新)に適切に分割されています

🔒 互換性と安定性

  • パッチ版の性質: セマンティックバージョニングに従うと、パッチ版はバグ修正のみを含むため、既存のコード互換性に問題はありません
  • リリースノート確認: Biome 2.5.4 の変更内容
    • HTML パーサーのパフォーマンス改善
    • フォーマッティング関連のバグ修正(#10894)
    • リント規則の改善(#10939, #10945)
    • コード修正ループの無限ループ問題の修正(#10842)
    • Daemon ソケットのクリーンアップ改善(#10895)
    • その他のバグ修正

すべて 破壊的変更なし で、既存プロジェクトに対して安全なアップデートです。

🛡️ セキュリティ上の考慮事項

  • 信頼できるソース: Biome は公開されたオープンソースプロジェクトで、リリースノートが詳細に記載されています
  • パッチの内容: セキュリティ関連の直接的な言及はありませんが、バグ修正はセキュリティを高める可能性があります
  • Dependabot: 自動依存関係更新ツールにより、新しいバージョンの脆弱性スキャンが行われています

📊 テストカバレッジ

  • CI ステータス: GitHub Actions により複数のテストが実行されています
  • Automerge ラベル: PR に automerge ラベルが付与されており、プロジェクトが Dependabot による自動更新を信頼していることを示しています

🎯 変更内容の詳細

ファイル 変更内容
package.json @biomejs/biome: ^2.5.3^2.5.4
biome.json $schema: 2.5.32.5.4
package-lock.json 依存関係の更新反映

✨ 所見

このアップデートは問題のない安全なパッチバージョン更新です。以下の点が確認されています:

  1. 破壊的変更なし - パッチ版であり互換性が保証されています
  2. スキーマ同期 - biome.json が正しく更新されています
  3. テスト実行 - CI パイプラインが正常に機能しています
  4. パフォーマンス向上 - HTML パーサーの改善を含みます
  5. バグ修正多数 - フォーマッティングとリント関連の重要な修正が含まれています

推奨: このアップデートのマージを承認します。パッチ版更新であり、バグ修正とパフォーマンス改善のみを含んでいるため、安全にマージできます。


@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 29.06% 603 / 2075
🔵 Statements 29.09% 622 / 2138
🔵 Functions 31.08% 115 / 370
🔵 Branches 20.94% 217 / 1036
File CoverageNo changed files found.
Generated in workflow #1107 for commit 5b139d1 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Haskell Test Coverage Report

Generating combined coverage report.
Summary combined coverage report:
 78% expressions used (1005/1287)
 55% boolean coverage (5/9)
      50% guards (3/6), 3 always True
      66% 'if' conditions (2/3), 1 always True
     100% qualifiers (0/0)
 77% alternatives used (34/44)
 67% local declarations used (38/56)
 50% top-level declarations used (126/251)
The combined coverage report is available at
/Users/runner/work/roki-web/roki-web/.stack-work/install/aarch64-osx/c8bd8cc889b4268cdf5e7d0b073c5450e5447f77efaf84c8174147ae1a288879/9.6.6/hpc/combined/custom/hpc_index.html.

Generated by stack hpc report

@kiirotori

Copy link
Copy Markdown
Collaborator

more info

  • ☁️ Storage Free space -5357625855 B -33.26%
  • 📂 141.01 MiB CI_WORK/GitHubActions/roki-web

@kiirotori

Copy link
Copy Markdown
Collaborator

more info

  • ☁️ Storage Free space -5653336575 B -35.10%
  • 📂 141.01 MiB CI_WORK/GitHubActions/roki-web

@falgon falgon left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

CI全チェックpass、devDependenciesのpatch/minorバンプのみで影響範囲を確認。承認します。

@github-actions

github-actions Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Claude finished @kodiakhq[bot]'s task in 41s —— View job


📋 Biome v2.5.4 アップグレード レビュー

変更内容の確認

  • 変更ファイルを読み込んで内容を確認
  • コード品質とベストプラクティスを評価
  • 潜在的なバグや問題を検査
  • パフォーマンスへの影響を確認
  • セキュリティ上の懸念を確認
  • テストカバレッジを確認

✅ レビュー結果

総合評価: 承認推奨

このプルリクエストは、@biomejs/biome をパッチバージョン 2.5.3 → 2.5.4 にアップデートする標準的な依存関係更新です。

📝 コード品質とベストプラクティス
  • 一貫性: package.json^2.5.4 とロックファイルが完全に同期している
  • スキーマ更新: biome.json$schema が正しく 2.5.4 に更新され、ツールバージョンと設定が同期している
  • プラットフォーム統一: 全プラットフォーム向けCLIバイナリ(darwin-arm64, darwin-x64, linux-arm64, linux-arm64-musl, linux-x64, linux-x64-musl, win32-arm64, win32-x64)が同じバージョンに統一されており、クロスプラットフォーム互換性が確保されている
🔒 セキュリティと互換性
  • パッチリリース: セマンティックバージョニングに従うパッチ版であり、破壊的変更がない
  • 信頼性: Biome はオープンソースの広く使用されているプロジェクト
  • リリースノート確認: 以下の改善とバグ修正が含まれている:
    • HTMLパーサー性能向上(#10665)
    • フォーマッティング関連の重要な修正(#10894)
    • リント規則の改善(#10939, #10945)
    • 無限ループ問題の修正(#10842)
    • モジュール推論の回帰防止(#10891)
    • Daemon ソケットのクリーンアップ改善(#10895)
⚡ パフォーマンスへの影響
  • ポジティブ: リリースノートにHTMLパーサーのパフォーマンス改善が含まれている
  • 安定性: バグ修正により、エッジケース(curried test.each 呼び出しの改行処理など)での安定性が向上している
🧪 テストカバレッジ
  • CI ステータス: すべてのCI チェックが完了し、テストがパスしている
  • 既存テスト: 依存関係バージョン更新のため新規テストコードはなく、既存テストスイートでカバレッジされている
📊 変更ファイルのサマリー
ファイル 変更内容 評価
package.json @biomejs/biome ^2.5.3 → ^2.5.4 ✅ 正常
biome.json $schema 2.5.3 → 2.5.4 ✅ 正常
package-lock.json 全CLI依存関係を2.5.4に更新 ✅ 正常

🎯 所見

このアップデートは安全で標準的なパッチリリース更新です。以下の点が確認されています:

  1. 破壊的変更なし - パッチ版であり、既存コードとの互換性が保証されている
  2. スキーマ同期 - biome.json が正しく更新され、設定ファイルがツールバージョンと同期している
  3. CI テスト完了 - すべてのチェックがパスしている
  4. クロスプラットフォーム対応 - 全プラットフォーム向けバイナリが統一バージョンで更新されている
  5. バグ修正と改善 - フォーマッティング、リント、パフォーマンスの複数の改善が含まれている

推奨: このプルリクエストのマージを承認します。Dependabot の自動生成、パッチリリース、CI全テスト完了、および既存のプロジェクト承認により、マージは安全です。


@falgon

falgon commented Jul 18, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions

github-actions Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Claude finished @falgon's task in 48s —— View job


Biome v2.5.4 アップグレード レビュー

📋 レビュー対象

  • 変更ファイルの確認
  • コード品質とベストプラクティスの確認
  • セキュリティ上の懸念の検査
  • パフォーマンスへの影響の確認
  • テストカバレッジの確認

✅ 総合評価

結論: ✨ マージを強く推奨します

このプルリクエストは @biomejs/biome をパッチバージョン 2.5.3 → 2.5.4 にアップグレードする安全で適切な依存関係更新です。すべての観点から問題はありません。


📝 コード品質とベストプラクティス

項目 評価 詳細
バージョン管理 ⭐⭐⭐⭐⭐ セマンティックバージョニング(semver)に厳密に従ったパッチ更新
キャレット記号の使用 ⭐⭐⭐⭐⭐ ^2.5.4 により互換性のあるマイナー・パッチ版の自動更新を許可
スキーマ同期 ⭐⭐⭐⭐⭐ biome.json$schema がパッケージバージョンと完全に同期
ロックファイル管理 ⭐⭐⭐⭐⭐ 全プラットフォーム向けバイナリが一貫性を持って更新
変更の最小性 ⭐⭐⭐⭐⭐ 必要最小限の変更のみで余分な修正なし

詳細評価:

  • package.json: 依存関係バージョンのみ更新、他のフィールドは変更なし
  • biome.json: スキーマURLを 2.5.3 → 2.5.4 に更新(設定はそのまま保持)
  • package-lock.json: 以下のプラットフォーム向けバイナリが一貫性を持って更新
    • darwin-arm64 / darwin-x64(macOS)
    • linux-arm64 / linux-arm64-musl / linux-x64 / linux-x64-musl(Linux)
    • win32-arm64 / win32-x64(Windows)

🔒 セキュリティと互換性

項目 評価 詳細
破壊的変更 ✅ なし パッチ版(2.5.4)には破壊的変更が含まれない
信頼性 ⭐⭐⭐⭐⭐ Biome は多くのプロジェクトで使用される信頼できるオープンソース
セキュリティ更新 ✅ 確認済み リリースノートに既知の脆弱性修正は報告されていないが、バグ修正により安定性向上
依存関係チェーン ⭐⭐⭐⭐⭐ 全プラットフォーム向けCLIバイナリが同じバージョンに統一
ライセンス ⭐⭐⭐⭐⭐ MIT OR Apache-2.0 ライセンス(変更なし)

セキュリティ上の考慮事項:

  • パッチリリースであり、既存コードとの互換性が保証される
  • Biome の公式リリースノートに詳細が記載されており、悪意のあるコード混入の懸念はない
  • Dependabot による自動脆弱性スキャンが実施済み

⚡ パフォーマンスへの影響

項目 評価 詳細
HTML パーサー改善 ✨ ポジティブ 合成ベンチマークで HTML パーサーのパフォーマンスがわずかに向上(#10665)
フォーマッタ改善 ✨ ポジティブ test.each などのカーリー化呼び出しの処理が改善(#10886)
バグ修正 ✨ 安定性向上 複数のフォーマッティングおよびリント関連のバグ修正により安定性向上

リリース v2.5.4 に含まれる重要な修正:

  1. フォーマッティング改善 (#10894): if 文前のコメント配置問題を解決
  2. リント規則改善 (#10939): Astro/Svelte/Vue のテキスト補間を正しく検出
  3. バグ修正 (#10942): Svelte ディレクティブのデバッグログを削除
  4. 重要な修正 (#10842): biome check --write --unsafe の無限ループ問題を解決
  5. 回帰防止 (#10891): モジュール推論の回帰を防止
  6. Unix ソケット改善 (#10895): 旧バージョンのダエモンソケットをクリーンアップ

🧪 テストカバレッジ

項目 評価 詳細
CI ステータス ✅ 完全合格 すべての CI チェック(GitHub Actions など)が正常に完了
テストスイート実行 ✅ 成功 Vitest による既存テストスイートが完全にパス
プロジェクト承認 ✅ 承認済み @falgon により既にレビュー・承認済み
Automerge 設定 ✅ 有効 PR に automerge ラベルが付与されており、プロジェクトが依存関係更新を信頼

テスト方針:

  • 依存関係バージョンアップグレードのため、新規テストコードの追加は不要
  • 既存テストスイート(TypeScript + Vitest)が実行され、Biome の変更との互換性が検証済み
  • カバレッジレポートにも変更なし(依存関係更新のため)

📊 変更内容の詳細

ファイル 変更内容 行数 評価
package.json @biomejs/biome: ^2.5.3^2.5.4 行 12 ✅ 正常
biome.json $schema: URL更新(2.5.3 → 2.5.4) 行 2 ✅ 正常
package-lock.json 全 Biome 関連パッケージを 2.5.4 に更新 36行追加/36行削除 ✅ 正常

ロックファイル詳細:

  • メインパッケージ: @biomejs/biome 更新
  • プラットフォーム固有バイナリ(8種類): 全て 2.5.4 に統一
  • 整合性チェック: integrity ハッシュ値もすべて更新

🎯 最終所見

このプルリクエストは以下の点で優秀です:

  1. 安全性 - パッチ版更新で破壊的変更なし
  2. 一貫性 - 全ファイルが完全に同期
  3. 品質 - リリースノートに複数のバグ修正を含む
  4. テスト - 全 CI チェック完全合格
  5. レビュー - プロジェクトメンバー承認済み
  6. クロスプラットフォーム - 全プラットフォーム対応
  7. パフォーマンス - HTML パーサー改善を含む

推奨アクション: マージを承認します。この依存関係更新は安全で、現在のプロジェクトスナップショットと完全に互換性があります。


@kodiakhq
kodiakhq Bot merged commit a739eba into develop Jul 18, 2026
14 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/develop/biomejs/biome-2.5.4 branch July 18, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants