From 94b03f9146c732ced92fec9ae78b10f95e96f5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 23:14:48 +0000 Subject: [PATCH] Bump prettier-plugin-astro in /ui in the npm-dependencies group Bumps the npm-dependencies group in /ui with 1 update: [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro). Updates `prettier-plugin-astro` from 0.14.1 to 1.0.0 - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases) - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.14.1...v1.0.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 35 ++++++++++++++++++++++++----------- ui/package.json | 2 +- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index e31f6d5..ea1fae1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@astrojs/check": "^0.9.10", "prettier": "^3.9.6", - "prettier-plugin-astro": "^0.14.1", + "prettier-plugin-astro": "^1.0.0", "typescript": "^6.0.3" } }, @@ -1701,6 +1701,13 @@ "url": "https://github.com/sponsors/Boshen" } }, + "node_modules/@prettier/parse-srcset": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@prettier/parse-srcset/-/parse-srcset-3.1.0.tgz", + "integrity": "sha512-FIRv2rZotO9NP/r66taYqD1zICpPiBbrECqjKV/xqNotqDxF7fLzzUeK+1RSRx9Tenk0DajR/GcRmTJ2qtHaKQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@rolldown/binding-android-arm-eabi": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.6.tgz", @@ -3908,18 +3915,21 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", - "integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.0.tgz", + "integrity": "sha512-xOlwKNSaPkPPiJeOhiFk8/MA2eH5A+in99dID+weTJhPcq+FBdIaB/3UNFdy9ckmc8/bT7QNyxSb78cnopgElQ==", "dev": true, "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.9.1", - "prettier": "^3.0.0", - "sass-formatter": "^0.7.6" + "@astrojs/compiler-rs": "^0.4.0", + "@prettier/parse-srcset": "^3.1.0", + "sass-formatter": "^0.8.0" }, "engines": { - "node": "^14.15.0 || >=16.0.0" + "node": ">=22.12.0" + }, + "peerDependencies": { + "prettier": "^3.5.3" } }, "node_modules/prismjs": { @@ -4076,13 +4086,16 @@ "license": "MIT" }, "node_modules/sass-formatter": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", - "integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.8.0.tgz", + "integrity": "sha512-Nf4eMGE2O5vnJG7KPCRyksWS9gVKSYoUWtPeMXRRxwZSPVQhSGtL602xVYS65LvMkHmkvKa7xpauF0+/5pPwrg==", "dev": true, "license": "MIT", "dependencies": { "suf-log": "^2.5.3" + }, + "bin": { + "sass-formatter": "dist/cli.js" } }, "node_modules/satteri": { diff --git a/ui/package.json b/ui/package.json index c8920a5..b27027c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@astrojs/check": "^0.9.10", "prettier": "^3.9.6", - "prettier-plugin-astro": "^0.14.1", + "prettier-plugin-astro": "^1.0.0", "typescript": "^6.0.3" }, "allowScripts": {