From 67ce1ce93bc21212b28c540a2ff26dd41d4ecb8f Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Mon, 18 May 2026 23:08:20 +0200 Subject: [PATCH] chore(deps): preset lockfile 3.6.1 -> 3.6.2 (validator patch) (#191) 3.6.2 relaxes the sitemap-lastmod check from hard-fail to advisory. The hard-fail was blocking every fleet deploy because fleet sites pass their own `presets:` array, which means the preset's DEFAULT_SITEMAP_OPTIONS (with lastmod: 'date') never applies. Tracked as preset 4.0 follow-up (wrap user presets to inject defaults). For now the validator warns but does not block, so deploys can proceed and surface other latent issues. --- docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 2aee0647..41f380c8 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -2045,9 +2045,9 @@ } }, "node_modules/@conduction/docusaurus-preset": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.6.1.tgz", - "integrity": "sha512-LjA2lwaVkjfUH9qJhXvSJBed2qyKMCcxnWymu2PaYMZLQSbW0/JZ2nZsavQgbq5lqvrddD1m0OtBSORxisBdHA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.6.2.tgz", + "integrity": "sha512-Ee8CKQknUZ0zDzh9NLWL91kCwz3FzwMOcBDvgR0LygmMOGn9z44LHBK6qoncAnqhRTqLLovMUjyw8ku3dtb1PQ==", "license": "EUPL-1.2", "bin": { "validate-ai-baseline": "bin/validate-ai-baseline.mjs"