Skip to content

Conversation

@perpil
Copy link
Contributor

@perpil perpil commented Jul 2, 2025

Issue

#7174

Description

Update fast-xml-parser to support ESM

Testing

How was this change tested?
No new tests were created, but I was able to manually update the dependency in my local environment by adding the following to my package.json to force it to use version 5.2.5 and xml based web services continued to work in basic smoke testing.

"overrides": {
    "fast-xml-parser": "5.2.5"
}

Additional context

This can reduce bundle size by ~18K if you use esbuild.

Checklist

  • If you wrote E2E tests, are they resilient to concurrent I/O?
  • If adding new public functions, did you add the @public tag and enable doc generation on the package?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@perpil perpil requested a review from a team as a code owner July 2, 2025 18:49
@perpil perpil changed the title Upgrade fast-xml-parser to 5.2.5 to support ESM chore(deps): bump fast-xml-parser from 4.4.1 to 5.2.5 Jul 2, 2025
@kuhe kuhe changed the title chore(deps): bump fast-xml-parser from 4.4.1 to 5.2.5 chore(core): upgrade fast-xml-parser from 4.4.1 to 5.2.5 Jul 7, 2025
@trivikr trivikr changed the title chore(core): upgrade fast-xml-parser from 4.4.1 to 5.2.5 chore(deps): bump fast-xml-parser from 4.4.1 to 5.2.5 Jul 8, 2025
@kuhe kuhe merged commit 6cda13c into aws:main Jul 8, 2025
2 checks passed
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants