From: Julien Déramond Date: Thu, 3 Jul 2025 19:20:57 +0000 (+0200) Subject: Build(deps-dev): Bump the development-dependencies group with 2 updates X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99cd78e8ff02c17eb99c3fcaeec52c3abac0ec8a;p=thirdparty%2Fbootstrap.git Build(deps-dev): Bump the development-dependencies group with 2 updates - astro ^5.10.2 → ^5.11.0 - stylelint ^16.21.0 → ^16.21.1 --- diff --git a/package-lock.json b/package-lock.json index 63d83d24c0..dd7d109240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/js-yaml": "^4.0.9", "@types/mime": "^4.0.0", "@types/prismjs": "^1.26.5", - "astro": "^5.10.2", + "astro": "^5.11.0", "astro-auto-import": "^0.4.4", "autoprefixer": "^10.4.21", "bundlewatch": "^0.4.1", @@ -86,7 +86,7 @@ "sass": "1.78.0", "sass-true": "^9.0.0", "shelljs": "^0.10.0", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.43.1", "unist-util-visit": "^5.0.0", @@ -4906,9 +4906,9 @@ } }, "node_modules/astro": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", - "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", + "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -17060,9 +17060,9 @@ } }, "node_modules/stylelint": { - "version": "16.21.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.0.tgz", - "integrity": "sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==", + "version": "16.21.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz", + "integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==", "dev": true, "funding": [ { @@ -17103,7 +17103,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.5", + "postcss": "^8.5.6", "postcss-resolve-nested-selector": "^0.1.6", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.0", @@ -18620,14 +18620,15 @@ } }, "node_modules/vitefu": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.7.tgz", - "integrity": "sha512-eRWXLBbJjW3X5z5P5IHcSm2yYbYRPb2kQuc+oqsbAl99WB5kVsPbiiox+cymo8twTzifA6itvhr2CmjnaZZp0Q==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.0.tgz", + "integrity": "sha512-AiG/L9DVsEYHWQ9jAEnke0nKiASlPw+JYwDl6Z4l6a6/IqT1tKseEl6R5+rVnKJt/K3jCTWiQvgoIh5MuqBJJQ==", "dev": true, "license": "MIT", "workspaces": [ "tests/deps/*", - "tests/projects/*" + "tests/projects/*", + "tests/projects/workspace/packages/*" ], "peerDependencies": { "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" diff --git a/package.json b/package.json index faf6314ddf..9734fe091e 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@types/js-yaml": "^4.0.9", "@types/mime": "^4.0.0", "@types/prismjs": "^1.26.5", - "astro": "^5.10.2", + "astro": "^5.11.0", "astro-auto-import": "^0.4.4", "autoprefixer": "^10.4.21", "bundlewatch": "^0.4.1", @@ -175,7 +175,7 @@ "sass": "1.78.0", "sass-true": "^9.0.0", "shelljs": "^0.10.0", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.43.1", "unist-util-visit": "^5.0.0",