Skip to content

chore(deps): update dependency fast-xml-parser to v5.5.5#833

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fast-xml-parser-5.x-lockfile
Open

chore(deps): update dependency fast-xml-parser to v5.5.5#833
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fast-xml-parser-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Change Age Confidence
fast-xml-parser 5.3.35.5.5 age confidence

Release Notes

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.5.5

Compare Source

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2

Compare Source

v5.5.1: integrate path-expression-matcher

Compare Source

  • support path-expression-matcher
  • fix: stopNode should not be parsed
  • performance improvement for stopNode checking

v5.5.0

Compare Source

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0: Separate Builder

Compare Source

XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.

Migration

To migrate to fast-xml-builder;

From

import { XMLBuilder } from "fast-xml-parser";

To

import  XMLBuilder  from "fast-xml-builder";

XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.

v5.3.9: support strictReservedNames

Compare Source

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.9...v5.3.9

v5.3.8: handle non-array input for XML builder && support maxNestedTags

Compare Source

v5.3.7: CJS typing fix

Compare Source

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.6...v5.3.7

v5.3.6: Entity security and performance

Compare Source

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.5...v5.3.6

v5.3.5

Compare Source

v5.3.4: fix: handle HTML numeric and hex entities when out of range

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 1, 2026

📦 Next.js Bundle Analysis for junat.live

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.34%. Comparing base (185fd34) to head (33109d9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #833   +/-   ##
=======================================
  Coverage   71.34%   71.34%           
=======================================
  Files          57       57           
  Lines         813      813           
  Branches      190      190           
=======================================
  Hits          580      580           
  Misses        233      233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from a26a909 to 1cd7165 Compare February 1, 2026 21:21
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v5.3.4 chore(deps): update dependency fast-xml-parser to v5.3.6 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from 1cd7165 to afc0435 Compare February 15, 2026 11:11
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v5.3.6 chore(deps): update dependency fast-xml-parser to v5.4.1 Mar 1, 2026
@renovate renovate bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch 2 times, most recently from e68b4c6 to 28f3d01 Compare March 1, 2026 21:26
@renovate renovate bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from 28f3d01 to 33109d9 Compare March 14, 2026 23:48
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v5.4.1 chore(deps): update dependency fast-xml-parser to v5.5.5 Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants