deps: update fast-xml-parser and markdown-it (#52541)

* style: format test files

* deps: bump fast-xml-parser override
This commit is contained in:
Vincent Koc
2026-03-22 17:55:47 -07:00
committed by GitHub
parent 45ede8729e
commit a61e5d17f0
10 changed files with 27 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
import type { Client } from "@buape/carbon";
import type { GatewayPresenceUpdate } from "discord-api-types/v10";
import { buildAgentSessionKey } from "openclaw/plugin-sdk/routing";
import { beforeEach, describe, expect, it } from "vitest";
import type { DiscordChannelConfigResolved } from "./allow-list.js";
import {
resolveDiscordMemberAllowed,
@@ -20,8 +22,6 @@ import {
resolveDiscordAutoThreadReplyPlan,
resolveDiscordReplyDeliveryPlan,
} from "./threading.js";
import { buildAgentSessionKey } from "openclaw/plugin-sdk/routing";
import { beforeEach, describe, expect, it } from "vitest";
describe("resolveDiscordOwnerAllowFrom", () => {
it("returns undefined when no allowlist is configured", () => {