From: Julien Déramond Date: Tue, 17 Mar 2026 21:19:36 +0000 (+0100) Subject: Bump @floating-ui/dom from 1.7.0 to 1.7.6 (#42199) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d9b29c298e471679aa9e6bfef85dd09b3131be5f;p=thirdparty%2Fbootstrap.git Bump @floating-ui/dom from 1.7.0 to 1.7.6 (#42199) --- diff --git a/config.yml b/config.yml index 6d3a160d0a..1080117742 100644 --- a/config.yml +++ b/config.yml @@ -40,7 +40,7 @@ cdn: js_hash: "sha384-Php492snRLTR5p+hMyxpV6gYwp1avWXn4AaX31MgANrvsjr9Dpodl3Nw60L7Pewl" js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@6.0.0-alpha1/dist/js/bootstrap.bundle.min.js" js_bundle_hash: "sha384-I2J4jlw924JZXHU9un9Mcuixq/rKhd5A8/B1NQ6ifPAiBFacZjwNcec8d6L38jQv" - floating_ui_esm: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.7.0/dist/floating-ui.dom.esm.min.js" + floating_ui_esm: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.7.6/dist/floating-ui.dom.esm.min.js" vanilla_calendar_pro_esm: "https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/index.mjs" anchors: diff --git a/package-lock.json b/package-lock.json index 0fd6620676..385b7f7f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", "@docsearch/js": "^3.9.0", - "@floating-ui/dom": "^1.7.0", + "@floating-ui/dom": "^1.7.6", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", @@ -94,7 +94,7 @@ "zod": "^4.1.12" }, "peerDependencies": { - "@floating-ui/dom": "^1.7.0", + "@floating-ui/dom": "^1.7.6", "postcss-prefix-custom-properties": "^0.1.0", "vanilla-calendar-pro": "^3.1.0" } @@ -3008,30 +3008,30 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz", - "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", "dev": true, "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.10" + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/dom": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", - "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", "dev": true, "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.3", - "@floating-ui/utils": "^0.2.10" + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", - "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b9a05a6e8c..e8ba4d9d19 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "astro-preview": "astro preview --root site --port 9001" }, "peerDependencies": { - "@floating-ui/dom": "^1.7.0", + "@floating-ui/dom": "^1.7.6", "postcss-prefix-custom-properties": "^0.1.0", "vanilla-calendar-pro": "^3.1.0" }, @@ -127,7 +127,7 @@ "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", "@docsearch/js": "^3.9.0", - "@floating-ui/dom": "^1.7.0", + "@floating-ui/dom": "^1.7.6", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3",