From 15129e8849ad04c17f093f23e7a9b2701dfc6e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Sat, 20 Dec 2025 15:08:30 +0100 Subject: [PATCH 1/2] Bump vnu-jar from 25.11.25 to 25.12.20 --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a95fbf824c13..a33c404bd758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.44.1", "unist-util-visit": "^5.0.0", - "vnu-jar": "25.11.25", + "vnu-jar": "^25.12.20", "zod": "^4.2.1" }, "peerDependencies": { @@ -18988,11 +18988,15 @@ } }, "node_modules/vnu-jar": { - "version": "25.11.25", - "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-25.11.25.tgz", - "integrity": "sha512-hZW4YcyRFkpH8afQSM8C7fNika+iwFRqTw6gWWDQPH00qfEzFtlF5UEiVGk311mo9bLrbBDgu9xGmBcBD1xTHg==", + "version": "25.12.20", + "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-25.12.20.tgz", + "integrity": "sha512-1KKOC0uL+Wbaak+kHTTQbUafNSdnYI+4ME4xpo6Tg12FRFNEpz+/+8stqAedq3F1KWvIpT0ycob5S5Tj4rCfYA==", "dev": true, + "hasInstallScript": true, "license": "MIT", + "bin": { + "vnu": "vnu-jar.js" + }, "engines": { "node": ">=0.10" } diff --git a/package.json b/package.json index f8100452a03f..38a83733bacb 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.44.1", "unist-util-visit": "^5.0.0", - "vnu-jar": "25.11.25", + "vnu-jar": "^25.12.20", "zod": "^4.2.1" }, "files": [ From 6fe6a76827048d707bdb7ab0ffbe59c7a4a4f073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Sat, 20 Dec 2025 16:06:12 +0100 Subject: [PATCH 2/2] This commit is not a fix! Just to find the issues! --- js/tests/visual/modal.html | 6 +-- js/tests/visual/tab.html | 2 +- .../examples/cheatsheet-rtl/index.astro | 8 ++-- .../assets/examples/cheatsheet/index.astro | 8 ++-- .../assets/examples/dashboard-rtl/index.astro | 2 +- .../src/assets/examples/dashboard/index.astro | 2 +- .../examples/navbars-offcanvas/index.astro | 6 +-- site/src/assets/examples/product/index.astro | 2 +- site/src/components/header/Navigation.astro | 1 - .../components/home/ComponentUtilities.astro | 3 ++ site/src/content/docs/components/modal.mdx | 44 +++++++++---------- site/src/content/docs/components/navbar.mdx | 4 +- .../src/content/docs/components/offcanvas.mdx | 20 ++++----- site/src/layouts/DocsLayout.astro | 2 +- 14 files changed, 56 insertions(+), 54 deletions(-) diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index efb5127b5a74..3c1b86776777 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -38,7 +38,7 @@

Modal Bootstrap Visual Test

-