fix(webapp): pin fast-xml-parser past the 5.7 irsa break - #4960
ArjunCodess wants to merge 2 commits into
Conversation
|
|
Hi @ArjunCodess, thanks for your interest in contributing! This project requires that pull request authors are vouched, and you are not in the list of vouched users. This PR will be closed automatically. See https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md for more details. |
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| }); | ||
|
|
||
| it("accepts the character-reference entities @aws-sdk/xml-builder registers", async () => { | ||
| const { XMLParser } = await import("fast-xml-parser"); |
Summary
fast-xml-parser5.x past 5.7.0–5.7.1 so@aws-sdk/xml-builder'saddEntity("#xD")no longer throws during STS IRSA credential resolutionFixes #4951
Test plan
pnpm --filter webapp test -- apps/webapp/test/fastXmlParserAwsEntities.test.tspnpm why fast-xml-parserno longer resolves 5.7.0 or 5.7.1