From c88c5c1e7f5e5b4820801b64e54229fd56bc470f Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Mon, 13 Jul 2026 19:23:53 +0200 Subject: [PATCH] fix(deps): bump @bigcommerce/stencil-paper-handlebars to 6.6.2 Picks up the fix that preserves ValidationError's type through render()/renderString() instead of wrapping it as RenderError (bigcommerce/paper-handlebars#404), needed for storefront-renderer-2 to correctly classify helper input-validation errors (e.g. assignVar rejecting values over 1024 chars) as a 4xx instead of a 500. Refs TRAC-875 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9506a4e..ecbf192 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "6.6.1", + "@bigcommerce/stencil-paper-handlebars": "6.6.2", "accept-language-parser": "~1.4.1", "messageformat": "~0.3.1" },