From 27f0b65a2800c3213ea5f1f50cad02f47da33852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:03:43 +0000 Subject: [PATCH 1/2] Bump prettier from 3.8.5 to 3.9.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.8.5 to 3.9.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.5...3.9.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d012a5283..4fd6f8532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "posthtml-beautify": "0.7.0", "posthtml-postcss": "0.5.0", "posthtml-urls": "1.0.0", - "prettier": "3.8.5", + "prettier": "3.9.3", "pretty-quick": "4.2.2", "prismjs": "1.30.0", "rimraf": "6.1.3", @@ -9690,9 +9690,9 @@ } }, "node_modules/prettier": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.5.tgz", - "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.3.tgz", + "integrity": "sha512-HWmu+K+zvHNpaMfSnYeqdqrDbR16cuIXaPx8WoHaviQkDJh1/0BNtOZmHVQI5jc3wXv0H1yXc9wjvFdXh+n3hQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index b670e7145..1713d03be 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "posthtml-beautify": "0.7.0", "posthtml-postcss": "0.5.0", "posthtml-urls": "1.0.0", - "prettier": "3.8.5", + "prettier": "3.9.3", "pretty-quick": "4.2.2", "prismjs": "1.30.0", "rimraf": "6.1.3", From 60512085af519a35865545005ec29d0107a4e6ae Mon Sep 17 00:00:00 2001 From: William Durand Date: Tue, 7 Jul 2026 08:55:06 +0200 Subject: [PATCH 2/2] run prettier --- bin/asset-pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/asset-pipeline b/bin/asset-pipeline index 5fee395b5..eddd4088c 100755 --- a/bin/asset-pipeline +++ b/bin/asset-pipeline @@ -184,7 +184,7 @@ class AssetPipeline { } in ${this.getPathRelativeToCWD(origPath)}` ); } - for (var i = pathNodes.length; --i >= 0; ) { + for (var i = pathNodes.length; --i >= 0;) { const node = pathNodes[i]; const startPos = node.start; const endPos = node.end;