chore(deps): update dependency prettier-plugin-astro to v1
Test / npm test (push) Successful in 37s
Test / npm test (pull_request) Successful in 31s

This commit is contained in:
2026-09-09 00:04:51 +00:00
parent ba20e94cfc
commit 5d673f838c
2 changed files with 25 additions and 12 deletions
+24 -11
View File
@@ -38,7 +38,7 @@
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.1", "@types/sanitize-html": "^2.16.1",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1" "prettier-plugin-astro": "^1.0.0"
} }
}, },
"node_modules/@astrojs/check": { "node_modules/@astrojs/check": {
@@ -2154,6 +2154,13 @@
"url": "https://opencollective.com/parcel" "url": "https://opencollective.com/parcel"
} }
}, },
"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==",
"devOptional": true,
"license": "MIT"
},
"node_modules/@resvg/resvg-js": { "node_modules/@resvg/resvg-js": {
"version": "2.6.2", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/@resvg/resvg-js/-/resvg-js-2.6.2.tgz", "resolved": "https://registry.npmjs.org/@resvg/resvg-js/-/resvg-js-2.6.2.tgz",
@@ -7534,18 +7541,21 @@
} }
}, },
"node_modules/prettier-plugin-astro": { "node_modules/prettier-plugin-astro": {
"version": "0.14.1", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.0.tgz",
"integrity": "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==", "integrity": "sha512-xOlwKNSaPkPPiJeOhiFk8/MA2eH5A+in99dID+weTJhPcq+FBdIaB/3UNFdy9ckmc8/bT7QNyxSb78cnopgElQ==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.9.1", "@astrojs/compiler-rs": "^0.4.0",
"prettier": "^3.0.0", "@prettier/parse-srcset": "^3.1.0",
"sass-formatter": "^0.7.6" "sass-formatter": "^0.8.0"
}, },
"engines": { "engines": {
"node": "^14.15.0 || >=16.0.0" "node": ">=22.12.0"
},
"peerDependencies": {
"prettier": "^3.5.3"
} }
}, },
"node_modules/prismjs": { "node_modules/prismjs": {
@@ -8189,13 +8199,16 @@
} }
}, },
"node_modules/sass-formatter": { "node_modules/sass-formatter": {
"version": "0.7.9", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.7.9.tgz", "resolved": "https://registry.npmjs.org/sass-formatter/-/sass-formatter-0.8.0.tgz",
"integrity": "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==", "integrity": "sha512-Nf4eMGE2O5vnJG7KPCRyksWS9gVKSYoUWtPeMXRRxwZSPVQhSGtL602xVYS65LvMkHmkvKa7xpauF0+/5pPwrg==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"suf-log": "^2.5.3" "suf-log": "^2.5.3"
},
"bin": {
"sass-formatter": "dist/cli.js"
} }
}, },
"node_modules/sass/node_modules/chokidar": { "node_modules/sass/node_modules/chokidar": {
+1 -1
View File
@@ -49,6 +49,6 @@
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.1", "@types/sanitize-html": "^2.16.1",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1" "prettier-plugin-astro": "^1.0.0"
} }
} }