dprint-plugins.dprint-plugin-biome: 0.11.7 -> 0.11.10 (#477385)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-06 18:41:07 +00:00
committed by GitHub
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS) wrapper plugin";
hash = "sha256-HYbQ0lyOe91AI2In9YZ6SXNzgEmgYHBvgtU/iVq+Gvc=";
hash = "sha256-P5mAFdr+vw6ogju0Qg6E9sbuTASaZD1Wr4BHt70lCy8=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -16,6 +16,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.11.7.wasm";
version = "0.11.7";
url = "https://plugins.dprint.dev/biome-0.11.10.wasm";
version = "0.11.10";
}