dprint-plugins.dprint-plugin-biome: 0.12.10 -> 0.12.11 (#521414)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-18 03:25:54 +00:00
committed by GitHub
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-ccPkzEV0Gtzi6iKq6oIREvIccEFvHec06XxoUWufDZc=";
hash = "sha256-k+o4eiLwzoCF6MPX0dEn/3modSwvFYFuzMe47cdJWo8=";
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.10.wasm";
version = "0.12.10";
url = "https://plugins.dprint.dev/biome-0.12.11.wasm";
version = "0.12.11";
}