fix(deps): bump @bigcommerce/stencil-paper-handlebars to 6.6.2 - #433
Merged
jairo-bc merged 1 commit intoJul 14, 2026
Merged
Conversation
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
jairo-bc
marked this pull request as ready for review
July 13, 2026 17:34
parthshahp
approved these changes
Jul 13, 2026
Contributor
|
🎉 This PR is included in version 5.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: TRAC-875
What? Why?
@bigcommerce/stencil-paper-handlebars6.6.1 → 6.6.2ValidationError's type throughrender()/renderString()instead of wrapping it asRenderErrorassignVarrejecting values >1024 chars) as a 4xx instead of a 500 — this also fixes the dual-package-hazard wherepaper's own bundled renderer previously threw aRenderErrorthat couldn't be distinguished from validation failuresHow was it tested?
ValidationErrorpreserved, not wrapped)