dprint-plugins.dprint-plugin-biome: 0.12.6 -> 0.12.7 (#509817)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-14 09:43:23 +00:00
committed by GitHub
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-KwmgD5VzU9m7jELeFAkSjS53B0fGVxZp8YvOG1nc8gM=";
hash = "sha256-OCnhTv0UfRX4ntmkhNlswfhHbxVFiGu8ovYagEITlI8=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.12.6.wasm";
version = "0.12.6";
url = "https://plugins.dprint.dev/biome-0.12.7.wasm";
version = "0.12.7";
}